| Commit message (Expand) | Author | Age | Files | Lines |
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -0/+44 |
|
|
* | [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac... | Andrew M. Kuchling | 2003-02-28 | 1 | -20/+6 |
|
|
* | Handle iconv initialization erorrs | Neal Norwitz | 2003-02-28 | 1 | -1/+1 |
|
|
* | Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource | Neal Norwitz | 2003-02-28 | 2 | -0/+12 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-27 | 3 | -9/+9 |
|
|
* | Added a deprecation warning. | Jack Jansen | 2003-02-27 | 1 | -0/+3 |
|
|
* | M rpc.py | Kurt B. Kaiser | 2003-02-27 | 2 | -43/+46 |
|
|
* | Changing the window type to movable modal isn't enough to make the dialogs mo... | Jack Jansen | 2003-02-27 | 1 | -0/+0 |
|
|
* | * separate opcode definitions into opcode.py | Skip Montanaro | 2003-02-27 | 1 | -178/+51 |
|
|
* | new opcode module - extract opcode definitions from dis.py - eventually | Skip Montanaro | 2003-02-27 | 1 | -0/+188 |
|
|
* | simple test case for dis module | Skip Montanaro | 2003-02-27 | 1 | -0/+53 |
|
|
* | 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 |
|
|