2003-03-07 |
Jack Jansen | Test that os.utime and os.chmod actually exist before... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Guido van Rossum | Broke down and made it work for Python 2.0 and up.... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Skip Montanaro | fix name of db2pickle |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Raymond Hettinger | SF patch #693753: fix for bug 639806: default for... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Tim Peters | Repaired a misleading comment Barry inherited from me. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | First try to use the OSATerminology module to get the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Build the OSATerminology module on MacOSX. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Various tweaks by Jack because of the different module... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Module to get OSA terminology description through the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Neal Norwitz | Fix SF bug #697256, PyMarshal_WriteShortToFile() docume... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | _split_ascii(): In the clause where curlen + partlen... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_long_received_header(): Another test case for... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Raymond Hettinger | Reverted the previous change to read() and readline(). |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Add a note explaining why you shouldn't try to compute... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_whitespace_eater_unicode(): Test of the last outst... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | __unicode__(): When converting to a unicode string... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Simpler way to write reindent(), suggested by Raymond H. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Sjoerd Mullender | Removed superfluous \r. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_rfc2047_multiline(): Test case for SF bug #640110. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | decode_header(): Typo when appending an unencoded chunk... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Describe Charset.__repr__(). |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Describe the new Header.encode() argument "splitchars". |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Add notes about baseline overhead, and about different... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Added more documentation. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Mention timeit.py. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Guido van Rossum | A flexible utility to time the execution speed of a... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Two ancient and obscure bugs found and fixed by Donovan... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Fred Drake | Declare all variables at the start of their scope. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Just van Rossum | Patch #698082 from Thomas Heller: Modulefinder didn... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Fix for bug #697546: don't auto-register the Python... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | An #endif was missing in Just's patch. Added. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Just van Rossum | removing one Mac hack and add another: |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin v. Löwis | Always initialize Py_FileSystemDefaultEncoding on Unix... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Actually *do* override the type in AppBuilder. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Moved some application-bundle specific code from the... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | Back in June in revision 1.98 Steve (accidentally,... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | I thought it was common practice to check things compil... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin v. Löwis | Patch #696645: Remove VMS code with uncertain authorship. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | These are no longer used. |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | Point e-mail address at the SIG |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Just van Rossum | os.listdir(): Fall back to the original byte string... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | Weaken recommendation of Friedl book; fix reference |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | [bug #692016] update description of {m,n} modifier... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | [bug #696771] Remove misleading parenthetical aside |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Jack Jansen | Patch #696613 by Ben Laurie: use "test -L" to test... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Kurt B. Kaiser | Attempting to save the shell raised an error related... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Kurt B. Kaiser | SF 693333 |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Tim Peters | test_ioctl is an expected skip on Windows. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Neal Norwitz | Fix SF #692416, don't crash interpreter for _tkinter... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | [Bug #693470] 'licence' as an alias for 'license' doesn... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Kurt B. Kaiser | SF 695861 |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Just van Rossum | plugged leak noted by nnorwitz: the 'et' format returns... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | [Bug #69389] List register command in __all__, so setup... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | Improve description |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Just van Rossum | Patch #683592 revisited, after discussions with MvL: |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | py-pdbtrack-grub-for-buffer(): Rectified some logic... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Gave the text fields a little more space, so they don... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Mod to previous checkin: we must require ascii, not... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Accept only the system default encoding when converting... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Don't call AEInteractWithUser unconditionally on a... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Call AEInteractWithUser() before bringing up any of... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Martin v. Löwis | Don't crash on _tkinter.createfilehandler in non-thread... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Martin v. Löwis | Patch #671666: Alias ANSI code page to "mbcs". |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | Guard advancing past leading meta-comments. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | Enhanced pdbtrack to provide for source code that's... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jack Jansen | Use Carbon.File for FSSpec and FSRef conversion, not... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jack Jansen | _CG module only needs the ApplicationServices framework... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Undo the apply() removals; this code needs to run under... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | MyComplex now works. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Fix from Greg Chapman from SF bug #695651: a complex... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Commit MvL's doc patch for SF bug #221327. This adds... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | test_load_from_canned_string(): Created a DATA2 string... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Andrew M. Kuchling | Add updates for alpha2 |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Andrew M. Kuchling | Expand itertools paragraph |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | TestOnlySetsInBinaryOps: Simplified the non-inplace... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | Typo repairs in new code. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | SF bug 693121: Set == non-Set is a TypeError. |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Tim Peters | The doctest was printing Sets, but that's unreliable... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | Fix comment, mode really is used |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | Fix SF patch #695581, "returnself" -> "return self" |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | get_completer() takes no args |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | Added implementation notes for [re]set_exc_info(). |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | Reindent the new code properly. |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | - New function sys.exc_clear() clears the current excep... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Raymond Hettinger | Several of the tools can make direct calls the inner... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Raymond Hettinger | Removed duplicate test from inner loop. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Andrew M. Kuchling | Add news item for patch #695090 |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Andrew M. Kuchling | [Patch #695090 from Bernhard Herzog] Allow specifying... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Handle iconv initialization erorrs |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bugs #692951 and 692988, test_timeout.py needs... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Just pointed out the code was better written with |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bug #690012 |
commit | commitdiff | tree | snapshot |
next |