]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2004-03-15  Raymond HettingerRevert last change. Found an application that was...
2004-03-15  Kurt B. Kaiser1. Bug in Patch 805830 fixed by Nigel Rowe
2004-03-15  Raymond HettingerEliminate an unnecessary test on a common code path.
2004-03-14  Raymond HettingerAdd missing docstrings.
2004-03-14  Raymond Hettingerlist_resize() now has an "exact" option for bypassing...
2004-03-14  Raymond HettingerSF feature request #686323: Minor array module enhance...
2004-03-14  Raymond HettingerUpdate the array overallocation scheme to match the...
2004-03-13  Jack JansenTwo issues spotted by Ronald OUssoren:
2004-03-13  Jack JansenDon't use "dict" as a variable, it shadows the builtin...
2004-03-13  Skip Montanarocompile.h and eval.h weren't being included which kept...
2004-03-13  Jack JansenForce option should be applied to a single package...
2004-03-13  Raymond HettingerSF patch #906501: Fix typos in pystate.h comments
2004-03-13  Raymond HettingerSF patch #911431: robot.txt must be robots.txt
2004-03-13  Raymond HettingerSF bug #910986: copy.copy fails for array.array
2004-03-12  Raymond HettingerMake PySequence_Fast_ITEMS public. (Thanks Skip.)
2004-03-12  Raymond HettingerLIST_APPEND is predicably followed by JUMP_ABSOLUTE.
2004-03-12  Raymond Hettinger* Eliminate duplicate call to PyObject_Size().
2004-03-12  Raymond HettingerMove the code for BREAK and CONTINUE_LOOP to be near...
2004-03-12  Raymond HettingerSpeedup for-loops by inlining PyIter_Next(). Saves...
2004-03-12  Raymond HettingerUse a new macro, PySequence_Fast_ITEMS to factor out...
2004-03-11  Jack Jansen- Added a downloader using urllib2 in stead of curl...
2004-03-11  Raymond HettingerNow that list.extend() is at the root of many list...
2004-03-11  Raymond HettingerEliminate a big block of duplicate code in PySequence_L...
2004-03-11  Raymond Hettingerlist_inplace_concat() is now expressed in terms of...
2004-03-11  Neil SchemenauerMake buffer objects based on mutable objects (like...
2004-03-11  Neil SchemenauerDocument one of the many problems with the buffer object.
2004-03-11  Neil SchemenauerRename static functions, they should not have the _Py...
2004-03-10  Neil SchemenauerMake test_coercion.py less sensitive to platform fp...
2004-03-10  Raymond HettingerUse memcpy() instead of memmove() when the buffers...
2004-03-10  Raymond HettingerTidied up the implementations of reversed (including...
2004-03-10  Raymond HettingerEliminate the double reverse option. It's only use...
2004-03-09  Raymond HettingerOptimize inner loops for subscript, repeat, and concat.
2004-03-09  Raymond HettingerOptimize slice assignments.
2004-03-09  Hye-Shik ChangSF Patch #912462: Relocate \end tag to the right place.
2004-03-08  Raymond HettingerRefactor and optimize code for UNPACK_SEQUENCE.
2004-03-08  Brett CannonRemove calls to currentThread() in _Condition methods...
2004-03-08  Raymond HettingerThe copy module now handles sets directly. The __copy_...
2004-03-08  Raymond HettingerSF patch #907403: Improvements to cStringIO.writelines()
2004-03-08  Raymond HettingerSF patch #907403: Improvements to cStringIO.writelines()
2004-03-08  Kurt B. KaiserAdd a highlight theme for builtin keywords. Python...
2004-03-08  Vinay SajipRemoved spurious import statement
2004-03-08  Raymond HettingerOptimize tuple_slice() and make further improvements...
2004-03-08  Raymond HettingerRefactor the copy dispatcher code in copy.py. Simplifi...
2004-03-08  Raymond HettingerSmall optimizations for list_slice() and list_extend_in...
2004-03-08  Raymond HettingerFactor out code common to PyDict_Copy() and PyDict_Merge().
2004-03-07  Brett CannonDeal with possible case of having time.tzname[1] contai...
2004-03-07  Raymond HettingerSF patch #910929: Optimize list comprehensions
2004-03-05  Skip Montanaroupdate version at top of file
2004-03-04  Raymond HettingerSF #904720: dict.update should take a 2-tuple sequence...
2004-03-04  Raymond HettingerSpecial case endpoint access for speed.
2004-03-04  Hye-Shik ChangSF Patch #902444: Use process scope thread on FreeBSD...
2004-03-03  Skip Montanaro* explain flags in doc strings
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
next