1. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  2. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
  3. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  4. 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
  5. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 11 years ago
  6. 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  7. 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 11 years ago
  8. 9141bff Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
  9. 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  10. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  11. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 11 years ago
  12. 5afffea Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
  13. 740eedb Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 11 years ago
  14. 65429cf Merge with 3.3 by Terry Jan Reedy · 11 years ago
  15. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  16. 8c8d772 Untokenize, bad assert: Merge with 3.3 by Terry Jan Reedy · 11 years ago
  17. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  18. 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  19. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  20. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  21. f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
  22. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  23. ec91cd6 merge backout for #20621 by Benjamin Peterson · 11 years ago
  24. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
  25. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
  26. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
  27. 1bcfbd5 merge 3.3 by Benjamin Peterson · 11 years ago
  28. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  29. c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
  30. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  31. 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
  32. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  33. f7b2f36 Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore by Georg Brandl · 11 years ago
  34. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  35. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  36. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  37. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  38. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  39. 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
  40. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  41. 5ef48d9 merge 3.3 (#20080) by Benjamin Peterson · 11 years ago
  42. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  43. 4267869 merge 3.3 (#20507) by Benjamin Peterson · 11 years ago
  44. 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  45. 504f6e8 #19890: merge with 3.3. by Ezio Melotti · 11 years ago
  46. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  47. 48eabbe #20634: merge with 3.3. by Ezio Melotti · 11 years ago
  48. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  49. e2df5cf Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 11 years ago
  50. b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  51. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  52. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  53. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
  54. e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  55. 1ff0ee0 Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host by Victor Stinner · 11 years ago
  56. 4227947 Merge heads by Serhiy Storchaka · 11 years ago
  57. 1392f68 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  58. ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  59. 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  60. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  61. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  62. b58f053 asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 11 years ago
  63. ee6dc42 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 11 years ago
  64. 85489f9 whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. by R David Murray · 11 years ago
  65. 5d411a1 whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. by R David Murray · 11 years ago
  66. af7d2c4 whatsnew: LOAD_CLASSDEREF, -X showrefcount by R David Murray · 11 years ago
  67. 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  68. 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  69. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  70. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  71. 226c571 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  72. 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  73. 2167e29 whatsnew: os.path.samestat on windows, keyword defaults evaluation order. by R David Murray · 11 years ago
  74. db2d8a4 whatsnew: command.com support gone, int *base* can be __index__ but not float. by R David Murray · 11 years ago
  75. a6ec5cf Add references for Xcode and the Python Developer's Guideto the internal Mac/README file. by Ned Deily · 11 years ago
  76. 892f4f9 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
  77. d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 11 years ago
  78. 13b493e Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than by Victor Stinner · 11 years ago
  79. 5402272 whatsnew: undocumented Popen.wait endtime is deprecated. by R David Murray · 11 years ago
  80. bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 11 years ago
  81. 2371e25 Issue #20505: Remove debug code by Victor Stinner · 11 years ago
  82. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 11 years ago
  83. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  84. 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 11 years ago
  85. 801fe93 whatsnew: __complex__ may not return float, .so may have multiple python modules by R David Murray · 11 years ago
  86. eb74876 asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if by Victor Stinner · 11 years ago
  87. 4e8d2f2 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 11 years ago
  88. a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 11 years ago
  89. 1db2ba3 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 11 years ago
  90. 5d1ea04 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 11 years ago
  91. 7bff8e1 Issue #20505: Improve debug info in asyncio event loop by Victor Stinner · 11 years ago
  92. fea7e73 Merge heads by Serhiy Storchaka · 11 years ago
  93. 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  94. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  95. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
  96. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 11 years ago
  97. 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 11 years ago
  98. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 11 years ago
  99. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  100. 04e2428 whatsnew: slice.index no longer accepts negative values (or overflows). by R David Murray · 11 years ago