1. 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 20 years ago
  2. 4848557 Remove unused instance attributes. by Neil Schemenauer · 20 years ago
  3. ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 20 years ago
  4. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  5. 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 20 years ago
  6. c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 20 years ago
  7. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  8. c696617 Fix for SF 780407. Change %08l to %p to print a pointer. Will backport to 2.3. by Guido van Rossum · 20 years ago
  9. 70d172d Get rid of listextend_internal() and explain why the special case by Armin Rigo · 20 years ago
  10. 70ec0b4 Fix for SF 777848. by Guido van Rossum · 20 years ago
  11. 27f4961 SF patch 508730 CGIHTTPServer execfile should save cwd by Tim Peters · 20 years ago
  12. 9dbf908 Cancelled checkin, sorry. by Armin Rigo · 20 years ago
  13. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 20 years ago
  14. 7cdf3e8 memset() hunt continuing. This is a net win. by Armin Rigo · 20 years ago
  15. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  16. 75be012 memset() with small memory sizes just kill us. by Armin Rigo · 20 years ago
  17. 497331f Fix how line endings were handled when iterating over a .pth file by stripping by Brett Cannon · 20 years ago
  18. d54357d Tweaked after following all these instructions. by Guido van Rossum · 20 years ago
  19. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 20 years ago
  20. 934d31b Speed HMAC.copy() by installing a secret backdoor argument to by Tim Peters · 20 years ago
  21. 1515fc2 A 2% speed improvement with gcc on low-endian machines. My guess is that this by Armin Rigo · 20 years ago
  22. 09240f6 GCC was complaining that 'value' in dictiter_iternextvalue() wasn't by Guido van Rossum · 20 years ago
  23. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  24. 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 20 years ago
  25. d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 20 years ago
  26. 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 20 years ago
  27. 9de0a2b fix two typos that turned text into markup by Fred Drake · 20 years ago
  28. bd6850f Ignore oodles of MSVC-generated files. by Tim Peters · 20 years ago
  29. 4ae4f26 A helper for rt.bat, copied (but with path adjustment) from PCbuild. by Tim Peters · 20 years ago
  30. 086a0f7 PyFile_WriteObject(): some of the local variables are only used when by Fred Drake · 20 years ago
  31. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  32. 0690512 Factor out a double lookup. by Raymond Hettinger · 20 years ago
  33. 4a7ad1a Add an entry for addition of the ptcp154 codec. by Hye-Shik Chang · 20 years ago
  34. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  35. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  36. 1e5809f Improve deque iteration. by Raymond Hettinger · 20 years ago
  37. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  38. 0ce6dc8 Make the new dictionary iterators transparent with respect to length. by Raymond Hettinger · 20 years ago
  39. 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 20 years ago
  40. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 20 years ago
  41. 019a148 Optimize dictionary iterators. by Raymond Hettinger · 20 years ago
  42. 65d6342 Minor grammatical fixes. by Brett Cannon · 20 years ago
  43. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 20 years ago
  44. 4344278 Dictionary optimizations: by Raymond Hettinger · 20 years ago
  45. 969d8c0 Add missing decref by Raymond Hettinger · 20 years ago
  46. 0faa1ca Speedup the inner loops for dropwhile(), islice(), ifilter(), and by Raymond Hettinger · 20 years ago
  47. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  48. 1281f76 * supply a more useful error message when append() is called on the by Gregory P. Smith · 20 years ago
  49. bce64ec bugfix for people executing test_all to run the test suite. (call the by Gregory P. Smith · 20 years ago
  50. 0c65771 fixes SF bug 914019 - DB.has_key was not honoring its txn argument by Gregory P. Smith · 20 years ago
  51. 6e4620b 1. Make builtin foreground Royal Purple instead of Barney Purple. by Kurt B. Kaiser · 20 years ago
  52. 9d5c443 Fix typos and add some elaborations by Raymond Hettinger · 20 years ago
  53. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 20 years ago
  54. d4ff741 Revert last change. Found an application that was worse off with resize by Raymond Hettinger · 20 years ago
  55. 0bc3d98 1. Bug in Patch 805830 fixed by Nigel Rowe by Kurt B. Kaiser · 20 years ago
  56. 325d169 Eliminate an unnecessary test on a common code path. by Raymond Hettinger · 20 years ago
  57. deb4da5 Add missing docstrings. by Raymond Hettinger · 20 years ago
  58. 0e91643 list_resize() now has an "exact" option for bypassing the overallocation by Raymond Hettinger · 20 years ago
  59. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  60. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  61. 118e127 Two issues spotted by Ronald OUssoren: by Jack Jansen · 20 years ago
  62. c32cec1 Don't use "dict" as a variable, it shadows the builtin. Spotted by Bob Ippolito. by Jack Jansen · 20 years ago
  63. 6e098a1 compile.h and eval.h weren't being included which kept a fair bit of the by Skip Montanaro · 20 years ago
  64. 0576d0a Force option should be applied to a single package, not recursively by Jack Jansen · 20 years ago
  65. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 20 years ago
  66. 2d95f1a SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 20 years ago
  67. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  68. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 20 years ago
  69. fba1cfc LIST_APPEND is predicably followed by JUMP_ABSOLUTE. by Raymond Hettinger · 20 years ago
  70. 6e058d7 * Eliminate duplicate call to PyObject_Size(). (Spotted by Michael Hudson.) by Raymond Hettinger · 20 years ago
  71. 2d783e9 Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER. by Raymond Hettinger · 20 years ago
  72. db0de9e Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests by Raymond Hettinger · 20 years ago
  73. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  74. 989ddc0 - Added a downloader using urllib2 in stead of curl, based on code by Jack Jansen · 20 years ago
  75. 57c4542 Now that list.extend() is at the root of many list operations, it becomes by Raymond Hettinger · 20 years ago
  76. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  77. 97bc618 list_inplace_concat() is now expressed in terms of list_extend() which by Raymond Hettinger · 20 years ago
  78. 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 20 years ago
  79. 0eadcd9 Document one of the many problems with the buffer object. by Neil Schemenauer · 20 years ago
  80. 5e3a675 Rename static functions, they should not have the _Py prefix. by Neil Schemenauer · 20 years ago
  81. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 20 years ago
  82. 66d31f8 Use memcpy() instead of memmove() when the buffers are known to be distinct. by Raymond Hettinger · 20 years ago
  83. ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 20 years ago
  84. d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 20 years ago
  85. a6366fe Optimize inner loops for subscript, repeat, and concat. by Raymond Hettinger · 20 years ago
  86. f889e10 Optimize slice assignments. by Raymond Hettinger · 20 years ago
  87. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 20 years ago
  88. f114a3a Refactor and optimize code for UNPACK_SEQUENCE. by Raymond Hettinger · 20 years ago
  89. 4b6b7f1 Remove calls to currentThread() in _Condition methods that were side-effect. by Brett Cannon · 20 years ago
  90. 3fd500b The copy module now handles sets directly. The __copy__ methods are no by Raymond Hettinger · 20 years ago
  91. 3e47f65 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 20 years ago
  92. 6ec0996 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 20 years ago
  93. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 20 years ago
  94. 4102478 Removed spurious import statement by Vinay Sajip · 20 years ago
  95. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  96. f0e3569 Refactor the copy dispatcher code in copy.py. Simplifies and shortens by Raymond Hettinger · 20 years ago
  97. 99842b6 Small optimizations for list_slice() and list_extend_internal(). by Raymond Hettinger · 20 years ago
  98. ebedb2f Factor out code common to PyDict_Copy() and PyDict_Merge(). by Raymond Hettinger · 20 years ago
  99. 8172ac3 Deal with possible case of having time.tzname[1] containing UTC or GMT. by Brett Cannon · 20 years ago
  100. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago