1. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  2. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  3. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  4. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  5. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  6. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  7. c966103 merge heads by Benjamin Peterson · 10 years ago
  8. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  9. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  10. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  11. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  12. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  13. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  14. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  15. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  16. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  17. fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 10 years ago
  18. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  19. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  20. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  21. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  22. 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 10 years ago
  23. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  24. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  25. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  26. e6f8c50 Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  27. 53dfcd8 issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  28. 4fd55ca merge heads by Benjamin Peterson · 10 years ago
  29. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  30. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  31. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  32. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  33. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  34. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  35. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  36. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  37. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  38. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  39. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  40. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  41. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  42. 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  43. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  44. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  45. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  46. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  47. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  48. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  49. fa62f4c merge 3.3 into 3.4 by Georg Brandl · 10 years ago
  50. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  51. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  52. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  53. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  54. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  55. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  56. e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
  57. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  58. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  59. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  60. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  61. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  62. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  63. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  64. 4cc0551 merge by Georg Brandl · 10 years ago
  65. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  66. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  67. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  68. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  69. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  70. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  71. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  72. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  73. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  74. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  75. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  76. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  77. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  78. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  79. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  80. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  81. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  82. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  83. 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
  84. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  85. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  86. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  87. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  88. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  89. 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
  90. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  91. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  92. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  93. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  94. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  95. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  96. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  97. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  98. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  99. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  100. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago