]> granicus.if.org Git - python/shortlog
python
2003-03-11 Barry Warsawtest_get_decoded_uu_payload(): A new test for
2003-03-10 Kurt B. KaiserM PyShell.py
2003-03-10 Kurt B. KaiserA interruptmodule.c
2003-03-10 Barry Warsawspecialsre, escapesre: In SF bug #663369, Matthew Woodc...
2003-03-10 Barry Warsawtest_escape_backslashes(): A test for SF bug #663369...
2003-03-10 Barry Warsaw_bdecode(): Remove redundant check.
2003-03-10 Barry WarsawFix base class
2003-03-10 Barry WarsawUse ndiffAssertEqual in a couple of places for better...
2003-03-10 Barry WarsawDescribe what happens when decode=True and the payload...
2003-03-10 Barry Warsawget_payload(): If we get a low-level binascii.Error...
2003-03-10 Barry Warsawtest_broken_base64_payload(): Test for crash in low...
2003-03-10 Martin v. LöwisPatch #700839: Fix bugs in the plural handling.
2003-03-10 Andrew M. Kuchling[Patch #649762] Fix for asynchat endless loop
2003-03-10 Barry Warsaw_split_ascii() [method and function]: Don't join the...
2003-03-10 Andrew M. KuchlingUse isinstance() instead of type comparison
2003-03-10 Barry Warsawtest_another_long_multiline_header(): Yet another forma...
2003-03-10 Greg Wardopenmixer()'s 'mode' parameter has been removed.
2003-03-10 Greg Ward<sys/soundcard.h> seems to exist on both Linux and...
2003-03-10 Greg WardExpand description of ossaudiodev.error exception.
2003-03-10 Greg WardRewrite intro paragraphs and add a "See also" box for...
2003-03-10 Greg WardFix two unformatted lists: one is now an 'enumerate...
2003-03-10 Greg WardAdd libossaudiodev.tex.
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
next