]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-02-16  Neal NorwitzGet rid of compiler warnings (gcc 3.3.4 on x86)
2006-02-16  Tim Petersdoubletounicode(), longtounicode():
2006-02-16  Tim Petersgetpythonregpath(): Squash compiler warning about
2006-02-15  Thomas WoutersRemove two unused Py_ssize_t variables (merge glitches...
2006-02-15  Thomas WoutersAvoid unused variables when SIZEOF_SIZE_T == SIZEOF_LON...
2006-02-15  Vinay SajipAdded some more versionchanged markup.
2006-02-15  Martin v. LöwisRemove C99ism.
2006-02-15  Martin v. LöwisDrop py:lastmerged.
2006-02-15  Martin v. LöwisMerge ssize_t branch.
2006-02-15  Fred Drakeuse correct function in example
2006-02-15  Neal NorwitzFind test failures consistently
2006-02-15  Tim Petersrandombits(): Stop compiler warning about mixing
2006-02-14  Martin v. LöwisAdd _lsprof.
2006-02-14  Martin v. LöwisAdd build support for AMD64.
2006-02-14  Tim PetersNew test code failed to close the file. This caused
2006-02-14  Armin Rigo* Refcount leak. It was just a reference to Py_None...
2006-02-14  Neal NorwitzSupport 2.4 (released versions) better. (rsync was...
2006-02-13  Neal NorwitzDoc some user visible changes
2006-02-13  Neal NorwitzTry to improve name based on discussion on python-check...
2006-02-12  Thomas WoutersSF patch #1397960: When mixing file-iteration and
2006-02-11  Armin RigoRenamed _length_cue() to __length_hint__(). See:
2006-02-11  Tim PetersWhitespace normalization.
2006-02-11  Georg BrandlEven more copyright year locations!
2006-02-11  Martin v. LöwisPatch #428494: Prefer linking against ncursesw over...
2006-02-11  Georg BrandlUpdate general copyright years to 2006.
2006-02-11  Martin v. LöwisIntroduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
2006-02-10  Thomas WoutersExplain the clearing of the stack in a comment in Pytho...
2006-02-10  Jack JansenOne more mod for support of C++ classes.
2006-02-10  Martin v. LöwisAvoid linking python with readline.
2006-02-10  Jack JansenFor overriding C++ methods we also need to know whether...
2006-02-10  Armin RigoThe default timer unit was incorrectly measured in...
2006-02-09  Vinay SajipAdded information on function name added to LogRecord...
2006-02-09  Vinay SajipAdded function name to LogRecord.
2006-02-09  Vinay SajipPropagate exceptions from shutdown() if raiseExceptions...
2006-02-09  Vinay SajipAdded lock acquisition/release around shared data struc...
2006-02-09  Neal NorwitzBe a little less sensitive to failures. Only check...
2006-02-09  Brett CannonAdd doc discussing how AST compiler is structured and...
2006-02-08  Barry WarsawPort relevant patches for SF 1409455 to the trunk for...
2006-02-08  Armin RigoAdded the cProfile module.
2006-02-08  Andrew M. KuchlingUpdate projected release date
2006-02-07  Jack JansenFixed an oversight and a misunderstanding of PEP253:
2006-02-07  Vinay SajipRemoved defensive test in Handler.close
2006-02-07  Vinay SajipSaved and restored logging._handlerList at the same...
2006-02-07  Neal NorwitzAdd versionadded note for new methods
2006-02-07  Neal NorwitzBug #876637, prevent stack corruption when socket descr...
2006-02-07  Neal NorwitzFix indentation (whitespace only).
2006-02-07  Neal NorwitzCheck return results for errors
2006-02-05  Martin v. LöwisPatch #1412872: zipfile: use correct system type on...
2006-02-05  Neal NorwitzGet test_logging to not hang when running under regrtes...
2006-02-05  Neal NorwitzPatch #1407135, bug #1424041, make mmap.mmap(-1, length...
2006-02-05  Neal NorwitzWhitespace normalization
2006-02-05  Neal NorwitzUse C-style comment
2006-02-04  Barry WarsawResolves SF bug #1423972.
2006-02-04  Neal NorwitzSF bug 1415455, fix typo in module name
2006-02-04  Martin v. LöwisPatch #1422385: Changes to nis module to support multip...
2006-02-04  Neal NorwitzFix typo
2006-02-03  Martin v. LöwisDrop C library for stat/fstat on Windows.
2006-02-03  Barry Warsawparsedate_tz(): Minor cleanup.
2006-02-02  Fredrik LundhSF patch #1421726
2006-02-01  Thomas WoutersAs discussed on python-dev, silence three gcc-4.0.x...
2006-01-31  Gustavo NiemeyerPatch #1413711: Certain patterns of differences were...
2006-01-30  Martin v. LöwisFix typo.
2006-01-30  Gregory P.... maintain support for older python versions in this...
2006-01-29  Gregory P.... fix test import for use in standalone pybsddb project...
2006-01-29  Tim PetersWhitespace normalization.
2006-01-29  Martin v. LöwisTry a number of ports, in case 9020 is already in use.
2006-01-29  Martin v. LöwisExplicitly close the server socket.
2006-01-29  Gregory P.... add bsddb.db.DBEnv.set_tx_timestamp mention
2006-01-29  Martin v. LöwisDelete aclocal.m4, and require autoconf 2.59, fixing
2006-01-28  Thomas WoutersWork around a Solaris peculiarity that caused test_pty...
2006-01-27  Jeremy HyltonImproved handling of syntax errors.
2006-01-27  Gregory P.... Add wrapper for DBEnv.set_tx_timeout method to allow...
2006-01-27  Gregory P.... Add wrapper for DBEnv.set_tx_timeout method to allow...
2006-01-26  Barry WarsawFix PyGC_Collect() to be exported from the built DLL...
2006-01-25  Neal NorwitzThere was a race condition where the connector would...
2006-01-25  Neal NorwitzRemove generated test db files
2006-01-25  Neal Norwitzmwh pointed out _Filemodule.c is generated. So to fix...
2006-01-25  Neal NorwitzFix bug #1413192, fix seg fault in bsddb if a txn was...
2006-01-24  Tim Peterstest_rude_shutdown(): Rewrote to use proper thread
2006-01-24  Tim PetersWhitespace normalization.
2006-01-24  Gregory P.... note the bsddb extension module changes.
2006-01-24  Gregory P.... commits sourceforge patch #1407992 by neil.norwitz.
2006-01-24  Fredrik Lundhmodule list utility
2006-01-24  Martin v. LöwisPatch #1349118: urllib2 now supports user:pass@ style...
2006-01-24  Gregory P.... Support for BerkeleyDB 4.4 (tested against 4.4.20 as...
2006-01-24  Neal NorwitzFix SF #1412837, compile failed with Watcom compiler
2006-01-23  Tim PetersRepaired new test failures on Windows:
2006-01-23  Georg BrandlCorrect misspellings.
2006-01-23  Georg BrandlAdd markup to new section in codecs docs
2006-01-23  Georg BrandlCorrect typos and markup errors (Raymond, thanks for...
2006-01-23  Georg BrandlAdd two missing markup tags.
2006-01-23  Tim PetersWhitespace normalization.
2006-01-23  Georg BrandlAdd \versionadded for sftp scheme
2006-01-23  Neal NorwitzDisable this test until I can test on big-endian machin...
2006-01-23  Neal NorwitzTest zipimporter a bit more. Also get working with...
2006-01-23  Neal NorwitzConvenience function to remove a possibly non-existant...
2006-01-23  Neal NorwitzTest getsignal() and some error conditions
2006-01-23  Neal NorwitzUse unittest and make sure a few other cases don't...
2006-01-23  Neal NorwitzThis should fix a mem leak on the Mac. Brett tested it.
2006-01-22  Georg BrandlAnother typo.
next