1. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  2. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  3. af40e98 Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  4. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  5. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  6. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  7. de5aff2 #15422: remove NEWS item for a change that was later reverted by Andrew Kuchling · 11 years ago
  8. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  9. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  10. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  11. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  12. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  13. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  14. 9deff8a Update Misc/NEWS for Issue #7171 by Jason R. Coombs · 11 years ago
  15. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  16. a49ccb2 Add news entry for #1097797; whitespace cleanup by Andrew Kuchling · 11 years ago
  17. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  18. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  19. 2915933 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  20. 3a97390 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  21. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
  22. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  23. b703881 #19480: merge with 3.3. by Ezio Melotti · 11 years ago
  24. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  25. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  26. 6fc5f98 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  27. bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
  28. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  29. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  30. eb6392b Issue #10197: merge heads by Tim Golden · 11 years ago
  31. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  32. ab7211f Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  33. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  34. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  35. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  36. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  37. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  38. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  39. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  40. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  41. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  42. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  43. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  44. 88ebfb1 #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. by Ezio Melotti · 11 years ago
  45. b2564ce Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  46. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  47. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  48. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  49. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  50. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  51. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  52. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  53. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago
  54. ab457a2 Issue #19373: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  55. 84745ab Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type. by Antoine Pitrou · 11 years ago
  56. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  57. db816d6 Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c by Christian Heimes · 11 years ago
  58. 73660af Issue #19428: zipimport now handles errors when reading truncated or invalid by Victor Stinner · 11 years ago
  59. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  60. 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  61. ba4e58a Add NEWS header for 3.3.4. by Georg Brandl · 11 years ago
  62. bb4b0aa Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  63. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  64. 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
  65. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  66. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  67. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  68. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  69. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  70. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  71. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  72. 3d2f68d Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 11 years ago
  73. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  74. dfcd467 Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. by Larry Hastings · 11 years ago
  75. fb404f5 #19227: merge with 3.3 by Georg Brandl · 11 years ago
  76. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  77. 68457be Issue #19329: Optimized compiling charsets in regular expressions. by Serhiy Storchaka · 11 years ago
  78. 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
  79. 059def5 Close #19330 by using public classes in contextlib by Nick Coghlan · 11 years ago
  80. 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
  81. ffb58e9 Move Misc/NEWS entries in correct secton. by Serhiy Storchaka · 11 years ago
  82. ebca392 (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when by Victor Stinner · 11 years ago
  83. e5bb0bf Issue #19399: fix sporadic test_subprocess failure. by Tim Peters · 11 years ago
  84. 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 11 years ago
  85. 3b2f0f0 Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. by Antoine Pitrou · 11 years ago
  86. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  87. 4b7a023 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  88. 5b3582c Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  89. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  90. 349b04e Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. by Christian Heimes · 11 years ago
  91. 4f056d4 Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  92. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  93. 124a0b3 Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  94. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  95. 7cb11fa Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. by Antoine Pitrou · 11 years ago
  96. f740d46 Issue #19369: Optimized the usage of __length_hint__(). by Serhiy Storchaka · 11 years ago
  97. 8b150ec Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  98. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  99. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  100. a46079e merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams. by Senthil Kumaran · 11 years ago