]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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-06  Andrew M. Kuchling[Bug #945063 backport] Get file extension correct.
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  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ö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  Guido van RossumMerge all fixes from Python 2.4. This includes:
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: fix mixer docs to talk about "controls...
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  Mark HammondFix [ 947405 ] os.utime() raises bad exception for...
2004-05-02  Martin v. LöwisDo not use the default namespace for attributes.
2004-04-29  Fred Drakethe headers in an HTTP request are HTTP headers, not...
2004-04-28  Fred Drakeremove out-of-date count of the functions in winsound
2004-04-28  Fred Drakefix typo reported in a long-buried email
2004-04-23  Raymond HettingerSF bug #940579: section 5.10: 'not' returns boolean...
2004-04-22  Thomas HellerAs discussed on python-dev, a script for the free Inno...
2004-04-20  Hye-Shik ChangSF #926075: Fixed the bug that returns a wrong pattern...
2004-04-20  Hye-Shik ChangSF #926075: Fixed the bug that returns a wrong pattern...
2004-04-17  Martin v. LöwisSpecial case normalization of empty strings. Fixes...
2004-04-17  Raymond HettingerSF bug #936827: PyNumber_And() 's description
2004-04-16  Thomas HellerWhitespace cleanup.
2004-04-16  Thomas HellerThe Windows installer for Python 2.3.4 will include...
2004-04-16  Thomas HellerAdd tcl test results on Windows XP.
2004-04-16  Skip Montanarobackport of patch #934971.
2004-04-15  Thomas HellerRecompiled the binary wininst.exe after this change:
2004-04-15  Thomas HellerWhen loading the Python dll to run the postinstall...
2004-04-15  Fred Drakeremove bogus markup that caused the docs to be wrong
2004-04-14  Hye-Shik ChangBackport checkin>
2004-04-11  Andrew MacIntyreadd AF_UNIX notes
2004-04-11  Andrew MacIntyreBackport to 2.3:
2004-04-08  Fred Drakegive rational filenames to some of the generated HTML
2004-04-08  Fred Drakeinclude both the GIF and PNG icons in the HTML package
2004-04-08  Fred Drakeavoid stripping space after indexing macros
2004-04-04  Andrew MacIntyreBackport to 2.3 to support Zope 2.7 on OS/2:
2004-04-04  Andrew MacIntyreBackport to 2.3 to support Zope 2.7 on OS/2:
2004-04-04  Andrew MacIntyreBackport to 2.3:
2004-04-03  Neal Norwitz#928751, fix typos in socket doc
2004-04-01  Fred Drakeremove workarounds to prevent "--" in code from being...
2004-04-01  Fred DrakeFix support for the "prog" keyword to the OptionParser...
2004-04-01  Fred Drakebackport trunk revision 1.144, closing SF bug #793702:
2004-04-01  Fred DrakeNote that reading from a socket may not always return...
2004-04-01  Fred Drake- make sure the methods minidom adds to the basic DOM...
2004-04-01  Fred Drakebackport fix for SF bug #796042: sdist ignores scripts...
2004-03-31  Martin v. LöwisPatch #924497: find(1) all files with /usr/local/bin...
2004-03-31  Guido van RossumBackport 1.17:
2004-03-31  Fred Drakeadd missing and forthcoming releases
2004-03-31  Fred DrakeEmphasize the requirement that Python.h be included...
2004-03-30  Kurt B. KaiserKeybindings with the Shift modifier now work correctly...
2004-03-29  Andrew MacIntyreOS/2 VACPP build updates/fixes
2004-03-26  Fred Drakeremove out-of-date warning
2004-03-25  Brett CannonFix last patch to make backwards-compatible with Python...
2004-03-25  Brett CannonFixed a caching bug in platform.platform() where the...
2004-03-25  Raymond HettingerSF bug #921927: Fixed a typo/thinko spelling "paramete...
2004-03-25  Phillip J. EbyEnsure super() lookup of descriptor from classmethod...
2004-03-23  Martin v. LöwisConvert input to a string object. Fixes #909230.
2004-03-23  Martin v. LöwisDecref all if ensure_fromlist fails. Fixes #876533.
2004-03-22  Armin RigoBackport for bug fix of 2.204.
2004-03-22  Armin RigoBackported fix of revision 2.217.
2004-03-22  Nicholas BastinAdded check for broken poll on OSes where it exists...
2004-03-21  Hye-Shik ChangBackport checkin:
2004-03-20  Brett CannonFix test_strftime.py to escape locale time values that...
2004-03-20  Brett CannonPut entry in proper section.
2004-03-20  Guido van RossumBackport to 2.3:
2004-03-20  Guido van RossumBackporting to 2.3:
2004-03-20  Brett CannonRaise RuntimeError if the second argument to isinstance...
2004-03-20  Brett CannonAdd mention of fix of bug #700055.
2004-03-20  Brett CannonStrip all whitespace at the end of a line when validati...
2004-03-20  Raymond HettingerSF bug #918371: hasattr()'s return type
2004-03-20  Fred Drakecommit the portion of PyXML patch #919008 that is relev...
2004-03-19  Fred DrakePyFile_WriteObject(): some of the local variables...
2004-03-16  Gregory P.... fix bug related to SF bug id 788421 where DBC.set_range...
2004-03-15  Walter DörwaldBackport checkin:
2004-03-13  Raymond HettingerSF patch #911431: robot.txt must be robots.txt
2004-03-02  Brett CannonBackport platform module's docs since module was added...
2004-02-28  Jack JansenBackport of 1.18:
2004-02-28  Jack JansenBackport of 1.29 and 1.30 (1.28 is obsolete):
2004-02-26  Gregory P.... Fixes SF bsddb module bug 788421:
2004-02-24  Fred Drakefix typo in reference to RFC 3464 DSN MIME type
2004-02-24  Fred Drakefix English usage error reported by Ken Fuchs
2004-02-21  Samuele Pedroniadding passing test. testing for g(*Nothing()) where...
2004-02-20  Andrew MacIntyreadd definitions required for expat 1.95.7
2004-02-20  Andrew MacIntyrebackport of concrete.tex v1.35:
2004-02-20  Thomas HellerFix a typo found by Mark Hammond.
2004-02-19  Guido van RossumFix two small bugs: (1) on Windows, pathname munging...
2004-02-16  Neal NorwitzFix docstrings to mention the correct function
2004-02-15  Martin v. LöwisPatch #892673: Replace /usr/local/bin/python with
2004-02-15  Martin v. LöwisPatch #711838: Allow non-anonymous ftp urls in urllib2.
2004-02-15  Martin v. LöwisPatch #817379: Allow absolute paths in urllib2.
2004-02-15  Martin v. LöwisPatch #817379: Allow for absolute ftp paths.
2004-02-12  Fred Drakefix minor markup error: \code{for} --> \keyword{for}
2004-02-12  Raymond HettingerSF 895560: minor typo
2004-02-11  Jeremy HyltonIf there is no .pyc file, just compile the code directly.
2004-02-10  Neal NorwitzSF #894428, fix typo
next