| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 38 | -91/+85 |
|
|
* | Use floor division (// and __[r]floordiv__ in right-dispatch test. | Guido van Rossum | 2003-02-27 | 1 | -23/+23 |
|
|
* | Use floor division (//). | Guido van Rossum | 2003-02-27 | 1 | -3/+3 |
|
|
* | Module review: | Raymond Hettinger | 2003-02-27 | 1 | -47/+22 |
|
|
* | Module review: | Raymond Hettinger | 2003-02-26 | 1 | -40/+30 |
|
|
* | The macfs, macostools, and plistlib should not be expected to run | Fred Drake | 2003-02-26 | 1 | -0/+33 |
|
|
* | [Bug #668662] Patch from Pearu Pearson: if a C source file is | Andrew M. Kuchling | 2003-02-26 | 1 | -0/+2 |
|
|
* | use bare raise so you get the original tb | Just van Rossum | 2003-02-26 | 1 | -1/+1 |
|
|
* | Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error | Walter Dörwald | 2003-02-26 | 4 | -266/+337 |
|
|
* | use the same Python for running the bootstrap script and the main program | Just van Rossum | 2003-02-26 | 1 | -1/+9 |
|
|
* | remove sitecustomize hack, will be solved elsewhere | Just van Rossum | 2003-02-26 | 1 | -25/+0 |
|
|
* | Let's try making the dialogs at least Movable Modal. | Jack Jansen | 2003-02-25 | 1 | -0/+0 |
|
|
* | If a resource file cannot be decoded because the directory is readonly | Jack Jansen | 2003-02-25 | 2 | -44/+41 |
|
|
* | Reverted the rev. 1.8 change: the magic for decoding resourcefiles | Jack Jansen | 2003-02-25 | 1 | -4/+0 |
|
|
* | tweak error message | Just van Rossum | 2003-02-25 | 1 | -2/+2 |
|
|
* | - renamed the --copyfile option to --file. | Just van Rossum | 2003-02-25 | 1 | -4/+6 |
|
|
* | added some comments, minor tweaks | Just van Rossum | 2003-02-25 | 1 | -3/+34 |
|
|
* | Resolving parts of #688907: | Just van Rossum | 2003-02-25 | 1 | -9/+29 |
|
|
* | typo | Skip Montanaro | 2003-02-25 | 1 | -1/+1 |
|
|
* | Workaround for bug #644243 (which is actually an Apple bug, I think): URLs | Jack Jansen | 2003-02-25 | 1 | -0/+4 |
|
|
* | Test suite for the plistlib module. | Jack Jansen | 2003-02-25 | 1 | -0/+59 |
|
|
* | Added a -c (--copyfile) option with argument src:dst which copies file src | Jack Jansen | 2003-02-24 | 2 | -3/+12 |
|
|
* | sys.executable can contain spaces, cater for this when passing it to | Jack Jansen | 2003-02-24 | 2 | -3/+3 |
|
|
* | Fix from SF patch #633359 by Greg Chapman for SF bug #610299: | Guido van Rossum | 2003-02-24 | 2 | -1/+2 |
|
|
* | Get test to work on alpha | Neal Norwitz | 2003-02-23 | 1 | -1/+1 |
|
|
* | Fix SF bug #689659, 64-bit int and long hash keys incompatible | Neal Norwitz | 2003-02-23 | 1 | -0/+8 |
|
|
* | Expect to skip test_iconv_codecs on MacOSX. | Jack Jansen | 2003-02-23 | 1 | -0/+1 |
|
|
* | Fix SF bug #690081, test_posix fails when run in non-interactive mode | Neal Norwitz | 2003-02-23 | 1 | -1/+8 |
|
|
* | Fix SF bug #691276, shutil.copytree documentation bug | Neal Norwitz | 2003-02-23 | 1 | -3/+3 |
|
|
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -11/+12 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 3 | -8/+6 |
|
|
* | Get rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -60/+59 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -0/+1 |
|
|
* | getpid doesn't exist on MacOS9. | Jack Jansen | 2003-02-21 | 1 | -1/+4 |
|
|
* | Remove _reduce_2, it's now implemented in C. | Guido van Rossum | 2003-02-21 | 1 | -42/+5 |
|
|
* | SF bug 690622: test_cpickle overflows stack on MacOS9. | Tim Peters | 2003-02-21 | 1 | -1/+5 |
|
|
* | Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures | Tim Peters | 2003-02-21 | 1 | -1/+7 |
|
|
* | Port all string tests to PyUnit and share as much tests | Walter Dörwald | 2003-02-21 | 6 | -935/+921 |
|
|
* | SF bug #690083: test_random fails sometimes | Raymond Hettinger | 2003-02-21 | 1 | -1/+1 |
|
|
* | announce(): use the level argument to control the log level. | Guido van Rossum | 2003-02-20 | 1 | -1/+1 |
|
|
* | set_verbosity(): do something reasonable for out-of-range verbosity | Guido van Rossum | 2003-02-20 | 1 | -3/+3 |
|
|
* | Include download_url in the data POSTed to the catalog server | Andrew M. Kuchling | 2003-02-19 | 1 | -0/+1 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 2 | -2/+9 |
|
|
* | [Patch #684398] Rename verbose argument to show-response; don't conditionaliz... | Andrew M. Kuchling | 2003-02-19 | 1 | -9/+8 |
|
|
* | OS/2 has no concept of file ownership, like DOS & MS Windows version | Andrew MacIntyre | 2003-02-19 | 1 | -1/+2 |
|
|
* | Reverted whitespace normalization on this file. I should really change | Tim Peters | 2003-02-19 | 1 | -9/+10 |
|
|
* | Removed debugging print in test_tarfile. | Tim Peters | 2003-02-19 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 26 | -114/+110 |
|
|
* | Rename _better_reduce to _reduce_2, to make sure that any code that | Guido van Rossum | 2003-02-19 | 1 | -10/+5 |
|
|
* | Remove now unused _better_reduce. | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|