1. 29eec66 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  2. 87adb6e Issue #14499: Fix several problems with OS X universal build support: by Ned Deily · 11 years ago
  3. ea41d5f Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15. by Ned Deily · 11 years ago
  4. 5375b49 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  5. ac25ca1 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  6. c548660 Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was by Victor Stinner · 11 years ago
  7. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  8. 051a331 Relax some asyncio test timeouts (http://bugs.python.org/issue19285). by Guido van Rossum · 11 years ago
  9. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  10. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  11. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  12. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  13. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  14. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  15. baced56 Fix a refleak in _sre by Brett Cannon · 11 years ago
  16. 1830601 Add NEWS entry for issue #18810 by Brett Cannon · 11 years ago
  17. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  18. 2546a17 Important race condition fix for Tulip. by Guido van Rossum · 11 years ago
  19. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  20. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  21. 48df60c Update more configurations in pcbuild.sln. by Richard Oudkerk · 11 years ago
  22. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  23. af002e6 merge by Brett Cannon · 11 years ago
  24. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  25. 44455e8 Update pcbuild.sln to build _overlapped. by Richard Oudkerk · 11 years ago
  26. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 11 years ago
  27. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  28. 87efae2 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  29. 90b41f0 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  30. b39d247 Remove a duplicate. by Serhiy Storchaka · 11 years ago
  31. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  32. 8acc3c5 Remove test_sigterm(). by Richard Oudkerk · 11 years ago
  33. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  34. ac1a248 Close #19284: Handle -R properly in flag helper by Nick Coghlan · 11 years ago
  35. ef23f18 Fix markup. by Serhiy Storchaka · 11 years ago
  36. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  37. a8b0707 Issue #19030: special-cased __dict__ as the actual dict is not returned, a proxy is. by Ethan Furman · 11 years ago
  38. 2498d9e Issue #19272: slight clarification of pickle docs with regard to lambda. by Ethan Furman · 11 years ago
  39. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  40. 0e0cd46 Catching up on NEWS entries. by Ethan Furman · 11 years ago
  41. 3c97e46 Issue #19262: Install asyncio and test_asyncio directories. by Ned Deily · 11 years ago
  42. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  43. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  44. 5ea7f93 Make asyncio tests run on Windows. by Guido van Rossum · 11 years ago
  45. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
  46. 5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  47. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  48. 2bb0ac0 merge with 3.3 by Georg Brandl · 11 years ago
  49. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  50. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  51. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago
  52. cc5c728 Fix signal handler in test. by Richard Oudkerk · 11 years ago
  53. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  54. 1eb509a Merge. by Richard Oudkerk · 11 years ago
  55. a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration by Nick Coghlan · 11 years ago
  56. 1e2f67c Try doing a raw test of os.fork()/os.kill(). by Richard Oudkerk · 11 years ago
  57. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  58. 26f9268 Stop trying to use strace, but add a sleep before terminate(). by Richard Oudkerk · 11 years ago
  59. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  60. e4508ee Try strace instead of gdb to see what wedged child is doing. by Richard Oudkerk · 11 years ago
  61. a3cf1aa Merge heads by Serhiy Storchaka · 11 years ago
  62. b5f8a5e Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  63. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  64. d44500a Try to print a backtrace of wedged child process in test. by Richard Oudkerk · 11 years ago
  65. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  66. 1a16288 Close #19252: better test coverage for Enum. Thanks, CliffM by Ethan Furman · 11 years ago
  67. 1f2eaa9 Fix import of SimpleQueue. by Richard Oudkerk · 11 years ago
  68. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  69. 3e4b528 Add shorten to __all_ (issues #18585 and #18725). by Serhiy Storchaka · 11 years ago
  70. 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 11 years ago
  71. 355dda8 Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  72. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  73. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 11 years ago
  74. bc2bfa6 Merge by Richard Oudkerk · 11 years ago
  75. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  76. b6ca62a Issue #17221: Merge 3.4.0 Alpha 1 entries before and after 3.3.1 release candidate 1. by Serhiy Storchaka · 11 years ago
  77. 42c25f5 Close #19260: remove outdated comment in marshal.c by Antoine Pitrou · 11 years ago
  78. e1426b6 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  79. c3a9b35 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  80. 481c6dd Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  81. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  82. 1f56a94 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  83. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  84. fb0b5f2 merge with 3.3 by Georg Brandl · 11 years ago
  85. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  86. 9795419 merge with 3.3 by Georg Brandl · 11 years ago
  87. 0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. by Georg Brandl · 11 years ago
  88. 0186721 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  89. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  90. 142ad66 Re #18521: move array bounds check before array access. by Georg Brandl · 11 years ago
  91. 6083a4b Re #18521: remove assignments of variables that are immediately reassigned. by Georg Brandl · 11 years ago
  92. 782952b Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them. by Georg Brandl · 11 years ago
  93. 33fc6d6 #4965: merge with 3.3. by Ezio Melotti · 11 years ago
  94. 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  95. 64bed06 merge with 3.3 by Georg Brandl · 11 years ago
  96. 9e091e1 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  97. b3e4144 Null merge by Serhiy Storchaka · 11 years ago
  98. ca1d6db Merge heads by Serhiy Storchaka · 11 years ago
  99. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  100. a7c17e5 Fix spacing of toplevel items. by Georg Brandl · 11 years ago