summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-216-935/+921
* SF bug #690083: test_random fails sometimesRaymond Hettinger2003-02-211-1/+1
* announce(): use the level argument to control the log level.Guido van Rossum2003-02-201-1/+1
* set_verbosity(): do something reasonable for out-of-range verbosityGuido van Rossum2003-02-201-3/+3
* Include download_url in the data POSTed to the catalog serverAndrew M. Kuchling2003-02-191-0/+1
* [Patch #683939] Add download_url field to metadataAndrew M. Kuchling2003-02-192-2/+9
* [Patch #684398] Rename verbose argument to show-response; don't conditionaliz...Andrew M. Kuchling2003-02-191-9/+8
* OS/2 has no concept of file ownership, like DOS & MS Windows versionAndrew MacIntyre2003-02-191-1/+2
* Reverted whitespace normalization on this file. I should really changeTim Peters2003-02-191-9/+10
* Removed debugging print in test_tarfile.Tim Peters2003-02-191-1/+0
* Whitespace normalization.Tim Peters2003-02-1926-114/+110
* Rename _better_reduce to _reduce_2, to make sure that any code thatGuido van Rossum2003-02-191-10/+5
* Remove now unused _better_reduce.Guido van Rossum2003-02-191-1/+1
* Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.Guido van Rossum2003-02-193-33/+66
* Fix bug 683658 - PyErr_Warn may cause import deadlock.Mark Hammond2003-02-191-1/+4
* Enable argv emulation if required.Jack Jansen2003-02-181-2/+4
* Added an argv_emulation option (command line option: --argv or -a) whichJack Jansen2003-02-181-2/+36
* Argvemulator still used the old Alias API. Fixed.Jack Jansen2003-02-181-2/+2
* Remove unused _better_reduce (which will disappear soon) andGuido van Rossum2003-02-181-1/+1
* Three test cases for __reduce_ex__. This fails for cPickle, until TimGuido van Rossum2003-02-181-0/+52
* Introducing __reduce_ex__, which is called with a protocol number argumentGuido van Rossum2003-02-183-15/+26
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
* One doctest displaying a dict didn't sort it first. *Maybe* this fixesTim Peters2003-02-181-2/+2
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-181-26/+71
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-182-3/+8
* Copy the trace module here from Tools/scripts.Jeremy Hylton2003-02-181-0/+729
* 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