| Commit message (Expand) | Author | Age | Files | Lines |
* | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
|
|
* | Patch #696645: Remove VMS code with uncertain authorship. | Martin v. Löwis | 2003-03-05 | 3 | -301/+60 |
|
|
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
|
|
* | Point e-mail address at the SIG | Andrew M. Kuchling | 2003-03-04 | 2 | -2/+2 |
|
|
* | os.listdir(): Fall back to the original byte string if conversion to unicode | Just van Rossum | 2003-03-04 | 1 | -6/+8 |
|
|
* | Weaken recommendation of Friedl book; fix reference | Andrew M. Kuchling | 2003-03-04 | 1 | -4/+4 |
|
|
* | [bug #692016] update description of {m,n} modifier; you can omit the lower bound | Andrew M. Kuchling | 2003-03-04 | 1 | -3/+4 |
|
|
* | [bug #696771] Remove misleading parenthetical aside | Andrew M. Kuchling | 2003-03-04 | 1 | -2/+0 |
|
|
* | Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead | Jack Jansen | 2003-03-04 | 1 | -1/+1 |
|
|
* | Attempting to save the shell raised an error related to saving | Kurt B. Kaiser | 2003-03-04 | 1 | -2/+8 |
|
|
* | SF 693333 | Kurt B. Kaiser | 2003-03-04 | 1 | -0/+3 |
|
|
* | test_ioctl is an expected skip on Windows. | Tim Peters | 2003-03-04 | 1 | -0/+1 |
|
|
* | Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler | Neal Norwitz | 2003-03-03 | 2 | -1/+17 |
|
|
* | [Bug #693470] 'licence' as an alias for 'license' doesn't work. | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+10 |
|
|
* | SF 695861 | Kurt B. Kaiser | 2003-03-03 | 1 | -1/+11 |
|
|
* | plugged leak noted by nnorwitz: the 'et' format returns allocated memory | Just van Rossum | 2003-03-03 | 1 | -2/+4 |
|
|
* | [Bug #69389] List register command in __all__, so setup.py --help-commands wi... | Andrew M. Kuchling | 2003-03-03 | 1 | -0/+1 |
|
|
* | Improve description | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+1 |
|
|
* | Patch #683592 revisited, after discussions with MvL: | Just van Rossum | 2003-03-03 | 3 | -19/+15 |
|
|
* | py-pdbtrack-grub-for-buffer(): Rectified some logic errors i | Ken Manheimer | 2003-03-03 | 1 | -6/+18 |
|
|
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
|
|
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 2 | -2/+2 |
|
|
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 3 | -8/+11 |
|
|
* | Fix bug | Michael W. Hudson | 2003-03-03 | 4 | -18/+171 |
|
|
* | Don't call AEInteractWithUser unconditionally on a quit appleevent. The | Jack Jansen | 2003-03-03 | 1 | -2/+0 |
|
|
* | Call AEInteractWithUser() before bringing up any of the dialogs (with the | Jack Jansen | 2003-03-03 | 1 | -1/+13 |
|
|
* | Don't crash on _tkinter.createfilehandler in non-threaded Tcl; | Martin v. Löwis | 2003-03-03 | 1 | -1/+26 |
|
|
* | Patch #671666: Alias ANSI code page to "mbcs". | Martin v. Löwis | 2003-03-03 | 1 | -0/+16 |
|
|
* | Guard advancing past leading meta-comments. | Ken Manheimer | 2003-03-03 | 1 | -4/+6 |
|
|
* | Enhanced pdbtrack to provide for source code that's not findable by | Ken Manheimer | 2003-03-03 | 1 | -29/+105 |
|
|
* | Use Carbon.File for FSSpec and FSRef conversion, not macfs. | Jack Jansen | 2003-03-02 | 1 | -4/+4 |
|
|
* | _CG module only needs the ApplicationServices framework, not Carbon. | Jack Jansen | 2003-03-02 | 1 | -2/+1 |
|
|
* | Undo the apply() removals; this code needs to run under Python 1.5.2. | Guido van Rossum | 2003-03-02 | 2 | -14/+14 |
|
|
* | MyComplex now works. | Guido van Rossum | 2003-03-02 | 1 | -1/+1 |
|
|
* | Fix from Greg Chapman from SF bug #695651: a complex subclass | Guido van Rossum | 2003-03-02 | 1 | -2/+3 |
|
|
* | Commit MvL's doc patch for SF bug #221327. This adds an example of | Guido van Rossum | 2003-03-02 | 1 | -0/+22 |
|
|
* | test_load_from_canned_string(): Created a DATA2 string to test a canned | Tim Peters | 2003-03-02 | 1 | -2/+66 |
|
|
* | Add updates for alpha2 | Andrew M. Kuchling | 2003-03-02 | 1 | -3/+7 |
|
|
* | Expand itertools paragraph | Andrew M. Kuchling | 2003-03-02 | 1 | -3/+9 |
|
|
* | TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using | Tim Peters | 2003-03-02 | 1 | -44/+16 |
|
|
* | Typo repairs in new code. | Tim Peters | 2003-03-02 | 1 | -3/+7 |
|
|
* | SF bug 693121: Set == non-Set is a TypeError. | Tim Peters | 2003-03-02 | 3 | -23/+61 |
|
|
* | The doctest was printing Sets, but that's unreliable because set | Tim Peters | 2003-03-01 | 1 | -6/+9 |
|
|
* | Fix comment, mode really is used | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | Fix SF patch #695581, "returnself" -> "return self" | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | get_completer() takes no args | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | Added implementation notes for [re]set_exc_info(). | Guido van Rossum | 2003-03-01 | 1 | -0/+61 |
|
|
* | Reindent the new code properly. | Guido van Rossum | 2003-03-01 | 1 | -22/+22 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 5 | -12/+116 |
|
|
* | Several of the tools can make direct calls the inner iterators. | Raymond Hettinger | 2003-03-01 | 1 | -9/+24 |
|
|