1. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  2. d885aa4 Make resource tests more robust. by Christian Heimes · 11 years ago
  3. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  4. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
  5. d1d7576 Fix Misc/NEWS merge conflict, hurray by Christian Heimes · 11 years ago
  6. efa4867 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  7. 49e6180 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  8. b0fb94d Fix asyncio issue #19293 (hangs on AIX). by Guido van Rossum · 11 years ago
  9. f75debd Unsilence several asyncio AIX tests that no longer hang, and silence a new hang. by Guido van Rossum · 11 years ago
  10. 5875d74 Close #19263: add tests to ensure __objclass__ correctly set. by Ethan Furman · 11 years ago
  11. 934f6ea Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX hang). by Guido van Rossum · 11 years ago
  12. 8a0fe85 Avoid test_asyncio hang on AIX. by Guido van Rossum · 11 years ago
  13. 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
  14. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  15. 8da15cc asyncio: be more lenient if we don't understand status returned by waitpid(). by Guido van Rossum · 11 years ago
  16. 22c3176 #17400; ipaddress should make it easy to identify rfc6598 addresses by Peter Moody · 11 years ago
  17. b7ddbc8 Load SSL's error strings in hashlib. by Christian Heimes · 11 years ago
  18. 1a82f7e Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030). by Charles-François Natali · 11 years ago
  19. 6459025 Issue #19170: telnetlib: use selectors. by Charles-François Natali · 11 years ago
  20. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  21. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  22. c20bcde Issue #18527: Upgrade internal copy of zlib to 1.2.8 by Christian Heimes · 11 years ago
  23. 3ac1eb1 merge by Christian Heimes · 11 years ago
  24. a3fdcaa Closes #19323: fix typo. Thanks to Michael Merickel. by Georg Brandl · 11 years ago
  25. 1a51b55 Simplify markup. by Georg Brandl · 11 years ago
  26. eb2aeec Reformat statistics.rst and remove unnecessary headings for each function. by Georg Brandl · 11 years ago
  27. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  28. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  29. c93dbe2 Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. by Raymond Hettinger · 11 years ago
  30. 2063aaf Update faulthandler docs. by Guido van Rossum · 11 years ago
  31. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  32. 47f1b76 #19319: merge with 3.3. by Ezio Melotti · 11 years ago
  33. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  34. 7be5d7d Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. by Guido van Rossum · 11 years ago
  35. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
  36. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  37. 632f1bf #19238, #19289: merge with 3.3. by Ezio Melotti · 11 years ago
  38. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  39. 566a2be #18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM. by Ezio Melotti · 11 years ago
  40. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  41. 4ea16e5 remove backticks by Benjamin Peterson · 11 years ago
  42. 44c3065 fix declaration of StatisticsError by Benjamin Peterson · 11 years ago
  43. 6b4f780 cleanup the construction of __qualname__ (closes #19301 again) by Benjamin Peterson · 11 years ago
  44. a7a150c Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  45. 5121deb Issue #19310: asyncio: fix child processes reaping logic. by Charles-François Natali · 11 years ago
  46. e5a3154 Grammar fix by Andrew Kuchling · 11 years ago
  47. 7d61800 Skip one asyncio test when IPv6 isn't supported (Windows buildbots) by Antoine Pitrou · 11 years ago
  48. cb1fe98 Make various asyncio test files individually runnable by Antoine Pitrou · 11 years ago
  49. bcd7682 Issue #19309: asyncio: make waitpid() wait for all child processes, not only by Charles-François Natali · 11 years ago
  50. f3e21ba Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  51. 6e9e4fe Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  52. 2acc456 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  53. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  54. 6de9200 Close #19313: remove no longer needed Py_XINCREF by Nick Coghlan · 11 years ago
  55. c6564b9 Make PKCS5_PBKDF2_HMAC_fast() a static function by Christian Heimes · 11 years ago
  56. 36af10c Issue #17087: Improved the repr for regular expression match objects. by Serhiy Storchaka · 11 years ago
  57. d5fd8df Add yet some 24-bit tests. by Serhiy Storchaka · 11 years ago
  58. ce82eb2 Issue #12866: Fix bias() for 24-bit. Add more tests. by Serhiy Storchaka · 11 years ago
  59. d49c47b Break out of loop on EOF in asyncio echo test programs. by Guido van Rossum · 11 years ago
  60. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  61. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  62. 92945c5 Un-backout e3ec6b17260c - the test fix was actually also necessary by Antoine Pitrou · 11 years ago
  63. c1b7841 Backout e3ec6b17260c after Guido's fix by Antoine Pitrou · 11 years ago
  64. 32e4685 (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support. by Guido van Rossum · 11 years ago
  65. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 11 years ago
  66. 0d9eefd Try to fix test_asyncio dual stack test when creating an IPv6 socket fails by Antoine Pitrou · 11 years ago
  67. 4ca7355 Issue #19299: fix refleak test failures in test_asyncio by Antoine Pitrou · 11 years ago
  68. 34d33a5 removal u_qualname, since compiler_scope_qualname is only ever called once by Benjamin Peterson · 11 years ago
  69. a8a38b8 strengthen condition and add assertion by Benjamin Peterson · 11 years ago
  70. ebe83f9 fix compile issue on windows. path is now a struct ptr by Christian Heimes · 11 years ago
  71. e55013f Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  72. 0abb218 Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  73. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  74. 3586673 Issue #19304: Fix typos noted by Claudiu Popa. by Ned Deily · 11 years ago
  75. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago
  76. aa2b22a Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673). by Serhiy Storchaka · 11 years ago
  77. dd06d14 Null merge by Serhiy Storchaka · 11 years ago
  78. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  79. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  80. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  81. 80ab130 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  82. b649ed7 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  83. 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 11 years ago
  84. 55e092f Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  85. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  86. f19a6ef Verify hostname if verify_mode is CERT_OPTIONAL too. by Guido van Rossum · 11 years ago
  87. 3743711 Disable some subprocess tests that hang on AIX. by Guido van Rossum · 11 years ago
  88. 351f539 Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 by Christian Heimes · 11 years ago
  89. 7058dad Skip the asyncio tests when threads are not available. by Guido van Rossum · 11 years ago
  90. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  91. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  92. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  93. fcd8de2 lower case pbkdf2_hmac by Christian Heimes · 11 years ago
  94. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  95. a412f76 Fix compilation of the curses module (broken by issue #16612). by Serhiy Storchaka · 11 years ago
  96. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  97. 5ceae41 Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  98. 507c591 Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  99. 29eec66 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  100. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago