summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* An #endif was missing in Just's patch. Added.Jack Jansen2003-03-051-0/+1
* removing one Mac hack and add another:Just van Rossum2003-03-051-26/+16
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-056-22/+67
* 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
* Back in June in revision 1.98 Steve (accidentally, presumably) wipedMichael W. Hudson2003-03-051-29/+74
* I thought it was common practice to check things compiled beforeMichael W. Hudson2003-03-051-5/+5
* Patch #696645: Remove VMS code with uncertain authorship.Martin v. Löwis2003-03-053-301/+60
* These are no longer used.Jack Jansen2003-03-052-54/+0
* Point e-mail address at the SIGAndrew M. Kuchling2003-03-042-2/+2
* os.listdir(): Fall back to the original byte string if conversion to unicodeJust van Rossum2003-03-041-6/+8
* Weaken recommendation of Friedl book; fix referenceAndrew M. Kuchling2003-03-041-4/+4
* [bug #692016] update description of {m,n} modifier; you can omit the lower boundAndrew M. Kuchling2003-03-041-3/+4
* [bug #696771] Remove misleading parenthetical asideAndrew M. Kuchling2003-03-041-2/+0
* Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in steadJack Jansen2003-03-041-1/+1
* 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
* Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandlerNeal Norwitz2003-03-032-1/+17
* [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
* plugged leak noted by nnorwitz: the 'et' format returns allocated memoryJust van Rossum2003-03-031-2/+4
* [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
* Patch #683592 revisited, after discussions with MvL:Just van Rossum2003-03-033-19/+15
* py-pdbtrack-grub-for-buffer(): Rectified some logic errors iKen Manheimer2003-03-031-6/+18
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-031-4/+4
* Mod to previous checkin: we must require ascii, not system defautl encoding,Jack Jansen2003-03-032-2/+2
* Accept only the system default encoding when converting PythonJack Jansen2003-03-033-8/+11
* Fix bugMichael W. Hudson2003-03-034-18/+171
* Don't call AEInteractWithUser unconditionally on a quit appleevent. TheJack Jansen2003-03-031-2/+0
* Call AEInteractWithUser() before bringing up any of the dialogs (with theJack Jansen2003-03-031-1/+13
* Don't crash on _tkinter.createfilehandler in non-threaded Tcl;Martin v. Löwis2003-03-031-1/+26
* Patch #671666: Alias ANSI code page to "mbcs".Martin v. Löwis2003-03-031-0/+16
* Guard advancing past leading meta-comments.Ken Manheimer2003-03-031-4/+6
* Enhanced pdbtrack to provide for source code that's not findable byKen Manheimer2003-03-031-29/+105
* Use Carbon.File for FSSpec and FSRef conversion, not macfs.Jack Jansen2003-03-021-4/+4
* _CG module only needs the ApplicationServices framework, not Carbon.Jack Jansen2003-03-021-2/+1
* 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
* Fix from Greg Chapman from SF bug #695651: a complex subclassGuido van Rossum2003-03-021-2/+3
* Commit MvL's doc patch for SF bug #221327. This adds an example ofGuido van Rossum2003-03-021-0/+22
* test_load_from_canned_string(): Created a DATA2 string to test a cannedTim Peters2003-03-021-2/+66
* Add updates for alpha2Andrew M. Kuchling2003-03-021-3/+7
* Expand itertools paragraphAndrew M. Kuchling2003-03-021-3/+9
* 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-023-23/+61
* 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