summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-051-2/+1
* Actually *do* override the type in AppBuilder.Jack Jansen2003-03-051-1/+1
* Moved some application-bundle specific code from the BundleBuilder class toJack Jansen2003-03-051-5/+9
* Attempting to save the shell raised an error related to savingKurt B. Kaiser2003-03-041-2/+8
* SF 693333Kurt B. Kaiser2003-03-041-0/+3
* test_ioctl is an expected skip on Windows.Tim Peters2003-03-041-0/+1
* [Bug #693470] 'licence' as an alias for 'license' doesn't work.Andrew M. Kuchling2003-03-031-1/+10
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* [Bug #69389] List register command in __all__, so setup.py --help-commands wi...Andrew M. Kuchling2003-03-031-0/+1
* Improve descriptionAndrew M. Kuchling2003-03-031-1/+1
* Fix bugMichael W. Hudson2003-03-031-0/+31
* Call AEInteractWithUser() before bringing up any of the dialogs (with theJack Jansen2003-03-031-1/+13
* Patch #671666: Alias ANSI code page to "mbcs".Martin v. Löwis2003-03-031-0/+16
* Undo the apply() removals; this code needs to run under Python 1.5.2.Guido van Rossum2003-03-022-14/+14
* MyComplex now works.Guido van Rossum2003-03-021-1/+1
* test_load_from_canned_string(): Created a DATA2 string to test a cannedTim Peters2003-03-021-2/+66
* TestOnlySetsInBinaryOps: Simplified the non-inplace tests by usingTim Peters2003-03-021-44/+16
* Typo repairs in new code.Tim Peters2003-03-021-3/+7
* SF bug 693121: Set == non-Set is a TypeError.Tim Peters2003-03-022-18/+49
* The doctest was printing Sets, but that's unreliable because setTim Peters2003-03-011-6/+9
* Fix comment, mode really is usedNeal Norwitz2003-03-011-1/+1
* Fix SF patch #695581, "returnself" -> "return self"Neal Norwitz2003-03-011-1/+1
* Reindent the new code properly.Guido van Rossum2003-03-011-22/+22
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-0/+44
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-281-20/+6
* Handle iconv initialization erorrsNeal Norwitz2003-02-281-1/+1
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-282-0/+12
* Getting rid of macfs.Jack Jansen2003-02-273-9/+9
* Added a deprecation warning.Jack Jansen2003-02-271-0/+3
* M rpc.pyKurt B. Kaiser2003-02-272-43/+46
* Changing the window type to movable modal isn't enough to make the dialogs mo...Jack Jansen2003-02-271-0/+0
* * separate opcode definitions into opcode.pySkip Montanaro2003-02-271-178/+51
* new opcode module - extract opcode definitions from dis.py - eventuallySkip Montanaro2003-02-271-0/+188
* simple test case for dis moduleSkip Montanaro2003-02-271-0/+53
* 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