summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply extract functions instead of lambda.Raymond Hettinger2003-12-012-3/+4
* Revert previous change. MAL preferred the old version.Raymond Hettinger2003-12-011-4/+41
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-011-0/+39
* Simplifed the code.Raymond Hettinger2003-12-011-41/+4
* Add testcases for _winreg segfault (SF 851056).Guido van Rossum2003-11-301-1/+3
* Fix a bug discovered by Kalle Svensson: comparing sys.maxint toGuido van Rossum2003-11-291-1/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-295-58/+49
* Make sure the list.sort's decorate step unwinds itself before returningRaymond Hettinger2003-11-281-0/+7
* See SF #848614: distutils' msvccompiler now tries to detect that MSVC6Thomas Heller2003-11-281-0/+10
* 2.4a0 Package Manager shouldn't attempt to use the 2.3 database.Jack Jansen2003-11-271-1/+1
* Add optional fillchar argument to ljust(), rjust(), and center() string methods.Raymond Hettinger2003-11-263-18/+21
* Fix a typo introduced at 1.21Kurt B. Kaiser2003-11-251-1/+1
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-245-74/+83
* Update NEWS.txt to include some items missed earlier. Update theKurt B. Kaiser2003-11-242-1/+14
* * Checkin remaining documentationRaymond Hettinger2003-11-241-14/+59
* test_guess_all_types(): Use a more robust test for checking thatBarry Warsaw2003-11-231-4/+7
* * Simplify hash function and add test to show effectiveness of the hashRaymond Hettinger2003-11-231-13/+72
* Extend temporary hashability to remove() and discard().Raymond Hettinger2003-11-221-0/+10
* Allow temporary hashability for the __contains__ test.Raymond Hettinger2003-11-211-0/+2
* issubset() and issuperset() to work with general iterablesRaymond Hettinger2003-11-211-0/+4
* test_applesingle is an expected skip almost anywhere.Guido van Rossum2003-11-201-29/+40
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-0/+205
* test_applesingle is an expected skip on Win32Raymond Hettinger2003-11-201-0/+1
* Fix typo fix.Walter Dörwald2003-11-201-4/+4
* Patch #831747: Add skip_accept_encoding parameter to putrequest.Martin v. Löwis2003-11-191-3/+7
* Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixedJack Jansen2003-11-191-16/+3
* Remove deprecation of sets.Set.update().Raymond Hettinger2003-11-191-4/+0
* Fix typos.Walter Dörwald2003-11-191-4/+4
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-192-1/+6
* __init__(): The docstring was incorrect regarding how header wrappingBarry Warsaw2003-11-191-5/+4
* Modified version by Bob Ippolito. It passes the just-added test_applesingleJack Jansen2003-11-181-63/+100
* Fix for [ 765456 ]: testAFakeZlib failed on platforms that use aJust van Rossum2003-11-181-0/+7
* Test the applesingle decoder.Jack Jansen2003-11-181-0/+72
* Various fixups (most suggested by Armin Rigo).Raymond Hettinger2003-11-171-0/+25
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-1613-40/+1209
* SF #841977 - modulefinder fails to find extension modules in packagesThomas Heller2003-11-141-1/+6
* subtype_dealloc(): A more complete fix for critical bug 840829 +Tim Peters2003-11-131-0/+19
* Patch #839877: Remove unused lambda expression.Martin v. Löwis2003-11-131-4/+0