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