]> granicus.if.org Git - python/shortlog
python
2003-03-09 Greg WardWrap all paragraphs to 72 columns.
2003-03-09 Greg WardDocumentation for the ossaudiodev module.
2003-03-09 Raymond HettingerSF patch #691928: Use datetime in _strptime
2003-03-09 Raymond HettingerSf patch #700047: unicode object leaks refcount on...
2003-03-09 Raymond HettingerAdd contributor name.
2003-03-09 Raymond HettingerSF patch #667730: More DictMixin
2003-03-09 Raymond HettingerSF 698520: Iterator for urllib.URLOpener
2003-03-08 Just van Rossum[ 684677 ] Allow freeze to exclude implicits
2003-03-08 Martin v. LöwisSkip the test if TESTFN_ENCODING is None. Fixes #699386.
2003-03-07 Barry Warsaw_split_ascii(): lstrip the individual lines in the...
2003-03-07 Barry Warsawtest_long_unbreakable_lines_with_continuation(): Anothe...
2003-03-07 Barry Warsawdecode_rfc2231(): RFC 2231 allows leaving out both...
2003-03-07 Barry Warsawtest_rfc2231_no_language_or_charset(): RFC 2231 allows...
2003-03-07 Tim PetersDon't quote the path to Python unless the path contains...
2003-03-07 Tim PetersWhitespace normalization.
2003-03-07 Barry Warsawwhitespace normalization
2003-03-07 Tim PetersThis test relied on significant trailing whitespace...
2003-03-07 Skip MontanaroAdd a little more verbiage about the bsddb module/packa...
2003-03-07 Barry Warsaw_write_headers(), _split_header(): All of the smarts...
2003-03-07 Barry WarsawMore internal refinements of the ascii splitting algorithm.
2003-03-07 Jack JansenTest_ioctl and test_tarfile are skipped on MacOS9.
2003-03-07 Jack JansenRemoved unused variable
2003-03-07 Jack JansenFilter out macfs warning.
2003-03-07 Tim PetersSomebody must not have run the test before checking...
2003-03-07 Jack JansenGot PythonStandalone to work again, mainly for debuggin...
2003-03-07 Barry Warsawtest_string_headerinst_eq(): Another Jason test :)
2003-03-07 Guido van Rossum- The extended type structure used for heap types ...
2003-03-07 Fred DrakeMinor clarification about the ob_size field.
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...
next