]> granicus.if.org Git - python/shortlog
python
2004-03-20 Brett CannonDeal with case of when locale time values has character...
2004-03-20 Brett CannonLimit the nesting depth of a tuple passed as the second...
2004-03-20 Guido van RossumFix for SF 780407.
2004-03-20 Armin RigoGet rid of listextend_internal() and explain why the...
2004-03-20 Guido van RossumFix for SF 777848.
2004-03-20 Tim PetersSF patch 508730 CGIHTTPServer execfile should save cwd
2004-03-20 Armin RigoCancelled checkin, sorry.
2004-03-20 Brett CannonClarify docs on where .pth files can exist.
2004-03-20 Armin Rigomemset() hunt continuing. This is a net win.
2004-03-20 Brett CannonRemove non-existent paths.
2004-03-20 Armin Rigomemset() with small memory sizes just kill us.
2004-03-20 Brett CannonFix how line endings were handled when iterating over...
2004-03-20 Guido van RossumTweaked after following all these instructions.
2004-03-20 Thomas Wouterstest_email: comment out two fail-test cases that no...
2004-03-20 Tim PetersSpeed HMAC.copy() by installing a secret backdoor argum...
2004-03-20 Armin RigoA 2% speed improvement with gcc on low-endian machines...
2004-03-20 Guido van RossumGCC was complaining that 'value' in dictiter_iternextva...
2004-03-20 Raymond HettingerSF bug #918371: hasattr()'s return type
2004-03-20 Thomas WoutersMerge in Anthony's new parser code, from the anthony...
2004-03-20 Tim PetersUpdate copyright years, and change copyright.tex to...
2004-03-20 Fred Drakecommit the portion of PyXML patch #919008 that is relev...
2004-03-20 Fred Drakefix two typos that turned text into markup
2004-03-20 Tim PetersIgnore oodles of MSVC-generated files.
2004-03-20 Tim PetersA helper for rt.bat, copied (but with path adjustment...
2004-03-19 Fred DrakePyFile_WriteObject(): some of the local variables...
2004-03-19 Skip MontanaroExpand on the semantics of reload(). Closes #919099.
2004-03-19 Raymond HettingerFactor out a double lookup.
2004-03-19 Hye-Shik ChangAdd an entry for addition of the ptcp154 codec.
2004-03-19 Hye-Shik ChangAdd a new unicode codec: ptcp154 (Kazakh)
2004-03-18 Raymond HettingerMake iterators length transparent where possible.
2004-03-18 Raymond HettingerImprove deque iteration.
2004-03-18 Raymond HettingerAdd news entries for the dictionary optimizations.
2004-03-18 Raymond HettingerMake the new dictionary iterators transparent with...
2004-03-18 Hye-Shik ChangIgnore error status codes occurred while compiling...
2004-03-18 Brett CannonFix capitalization of title for subsection 2.
2004-03-18 Raymond HettingerOptimize dictionary iterators.
2004-03-18 Brett CannonMinor grammatical fixes.
2004-03-18 Brett CannonExtremely minor typo fixed.
2004-03-17 Raymond HettingerDictionary optimizations:
2004-03-17 Raymond HettingerAdd missing decref
2004-03-17 Raymond HettingerSpeedup the inner loops for dropwhile(), islice(),...
2004-03-17 Skip MontanaroThe example files need to be opened with the "b" flag.
2004-03-16 Gregory P.... * supply a more useful error message when append()...
2004-03-16 Gregory P.... bugfix for people executing test_all to run the test...
2004-03-16 Gregory P.... fixes SF bug 914019 - DB.has_key was not honoring its...
2004-03-16 Kurt B. Kaiser1. Make builtin foreground Royal Purple instead of...
2004-03-15 Raymond HettingerFix typos and add some elaborations
2004-03-15 Walter DörwaldPort test_binascii.py to PyUnit and enhance tests.
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
next