]> granicus.if.org Git - python/shortlog
python
2003-03-07 Jack JansenMake tarfile raise ImportError on MacOS9. The pathname...
2003-03-07 Jack JansenThe filename fix of the previous checkin was complete...
2003-03-07 Jack JansenTwo fixes to make this test pass on MacOS9:
2003-03-07 Jack JansenTest that os.utime and os.chmod actually exist before...
2003-03-07 Guido van RossumBroke down and made it work for Python 2.0 and up....
2003-03-07 Skip Montanarofix name of db2pickle
2003-03-06 Raymond HettingerSF patch #693753: fix for bug 639806: default for...
2003-03-06 Tim PetersRepaired a misleading comment Barry inherited from me.
2003-03-06 Jack JansenFirst try to use the OSATerminology module to get the...
2003-03-06 Jack JansenBuild the OSATerminology module on MacOSX.
2003-03-06 Jack JansenVarious tweaks by Jack because of the different module...
2003-03-06 Jack JansenModule to get OSA terminology description through the...
2003-03-06 Neal NorwitzFix SF bug #697256, PyMarshal_WriteShortToFile() docume...
2003-03-06 Barry Warsaw_split_ascii(): In the clause where curlen + partlen...
2003-03-06 Barry Warsawtest_long_received_header(): Another test case for...
2003-03-06 Raymond HettingerReverted the previous change to read() and readline().
2003-03-06 Guido van RossumAdd a note explaining why you shouldn't try to compute...
2003-03-06 Barry Warsawtest_whitespace_eater_unicode(): Test of the last outst...
2003-03-06 Barry Warsaw__unicode__(): When converting to a unicode string...
2003-03-06 Guido van RossumSimpler way to write reindent(), suggested by Raymond H.
2003-03-06 Sjoerd MullenderRemoved superfluous \r.
2003-03-06 Barry Warsawtest_rfc2047_multiline(): Test case for SF bug #640110.
2003-03-06 Barry Warsawdecode_header(): Typo when appending an unencoded chunk...
2003-03-06 Barry WarsawDescribe Charset.__repr__().
2003-03-06 Barry WarsawDescribe the new Header.encode() argument "splitchars".
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Barry WarsawMerge of the folding-reimpl-branch. Specific changes,
2003-03-06 Guido van RossumAdd notes about baseline overhead, and about different...
2003-03-06 Guido van RossumAdded more documentation.
2003-03-06 Guido van RossumMention timeit.py.
2003-03-05 Guido van RossumA flexible utility to time the execution speed of a...
2003-03-05 Jack JansenTwo ancient and obscure bugs found and fixed by Donovan...
2003-03-05 Fred DrakeDeclare all variables at the start of their scope.
2003-03-05 Just van RossumPatch #698082 from Thomas Heller: Modulefinder didn...
2003-03-05 Jack JansenFix for bug #697546: don't auto-register the Python...
2003-03-05 Jack JansenAn #endif was missing in Just's patch. Added.
2003-03-05 Just van Rossumremoving one Mac hack and add another:
2003-03-05 Martin v. LöwisAlways initialize Py_FileSystemDefaultEncoding on Unix...
2003-03-05 Jack JansenActually *do* override the type in AppBuilder.
2003-03-05 Jack JansenMoved some application-bundle specific code from the...
2003-03-05 Michael W.... Back in June in revision 1.98 Steve (accidentally,...
2003-03-05 Michael W.... I thought it was common practice to check things compil...
2003-03-05 Martin v. LöwisPatch #696645: Remove VMS code with uncertain authorship.
2003-03-05 Jack JansenThese are no longer used.
2003-03-04 Andrew M. KuchlingPoint e-mail address at the SIG
2003-03-04 Just van Rossumos.listdir(): Fall back to the original byte string...
2003-03-04 Andrew M. KuchlingWeaken recommendation of Friedl book; fix reference
2003-03-04 Andrew M. Kuchling[bug #692016] update description of {m,n} modifier...
2003-03-04 Andrew M. Kuchling[bug #696771] Remove misleading parenthetical aside
2003-03-04 Jack JansenPatch #696613 by Ben Laurie: use "test -L" to test...
2003-03-04 Kurt B. KaiserAttempting to save the shell raised an error related...
2003-03-04 Kurt B. KaiserSF 693333
2003-03-04 Tim Peterstest_ioctl is an expected skip on Windows.
2003-03-03 Neal NorwitzFix SF #692416, don't crash interpreter for _tkinter...
2003-03-03 Andrew M. Kuchling[Bug #693470] 'licence' as an alias for 'license' doesn...
2003-03-03 Kurt B. KaiserSF 695861
2003-03-03 Just van Rossumplugged leak noted by nnorwitz: the 'et' format returns...
2003-03-03 Andrew M. Kuchling[Bug #69389] List register command in __all__, so setup...
2003-03-03 Andrew M. KuchlingImprove description
2003-03-03 Just van RossumPatch #683592 revisited, after discussions with MvL:
2003-03-03 Ken Manheimerpy-pdbtrack-grub-for-buffer(): Rectified some logic...
2003-03-03 Jack JansenGave the text fields a little more space, so they don...
2003-03-03 Jack JansenMod to previous checkin: we must require ascii, not...
2003-03-03 Jack JansenAccept only the system default encoding when converting...
2003-03-03 Michael W.... Fix bug
2003-03-03 Jack JansenDon't call AEInteractWithUser unconditionally on a...
2003-03-03 Jack JansenCall AEInteractWithUser() before bringing up any of...
2003-03-03 Martin v. LöwisDon't crash on _tkinter.createfilehandler in non-thread...
2003-03-03 Martin v. LöwisPatch #671666: Alias ANSI code page to "mbcs".
2003-03-03 Ken ManheimerGuard advancing past leading meta-comments.
2003-03-03 Ken ManheimerEnhanced pdbtrack to provide for source code that's...
2003-03-02 Jack JansenUse Carbon.File for FSSpec and FSRef conversion, not...
2003-03-02 Jack Jansen_CG module only needs the ApplicationServices framework...
2003-03-02 Guido van RossumUndo the apply() removals; this code needs to run under...
2003-03-02 Guido van RossumMyComplex now works.
2003-03-02 Guido van RossumFix from Greg Chapman from SF bug #695651: a complex...
2003-03-02 Guido van RossumCommit MvL's doc patch for SF bug #221327. This adds...
2003-03-02 Tim Peterstest_load_from_canned_string(): Created a DATA2 string...
2003-03-02 Andrew M. KuchlingAdd updates for alpha2
2003-03-02 Andrew M. KuchlingExpand itertools paragraph
2003-03-02 Tim PetersTestOnlySetsInBinaryOps: Simplified the non-inplace...
2003-03-02 Tim PetersTypo repairs in new code.
2003-03-02 Tim PetersSF bug 693121: Set == non-Set is a TypeError.
2003-03-01 Tim PetersThe doctest was printing Sets, but that's unreliable...
2003-03-01 Neal NorwitzFix comment, mode really is used
2003-03-01 Neal NorwitzFix SF patch #695581, "returnself" -> "return self"
2003-03-01 Neal Norwitzget_completer() takes no args
2003-03-01 Guido van RossumAdded implementation notes for [re]set_exc_info().
2003-03-01 Guido van RossumReindent the new code properly.
2003-03-01 Guido van Rossum- New function sys.exc_clear() clears the current excep...
2003-03-01 Raymond HettingerSeveral of the tools can make direct calls the inner...
2003-03-01 Raymond HettingerRemoved duplicate test from inner loop.
2003-02-28 Andrew M. KuchlingAdd news item for patch #695090
2003-02-28 Andrew M. Kuchling[Patch #695090 from Bernhard Herzog] Allow specifying...
2003-02-28 Neal NorwitzHandle iconv initialization erorrs
next