1. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  2. 78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. by Martin v. Löwis · 10 years ago
  3. b250610 Fix a copyright notice that still said 2014. by Larry Hastings · 10 years ago
  4. 3595276 Corrected typo. by Vinay Sajip · 10 years ago
  5. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 10 years ago
  6. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  7. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 10 years ago
  8. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  9. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  10. 3a43d06 Whitespace. by Stefan Krah · 10 years ago
  11. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  12. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  13. 756f0b1 Fix asyncio doc typo. by R David Murray · 10 years ago
  14. 188f2c0 asyncio doc: document the new ResourceWarning warnings by Victor Stinner · 10 years ago
  15. 1077dee asyncio doc: add a section about task cancellation by Victor Stinner · 10 years ago
  16. 7a55b88 Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace by Victor Stinner · 10 years ago
  17. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  18. db07164 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  19. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  20. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  21. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  22. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  23. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  24. ff37cfe Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  25. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 10 years ago
  26. 5a494f6 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  27. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  28. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  29. caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  30. 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  31. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  32. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  33. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  34. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  35. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  36. 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
  37. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  38. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  39. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  40. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  41. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  42. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 10 years ago
  43. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  44. b461000 the current marshal version is 4 (closes #23167) by Benjamin Peterson · 10 years ago
  45. 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  46. a453749 merge 3.3 by Benjamin Peterson · 10 years ago
  47. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  48. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  49. bab69bf update docs for #23111 by Benjamin Peterson · 10 years ago
  50. 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
  51. a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  52. 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
  53. a54f075 update correct French examples (#23109) by Benjamin Peterson · 10 years ago
  54. 643eb44 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
  55. b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago
  56. 4f9b773 asyncio doc: Fix doc of get and put methods of Queue by Victor Stinner · 10 years ago
  57. 904c481 Fix typo. by Barry Warsaw · 10 years ago
  58. 2338156 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  59. 558dcf3 Issue #23049: Pure python equivalent shouldn't imply more exactitude than is really there. by Raymond Hettinger · 10 years ago
  60. 4d5115c asyncio doc: call_soon() does not call immediatly the callback. Patch written by Victor Stinner · 10 years ago
  61. bd62f0a Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  62. 5d3febf Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. by Ned Deily · 10 years ago
  63. 90783eb Address some comments from Nick Coghlan by Brett Cannon · 10 years ago
  64. f615d1f remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 10 years ago
  65. d2a296a Issue 23005: Fix typos by Raymond Hettinger · 10 years ago
  66. b252b5a Issue #22823: Fixed an output of sets in examples. by Serhiy Storchaka · 10 years ago
  67. e40031d whitespace by Terry Jan Reedy · 10 years ago
  68. 06c6218 Issue #23006 whitespace by Terry Jan Reedy · 10 years ago
  69. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  70. 82c05a5 fix path to patchlevel.py by Benjamin Peterson · 10 years ago
  71. c9f5f2d #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. by R David Murray · 10 years ago
  72. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  73. e3b743c fix reference by adding module name by Benjamin Peterson · 10 years ago
  74. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  75. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  76. 17be09c Fix a bad link by Brett Cannon · 10 years ago
  77. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  78. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 10 years ago
  79. 3ab745e Edit Menus section of Idle doc. Make menu entries match current Idle in order by Terry Jan Reedy · 10 years ago
  80. a5ef832 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  81. bb37b4c Issue #3068: Document the new Configure Extensions dialog and menu entry. by Terry Jan Reedy · 10 years ago
  82. f568494 Issue #16893: For Idle doc, move index entries, copy no-subprocess section by Terry Jan Reedy · 10 years ago
  83. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  84. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  85. d87de83 Closes #22475: asyncio doc, fix Task.get_stack() doc by Victor Stinner · 10 years ago
  86. 039f703 Close #22473: asyncio doc: rephrase Future with run_forever() example by Victor Stinner · 10 years ago
  87. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  88. b7138e2 context is keyword-only by Benjamin Peterson · 10 years ago
  89. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  90. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  91. 1deee54 asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  92. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 10 years ago
  93. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  94. 4847035 pydoc: Add a note about setting PAGER to affect console output pagination. by Zachary Ware · 10 years ago
  95. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  96. 61aebca pydoc: Remove mention of '-g' command line option, document its removal. by Zachary Ware · 10 years ago
  97. c8c64e3 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  98. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  99. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  100. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago