]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2004-02-10  Brett CannonUpdate "more info" link to http://www.poynton.com/Color...
2004-02-09  Thomas HellerDocumentation for PyDescr_NewClassMethod was missing...
2004-02-09  Jim FultonFixed a bug in object.__reduce_ex__ (reduce_2) when...
2004-02-08  Raymond HettingerSF patch #892821: example for urllib2 has SyntaxError
2004-02-08  Raymond HettingerFix misspelled name.
2004-02-08  Raymond HettingerFix typo
2004-02-08  Raymond HettingerSF patch #880552: Fix typo in usage message(prechm.py)
2004-02-08  Raymond HettingerSF patch #875689: >100k alloc wasted on startup
2004-02-08  Raymond HettingerSF bug #892854: typo in textwrap doc page
2004-02-06  Walter DörwaldBackport checkin:
2004-02-06  Fred Drakeadded notes about weakref changes
2004-02-05  Walter DörwaldBackport checkin:
2004-02-04  Fred DrakeAllocating a new weakref object can cause existing...
2004-02-03  Fred DrakeClarify minor point about the ref() and proxy() constru...
2004-02-03  Fred Drake- add tests that exercise fixes for the PyWeakref_NewRe...
2004-02-03  Fred DrakeFix bug in interpretation of the "callback" argument...
2004-01-26  Barry WarsawBackporting revision 1.6:
2004-01-23  Fred Drakefix method name in example code
2004-01-21  Fred Drakeadd direct link to the article in DDJ
2004-01-21  Skip Montanarobackport some doc fixes
2004-01-20  Barry Warsawpwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improve...
2004-01-20  Barry Warsawgrp_getgrgid(), grp_getgrnam(): Patch # 868499, improve...
2004-01-08  Fred Drakeadd link to the red-dove.com page about the logging...
2004-01-08  Fred Drakeadd new reference macro: \seelink
2004-01-08  Raymond HettingerSF bug #872461: list.extend() described as experimental
2004-01-04  Raymond HettingerFix small factual error.
next