summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* The script now takes an optional command-line argument to specify how manyAlex Martelli2004-01-021-4/+19
* [Bug #812325 ] tarfile.close() can write out more bytes to the outputAndrew M. Kuchling2004-01-021-0/+1
* - Print correct exception even if source file changed since shell wasKurt B. Kaiser2004-01-022-2/+7
* SF Patch 681780: Faster commonprefix (OS independent)Raymond Hettinger2003-12-311-10/+7
* Strengthen the test for hash effectivenessRaymond Hettinger2003-12-311-4/+4
* Fixes to support CJKCodecs as per SF bug #852347. Actually, thisBarry Warsaw2003-12-301-19/+16
* Bump version number to 2.5.5Barry Warsaw2003-12-301-1/+1
* As part of fixing bug #829532, add a test case that exercises os.makedirsAndrew M. Kuchling2003-12-231-1/+36
* [Bug #829532] Invoking os.makedirs() with an argument that contains aAndrew M. Kuchling2003-12-231-0/+2
* Fix unicode.rsplit()'s bug that ignores separater on the end of string whenHye-Shik Chang2003-12-231-0/+2
* Make sure the UserDict copies do not share the same underlyingRaymond Hettinger2003-12-211-1/+1
* Remove self from the arguments for the function add_type().Walter Dörwald2003-12-191-1/+1
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-192-3/+7
* Remove methods that are no longer called by urllib2.Jeremy Hylton2003-12-171-14/+0
* Guido grants a Christmas wish:Raymond Hettinger2003-12-178-76/+48
* Add methods to MockHTTPClass for modern httplib interface.Jeremy Hylton2003-12-171-51/+77
* Rewrite AbstractHTTPHandler to use modern httplib interface.Jeremy Hylton2003-12-171-25/+26
* Add rsplit method for UserString, too.Hye-Shik Chang2003-12-151-0/+2
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-152-0/+32
* Remove __del__ methods to avoid creating uncollectable cyclic trash.Jeremy Hylton2003-12-151-13/+4
* Make the module docstring a raw string, so that the backslash inWalter Dörwald2003-12-151-1/+1
* SF patch 852995: add processors feature to urllib2Jeremy Hylton2003-12-142-85/+752
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-1311-47/+101
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-113-27/+54
* Wrapper modules for _Launch and _OSA weren't added yet. Fixed.Jack Jansen2003-12-092-0/+2
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-087-514/+696
* Implement itertools.groupby()Raymond Hettinger2003-12-061-1/+107
* Variation of Thomas Heller's patch (722638) for improving readabilitySteve Purcell2003-12-061-10/+26
* Finished update to universal header 3.4.2.Jack Jansen2003-12-0519-79/+443
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-053-3/+15
* SF bug #849662. Dramatically, improve comparison speed for "if shl == None".Raymond Hettinger2003-12-041-0/+2
* Fix error in exception message.Brett Cannon2003-12-041-1/+1
* Remove extra copy of test_key_with_exception that somehow appearedMichael W. Hudson2003-12-041-7/+0
* Fixes and tests for various "holding pointers when arbitrary Python codeMichael W. Hudson2003-12-041-0/+45
* Typo repair; added some comments and horizontal whitespace.Tim Peters2003-12-041-9/+10
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-032-0/+212
* Fix test_unicode_file errors on platforms without Unicode file support,Mark Hammond2003-12-032-19/+27
* Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()Walter Dörwald2003-12-032-4/+11
* Patch #750542: pprint now will pretty print subclasses of list, tupleWalter Dörwald2003-12-032-13/+52
* Reduce the size of Big String and Big Binary tests to 2**14 (minus oneGuido van Rossum2003-12-031-2/+2
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-032-78/+148
* Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not beMark Hammond2003-12-031-0/+21
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+65
* OS/2+EMX: make the link() emulation available as os.link()Andrew MacIntyre2003-12-021-0/+1
* EMX lacks an implementation of link(). As Mailman wants os.link() toAndrew MacIntyre2003-12-021-0/+79
* To find the curses extension as a DLL (on OS/2), we need to adjust theAndrew MacIntyre2003-12-021-0/+15
* use same compiler switches as core for extensionsAndrew MacIntyre2003-12-021-2/+2
* SF patch #852140: keyword.py - use __contains__ and boolRaymond Hettinger2003-12-021-5/+1
* Convert path objects to strings in askdirectory. Fixes #852314.Martin v. Löwis2003-12-011-0/+6