]> granicus.if.org Git - python/shortlog
python
2004-05-18 Fred DrakeConfigParser:
2004-05-18 Fred DrakeConfigParser:
2004-05-17 Skip Montanarodate typo in %changelog
2004-05-16 Tim Peterstest_alias_nofallback(): Someone broke this test,...
2004-05-15 Barry Warsaw_parsegen(): Add a missing check for NeedMoreData.
2004-05-15 Raymond HettingerUpdate the DLL example to work with Py2.4.
2004-05-14 Skip Montanarotypo - fixes 954030.
2004-05-13 Barry Warsawforward porting from release23-maint
2004-05-13 Barry Warsawtest_boundary_in_non_multipart(): Added a test for...
2004-05-13 Barry Warsawencode_7or8bit(): Clearing out some old patches; iso...
2004-05-13 Barry Warsawreadline(): RFC 2046, section 5.1.2 (and partially...
2004-05-13 Barry Warsawtest_nested_inner_contains_outer_boundary(), test_neste...
2004-05-13 Barry Warsaw_structure(): Make sure all output goes the to fp object.
2004-05-13 Barry WarsawAnother evil test from Anthony's suite. This one has...
2004-05-13 Barry WarsawA boiled down example from Anthony's MIME torture tests...
2004-05-13 Anthony Baxterforward-port 1.17.12.1
2004-05-13 Greg WardSF #847346: merge from release23-maint branch: remove...
2004-05-12 Raymond HettingerSF bug #952866: "can't multiply sequence *by* non...
2004-05-12 Raymond HettingerMake sure "del d[n]" is properly supported. Was necess...
2004-05-12 Thomas HellerWindows build number for 2.3.4c1 is 52.
2004-05-12 Fred Drakefix various descriptions of "ctime"
2004-05-12 Fred Drakeminor wording cleanup
2004-05-12 Fred Drakefix error message; closes SF patch #932796
2004-05-12 Fred Drakefix various typos; thanks, George Yoshida!
2004-05-12 Fred Drakeadd note about the __name__ read-only attribute
2004-05-11 Barry WarsawTests for message/external-body and for duplicate bound...
2004-05-11 Barry WarsawMore boiled down tests from Anthony's big torture suite.
2004-05-11 Barry WarsawA boiled down message/external-body example from Anthon...
2004-05-11 Barry WarsawAn example with multiple boundary lines.
2004-05-11 Barry Warsaw_parsegen(): Move the message/rfc822 clause to after the
2004-05-11 Tim PetersReverting local change checked in by mistake.
2004-05-11 Tim PetersChanged company name to PSF. Added 2004 to copyright...
2004-05-11 Tim PetersAdded 2.3.3 and 2.3.4 to the release table. Added...
2004-05-11 Barry Warsaw_parsegen(): Watch out for empty epilogues.
2004-05-11 Thomas HellerFix SF item #876278: Unbounded recursion in modulefinder.
2004-05-11 Fred Drakeuse tools/getversioninfo to extract the version number...
2004-05-11 Fred Drakeremove assignment to unused variable
2004-05-11 Fred Drakeupdate to reflect the current location of the SF bugs...
2004-05-11 Fred Drakemarkup adjustment
2004-05-11 Barry WarsawIn order to fix SF bug # 824977, we replace calloc...
2004-05-11 Greg WardSF #832236: merge from release23-maint branch: wrap...
2004-05-10 Barry WarsawAdded a note describing how fp should be opened in...
2004-05-10 Skip MontanaroPoint out that %p has no effect on the output hour...
2004-05-10 Fred Drakedon't make assumptions about $PATH in Cygwin instructions
2004-05-10 Barry Warsaw_parse_headers(): Strip a trailing newline from the...
2004-05-10 Barry Warsaw_split_ascii(): Small optimization by RH.
2004-05-10 Raymond HettingerTemporarily disable doctest until genexps are in CVS
2004-05-10 Mark HammondFix [ 738973 ] urllib2 CacheFTPHandler doesn't work...
2004-05-09 Barry WarsawSF patch # 884030 by Amit Aronovitch; fixes the _subpar...
2004-05-09 Barry Warsawtest_mime_attachments_in_constructor(): New test to...
2004-05-09 Barry WarsawAdd this year to the copyright notices.
2004-05-09 Barry Warsawwe dont support any Python's before 2.3 now.
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawAn updated FeedParser that should be RFC complaint...
2004-05-09 Barry WarsawAdd MessageDefect and subclasses.
2004-05-09 Barry WarsawUpdate to Python 2.3, getting rid of backward compatibl...
2004-05-09 Barry WarsawLike msg_12.txt but with some extra vertical whitespace...
2004-05-09 Barry WarsawA bunch of new tests, and updated tests for the email...
2004-05-09 Raymond HettingerAdd more examples.
2004-05-08 Raymond HettingerSF #950057: itertools.chain doesn't "process" exceptio...
2004-05-08 Gustavo NiemeyerSmall fixes in freeze.py.
2004-05-07 Martin v. LöwisRecord UnixWare 7.1.4 as broken. Fixes #929689.
2004-05-07 Martin v. LöwisFix _sre.CODESIZE on 64-bit machines in UCS-4 mode...
2004-05-07 Raymond HettingerRevert last change.
2004-05-06 Raymond HettingerUse sets instead of lists for membership testing
2004-05-06 Andrew M. Kuchling[Bug #945063] Get file extension correct. (2.3 bugfix...
2004-05-06 Fred Drakenote that descriptor objects must be instances of new...
2004-05-06 Fred Drakefix documentation for ContentHandler.ignorableWhitespace()
2004-05-06 Fred Drakemarkup adjustments
2004-05-06 Martin v. LöwisConsider output encoding in XMLGenerator. Fixes #938076.
2004-05-06 Martin v. LöwisProperly delegate startElementNS in saxutils.XMLFilterB...
2004-05-06 Martin v. LöwisSwap public and system ID in start_doctype_decl. Fixes...
2004-05-06 Martin v. LöwisPatch #944110: Properly process empty passwords. Fixes...
2004-05-06 Martin v. LöwisPatch #940026: Explain "in" when it is first used.
2004-05-05 Andrew M. Kuchling[Bug #810879] Document that copyfile() can fail if...
2004-05-05 Brett CannonFix small grammatical mistake.
2004-05-05 Raymond HettingerNits:
2004-05-05 Raymond HettingerSF patch #947476: Apply freelist technique to lists
2004-05-05 Fred Drakeadd an index entry for __getnewargs__()
2004-05-05 Fred Drake- note that __getinitargs__() is only for old-style...
2004-05-05 Fred DrakeRemove list of pickle protocol names used by the copy...
2004-05-05 Fred Drakenote that the error code for socket.gaierror will be...
2004-05-05 Greg WardSF #814606: merge from release23-maint branch: clarify...
2004-05-04 Nicholas BastinRemoved 'U' from the documentation for Py_BuildValue...
2004-05-04 Phillip J. EbyDocument readline module functions added in Python...
2004-05-04 Guido van RossumUsing reversed() is not compatible with Python 1.5.2.
2004-05-04 Raymond HettingerReplace str.find()!=1 with the more readable "in" operator.
2004-05-04 Raymond HettingerTesting for None should be done with 'is'
2004-05-04 Raymond HettingerStacks based on lists work better and read more clearly...
2004-05-04 Mark HammondFix [ 947405 ] os.utime() raises bad exception for...
2004-05-02 Martin v. LöwisDo not use the default namespace for attributes.
2004-05-01 Raymond HettingerMinor documentation nits.
2004-04-30 Raymond HettingerAdd an example application to the docs.
2004-04-29 Fred Drakethe headers in an HTTP request are HTTP headers, not...
2004-04-28 Walter DörwaldAdd a test script for the colorsys module.
next