1. d5fd8df Add yet some 24-bit tests. by Serhiy Storchaka · 11 years ago
  2. bd61c3a Version bump for 3.4.0a4. by Larry Hastings · 11 years ago
  3. f32ce7f Rebuild pydoc topics for 3.4.0a4 release. by Larry Hastings · 11 years ago
  4. ce82eb2 Issue #12866: Fix bias() for 24-bit. Add more tests. by Serhiy Storchaka · 11 years ago
  5. d49c47b Break out of loop on EOF in asyncio echo test programs. by Guido van Rossum · 11 years ago
  6. 92945c5 Un-backout e3ec6b17260c - the test fix was actually also necessary by Antoine Pitrou · 11 years ago
  7. c1b7841 Backout e3ec6b17260c after Guido's fix by Antoine Pitrou · 11 years ago
  8. 32e4685 (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support. by Guido van Rossum · 11 years ago
  9. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 11 years ago
  10. 0d9eefd Try to fix test_asyncio dual stack test when creating an IPv6 socket fails by Antoine Pitrou · 11 years ago
  11. 4ca7355 Issue #19299: fix refleak test failures in test_asyncio by Antoine Pitrou · 11 years ago
  12. e55013f Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  13. 0abb218 Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  14. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  15. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago
  16. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  17. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  18. 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 11 years ago
  19. 55e092f Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  20. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  21. f19a6ef Verify hostname if verify_mode is CERT_OPTIONAL too. by Guido van Rossum · 11 years ago
  22. 3743711 Disable some subprocess tests that hang on AIX. by Guido van Rossum · 11 years ago
  23. 7058dad Skip the asyncio tests when threads are not available. by Guido van Rossum · 11 years ago
  24. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  25. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  26. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  27. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  28. 051a331 Relax some asyncio test timeouts (http://bugs.python.org/issue19285). by Guido van Rossum · 11 years ago
  29. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  30. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  31. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  32. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  33. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  34. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  35. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  36. 2546a17 Important race condition fix for Tulip. by Guido van Rossum · 11 years ago
  37. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  38. af002e6 merge by Brett Cannon · 11 years ago
  39. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  40. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 11 years ago
  41. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  42. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  43. 8acc3c5 Remove test_sigterm(). by Richard Oudkerk · 11 years ago
  44. ac1a248 Close #19284: Handle -R properly in flag helper by Nick Coghlan · 11 years ago
  45. a8b0707 Issue #19030: special-cased __dict__ as the actual dict is not returned, a proxy is. by Ethan Furman · 11 years ago
  46. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  47. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  48. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  49. 5ea7f93 Make asyncio tests run on Windows. by Guido van Rossum · 11 years ago
  50. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
  51. 5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  52. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  53. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  54. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago
  55. cc5c728 Fix signal handler in test. by Richard Oudkerk · 11 years ago
  56. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  57. 1e2f67c Try doing a raw test of os.fork()/os.kill(). by Richard Oudkerk · 11 years ago
  58. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  59. 26f9268 Stop trying to use strace, but add a sleep before terminate(). by Richard Oudkerk · 11 years ago
  60. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  61. e4508ee Try strace instead of gdb to see what wedged child is doing. by Richard Oudkerk · 11 years ago
  62. a3cf1aa Merge heads by Serhiy Storchaka · 11 years ago
  63. b5f8a5e Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  64. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  65. d44500a Try to print a backtrace of wedged child process in test. by Richard Oudkerk · 11 years ago
  66. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  67. 1a16288 Close #19252: better test coverage for Enum. Thanks, CliffM by Ethan Furman · 11 years ago
  68. 1f2eaa9 Fix import of SimpleQueue. by Richard Oudkerk · 11 years ago
  69. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  70. 3e4b528 Add shorten to __all_ (issues #18585 and #18725). by Serhiy Storchaka · 11 years ago
  71. 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 11 years ago
  72. 355dda8 Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  73. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  74. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 11 years ago
  75. bc2bfa6 Merge by Richard Oudkerk · 11 years ago
  76. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  77. 481c6dd Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  78. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  79. 1f56a94 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  80. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  81. fb0b5f2 merge with 3.3 by Georg Brandl · 11 years ago
  82. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  83. 9795419 merge with 3.3 by Georg Brandl · 11 years ago
  84. 0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. by Georg Brandl · 11 years ago
  85. 64bed06 merge with 3.3 by Georg Brandl · 11 years ago
  86. 9e091e1 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  87. 12ec29f Closes #17335: remove no-op assignment. by Georg Brandl · 11 years ago
  88. 6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  89. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  90. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 11 years ago
  91. 6e22055 pdb: modernize find_function() and add tests for it. by Georg Brandl · 11 years ago
  92. 9efcb6b Issue19030: commit tests for DynamicClassAttribute by Ethan Furman · 11 years ago
  93. eb7414f Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  94. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  95. ed7bb48 Remove failing checks for explicit error messages. by Mark Dickinson · 11 years ago
  96. ef8627b Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  97. bb2ed51 merge with 3.3 by Georg Brandl · 11 years ago
  98. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  99. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  100. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago