summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of many apply() calls.Guido van Rossum2003-02-2738-91/+85
* Use floor division (// and __[r]floordiv__ in right-dispatch test.Guido van Rossum2003-02-271-23/+23
* Use floor division (//).Guido van Rossum2003-02-271-3/+3
* Module review:Raymond Hettinger2003-02-271-47/+22
* Module review:Raymond Hettinger2003-02-261-40/+30
* The macfs, macostools, and plistlib should not be expected to runFred Drake2003-02-261-0/+33
* [Bug #668662] Patch from Pearu Pearson: if a C source file isAndrew M. Kuchling2003-02-261-0/+2
* use bare raise so you get the original tbJust van Rossum2003-02-261-1/+1
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-264-266/+337
* use the same Python for running the bootstrap script and the main programJust van Rossum2003-02-261-1/+9
* remove sitecustomize hack, will be solved elsewhereJust van Rossum2003-02-261-25/+0
* Let's try making the dialogs at least Movable Modal.Jack Jansen2003-02-251-0/+0
* If a resource file cannot be decoded because the directory is readonlyJack Jansen2003-02-252-44/+41
* Reverted the rev. 1.8 change: the magic for decoding resourcefilesJack Jansen2003-02-251-4/+0
* tweak error messageJust van Rossum2003-02-251-2/+2
* - renamed the --copyfile option to --file.Just van Rossum2003-02-251-4/+6
* added some comments, minor tweaksJust van Rossum2003-02-251-3/+34
* Resolving parts of #688907:Just van Rossum2003-02-251-9/+29
* typoSkip Montanaro2003-02-251-1/+1
* Workaround for bug #644243 (which is actually an Apple bug, I think): URLsJack Jansen2003-02-251-0/+4
* Test suite for the plistlib module.Jack Jansen2003-02-251-0/+59
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-242-3/+12
* sys.executable can contain spaces, cater for this when passing it toJack Jansen2003-02-242-3/+3
* Fix from SF patch #633359 by Greg Chapman for SF bug #610299:Guido van Rossum2003-02-242-1/+2
* Get test to work on alphaNeal Norwitz2003-02-231-1/+1
* Fix SF bug #689659, 64-bit int and long hash keys incompatibleNeal Norwitz2003-02-231-0/+8
* Expect to skip test_iconv_codecs on MacOSX.Jack Jansen2003-02-231-0/+1
* Fix SF bug #690081, test_posix fails when run in non-interactive modeNeal Norwitz2003-02-231-1/+8
* Fix SF bug #691276, shutil.copytree documentation bugNeal Norwitz2003-02-231-3/+3
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-11/+12
* Getting rid of macfs.Jack Jansen2003-02-213-8/+6
* Get rid of macfs.Jack Jansen2003-02-211-60/+59
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-0/+1
* getpid doesn't exist on MacOS9.Jack Jansen2003-02-211-1/+4
* Remove _reduce_2, it's now implemented in C.Guido van Rossum2003-02-211-42/+5
* SF bug 690622: test_cpickle overflows stack on MacOS9.Tim Peters2003-02-211-1/+5
* Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failuresTim Peters2003-02-211-1/+7
* 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