1. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  2. 8c185ee inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago
  3. b226026 Upgrade pip from 1.5.2 to 1.5.3 by Donald Stufft · 11 years ago
  4. 7a19355 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
  5. e8ebe15 Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat by Victor Stinner · 11 years ago
  6. 5285571 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  7. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  8. f9200ae asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  9. a90e8ed asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 11 years ago
  10. 35669ae asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  11. cd153f8 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 11 years ago
  12. 0211ed3 asyncio: ops, and now fix also the unit test for IPv6 address: by Victor Stinner · 11 years ago
  13. 013dece asyncio: Fix _check_resolved_address() for IPv6 address by Victor Stinner · 11 years ago
  14. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  15. 2c7203c asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 11 years ago
  16. cdb476b asyncio.subprocess: Fix a race condition in communicate() by Victor Stinner · 11 years ago
  17. 88a928b merge 3.3 (#20695) by Benjamin Peterson · 11 years ago
  18. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 11 years ago
  19. 665a2bc bump Python-ast.c by Benjamin Peterson · 11 years ago
  20. 1b94030 update logo url (#20695) by Benjamin Peterson · 11 years ago
  21. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 11 years ago
  22. d579742 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
  23. aabc131 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  24. 45d8e7b update magic number for #20625 by Benjamin Peterson · 11 years ago
  25. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  26. f4558e8 merge heads by Yury Selivanov · 11 years ago
  27. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  28. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  29. 4ac30f1 Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) by Victor Stinner · 11 years ago
  30. 8c33ffd Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger by Victor Stinner · 11 years ago
  31. a32d6b4 Null merge by Serhiy Storchaka · 11 years ago
  32. d8ea314 Merge heads by Serhiy Storchaka · 11 years ago
  33. 2bb6c35 Merge heads by Serhiy Storchaka · 11 years ago
  34. f6a38e1 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  35. 1d7ba5c Issue #20510: Merge with 3.3 by Zachary Ware · 11 years ago
  36. 1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
  37. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  38. 22234da Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  39. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  40. 2d01c0a asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 11 years ago
  41. 03e9cb2 asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
  42. b41a42e asyncio: pep8-ify the code. by Yury Selivanov · 11 years ago
  43. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  44. 8abac34 Issue #20682: test_asyncio, _basetest_create_connection() checks also the by Victor Stinner · 11 years ago
  45. 884e40b asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 11 years ago
  46. 065ca25 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 11 years ago
  47. c098241 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 11 years ago
  48. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  49. 065efc3 Issue #20625: Fix compilation issue by Victor Stinner · 11 years ago
  50. 5f47ac2 (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now by Victor Stinner · 11 years ago
  51. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  52. 9a0cbcc Close issue20653: allow Enum subclasses to override __reduce_ex__ by Ethan Furman · 11 years ago
  53. 59a5533 asyncio: Make tests pass on Windows. by Guido van Rossum · 11 years ago
  54. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  55. b59e442 Issue #20609: Merge with 3.3. by Zachary Ware · 11 years ago
  56. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  57. 8e7761e Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 11 years ago
  58. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  59. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
  60. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  61. 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
  62. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 11 years ago
  63. 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  64. 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 11 years ago
  65. 9141bff Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
  66. 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  67. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  68. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 11 years ago
  69. 5afffea Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
  70. 740eedb Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 11 years ago
  71. 65429cf Merge with 3.3 by Terry Jan Reedy · 11 years ago
  72. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  73. 8c8d772 Untokenize, bad assert: Merge with 3.3 by Terry Jan Reedy · 11 years ago
  74. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  75. 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  76. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  77. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  78. f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
  79. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  80. ec91cd6 merge backout for #20621 by Benjamin Peterson · 11 years ago
  81. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
  82. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
  83. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
  84. 1bcfbd5 merge 3.3 by Benjamin Peterson · 11 years ago
  85. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  86. c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
  87. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  88. 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
  89. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  90. f7b2f36 Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore by Georg Brandl · 11 years ago
  91. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  92. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  93. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  94. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  95. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  96. 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
  97. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  98. 5ef48d9 merge 3.3 (#20080) by Benjamin Peterson · 11 years ago
  99. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  100. 4267869 merge 3.3 (#20507) by Benjamin Peterson · 11 years ago