1. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  2. d005090 Closes #23357: Updated documentation on creating venvs. by Vinay Sajip · 10 years ago
  3. 3595276 Corrected typo. by Vinay Sajip · 10 years ago
  4. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 10 years ago
  5. bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 10 years ago
  6. 088ca8b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
  7. bb24087 Issue #23260: Update Windows installer by Steve Dower · 10 years ago
  8. 7425f36 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  9. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  10. 0afc3dc Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  11. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 10 years ago
  12. 7277761 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  13. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  14. 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 10 years ago
  15. 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 10 years ago
  16. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  17. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  18. 3a43d06 Whitespace. by Stefan Krah · 10 years ago
  19. 3e9bec2 Whitespace. by Stefan Krah · 10 years ago
  20. a7e9a6a Issue #23352: Merge from 3.4. by Stefan Krah · 10 years ago
  21. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  22. 7929be6 Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  23. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  24. 6ef0285 Merge: Fix asyncio doc typo. by R David Murray · 10 years ago
  25. 756f0b1 Fix asyncio doc typo. by R David Murray · 10 years ago
  26. fc37abf Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  27. 188f2c0 asyncio doc: document the new ResourceWarning warnings by Victor Stinner · 10 years ago
  28. 151b235 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  29. 1077dee asyncio doc: add a section about task cancellation by Victor Stinner · 10 years ago
  30. ff5d085 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  31. 7a55b88 Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace by Victor Stinner · 10 years ago
  32. f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 10 years ago
  33. 3e48d77 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  34. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  35. 85ad88d Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  36. db07164 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  37. 618e315 Add whatsnew entry for issue #5309. by Berker Peksag · 10 years ago
  38. b820d0d Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  39. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  40. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  41. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  42. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  43. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  44. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
  45. 58f0201 Merge: #23215: note that time.sleep affects the current thread only. by R David Murray · 10 years ago
  46. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  47. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  48. 7d0e0c9 Closes #23253: Delay-load ShellExecute by Steve Dower · 10 years ago
  49. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 10 years ago
  50. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  51. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
  52. 06140f2 Closes #23305: Merged documentation fix from 3.4. by Vinay Sajip · 10 years ago
  53. ff37cfe Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  54. 9aeef32 Closes #23202: pyvenv documentation updated to match its behavior. by Vinay Sajip · 10 years ago
  55. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 10 years ago
  56. 08f3143 Issue #20898: Enum names are only available in the http.client module as constants. by Berker Peksag · 10 years ago
  57. 7b6b3d7 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  58. 5a494f6 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  59. cb18b95 Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. by Berker Peksag · 10 years ago
  60. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  61. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  62. 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 10 years ago
  63. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  64. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  65. 0443c92 merge with 3.4 by Georg Brandl · 10 years ago
  66. caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  67. 61f50bb Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  68. 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  69. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  70. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  71. 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  72. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  73. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  74. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  75. 4ec0422 Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! by Victor Stinner · 10 years ago
  76. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  77. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  78. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  79. 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  80. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  81. cc8617b Issue #21092: Merge from 3.4. by Mark Dickinson · 10 years ago
  82. dfe0b23 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
  83. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
  84. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  85. 863c69c Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  86. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  87. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  88. 25638d3 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  89. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  90. a65766e Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  91. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  92. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
  93. f212636 Issue #19548: clean up merge issues in codecs docs by Nick Coghlan · 10 years ago
  94. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  95. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  96. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 10 years ago
  97. 4908f71 Merge with 3.4 by Zachary Ware · 10 years ago
  98. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 10 years ago
  99. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  100. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago