]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-03-04  Martin v. LöwisPatch #1075887: Don't require MSVC in distutils if...
2005-03-04  Raymond HettingerConvert "__init__ should return None" from an exception...
2005-03-03  Martin v. LöwisPatch #1103407: Properly deal with tarfile iterators...
2005-03-03  Martin v. LöwisPatch #1107221: Updated "Working on Cygwin" section.
2005-03-03  Peter AstrandCorrected bug in list2cmdline wrt backslashes. Fixes...
2005-03-03  Peter AstrandOnly run extensive subprocess tests if -usubprocess...
2005-03-03  Fred Drakeminor edits:
2005-03-03  Raymond HettingerSF bug #1155938: Missing None check for __init__().
2005-03-03  Martin v. LöwisRevert previous checkin on getargs 'L' code. Try to...
2005-03-03  Martin v. LöwisPatch #1117454: Remove code to special-case cookies...
2005-03-03  Martin v. LöwisPatch #1117339: Add cookielib special name tests.
2005-03-03  Martin v. LöwisDocument quiet parameter to decode. Fixes #803413.
2005-03-03  Martin v. LöwisPatch #1112812: Make bsddb/__init__.py more friendly...
2005-03-03  Martin v. LöwisClear internal call error in 'L' format. Fixes #723201.
2005-03-02  Skip MontanaroBackport the non-spwd part of the change on head.
2005-03-01  Martin v. LöwisPatch #1121234: Properly cleanup _exit and tkerror...
2005-02-27  Martin v. LöwisPatch #1093585: raise a ValueError for negative history...
2005-02-21  Raymond HettingerDocument missing opcodes.
2005-02-19  Ka-Ping YeeUse getdoc(object) instead of object.__doc__ to fix...
2005-02-18  Martin v. LöwisAvoid using *W functions on Win95.
2005-02-17  Martin v. LöwisAvoid using items() in environ.update(). Fixes #1124513.
2005-02-17  Michael W.... Backport: NEWS blurb for fix of:
2005-02-17  Andrew MacIntyreadd notes about subprocess module & thread stacks,...
2005-02-17  Andrew MacIntyreadd build machinery for the SSL socket module
2005-02-17  Michael W.... Backport: Fix
2005-02-17  Brett CannonFix name from PyDate_FromDateAndTime to PyDateTime_From...
2005-02-16  Raymond HettingerRemove dependency on order of mode flags
2005-02-13  Brett CannonUpdate refences to "Macintosh" to reflect the state...
2005-02-11  Fred Drakefix decoding in _stringify to not depend on the default...
2005-02-10  Brett CannonFix tzset() check to not require the existence of tm...
2005-02-10  Andrew M. KuchlingFix typo
2005-02-09  Raymond HettingerSF bug #1119700: list extend() accepts args besides...
2005-02-08  Guido van RossumBackport 2.39:
2005-02-08  Fred Drakeadd 2.3.5, 2.4 to the history and licensing info
2005-02-07  Alex Martelliforwardport of 2.3.5 fixes to copy.py
2005-02-05  Raymond HettingerSF patch #1116583: NameError in cookielib domain check
2005-02-03  Thomas HellerRecompiled after source changes.
2005-02-03  Thomas HellerRunning a bdist_wininst installer, built with Python...
2005-02-03  Thomas HellerSet PYTHONHOME before loading Python, so that sys.path...
2005-02-03  Fred Drakefix XMLFilterBase.resolveEntity() so the caller gets...
2005-02-03  Guido van RossumSecurity fix PSF-2005-001 for SimpleXMLRPCServer.py.
2005-01-29  Johannes GijsbersBackport for bug #1108490: fix broken link.
2005-01-29  Martin v. LöwisRevert os.py 1.75, and directly implement update.
2005-01-27  Brett CannonFixed typo in verbose output for RLock acquire.
2005-01-27  Martin v. LöwisPartially revert #1074011; don't try to fflush stdin.
2005-01-26  Raymond HettingerSF bug #1108303: fix .split() maxsplit doc
2005-01-25  Anthony Baxterhappy new year! (2.4 branch)
2005-01-25  Raymond HettingerSF bug #1105286: Undocumented implicit strip() in...
2005-01-23  Martin v. LöwisFlush std{in,out,err} before closing it. Fixes #1074011.
2005-01-20  Thomas HellerSome bugs have been fixed in distutils, so increment...
2005-01-20  Thomas Hellerdistutils/command/install.py change.
2005-01-20  Thomas HellerFix [ 1103844 ] fix distutils.install.dump_dirs() with...
2005-01-19  Kurt B. KaiserIf an extension can't be loaded, print warning and...
2005-01-19  Kurt B. KaiserImprove error handling when .idlerc can't be created...
2005-01-19  Fred Drakefix typeset of vertical bar for PDF format
2005-01-19  Fred Drakeinstall distutils.tests on Unix (contributed patch)
2005-01-19  Fred Drakedocumentation for the zipimport module using contribute...
2005-01-19  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-01-19  Fred DrakeDescription of args to IMAP4.store() in imaplib
2005-01-19  Fred DrakeClean up discussion of new C thread idiom
2005-01-19  Fred Drakefix a bunch of spelling errors
2005-01-19  Fred Drakeremove spurious line from widget variables example
2005-01-17  Andrew MacIntyrebackport: make thread stack size compile-time tunable...
2005-01-17  Andrew MacIntyremake thread stack size compile-time tunable on OS/2
2005-01-12  Fred Drakefix typo
2005-01-11  Raymond HettingerAdd duck-typing to the glossary.
2005-01-11  Raymond HettingerSF bug #1099516: tempfile files not types.FileType
2005-01-10  Walter DörwaldBackport checkin:
2005-01-10  Johannes GijsbersBackport for bug #839496: always read files in binary...
2005-01-09  Johannes GijsbersBackport patch #712317: In URLs such as http://www...
2005-01-09  Johannes GijsbersBackport patch #1095362: replace hardcoded test for...
2005-01-09  Johannes GijsbersBackport patch #1051321 (fixes bugs 1010196, 1013525...
2005-01-07  Jack JansenStarting on the 2.4 MacPython installer.
2005-01-07  Jack JansenStarted on Macintosh section.
2005-01-07  Jack JansenBackport of 1.38:
2005-01-07  Jack JansenBackport of Patch #1097739 by Bob Ippolito:
2005-01-07  Jack JansenBackport of 1.479:
2005-01-07  Jack JansenBackport of 1.20:
2005-01-07  Raymond HettingerSF patch 1094011: Docs for file() vs open().
2005-01-07  Raymond HettingerSF bug #1091740: garbage collector still documented...
2005-01-06  Jack JansenBackported from the trunk:
2005-01-06  Jack JansenBackported from the trunk:
2005-01-06  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-01-05  Sean ReifschneiderUpdating the Idle wrapper to match the current CVS...
2005-01-04  Raymond HettingerClarify that DictMixin is still useful. Only the UserD...
2005-01-03  Martin v. LöwisFix typo.
2005-01-03  Jack JansenBackport of 1.37:
2005-01-01  Peter AstrandOn UNIX, when the execution of the child fails, we...
2005-01-01  Raymond HettingerSF patch #1094007: Remove witty comment in pydoc.py
2005-01-01  Raymond HettingerSF patch #1051395: locale.getdefaultlocale does not...
2005-01-01  Raymond HettingerSF Patch #1093896: miscellaneous doc typos
2004-12-31  Jack JansenBackport:
2004-12-31  Johannes GijsbersPatch #1011890: fix inspect.getsource breaking with...
2004-12-31  Raymond HettingerSF bug #1090139: presentation typo in lib: 6.21.4...
2004-12-30  Martin v. LöwisAdd more test directories to testsuite.
2004-12-30  Martin v. LöwisUpdate to VC 7.1.
2004-12-29  Walter DörwaldBackport checkin:
2004-12-29  Martin v. LöwisUpdate example to VC 7.1.
2004-12-29  cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-29  Walter DörwaldBackport checkin:
next