1. 90b858e Add missing NEWS entry by Nick Coghlan · 17 years ago
  2. dc1d1ba Add build option for faster loop execution. by Raymond Hettinger · 17 years ago
  3. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 17 years ago
  4. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 17 years ago
  5. ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 17 years ago
  6. ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 17 years ago
  7. 486b1b0 Issue #1292: On alpha, arm, ppc, and s390 linux systems the by Thomas Heller · 17 years ago
  8. f7601ee false "fix" undone as correct problem was found and fixed. by Gregory P. Smith · 17 years ago
  9. a838a80 - Add support for FreeBSD 8 which is recently forked from FreeBSD 7. by Hye-Shik Chang · 17 years ago
  10. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 17 years ago
  11. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  12. 3f8caa3 Optimize sum() for integer and float inputs. by Raymond Hettinger · 17 years ago
  13. cd3c108 Fixup news entry by Raymond Hettinger · 17 years ago
  14. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 17 years ago
  15. 91ac422 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  16. 82eafe6 mention bsddb fixes. by Gregory P. Smith · 17 years ago
  17. d476a40 Bug #1216: Restore support for Visual Studio 2002. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  18. 7fee6dd On OS X, use os.uname() instead of gestalt.sysv(...) to get the by Thomas Heller · 17 years ago
  19. a48a299 Eliminate camelcase function name by Raymond Hettinger · 17 years ago
  20. 44f326e Add a note about fixing some more warnings found by Coverity. by Neal Norwitz · 17 years ago
  21. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 17 years ago
  22. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 17 years ago
  23. 8f66937 enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy. by Raymond Hettinger · 17 years ago
  24. 0b14f24 tuple.__repr__ did not consider a reference loop as it is not possible from by Brett Cannon · 17 years ago
  25. aff85e2 Patch #1541463: optimize performance of cgi.FieldStorage operations. by Georg Brandl · 17 years ago
  26. 673debf Annotated the correction to urllib.py, issue #1177 by Facundo Batista · 17 years ago
  27. b67da23 Decimal is updated, :) by Facundo Batista · 17 years ago
  28. 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
  29. 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  30. 4c20bc4 Generators had their throw() method allowing string exceptions. That's a no-no. by Brett Cannon · 17 years ago
  31. a0c0551 Fix a possible segfault from recursing too deep to get the repr of a list. by Brett Cannon · 17 years ago
  32. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 17 years ago
  33. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 17 years ago
  34. d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  35. 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  36. 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  37. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  38. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  39. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  40. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  41. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  42. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  43. f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 17 years ago
  44. 3e27536 Recent items. by Skip Montanaro · 17 years ago
  45. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  46. 95f1a1b News about functools.reduce. by Guido van Rossum · 17 years ago
  47. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
  48. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
  49. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
  50. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  51. 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
  52. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  53. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  54. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  55. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago
  56. eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  57. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  58. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  59. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 17 years ago
  60. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 17 years ago
  61. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  62. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  63. fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  64. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
  65. 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  66. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
  67. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
  68. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
  69. db2b1b3 Reflow long line by Neal Norwitz · 17 years ago
  70. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
  71. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  72. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  73. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  74. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
  75. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 17 years ago
  76. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  77. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 17 years ago
  78. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
  79. 25497a1 Fix wrong issue number. by Georg Brandl · 17 years ago
  80. a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  81. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
  82. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  83. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 17 years ago
  84. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 17 years ago
  85. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  86. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 17 years ago
  87. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 17 years ago
  88. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
  89. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 17 years ago
  90. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 17 years ago
  91. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 17 years ago
  92. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 17 years ago
  93. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 17 years ago
  94. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 17 years ago
  95. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 17 years ago
  96. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 17 years ago
  97. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 17 years ago
  98. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 17 years ago
  99. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 17 years ago
  100. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 17 years ago