- 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
- c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 22 years ago
- e7adda9 Move socket news to 2.3b1 section! And mention has_ipv6. by Guido van Rossum · 22 years ago
- 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
- 45f4130 test_re is no longer needed by Guido van Rossum · 22 years ago
- 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 22 years ago
- f8d0c07 [Patch #628208] Document the allow_none argument by Andrew M. Kuchling · 22 years ago
- 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 22 years ago
- a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 22 years ago
- abea7ea Try to recover from changes in the structure of the CSV package/module. by Tim Peters · 22 years ago
- 2af713c Squashed new compiler wngs about trying to compare pointers to by Tim Peters · 22 years ago
- da4ec5a csv is a module again by Skip Montanaro · 22 years ago
- 04ae705 cvs is going to be a module again by Skip Montanaro · 22 years ago
- b34ef94 SF bug 557704: netrc module can't handle all passwords by Raymond Hettinger · 22 years ago
- bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 22 years ago
- fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 22 years ago
- 8ed06da first cut at unittest version of re tests by Skip Montanaro · 22 years ago
- d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 22 years ago
- 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 22 years ago
- 3bd3c84 * minor tweaks relating to the package nature of the beast by Skip Montanaro · 22 years ago
- 5088923 Updated a bunch of docs to describe how message ids and strings are by Barry Warsaw · 22 years ago
- c4acc2b GNUTranslations: by Barry Warsaw · 22 years ago
- edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 22 years ago
- e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 22 years ago
- f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 22 years ago
- 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 22 years ago
- 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 22 years ago
- b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 22 years ago
- 946c53e Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged. by Andrew M. Kuchling · 22 years ago
- 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 22 years ago
- 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 22 years ago
- 91007e2 Bump Windows build number for 2.3b1. by Tim Peters · 22 years ago
- 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 22 years ago
- 3209410 Bump version number to 2.3b1. by Tim Peters · 22 years ago
- 4e42b31 Fix case by Andrew M. Kuchling · 22 years ago
- 035272b Add some more items by Andrew M. Kuchling · 22 years ago
- c11076e Bump the release information. by Fred Drake · 22 years ago
- 47c2ab6 Fix docstring typo by Andrew M. Kuchling · 22 years ago
- d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 22 years ago
- 54aa578 This test now uses the separate getargs_X functions from _testcapimodule. by Thomas Heller · 22 years ago
- 3457e4b New support functions for test_getargs2. by Thomas Heller · 22 years ago
- 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
- 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 22 years ago
- 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 22 years ago
- 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
- 1d5854f Note the platform module. by Fred Drake · 22 years ago
- c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 22 years ago
- 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 22 years ago
- fb5f485 [Patch #679505] Document that the rotor module is deprecated by Andrew M. Kuchling · 22 years ago
- bbb9a55 [Patch #679505] Document that this module is deprecated by Andrew M. Kuchling · 22 years ago
- 9f4eb6b [Patch #679505] Silence DeprecationWarning when testing rotor module by Andrew M. Kuchling · 22 years ago
- 360088f [Patch #679505] Trigger DeprecationWarning on importing the rotor module by Andrew M. Kuchling · 22 years ago
- 366a0fe Reformatted a bit to remove the lengthy re.compile() from the function by Marc-André Lemburg · 22 years ago
- 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 22 years ago
- 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 22 years ago
- f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 22 years ago
- 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 22 years ago
- c22b299 fix some markup errors by Fred Drake · 22 years ago
- 54a234a clarify - restrict version mention to the trunk version by Skip Montanaro · 22 years ago
- 1bd1d85 added note about character set limitations in passwords. by Skip Montanaro · 22 years ago
- 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 22 years ago
- ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 22 years ago
- 2d1c846 Clarified new fsync() docs. by Tim Peters · 22 years ago
- 5eccabc Mention the new getargs.c format codes. by Thomas Heller · 22 years ago
- 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 22 years ago
- 1d87786 SF patch 557704: netrc module can't handle all passwords by Raymond Hettinger · 22 years ago
- 6eca358 SF 557704: netrc module can't handle all passwords by Raymond Hettinger · 22 years ago
- 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 22 years ago
- 444e434 Update the package list whenever we build distfiles. by Fred Drake · 22 years ago
- a9b9c9f some more error-message enhancements by Alex Martelli · 22 years ago
- a256f7d Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes by Neal Norwitz · 22 years ago
- f471d47 complete and clarify some error messages for range() by Alex Martelli · 22 years ago
- 636688d Improve the message about metatype/metaclass conflicts. by Guido van Rossum · 22 years ago
- f297bd1 SF patch #725904, Minor changes to logging from module author (Vinay Sajip) by Neal Norwitz · 22 years ago
- 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 22 years ago
- 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 22 years ago
- 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 22 years ago
- a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 22 years ago
- 2b4b5a5 Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix by Jack Jansen · 22 years ago
- 7099583 markup corrections by Fred Drake · 22 years ago
- b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 22 years ago
- 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 22 years ago
- c8c8b94 Only produce a dotted module name when writing output to a separate directory. by Jeremy Hylton · 22 years ago
- 282be3a - explain the start argument to sum() by Fred Drake · 22 years ago
- d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 22 years ago
- 03e929e Fix some markup nits. by Fred Drake · 22 years ago
- 6432f78 Only return a warning message about not all files being unpacked if there by Jack Jansen · 22 years ago
- 8c46ce9 Allow setting the auto dispose flag on window objects. by Jack Jansen · 22 years ago
- f776dee Hiding packages was done incorrectly. Fixed. by Jack Jansen · 22 years ago
- 6cb9029 PyGILState cleanup was too early - destructors called via module cleanup may use the API. by Mark Hammond · 22 years ago
- ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 22 years ago
- 41c9f88 fixed a potential refcount bug (thanks Raymond!). by Alex Martelli · 22 years ago
- a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
- 060641d Improved the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 0c83348 minor cleanups and whitespace normalisation by Andrew MacIntyre · 22 years ago
- 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 22 years ago
- dfbfe73 Add helper function to get module name taking packages into account. by Jeremy Hylton · 22 years ago
- 38732e1 Holistic refactoring. by Jeremy Hylton · 22 years ago
- fbbe347 Add a useful docstring to enumerate. by Jeremy Hylton · 22 years ago