1. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  2. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 10 years ago
  3. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 10 years ago
  4. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  5. 10b93cc merge 3.3 (#20896) by Benjamin Peterson · 10 years ago
  6. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  7. 6b5284f Mark branch as being after Python 3.4.0rc3. by Larry Hastings · 10 years ago
  8. 4fe3bd4 Added tag v3.4.0rc3 for changeset 8a81cdab3e9d by Larry Hastings · 10 years ago
  9. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 10 years ago
  10. a3188ef Update pydoc topics and suspicious filters. by Larry Hastings · 10 years ago
  11. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  12. 01cc2d5 Issue20653: fix ReST for Enum by Ethan Furman · 10 years ago
  13. 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  14. adb2e2a Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  15. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  16. a663069 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 10 years ago
  17. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  18. 75512c4 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  19. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  20. 90c5c8a Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 10 years ago
  21. c1195c7 Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 10 years ago
  22. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  23. a46cf12 Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  24. 26dd0ff Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  25. d44cebb Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  26. 8ebe532 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  27. f86b433 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 10 years ago
  28. 3b4ce69 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 10 years ago
  29. e0a976c Temporary silence test broken by issue19255. Remove unused variables. by Serhiy Storchaka · 10 years ago
  30. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  31. 7614122 Added tag v3.4.0rc2 for changeset a300712ed38c by Larry Hastings · 10 years ago
  32. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 10 years ago
  33. 209c043 Regenerated pydoc topics for Python 3.4.0rc2. by Larry Hastings · 10 years ago
  34. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  35. 9d4c5f4 Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. by Eric Snow · 10 years ago
  36. b79b785 whatsnew: importlib deprecations. by R David Murray · 10 years ago
  37. 8dfb457 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 10 years ago
  38. e2df3ea Upgrade pip from 1.5.3 to 1.5.4 by Donald Stufft · 10 years ago
  39. 13da6a1 Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 10 years ago
  40. d224b6a inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 10 years ago
  41. b0b75a1 Upgrade pip from 1.5.2 to 1.5.3 by Donald Stufft · 10 years ago
  42. 53281b1 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 10 years ago
  43. 0c9beb6 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  44. 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 10 years ago
  45. 934c885 asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 10 years ago
  46. d3f8e30 asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 10 years ago
  47. 389b036 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 10 years ago
  48. 6dcfec9 asyncio: ops, and now fix also the unit test for IPv6 address: by Victor Stinner · 10 years ago
  49. d1a727a asyncio: Fix _check_resolved_address() for IPv6 address by Victor Stinner · 10 years ago
  50. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  51. 6f24d83 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 10 years ago
  52. 8d0230b asyncio.subprocess: Fix a race condition in communicate() by Victor Stinner · 10 years ago
  53. a96ed63 merge 3.3 (#20695) by Benjamin Peterson · 10 years ago
  54. 43ee1c1 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 10 years ago
  55. 1415e25 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 10 years ago
  56. a50fd87 update magic number for #20625 by Benjamin Peterson · 10 years ago
  57. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 10 years ago
  58. ff385b8 inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 10 years ago
  59. eaeb623 Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) by Victor Stinner · 10 years ago
  60. df90ae6 Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger by Victor Stinner · 10 years ago
  61. 1589920 asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 10 years ago
  62. a6919aa asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 10 years ago
  63. 5779752 asyncio: pep8-ify the code. by Yury Selivanov · 10 years ago
  64. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  65. 74d519f Issue #20682: test_asyncio, _basetest_create_connection() checks also the by Victor Stinner · 10 years ago
  66. 79a2952 asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 10 years ago
  67. 0ee29c2 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 10 years ago
  68. 3cb9914 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 10 years ago
  69. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 10 years ago
  70. 6acc5e1 Issue #20625: Fix compilation issue by Victor Stinner · 10 years ago
  71. dc87052 Close issue20653: allow Enum subclasses to override __reduce_ex__ by Ethan Furman · 10 years ago
  72. e3e786c asyncio: Make tests pass on Windows. by Guido van Rossum · 10 years ago
  73. 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 10 years ago
  74. ee227ae Issue #20609: Merge with 3.3. by Zachary Ware · 10 years ago
  75. 907f017 Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 10 years ago
  76. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 10 years ago
  77. fd9d374 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 10 years ago
  78. 86516d9 Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 10 years ago
  79. 9a49c64 Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 10 years ago
  80. 3bc3aaa Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 10 years ago
  81. 79c3bcf Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 10 years ago
  82. 04e05da Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 10 years ago
  83. a91ff14 Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  84. 34c1540 merge backout for #20621 by Benjamin Peterson · 10 years ago
  85. 2626fab look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 10 years ago
  86. c00fa63 Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 10 years ago
  87. e84fde9 set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 10 years ago
  88. 933538e Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 10 years ago
  89. 4c07377 Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host by Victor Stinner · 10 years ago
  90. 1b0580b ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 10 years ago
  91. 2303fec asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 10 years ago
  92. b131778 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 10 years ago
  93. 9887fd7 Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than by Victor Stinner · 10 years ago
  94. 613960b Issue #20505: Remove debug code by Victor Stinner · 10 years ago
  95. 5d95afa merge 3.3 (#20594) by Benjamin Peterson · 10 years ago
  96. 208556c asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if by Victor Stinner · 10 years ago
  97. 20e0743 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 10 years ago
  98. 9af4a24 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 10 years ago
  99. 262a458 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 10 years ago
  100. 7c4bd39 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 10 years ago