]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2004-03-03  Sjoerd MullenderFixed invalid syntax.
2004-03-03  Skip Montanarotypo
2004-03-03  Raymond HettingerAdded license notices that are required to be included...
2004-03-02  Brett CannonHave strftime() check its time tuple argument to make...
2004-03-01  Raymond HettingerReplace left(), right(), and __reversed__() with the...
2004-03-01  Skip MontanaroAdd pystack definition to Misc/gdbinit with some explan...
2004-02-29  Neal NorwitzMake deque_type static so namespace is not polluted.
2004-02-29  Neal NorwitzCleanup: remove test file after it is used.
2004-02-29  Raymond HettingerImprovements to collections.deque():
2004-02-28  Jack Jansen- Allow easy opening of experimental database, if pimp...
2004-02-28  Jack JansengetDefaultDatabase() should be a toplevel function...
2004-02-28  Jack JansenStarted on version 0.4: better scheme for finding corre...
2004-02-28  Vinay SajipMinor documentation changes
2004-02-28  Neal NorwitzUse versionadded for new features
2004-02-28  Neal NorwitzGet rid of unused variable
2004-02-28  Neal NorwitzAdd version changed/added to doc
2004-02-27  Raymond HettingerSpeed-up the joiner call by avoiding Py_BuildValue().
2004-02-26  Christian Tismermade cPickle fall back to the copy_reg/reduce protocol,
2004-02-26  Marc-André... Ignore sizehint argument. Fixes SF #844561.
2004-02-26  Michael W.... Oops, didn't mean to commit the removal of float_compare!
2004-02-26  Michael W.... Pass a variable that actually exists to PyFPE_END_PROTE...
2004-02-26  Gregory P.... Fixes SF bug # 778421
2004-02-24  Hye-Shik ChangMake _spawn_posix be ready for EINTR. waitpid(2) can...
2004-02-24  Jack JansenkLsUnknownType and kLSUnknownCreator were ints in stead...
2004-02-24  Jack JansenSetup file to allow the QuickTime for 2.4 to be compiled
2004-02-24  Fred Drakefix typo in reference to RFC 3464 DSN MIME type
2004-02-24  Jeremy HyltonFix two bugs in the new do_open() implementation for...
2004-02-24  Fred Drakefix English usage error reported by Ken Fuchs
2004-02-23  Jeremy HyltonReflow long line.
2004-02-23  Marc-André... Fix wrong character mapping in koi8_u: SF bug #902501.
2004-02-21  Vinay SajipAdded close() (which flushes) to BufferingHandler and...
2004-02-21  Vinay SajipHandler close() functions call flush() [SF #901330]
2004-02-21  Samuele Pedroniadding passing test. testing for g(*Nothing()) where...
2004-02-20  Thomas HellerUse the right wininstXX.exe, depending on
2004-02-20  Thomas Hellerwininst-6.exe and wininst-7.1.exe are in CVS, so that...
2004-02-20  Thomas Hellerwininst.exe is no longer used - we now need wininst...
2004-02-20  Thomas HellerSolution and project file to build wininstXX.exe with...
2004-02-20  Thomas HellerTo avoid problems with conflicting dlls, the windows...
2004-02-20  Thomas HellerRecompiled the binary wininst.exe.
2004-02-20  Thomas HellerPatch #892660 from Mark Hammond, for distutils bdist_wi...
2004-02-20  Vinay SajipSocket handler closed prior to end of test.
2004-02-20  Vinay SajipCopyright year & version number/version date changes.
2004-02-20  Vinay SajipCopyright year change.
2004-02-20  Vinay SajipCopyright year change.
2004-02-19  Fred Drake- "Mac OS" should always include the space
2004-02-19  Fred Drake- according to Apple's publication style guide, yes...
2004-02-19  Fred Drakeuse API documentation style for the descriptions of...
2004-02-19  Fred Drakeminor markup improvements
2004-02-19  Michael W.... "Fix" (for certain configurations of the planets, including
2004-02-19  Guido van RossumFix two small bugs: (1) on Windows, pathname munging...
2004-02-19  Raymond HettingerKeep the list.pop() optimization while restoring the...
2004-02-19  Neal NorwitzRemove gcc warning from using "main". Use METH_NOARGS...
2004-02-19  Neal NorwitzGet test to work when run from regrtest (add test_main...
2004-02-18  David AscherImplementation of patch 869468
2004-02-17  Fred Drakecommentary about how bad ConfigParser is doesn't help...
2004-02-17  Jeremy HyltonOops. Return -1 to distinguish error from empty dict.
2004-02-17  Raymond HettingerDouble the speed of list.pop() which was spending most...
2004-02-17  Raymond HettingerMention the optimization of list.extend().
2004-02-17  Fred Drakemarkup correction
2004-02-16  Anthony BaxterMake socketmodule compile again on a modern Linux ...
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 #893566: Document that tp_dealloc may be called...
2004-02-15  Martin v. LöwisPatch #817379: Allow for absolute ftp paths.
2004-02-15  Neil SchemenauerFix typo.
2004-02-15  Raymond Hettinger* Moved the responsibility for emptying the previous...
2004-02-15  Raymond HettingerRefactor list_extend() and list_fill() for gains in...
2004-02-14  Raymond HettingerFine tune the speed/space trade-off for overallocating...
2004-02-14  Raymond HettingerFix missing return value. Spotted by Neal Norwitz
2004-02-14  Gustavo Niemeyer- Fixing annoying warnings.
2004-02-14  Gustavo Niemeyer- Fixed #853061: allow BZ2Compressor.compress() to...
2004-02-13  Raymond HettingerLists are measured in elements not bytes.
2004-02-13  Fred Drakefurther testing indicates that the simplified version...
2004-02-13  Raymond Hettinger* Note list optimizations
2004-02-13  Raymond HettingerOptimize list.pop() for the common special case of...
2004-02-13  Raymond Hettinger* Optimized list appends and pops by making fewer calls...
2004-02-13  Hye-Shik ChangWe have cp932 support in standard distribution now...
2004-02-12  Fred Drakeuse existing test object instead of defining a new...
2004-02-12  Fred Drakeminor markup improvements
2004-02-12  Walter DörwaldReplace backticks with repr() or "%r"
2004-02-12  Michael W.... This is my patch #876198 plus a NEWS entry and a header...
2004-02-12  Fred Drakefix minor markup error: \code{for} --> \keyword{for}
2004-02-12  Raymond HettingerSF 895560: minor typo
2004-02-10  Skip Montanaroneed to initialize ob_type slot at run-time, at least...
2004-02-10  Fred Drakeadd support for \e to the {alltt} environment
2004-02-10  Neal NorwitzSF #894428, fix typo
2004-02-10  Skip Montanaroremove support for missing ANSI C header files (limits...
2004-02-10  Skip MontanaroFix indentation error in testGetServByName and rewrite...
2004-02-10  Raymond HettingerMake reversed() transparent with respect to length.
2004-02-10  Raymond HettingerGive itertools.repeat() a length method.
2004-02-09  Fred Drakethe \file macro is no longer a good example of where...
2004-02-09  Fred Drakesupport \e in \file and \filenq; this is useful for...
2004-02-09  Andrew M. KuchlingMinor edits
2004-02-09  Thomas HellerDocumentation for PyDescr_NewClassMethod was missing...
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 #884022: dynamic execution profiling vs opcod...
2004-02-08  Raymond HettingerSF patch #880552: Fix typo in usage message(prechm.py)
next