1. 31efc74 Add Ariel to Misc/ACKS by Eli Bendersky · 12 years ago
  2. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  3. e9bb473 Issue #16923: Fix ResourceWarnings in test_ssl. by Antoine Pitrou · 12 years ago
  4. e1ceb50 Issue #16923: Fix ResourceWarnings in test_ssl. by Antoine Pitrou · 12 years ago
  5. 1e37e9e SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  6. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  7. 52f80a7 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  8. 69db587 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  9. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  10. eb2884a Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute by Eli Bendersky · 12 years ago
  11. a6ebb2d Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until a by Charles-François Natali · 12 years ago
  12. 464d89b Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 12 years ago
  13. 569ff4f Issue #15031: Refactor some code in importlib pertaining to validating by Brett Cannon · 12 years ago
  14. c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
  15. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  16. 9942e5a Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  17. 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  18. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  19. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  20. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  21. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  22. ee46b6c #13899: merge with 3.3. by Ezio Melotti · 12 years ago
  23. adfbb8e #13899: merge with 3.2. by Ezio Melotti · 12 years ago
  24. fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 12 years ago
  25. 2645936 #16925: merge with 3.3. by Ezio Melotti · 12 years ago
  26. dc1fa80 #16925: test_configparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  27. aabd0b0 #16918: merge with 3.3. by Ezio Melotti · 12 years ago
  28. 5d3dba0 #16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  29. 45d5de1 #16919: merge with 3.3. by Ezio Melotti · 12 years ago
  30. 90bbbd1 #16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  31. f86b3c3 merge 3.3 (#16900) by Benjamin Peterson · 12 years ago
  32. 36f7b97 remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900) by Benjamin Peterson · 12 years ago
  33. 96983af merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  34. 7bd0486 merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  35. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  36. 8eee081 Update Misc/NEWS for issue #16076 by Eli Bendersky · 12 years ago
  37. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  38. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  39. 5b1acc0 #16910: merge with 3.3. by Ezio Melotti · 12 years ago
  40. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  41. 47b9886 #16905: merge with 3.3. by Ezio Melotti · 12 years ago
  42. 2688e81 #16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  43. 09a8e16 #16898: merge with 3.3. by Ezio Melotti · 12 years ago
  44. b21af55 #16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  45. e1b0d3e #16888: merge with 3.3. by Ezio Melotti · 12 years ago
  46. 1d3e96d #16888: test_array now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  47. af5b688 #16896: merge with 3.3. by Ezio Melotti · 12 years ago
  48. 47236db #16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  49. 9e97071 #16897: merge with 3.3. by Ezio Melotti · 12 years ago
  50. f472a90 #16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  51. 11b3a60 #16852: merge with 3.3. by Ezio Melotti · 12 years ago
  52. d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  53. f424f38 Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll events by Charles-François Natali · 12 years ago
  54. 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
  55. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  56. df558cb Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  57. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  58. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  59. 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  60. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  61. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  62. cd18e78 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  63. 1aa004b Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  64. f6fd794 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  65. 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 12 years ago
  66. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  67. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  68. 05aba6c Issue #16320: Remove redundant Makefile dependencies for strings and bytes. by Serhiy Storchaka · 12 years ago
  69. fb4b7b4 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  70. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  71. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  72. 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  73. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  74. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  75. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  76. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  77. b9a76e2 Issue #16860: In tempfile, use O_CLOEXEC when available to set the by Charles-François Natali · 12 years ago
  78. 4e02538 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  79. 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  80. d8a0bac Issue #16674: random.getrandbits() is now 20-40% faster for small integers. by Serhiy Storchaka · 12 years ago
  81. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  82. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  83. 37623ab #16009: JSON error messages now provide more information. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  84. fd53a5a (Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  85. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  86. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  87. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  88. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  89. ef408ae Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b''). by Nadeem Vawda · 12 years ago
  90. 791e464 Correction: issue #16828 also affects BZ2Compressor.compress(). by Nadeem Vawda · 12 years ago
  91. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  92. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  93. 90e4774 Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. by Antoine Pitrou · 12 years ago
  94. 4547582 #16748: merge with 3.3. by Ezio Melotti · 12 years ago
  95. 22ebb2d #16748: test_heapq now works with unittest test discovery. by Ezio Melotti · 12 years ago
  96. 13a2707 merge 3.3 by Benjamin Peterson · 12 years ago
  97. c527037 add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  98. a3eb812 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  99. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  100. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago