1. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  2. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  3. cc10a85 Forgot to mention the SF number, and that Bob Ippolito provided the patch. by Thomas Heller · 20 years ago
  4. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  5. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  6. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  7. d0c0c41 note --trackcalls flag in trace module by Skip Montanaro · 20 years ago
  8. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  9. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  10. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  11. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  12. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  13. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  14. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  15. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  16. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  17. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  18. 7139afd [693255] also back out corresponding NEWS item... by Just van Rossum · 20 years ago
  19. 347c30d Patch #853488: Tix hlist missing entryconfigure and entrycget methods. by Martin v. Löwis · 20 years ago
  20. ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 20 years ago
  21. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  22. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  23. 4a7ad1a Add an entry for addition of the ptcp154 codec. by Hye-Shik Chang · 20 years ago
  24. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  25. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  26. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  27. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  28. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  29. 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 20 years ago
  30. 3e47f65 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 20 years ago
  31. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  32. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  33. e2b61e0 * explain flags in doc strings by Skip Montanaro · 20 years ago
  34. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  35. d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 20 years ago
  36. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 20 years ago
  37. fa7b9d8 * Moved the responsibility for emptying the previous list from list_fill by Raymond Hettinger · 20 years ago
  38. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 20 years ago
  39. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 20 years ago
  40. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 20 years ago
  41. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 20 years ago
  42. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  43. 8a1a594 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 20 years ago
  44. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  45. 228765b added notes about weakref changes by Fred Drake · 20 years ago
  46. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 20 years ago
  47. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  48. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  49. d5a21fd add hotshotmain ref by Skip Montanaro · 20 years ago
  50. 57cb68f Add news item about change in encodings search function. by Marc-André Lemburg · 21 years ago
  51. 84a9931 Add a news entry for importing of CJK codecs. by Hye-Shik Chang · 21 years ago
  52. cd1f743 document PEP 11 progress so far. by Skip Montanaro · 21 years ago
  53. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  54. 30ff12f Add note about new base64.py module support for RFC 3548. by Barry Warsaw · 21 years ago
  55. f1ca7f5 complete backout of listobject.c v2.171 by Andrew MacIntyre · 21 years ago
  56. d57caed Performance of list([]) in 2.3 came up in a thread on comp.lang.python, by Andrew MacIntyre · 21 years ago
  57. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  58. c0d49d8 Fix typo and improve wording a bit. by Raymond Hettinger · 21 years ago
  59. 060ebed Add an entry for addition of {str,unicode}.rsplit. by Hye-Shik Chang · 21 years ago
  60. 37c5f2a Add news item about processor support in urllib2. by Jeremy Hylton · 21 years ago
  61. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  62. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  63. c7501d5 distutils compilers now compile source files in the same order as they by Thomas Heller · 21 years ago
  64. 713ade6 Add news about removal of the PendingDeprecationWarning from apply(). by Fred Drake · 21 years ago
  65. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  66. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  67. 1d7323e Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 21 years ago
  68. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  69. fd25aca Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 21 years ago
  70. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  71. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  72. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  73. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  74. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  75. baf0f8f - When method objects have an attribute that can be satisfied either by Guido van Rossum · 21 years ago
  76. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  77. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  78. 70b9f49 Remove deprecation of sets.Set.update(). by Raymond Hettinger · 21 years ago
  79. 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
  80. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  81. cf0005b Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 21 years ago
  82. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  83. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  84. 967b063 Plug tempfile.mktemp() hole (Iustin Pop). by Guido van Rossum · 21 years ago
  85. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  86. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  87. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
  88. 92bee36 missing news entry by Anthony Baxter · 21 years ago
  89. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  90. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  91. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  92. 030f68a note db2pickle/pickle2db tweaks by Skip Montanaro · 21 years ago
  93. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  94. a253e18 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 21 years ago
  95. dd66645 document the performance fix to builtin_sum(). by Alex Martelli · 21 years ago
  96. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  97. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  98. de05032 Note the update to Expat 1.95.7. by Fred Drake · 21 years ago
  99. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  100. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago