2001-01-20 |
Skip Montanaro | modify urlencode so sequences in the dict are treated... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Neil Schemenauer | Fix comment. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Fredrik Lundh | Better error message if ucnhash cannot be found (obscur... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Marc-André... | Updating NEWS to match the current state of affairs. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Barry Warsaw | Tim chastens: |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Barry Warsaw | default_3way_compare(): When comparing the pointers... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Tim Peters | SF patch #103336: Missing cast. |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Tim Peters | When running the tests twice, stuck a "Press any key... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Various tweaks for Python 2.1a1. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Treat an empty kwdict argument the same as a missing... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Undefine and redefine PRAGMA_ALIGN_SUPPORTED under... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jack Jansen | Use #if TARGET_API_MAC_CARBON to determine carbon/class... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Thomas Wouters | Make the 'time' argument to the timemodule functions... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fred Drake | Fixed a bunch of typos caught by Gilles Civario. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fred Drake | Clarify comments about returning None using a return... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Now that Marc-Andre has retracted unistr(), remove... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | A hack to augment sys.path with the build/lib.<platform... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Run tests twice by default, first time deleting .pyc... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Marc-André... | Backed out the unistr() builtin. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Use a saner test filename, to work on Windows. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Delete the bytecode from the library and tests before... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | "make test" was still broken when building in a subdire... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Moshe Zadka | OK, checking in patch 103329. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Add some regression tests of coredump bugs in funcobjec... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Application and elaboration of patch #103305 to fix... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | gethash/cmpname both looked beyond the end of the chara... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Repair "selective cut-&-paste" screwup. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Change verify() function to raise TestFailed, not Asser... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | GvR pointed out the correct way to check for statically... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Bump __version__; add authorship note for the BaseServe... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Add Jason Tishler to the ACKS file |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Patch #103220 from Jason Tishler: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Minor patch from Thomas Gellekum: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | new unicode name database (~160k) |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | improved the ucnhash test a bit |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | added "getcode" and "getname" methods to the ucnhash... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Color all word instances of "as" after "import", &... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | refactored the unicodeobject/ucnhash interface, to... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Update the example DLL instructions for 2.1. Add examp... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | urllib.py very recently changed to produce uppercase... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | test_urllib is failing on Windows. I don't know why... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Use constructor form of "raise"; normalize <wink> docst... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Jeremy's patch #103323: trivial tests of all untested... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | This still mentioned IdlePrefs.py as the place to edit... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make the output of _test() suitable for use in the... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Anonymous SF bug 129288: "The python 2.0 urllib has... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make error msg more informative when test of exec fails |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test for SyntaxError on |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | clearer error messages for apply() and "no locals" |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test of bastion and rexec to std regression test... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | This patch introduces an extra pass to the compiler... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Derivative of patch #102549, "simpler, faster(!) implem... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Revert a single line of my large change earlier today... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Checking in a slight variation of Barry's patch 103303. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Fix for the bug in complex() just reported by Ping. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #102980, by Luke Kenneth Casson Leighton:... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103188, by Donn Cave: BeOS/ar-fake support... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103185, by jlt63: Some more standard modules... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Support building this as a DLL under Cygwin. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103250, by pj99: Optimize a strspn() out... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash() of objects defining __cmp_... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: instance_hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash([]) and hash({}) raise TypeE... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: PyObject_Hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Changes to recursive-object comparisons, having to... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Since I'm about to check in a change to the recursion... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch #103313: Fixes "make test" by adding a little... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch from Barry: gets rid of two unused imports, |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Clarifications. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Sizable reorganization of how header and library files... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Fred Drake | Minor markup cleaning, and one required fix in the... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Use openssl/*.h to include the OpenSSL header files |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | A dumb test for the dumdbm module. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test for comparing recursive data types. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Make the original, makesetup-based, targets for buildin... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Bite the bullet: use rich comparisons here, too. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test for misbehaving rich comparisons (always retur... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparison tests |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Document rich comparisons. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Updated for 2.1; removed references to BeOpen.com and... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add my name to the copyright notice. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add note about copyright ownership and license situation. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | - Add note about complex numbers. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Skip Montanaro | correct typo - closes bug #129205 |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Ka-Ping Yee | Fix the example (it didn't seem to reflect reality). |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Remove build/ subdirectory in "clean" target, not ... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Variant of SF patch 103252: Startup optimize: read... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Move distributed and duplicated config for stat() and... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Whitespace normalization. Leaving tokenize_tests.py... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Use rich comparisons to fulfill an old wish: complex... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Same treatment as listobject.c: |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons: |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Same treatment as listobject.c: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Fix a leak in instance_coerce(). This was introduced... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Windows: 2.1a1 changes so Python runs again. Note... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | The signal module has to be compiled statically, so... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Convert to rich comparisons: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Neil Schemenauer | Bump up version number. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Neil Schemenauer | - compile struct module |
commit | commitdiff | tree | snapshot |
next |