1. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  2. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  3. 051a331 Relax some asyncio test timeouts (http://bugs.python.org/issue19285). by Guido van Rossum · 11 years ago
  4. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  5. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  6. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  7. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  8. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  9. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  10. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  11. 2546a17 Important race condition fix for Tulip. by Guido van Rossum · 11 years ago
  12. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  13. af002e6 merge by Brett Cannon · 11 years ago
  14. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  15. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 11 years ago
  16. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  17. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  18. 8acc3c5 Remove test_sigterm(). by Richard Oudkerk · 11 years ago
  19. ac1a248 Close #19284: Handle -R properly in flag helper by Nick Coghlan · 11 years ago
  20. a8b0707 Issue #19030: special-cased __dict__ as the actual dict is not returned, a proxy is. by Ethan Furman · 11 years ago
  21. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  22. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  23. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  24. 5ea7f93 Make asyncio tests run on Windows. by Guido van Rossum · 11 years ago
  25. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
  26. 5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  27. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  28. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  29. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago
  30. cc5c728 Fix signal handler in test. by Richard Oudkerk · 11 years ago
  31. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  32. 1e2f67c Try doing a raw test of os.fork()/os.kill(). by Richard Oudkerk · 11 years ago
  33. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  34. 26f9268 Stop trying to use strace, but add a sleep before terminate(). by Richard Oudkerk · 11 years ago
  35. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  36. e4508ee Try strace instead of gdb to see what wedged child is doing. by Richard Oudkerk · 11 years ago
  37. a3cf1aa Merge heads by Serhiy Storchaka · 11 years ago
  38. b5f8a5e Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  39. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  40. d44500a Try to print a backtrace of wedged child process in test. by Richard Oudkerk · 11 years ago
  41. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  42. 1a16288 Close #19252: better test coverage for Enum. Thanks, CliffM by Ethan Furman · 11 years ago
  43. 1f2eaa9 Fix import of SimpleQueue. by Richard Oudkerk · 11 years ago
  44. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  45. 3e4b528 Add shorten to __all_ (issues #18585 and #18725). by Serhiy Storchaka · 11 years ago
  46. 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 11 years ago
  47. 355dda8 Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  48. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  49. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 11 years ago
  50. bc2bfa6 Merge by Richard Oudkerk · 11 years ago
  51. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  52. 481c6dd Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  53. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  54. 1f56a94 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  55. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  56. fb0b5f2 merge with 3.3 by Georg Brandl · 11 years ago
  57. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  58. 9795419 merge with 3.3 by Georg Brandl · 11 years ago
  59. 0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. by Georg Brandl · 11 years ago
  60. 64bed06 merge with 3.3 by Georg Brandl · 11 years ago
  61. 9e091e1 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  62. 12ec29f Closes #17335: remove no-op assignment. by Georg Brandl · 11 years ago
  63. 6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  64. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  65. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 11 years ago
  66. 6e22055 pdb: modernize find_function() and add tests for it. by Georg Brandl · 11 years ago
  67. 9efcb6b Issue19030: commit tests for DynamicClassAttribute by Ethan Furman · 11 years ago
  68. eb7414f Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  69. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  70. ed7bb48 Remove failing checks for explicit error messages. by Mark Dickinson · 11 years ago
  71. ef8627b Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  72. bb2ed51 merge with 3.3 by Georg Brandl · 11 years ago
  73. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  74. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  75. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
  76. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  77. 5703cd5 whitespace cleanup by Christian Heimes · 11 years ago
  78. 06239f6 merge by Christian Heimes · 11 years ago
  79. bf235bd Issue #19218: set __name__ of _collections_abc to collections.abc in order to fix tests and keep beautiful qualified names. by Christian Heimes · 11 years ago
  80. 52c5e57 Issue #19218: Add facade collections.abc by Christian Heimes · 11 years ago
  81. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  82. ad9c9bb Remove import functools from re module. The re module imports functools but never uses it. by Christian Heimes · 11 years ago
  83. 7b4a361 Merge. by Richard Oudkerk · 11 years ago
  84. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  85. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  86. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  87. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  88. 4ae423d Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  89. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  90. f403f50 Issue #19205: _osx_support uses the re module all over the place. Omit the test for nw. by Christian Heimes · 11 years ago
  91. 4aa8f8e Fix wrong exception in _bootlocale (apparently this error condition is never triggered) by Antoine Pitrou · 11 years ago
  92. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  93. 179a3db Issue #19205: add debugging output for failing test on Snow Leopard by Christian Heimes · 11 years ago
  94. cbf6e95 merge by Christian Heimes · 11 years ago
  95. c1df272 Issue #19209: fix structseq test by Christian Heimes · 11 years ago
  96. 370cb25 test_os: report tests as skipped when os.statvfs() fails with ENOSYS by Victor Stinner · 11 years ago
  97. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  98. 1a5fb4e Also test that the locale module isn't loaded during normal startup by Christian Heimes · 11 years ago
  99. bfc3a9a Issue #19205 fix 406529adf156 I forgot to hit save. by Christian Heimes · 11 years ago
  100. 8c9cd5a Issue #19205: Don't import the 're' module in site and sysconfig module to by Christian Heimes · 11 years ago