summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-184-53/+87
* Use "$@" to pass arguments to Python in stead of "${1}". This passes allJack Jansen2003-02-181-1/+1
* [Patch #681504] Call customize_compiler in config commandAndrew M. Kuchling2003-02-181-0/+2
* Make changes suggested by Walter to use self.assert*() methods.Neal Norwitz2003-02-171-26/+14
* Import test_support properlyNeal Norwitz2003-02-171-1/+1
* test_posix is an expected skip on Win32. Also fixed test_posix toTim Peters2003-02-172-1/+2
* M NEWS.txtKurt B. Kaiser2003-02-175-63/+149
* Added test_posix (hopefully it works on Windows).Neal Norwitz2003-02-171-0/+172
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-171-1/+4
* When installing resource files whose name ends in .rsrc use theJack Jansen2003-02-172-5/+45
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-176-10/+38
* - Added support for zip archivesJack Jansen2003-02-171-3/+13
* Tweak to Skip's checkin of patch 686397:Andrew MacIntyre2003-02-171-3/+2
* Better error messages and warnings.Jack Jansen2003-02-161-7/+11
* Fix for SF 686380, from SF patch 686771 by Ping. (errors trying toGuido van Rossum2003-02-161-1/+1
* cPickle.c, load_build(): Taught cPickle how to pick apartTim Peters2003-02-153-8/+6
* cPickle produces NEWOBJ appropriately now. It still doesn't knowTim Peters2003-02-141-6/+6
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-146-57/+70
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-143-0/+8
* Factored out classes for handling source and binary distributions. SourceJack Jansen2003-02-141-40/+126
* Port test_charmapcodec to PyUnit. From SF patch #662807Walter Dörwald2003-02-142-44/+32
* SF bug #663701: sets module reviewRaymond Hettinger2003-02-141-7/+7
* Fix docstring typoAndrew M. Kuchling2003-02-141-1/+1
* Fix comment typoAndrew M. Kuchling2003-02-141-1/+1
* SF 685011: calendar module overflow handlingRaymond Hettinger2003-02-131-1/+1
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-134-6/+22
* Removed unused cut'n'paste import.Tim Peters2003-02-131-1/+0
* We didn't have any tests making pickles with one of {pickle, cPickle},Tim Peters2003-02-132-0/+52
* Added a simple NEWOBJ test. This is in the pickle-only part of theTim Peters2003-02-131-0/+15
* Remove filecmpAndrew M. Kuchling2003-02-131-1/+0
* Port test_userlist to PyUnit and add a few tests to increase codeWalter Dörwald2003-02-131-197/+257
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-132-11/+14
* Re-enable compiling ossaudiodev now that it seems to work again.Guido van Rossum2003-02-131-1/+0
* Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle.Tim Peters2003-02-132-5/+11
* SF patch #682432, add lookbehind testsNeal Norwitz2003-02-131-0/+7
* Fix typo.Walter Dörwald2003-02-121-1/+1
* Add test to ensure files (fds) don't leakNeal Norwitz2003-02-121-0/+6
* Cleanup from patch #683257:Neal Norwitz2003-02-121-0/+26
* Expect test_ossaudiodev to skip on Linux, too. (It's broken.Guido van Rossum2003-02-121-0/+1
* Systematic testing of hex/oct constants.Guido van Rossum2003-02-121-0/+81
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-122-7/+12
* - Use distutils to find site-python (suggested by Thomas Heller, thanks!)Jack Jansen2003-02-121-7/+3
* Thank you sir, can I have another.Just van Rossum2003-02-121-3/+3
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-124-181/+53
* - Better way to find site-packagesJack Jansen2003-02-121-3/+43
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-121-0/+39
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-121-1/+29
* Implemented batching for dicts in cPickle. This is after two failedTim Peters2003-02-112-18/+19
* Changed database format to make fields adhere to PEP 241 whereJack Jansen2003-02-111-116/+113
* Implemented list batching in cPickle.Tim Peters2003-02-112-17/+18