]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.
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-27  Thomas HellerThe filename of this module changed again...
2004-04-27  Raymond HettingerComplete perky's name change patch.
2004-04-26  Kurt B. KaiserFix a bug I introduced which causes all block openers...
2004-04-25  Hye-Shik ChangCorrect the file name of _heapq module.
2004-04-24  Kurt B. Kaiser1. Add an Options menu entry: Code Context
2004-04-24  Kurt B. Kaiser1. Polish variables in EditorWindow extension loading...
2004-04-23  Raymond HettingerSF bug #940579: section 5.10: 'not' returns boolean...
2004-04-22  Thomas HellerRemove the Modules/heaqmodule.c, and add Modules/_heapm...
2004-04-22  Thomas HellerForgot to mention the SF number, and that Bob Ippolito...
2004-04-22  Thomas HellerTwo new public API functions, Py_IncRef and Py_DecRef...
2004-04-22  Thomas Hellercvs ignore the user options files *.suo
2004-04-22  Thomas HellerModules/heapqmodule.c removed.
2004-04-21  Kurt B. Kaiser- New Extension: CodeContext. Provides block structuri...
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-19  Raymond Hettinger* Restore the pure python version of heapq.py.
2004-04-19  Raymond Hettinger* Restore the pure python version of heapq.py.
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 HellerThe wininst-6.exe template binary for bdist_wininst...
2004-04-16  Thomas HellerThe wininst-7.1.exe template binary for bdist_wininst...
2004-04-16  Fred Drakereally scream out that people should use the file objec...
2004-04-16  Skip MontanaroOpen file in universal newline mode when passing to...
2004-04-16  Skip Montanarobring description of optional and keyword args for...
2004-04-16  Skip Montanarodelete timing output - it appears after the </html...
2004-04-15  Thomas HellerMinor reformatting.
2004-04-15  Fred Drakeremove bogus markup that caused the docs to be wrong
2004-04-14  Hye-Shik ChangBug #934635: Fix a bug where the configure script could...
2004-04-13  Brett CannonChange two instance of format strings for PyString_From...
2004-04-12  Raymond Hettinger* Add unittests for iterators that report their length
2004-04-12  Raymond HettingerUse Py_RETURN_NONE macro where applicable.
2004-04-12  Raymond HettingerSmall refactoring saving one function() and eliminating...
2004-04-12  Raymond Hettinger* Specialize ins1() into app1() for appends. Saves...
2004-04-11  Tim PetersRecord test_bsddb3 test results on WinXP.
2004-04-11  Tim PetersUpdate the OpenSSL version example from c to d (the...
2004-04-11  Tim PetersThe native bz2 tests worked fine for me under WinXP...
2004-04-11  Tim PetersRecord Tcl and Tk test results for WinXP Pro.
2004-04-11  Raymond HettingerSome (but not all) of the why code bitfield tests ran...
2004-04-11  Andrew MacIntyreadd AF_UNIX notes
2004-04-11  Andrew MacIntyreFixes for AF_UNIX support on OS/2:
2004-04-11  Kurt B. KaiserM EditorWindow.py
2004-04-10  Raymond HettingerRevert 2.393, elimination of pre-decrementing, which
2004-04-10  Skip Montanaroatof: correct parameter name
2004-04-10  Skip MontanaroRefactor common code out of globaltrace_trackcallers...
2004-04-09  Fred Drakefix up some markup
2004-04-08  Raymond HettingerProvide more information representations of repeat...
2004-04-08  Fred Drakegive rational filenames to some of the generated HTML
2004-04-08  Fred Drakeswitch to PNG navigation icons by default
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-07  Skip Montanaronote --trackcalls flag in trace module
next