1. 3e9bec2 Whitespace. by Stefan Krah · 10 years ago
  2. a7e9a6a Issue #23352: Merge from 3.4. by Stefan Krah · 10 years ago
  3. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  4. 7929be6 Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  5. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  6. 6ef0285 Merge: Fix asyncio doc typo. by R David Murray · 10 years ago
  7. 756f0b1 Fix asyncio doc typo. by R David Murray · 10 years ago
  8. fc37abf Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  9. 188f2c0 asyncio doc: document the new ResourceWarning warnings by Victor Stinner · 10 years ago
  10. 151b235 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  11. 1077dee asyncio doc: add a section about task cancellation by Victor Stinner · 10 years ago
  12. ff5d085 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  13. 7a55b88 Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace by Victor Stinner · 10 years ago
  14. f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 10 years ago
  15. 3e48d77 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  16. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  17. 85ad88d Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  18. db07164 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  19. 618e315 Add whatsnew entry for issue #5309. by Berker Peksag · 10 years ago
  20. b820d0d Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  21. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  22. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  23. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  24. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  25. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  26. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
  27. 58f0201 Merge: #23215: note that time.sleep affects the current thread only. by R David Murray · 10 years ago
  28. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  29. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  30. 7d0e0c9 Closes #23253: Delay-load ShellExecute by Steve Dower · 10 years ago
  31. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 10 years ago
  32. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  33. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
  34. 06140f2 Closes #23305: Merged documentation fix from 3.4. by Vinay Sajip · 10 years ago
  35. ff37cfe Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  36. 9aeef32 Closes #23202: pyvenv documentation updated to match its behavior. by Vinay Sajip · 10 years ago
  37. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 10 years ago
  38. 08f3143 Issue #20898: Enum names are only available in the http.client module as constants. by Berker Peksag · 10 years ago
  39. 7b6b3d7 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  40. 5a494f6 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  41. cb18b95 Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. by Berker Peksag · 10 years ago
  42. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  43. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  44. 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 10 years ago
  45. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  46. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  47. 0443c92 merge with 3.4 by Georg Brandl · 10 years ago
  48. caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  49. 61f50bb Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  50. 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  51. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  52. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  53. 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  54. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  55. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  56. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  57. 4ec0422 Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! by Victor Stinner · 10 years ago
  58. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  59. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  60. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  61. 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  62. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  63. cc8617b Issue #21092: Merge from 3.4. by Mark Dickinson · 10 years ago
  64. 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
  65. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
  66. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  67. 863c69c Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  68. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  69. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  70. 25638d3 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  71. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  72. a65766e Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  73. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  74. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
  75. f212636 Issue #19548: clean up merge issues in codecs docs by Nick Coghlan · 10 years ago
  76. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  77. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  78. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 10 years ago
  79. 4908f71 Merge with 3.4 by Zachary Ware · 10 years ago
  80. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 10 years ago
  81. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  82. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  83. dc5fdc5 merge 3.4 (#23167) by Benjamin Peterson · 10 years ago
  84. b461000 the current marshal version is 4 (closes #23167) by Benjamin Peterson · 10 years ago
  85. 99f7249 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  86. 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  87. 52074ac merge 3.4 by Benjamin Peterson · 10 years ago
  88. a453749 merge 3.3 by Benjamin Peterson · 10 years ago
  89. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  90. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  91. 0396cd7 merge 3.4 by Benjamin Peterson · 10 years ago
  92. bab69bf update docs for #23111 by Benjamin Peterson · 10 years ago
  93. 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
  94. 53553c4 merge 3.4 by Benjamin Peterson · 10 years ago
  95. 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
  96. 4dcd61f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  97. a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  98. be6a5da Remove the redundant second argument of versionadded directive. by Berker Peksag · 10 years ago
  99. 3ab6ba4 Merge: #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
  100. 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago