1. e00e2f0 fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception by Giampaolo Rodolà · 15 years ago
  2. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  3. 0dddf60 Issue #9075: In the ssl module, remove the setting of a `debug` flag by Antoine Pitrou · 15 years ago
  4. 947ce58 prevent assignment to set literals by Benjamin Peterson · 15 years ago
  5. b913389 remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 by Benjamin Peterson · 15 years ago
  6. bde67df keep UserDict an old-style class by Benjamin Peterson · 15 years ago
  7. 4f61259 towards final release by Benjamin Peterson · 15 years ago
  8. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
  9. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
  10. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 15 years ago
  11. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 15 years ago
  12. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  13. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  14. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 15 years ago
  15. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 15 years ago
  16. b65bd2e Issue #8362: Add Misc/maintainers.rst: list of module maintainers by Victor Stinner · 15 years ago
  17. 83d3576 NEWS update for issue 8948. by Michael Foord · 15 years ago
  18. fa4c59f kill extra word by Benjamin Peterson · 15 years ago
  19. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 15 years ago
  20. 770fd15 Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst by Tarek Ziadé · 15 years ago
  21. 2f3d9f9 careening towards 2.7rc2 we go by Benjamin Peterson · 15 years ago
  22. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  23. d891859 Updated NEWS file. by Michael Foord · 15 years ago
  24. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 15 years ago
  25. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  26. e4b83e0 Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return. by Mark Dickinson · 15 years ago
  27. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 15 years ago
  28. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  29. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  30. 16b2a5e Display installer warning that Windows 2000 won't by Martin v. Löwis · 15 years ago
  31. 5aafc17 Issue #5464: Implement plural forms in msgfmt.py. by Martin v. Löwis · 15 years ago
  32. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 15 years ago
  33. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 15 years ago
  34. 61746d5 #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. by R. David Murray · 15 years ago
  35. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 15 years ago
  36. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 15 years ago
  37. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  38. 27c72e9 Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return by Ronald Oussoren · 15 years ago
  39. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 15 years ago
  40. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 15 years ago
  41. b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. by Martin v. Löwis · 15 years ago
  42. 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 15 years ago
  43. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
  44. 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 15 years ago
  45. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
  46. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 15 years ago
  47. 04ee337 Add the author of the last fix (Issue #6662) by Victor Stinner · 15 years ago
  48. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
  49. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
  50. fee0f44 NEWS rewrap and punctuation consistency. by Georg Brandl · 15 years ago
  51. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 15 years ago
  52. 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 15 years ago
  53. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 15 years ago
  54. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
  55. 93f6615 typo by Georg Brandl · 15 years ago
  56. 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 15 years ago
  57. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
  58. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
  59. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 15 years ago
  60. 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 15 years ago
  61. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 15 years ago
  62. af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
  63. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
  64. db99092 NEWS: strip trailing spaces by Victor Stinner · 15 years ago
  65. 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 15 years ago
  66. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago
  67. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
  68. 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 15 years ago
  69. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
  70. ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 15 years ago
  71. 6001b0b Remove spurious newlines, and add version number. by Antoine Pitrou · 15 years ago
  72. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  73. 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 15 years ago
  74. 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 15 years ago
  75. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  76. 534b8de towards 2.7 release candidate 1 by Benjamin Peterson · 15 years ago
  77. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
  78. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
  79. 2f88bfd Issue #8084: ensure that the --user directory by Ronald Oussoren · 15 years ago
  80. a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 15 years ago
  81. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
  82. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  83. f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 15 years ago
  84. d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 15 years ago
  85. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 15 years ago
  86. 5fb89df Mention how Clang's static anaylzer was run over Objects/ and Python/. by Brett Cannon · 15 years ago
  87. 8efa867 NEWS by Barry Warsaw · 15 years ago
  88. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
  89. 9b90f7a Update the NEWS entry for issue #8211. by Marc-André Lemburg · 15 years ago
  90. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
  91. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
  92. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
  93. 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 15 years ago
  94. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 15 years ago
  95. 945df9a Mention the code clean-up thanks to Clang's static analyzer in Modules. by Brett Cannon · 15 years ago
  96. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  97. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
  98. c1f5c2f Update the Vim syntax highlight file. by Brett Cannon · 15 years ago
  99. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 15 years ago
  100. 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 15 years ago