1. 933430a Issue #17401: document closefd in io.FileIO docs and add to repr by Robert Collins · 10 years ago
  2. d20ec1b Merge: #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  3. 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  4. afce02e Merge: #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  5. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  6. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  7. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  8. 77770bd Turn externals cleaning back off by Zachary Ware · 10 years ago
  9. bc92bbd Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  10. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  11. 4dc7278 Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  12. baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  13. f88cad0 Merge with 3.4 by Zachary Ware · 10 years ago
  14. be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 10 years ago
  15. 459c3649 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  16. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  17. e4eda4d Issue #22638: SSLv3 is now disabled throughout the standard library. by Antoine Pitrou · 10 years ago
  18. c2c62b1 Closes #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  19. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  20. 353474f Merge with 3.4: Issue #22629 by Terry Jan Reedy · 10 years ago
  21. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  22. ba2f07d Merge with 3.4 Issue #22628 by Terry Jan Reedy · 10 years ago
  23. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  24. 52f2ae8 merge 3.4 by Benjamin Peterson · 10 years ago
  25. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  26. 6b541de Merge with 3.4 Issue#16233 by Terry Jan Reedy · 10 years ago
  27. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  28. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  29. 4e33424 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  30. ea1f665 Merge heads by Benjamin Peterson · 10 years ago
  31. 20521cd merge 3.4 by Benjamin Peterson · 10 years ago
  32. c966103 merge heads by Benjamin Peterson · 10 years ago
  33. dc8899f merge 3.4 (#22643) by Benjamin Peterson · 10 years ago
  34. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  35. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  36. 4ed3c65 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  37. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  38. 736982d merge 3.4 (closes #22643) by Benjamin Peterson · 10 years ago
  39. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  40. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  41. 315aa40 Merge 3.4 by Benjamin Peterson · 10 years ago
  42. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  43. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  44. 6925264 merge 3.4 (#22643) by Benjamin Peterson · 10 years ago
  45. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  46. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  47. 94522eb 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
  48. 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
  49. 6554b86 Issue #21338: Add silent mode for compileall. by Berker Peksag · 10 years ago
  50. 41d3196 Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  51. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  52. c597d5c Merge with 3.4 #3068 by Terry Jan Reedy · 10 years ago
  53. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  54. b0fc490 Issue #20152: Convert the cmath module to Argument Clinic. by Brett Cannon · 10 years ago
  55. c7dc55e Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  56. 0eb1896 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  57. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  58. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  59. 98c745a Issue #18643: Add socket.socketpair() on Windows. by Charles-François Natali · 10 years ago
  60. 987f3dd Issue22506: merge from 3.4 by Ethan Furman · 10 years ago
  61. 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 10 years ago
  62. 395c734 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  63. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  64. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  65. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  66. 0d6f9a0 merge 3.4 by Benjamin Peterson · 10 years ago
  67. e6f8c50 Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  68. e285cdd Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  69. 53dfcd8 issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  70. 88f64ce issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  71. 37b8df1 merge 3.4 by Benjamin Peterson · 10 years ago
  72. 4d67799 merge heads by Benjamin Peterson · 10 years ago
  73. 4fd55ca merge heads by Benjamin Peterson · 10 years ago
  74. 4fa7a9f Merge. by Charles-François Natali · 10 years ago
  75. acbf523 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  76. 44fff77 Whitespace by Antoine Pitrou · 10 years ago
  77. 0373a10 Issue #17636: Circular imports involving relative imports are now supported. by Antoine Pitrou · 10 years ago
  78. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  79. e6798bb merge 3.4 by Benjamin Peterson · 10 years ago
  80. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  81. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  82. dfbeb16 Issue #22615: Argument Clinic now supports the "type" argument for the by Larry Hastings · 10 years ago
  83. 6f3bdc9 Issue #21907: Partially revert changes to Windows buildbot scripts. by Zachary Ware · 10 years ago
  84. 2fb369c Merge with 3.4 #22614 by Terry Jan Reedy · 10 years ago
  85. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  86. 3efa148 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  87. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  88. 6682efa Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  89. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  90. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  91. b0f5686 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  92. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  93. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  94. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  95. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  96. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  97. 0f032a0 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  98. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  99. 5382c25 Merge: #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  100. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago