]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-12-06  Neal NorwitzRemove unused macro, check is done elsewhere
2005-12-05  Neal NorwitzRemove unnecessary extern variable
2005-12-05  Neal Norwitzmwh spotted a copied error message, make it unique...
2005-12-05  Neal NorwitzFix SF #1373161, r41552 broke test_file on OS X
2005-12-05  Michael W.... Fix bug
2005-12-04  Andrew M. Kuchling[Patch #1372995] Add \versionadded
2005-12-04  Andrew M. Kuchling[Bug #1281032] Pass encoding from the input source...
2005-12-04  Andrew M. Kuchling[Bug #1164912] Ensure Datetime wrapper class .value...
2005-12-04  Andrew M. Kuchling[Bug #1041501] Fix example
2005-12-04  Andrew M. Kuchling[Patch #1039083] Add 'encoding' parameter to SimpleXMLR...
2005-12-04  Andrew M. KuchlingUse boolean name
2005-12-04  Andrew M. Kuchling[Patch #893642] Add optional allow_none argument to...
2005-12-04  Andrew M. Kuchling[Bug #1372836] Remove unused code
2005-12-04  Andrew M. KuchlingAdd placeholder section on old and new-style classes
2005-12-04  Andrew M. Kuchling[Bug #792570] Under Windows, socket.read() seems to...
2005-12-04  Andrew M. Kuchling[Bug #1222790] Set reuse-address and close-on-exec...
2005-12-02  Georg BrandlBug #1368481: python.dir refers to whatsnew23
2005-12-01  Anthony Baxterset expectations appropriately. ;)
2005-11-30  Walter DörwaldFix typo.
2005-11-30  Andrew M. KuchlingRemove sorting HOWTO, after converting it to a wiki...
2005-11-29  Martin v. LöwisSilence VS2005 warnings about deprecated functions.
2005-11-29  Martin v. LöwisLimit x86 machine instructions and Win95 support to...
2005-11-29  Walter DörwaldTest another error case in PyFloat_FromString().
2005-11-29  Fred Drakefix link
2005-11-29  Fredrik LundhSF#1368827
2005-11-28  Walter DörwaldFix leaked reference to None.
2005-11-28  Martin v. LöwisPatch #1350409: Port signal handling to VS 2005.
2005-11-27  Neal NorwitzFix memory leaks
2005-11-27  Neal NorwitzImprove test coverage. Hope the test_file changes...
2005-11-27  Martin v. LöwisPatch #1162825: Support non-ASCII characters in IDLE...
2005-11-26  Georg Brandlbug #1365984: urllib and data: URLs. Problem was that...
2005-11-26  Martin v. LöwisPatch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED...
2005-11-25  Walter DörwaldSF patch #1364946: Add a reference link from the dcoume...
2005-11-25  Walter DörwaldSF patch #1364545: test_cmd_line.py relied on english...
2005-11-25  Neal NorwitzRemove unused _callers member. No need for types, use...
2005-11-25  Neal NorwitzStop looping to do nothing, just pass.
2005-11-25  Neal NorwitzNo need for types, use isinstance
2005-11-25  Neal NorwitzUse sorted() builtin
2005-11-25  Neal NorwitzTest is still disabled, but access through public module
2005-11-25  Neal NorwitzGet symtable to limp along, can run compiler/symbols...
2005-11-25  Neal NorwitzCleanup a bit more references so test_urllibnet is...
2005-11-25  Neal NorwitzFix some comment typos
2005-11-24  Neal NorwitzFix typo in comment.
2005-11-24  Neal NorwitzFix a few more ref leaks. Backport candidate
2005-11-24  Neal NorwitzMove registration of the codec search function to the...
2005-11-24  Neal Norwitzmove test into a unittest.TestCase, no functional changes
2005-11-24  Georg Brandlbug #1281408: make Py_BuildValue work with unsigned...
2005-11-23  Kurt B. KaiserFix main() call
2005-11-23  Brett CannonPrevent threading.Thread.join() from blocking when...
2005-11-22  Kurt B. Kaiser1. Made advanced keybinding dialog functional.
2005-11-22  Georg BrandlBug #1357604: os.makedirs handles UNC paths
2005-11-22  Georg BrandlAdded example for the ** operator in function calls
2005-11-22  Georg BrandlPatch #1255218: libmultifile.tex: tell what a decoration is
2005-11-22  Georg BrandlBug #869197: setgroups rejects long integer argument
2005-11-22  Georg BrandlBug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted...
2005-11-22  Georg BrandlPrefer GNOME browser over mozilla.
2005-11-22  Georg BrandlAdd a note to os.chown that permission constants can...
2005-11-22  Andrew M. Kuchling[Patch #1094164] replaceChild(x,x) ends up removing...
2005-11-22  Andrew M. Kuchling[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff...
2005-11-22  Andrew M. KuchlingTypo fix
2005-11-22  Andrew M. KuchlingAdd generator-expression nodes
2005-11-22  Andrew M. KuchlingAdd comment about updating docs
2005-11-22  Andrew M. Kuchling[Bug #449093] FloorDiv AST node type not listed
2005-11-22  Walter DörwaldUse optparse instead of getopt for command line options.
2005-11-22  Walter DörwaldAvoid using str as a variable name.
2005-11-22  Neal Norwitzimprove test coverage in Python/pystrtod.c and Python...
2005-11-22  Kurt B. KaiserFix typo and update comment obsoleted by 'syntax' patch
2005-11-22  Kurt B. KaiserDefault two second delay on attribute pop-up, less...
2005-11-22  Kurt B. KaiserFollowing 'syntax' patch, accelerator keys in menus...
2005-11-21  Walter DörwaldUse basestring instead of type.StringType for checking...
2005-11-21  Walter DörwaldAdd a test for uu.encode() that passed filenames as
2005-11-21  Walter DörwaldAdd a rudimentary test for the platform module that...
2005-11-21  Walter DörwaldFix typo.
2005-11-21  Jack JansenEnable optional "const" argument to _New routines.
2005-11-20  Neal NorwitzFix a few more memory leaks
2005-11-20  Neal NorwitzRemove import string and use string methods
2005-11-19  Neal NorwitzLast batch of ref leaks in new AST code.
2005-11-19  Andrew M. KuchlingFix up incomplete sentence
2005-11-18  Kurt B. KaiserMerge IDLE-syntax-branch r39668:41449 into trunk
2005-11-18  Walter DörwaldIncrease code coverage in Python/structmember.c from...
2005-11-17  Walter DörwaldAdd tests to increase code coverage in Python/codecs...
2005-11-17  Skip Montanarodon't get me started about distutils...
2005-11-17  Skip Montanaronote build workaround for Sol10/gcc 3.4
2005-11-17  Walter DörwaldFix typo in comment
2005-11-17  Walter DörwaldAdd tests for various error cases and for readbuffer_en...
2005-11-16  Nick CoghlanCorrectly handle identifiers for anonymous scopes and...
2005-11-16  Nick CoghlanBring handling of genexpr in line with other anonymous...
2005-11-16  Neal Norwitzadd more doc
2005-11-16  Neal NorwitzFix some more memory leaks.
2005-11-16  Neal Norwitzversion was not initialized properly
2005-11-15  Kurt B. KaiserBetter indentation after first line of string continuation.
2005-11-15  Neal NorwitzFix another memory leak or two (one real, one potential)
2005-11-15  Neal NorwitzAdd a note about how to do the memory deallocation...
2005-11-15  Neal NorwitzFix a whole bunch of potential memory leaks (and some...
2005-11-15  Neal NorwitzPrevent unlikely memory leak, tok should always be...
2005-11-15  Neal NorwitzThou shalt not lie, there are really 5 types now
2005-11-14  Neal NorwitzConvert all internal errors from Exception to SystemError
2005-11-14  Neal NorwitzUse convenience function
2005-11-14  Neal NorwitzFix memory leak with bad generator expression
2005-11-13  Neal Norwitzremove useless debug print helper. fix a couple of...
next