1. d49c47b Break out of loop on EOF in asyncio echo test programs. by Guido van Rossum · 11 years ago
  2. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  3. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  4. 92945c5 Un-backout e3ec6b17260c - the test fix was actually also necessary by Antoine Pitrou · 11 years ago
  5. c1b7841 Backout e3ec6b17260c after Guido's fix by Antoine Pitrou · 11 years ago
  6. 32e4685 (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support. by Guido van Rossum · 11 years ago
  7. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 11 years ago
  8. 0d9eefd Try to fix test_asyncio dual stack test when creating an IPv6 socket fails by Antoine Pitrou · 11 years ago
  9. 4ca7355 Issue #19299: fix refleak test failures in test_asyncio by Antoine Pitrou · 11 years ago
  10. 34d33a5 removal u_qualname, since compiler_scope_qualname is only ever called once by Benjamin Peterson · 11 years ago
  11. a8a38b8 strengthen condition and add assertion by Benjamin Peterson · 11 years ago
  12. ebe83f9 fix compile issue on windows. path is now a struct ptr by Christian Heimes · 11 years ago
  13. e55013f Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  14. 0abb218 Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  15. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  16. 3586673 Issue #19304: Fix typos noted by Claudiu Popa. by Ned Deily · 11 years ago
  17. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago
  18. aa2b22a Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673). by Serhiy Storchaka · 11 years ago
  19. dd06d14 Null merge by Serhiy Storchaka · 11 years ago
  20. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  21. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  22. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  23. 80ab130 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  24. b649ed7 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  25. 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 11 years ago
  26. 55e092f Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  27. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  28. f19a6ef Verify hostname if verify_mode is CERT_OPTIONAL too. by Guido van Rossum · 11 years ago
  29. 3743711 Disable some subprocess tests that hang on AIX. by Guido van Rossum · 11 years ago
  30. 351f539 Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 by Christian Heimes · 11 years ago
  31. 7058dad Skip the asyncio tests when threads are not available. by Guido van Rossum · 11 years ago
  32. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  33. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  34. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  35. fcd8de2 lower case pbkdf2_hmac by Christian Heimes · 11 years ago
  36. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  37. a412f76 Fix compilation of the curses module (broken by issue #16612). by Serhiy Storchaka · 11 years ago
  38. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  39. 5ceae41 Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  40. 507c591 Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  41. 29eec66 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  42. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  43. ea41d5f Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15. by Ned Deily · 11 years ago
  44. 5375b49 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  45. ac25ca1 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  46. c548660 Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was by Victor Stinner · 11 years ago
  47. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  48. 051a331 Relax some asyncio test timeouts (http://bugs.python.org/issue19285). by Guido van Rossum · 11 years ago
  49. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  50. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  51. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  52. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  53. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  54. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  55. baced56 Fix a refleak in _sre by Brett Cannon · 11 years ago
  56. 1830601 Add NEWS entry for issue #18810 by Brett Cannon · 11 years ago
  57. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  58. 2546a17 Important race condition fix for Tulip. by Guido van Rossum · 11 years ago
  59. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  60. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  61. 48df60c Update more configurations in pcbuild.sln. by Richard Oudkerk · 11 years ago
  62. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  63. af002e6 merge by Brett Cannon · 11 years ago
  64. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  65. 44455e8 Update pcbuild.sln to build _overlapped. by Richard Oudkerk · 11 years ago
  66. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 11 years ago
  67. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  68. 87efae2 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  69. 90b41f0 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  70. b39d247 Remove a duplicate. by Serhiy Storchaka · 11 years ago
  71. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  72. 8acc3c5 Remove test_sigterm(). by Richard Oudkerk · 11 years ago
  73. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  74. ac1a248 Close #19284: Handle -R properly in flag helper by Nick Coghlan · 11 years ago
  75. ef23f18 Fix markup. by Serhiy Storchaka · 11 years ago
  76. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  77. a8b0707 Issue #19030: special-cased __dict__ as the actual dict is not returned, a proxy is. by Ethan Furman · 11 years ago
  78. 2498d9e Issue #19272: slight clarification of pickle docs with regard to lambda. by Ethan Furman · 11 years ago
  79. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  80. 0e0cd46 Catching up on NEWS entries. by Ethan Furman · 11 years ago
  81. 3c97e46 Issue #19262: Install asyncio and test_asyncio directories. by Ned Deily · 11 years ago
  82. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  83. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  84. 5ea7f93 Make asyncio tests run on Windows. by Guido van Rossum · 11 years ago
  85. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
  86. 5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  87. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  88. 2bb0ac0 merge with 3.3 by Georg Brandl · 11 years ago
  89. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  90. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  91. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago
  92. cc5c728 Fix signal handler in test. by Richard Oudkerk · 11 years ago
  93. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  94. 1eb509a Merge. by Richard Oudkerk · 11 years ago
  95. a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration by Nick Coghlan · 11 years ago
  96. 1e2f67c Try doing a raw test of os.fork()/os.kill(). by Richard Oudkerk · 11 years ago
  97. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  98. 26f9268 Stop trying to use strace, but add a sleep before terminate(). by Richard Oudkerk · 11 years ago
  99. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  100. e4508ee Try strace instead of gdb to see what wedged child is doing. by Richard Oudkerk · 11 years ago