1. 6554b86 Issue #21338: Add silent mode for compileall. by Berker Peksag · 10 years ago
  2. 41d3196 Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  3. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  4. c597d5c Merge with 3.4 #3068 by Terry Jan Reedy · 10 years ago
  5. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  6. b0fc490 Issue #20152: Convert the cmath module to Argument Clinic. by Brett Cannon · 10 years ago
  7. c7dc55e Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  8. 0eb1896 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  9. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  10. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  11. 98c745a Issue #18643: Add socket.socketpair() on Windows. by Charles-François Natali · 10 years ago
  12. 987f3dd Issue22506: merge from 3.4 by Ethan Furman · 10 years ago
  13. 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 10 years ago
  14. 395c734 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  15. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  16. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  17. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  18. 0d6f9a0 merge 3.4 by Benjamin Peterson · 10 years ago
  19. e6f8c50 Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  20. e285cdd Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  21. 53dfcd8 issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  22. 88f64ce issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  23. 37b8df1 merge 3.4 by Benjamin Peterson · 10 years ago
  24. 4d67799 merge heads by Benjamin Peterson · 10 years ago
  25. 4fd55ca merge heads by Benjamin Peterson · 10 years ago
  26. 4fa7a9f Merge. by Charles-François Natali · 10 years ago
  27. acbf523 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  28. 44fff77 Whitespace by Antoine Pitrou · 10 years ago
  29. 0373a10 Issue #17636: Circular imports involving relative imports are now supported. by Antoine Pitrou · 10 years ago
  30. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  31. e6798bb merge 3.4 by Benjamin Peterson · 10 years ago
  32. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  33. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  34. dfbeb16 Issue #22615: Argument Clinic now supports the "type" argument for the by Larry Hastings · 10 years ago
  35. 6f3bdc9 Issue #21907: Partially revert changes to Windows buildbot scripts. by Zachary Ware · 10 years ago
  36. 2fb369c Merge with 3.4 #22614 by Terry Jan Reedy · 10 years ago
  37. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  38. 3efa148 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  39. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  40. 6682efa Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  41. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  42. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  43. b0f5686 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  44. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  45. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  46. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  47. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  48. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  49. 0f032a0 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  50. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  51. 5382c25 Merge: #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  52. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  53. 95cbe63 Merge: #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  54. 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  55. 7728fe8 merge with 3.4 by Georg Brandl · 10 years ago
  56. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  57. bca45ed Issue #19232: Fix sys.modules lookup (--without-threads) by Stefan Krah · 10 years ago
  58. e0c988a Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  59. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  60. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  61. 65dc79b Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  62. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  63. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  64. 74895df (Merge 3.4) asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  65. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  66. cf7ec01 merge 3.4 into default by Georg Brandl · 10 years ago
  67. fa62f4c merge 3.3 into 3.4 by Georg Brandl · 10 years ago
  68. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  69. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  70. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  71. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  72. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  73. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  74. bfd7881 #22568: merge with 3.4 by Georg Brandl · 10 years ago
  75. e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
  76. c6066ea Issue #14105: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  77. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  78. 51a4a2b README: 3.5 release schedule PEP is PEP 478. by Berker Peksag · 10 years ago
  79. 8a01b71 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  80. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  81. 870903e Merge issue #21061 fix from 3.4 by Nick Coghlan · 10 years ago
  82. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  83. 1867e3e Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  84. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  85. a75e887 Merge with 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  86. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  87. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  88. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  89. 4cc0551 merge by Georg Brandl · 10 years ago
  90. 983db89 merge by Georg Brandl · 10 years ago
  91. 35aa10b merge with 3.4 by Georg Brandl · 10 years ago
  92. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  93. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  94. 2de8a69 (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the by Victor Stinner · 10 years ago
  95. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  96. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  97. 86a89f02e2 Issue #21907: Try to make the pre-Vista Windows buildbots happier. by Zachary Ware · 10 years ago
  98. 30270c8 Issue #22489: Update .gitignore to ignore Windows build output. by Zachary Ware · 10 years ago
  99. 588dad0 merge 3.4 (closes #22605) by Benjamin Peterson · 10 years ago
  100. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago