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