1. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  2. 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
  3. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  4. 93f0665 Issue #11726: clarify linecache doc: linecache is written to cache Python by Victor Stinner · 10 years ago
  5. 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago
  6. 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
  7. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  8. 39430da Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
  9. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  10. 0d70ab6 __getslice__ certainly won't appear in the output by Benjamin Peterson · 10 years ago
  11. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 10 years ago
  12. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
  13. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  14. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  15. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  16. 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 10 years ago
  17. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
  18. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 10 years ago
  19. 8be2142 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
  20. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 10 years ago
  21. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
  22. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  23. bdf525b wrap everything at 80 chars by Benjamin Peterson · 10 years ago
  24. 29fec92 link to the correct dis method or function (closes #23561) by Benjamin Peterson · 10 years ago
  25. ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 10 years ago
  26. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 10 years ago
  27. 0b49637 Fix copy/paste error in bytes.isupper() doc. by Zachary Ware · 10 years ago
  28. 7b2c3c6 asyncio doc: lock classes are not thread safe by Victor Stinner · 10 years ago
  29. f9e3cf1 Issue #23511: Port email-simple.py to Python 3. by Berker Peksag · 10 years ago
  30. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  31. 532c69a asyncio doc: begin with warnings on asyncio traps by Victor Stinner · 10 years ago
  32. 615a58e asyncio doc: move queues to a new page by Victor Stinner · 10 years ago
  33. 7e91af3 Remove unsupported (in latex) character from the source. by Georg Brandl · 10 years ago
  34. b8064a8 asyncio doc: close explicitly event loops by Victor Stinner · 10 years ago
  35. 7579093 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 10 years ago
  36. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  37. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  38. 56dee1e Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 10 years ago
  39. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 10 years ago
  40. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 10 years ago
  41. f91d845 asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done by Victor Stinner · 10 years ago
  42. e170ed2 asyncio doc: fix the sphinx extension for coroutine commands by Victor Stinner · 10 years ago
  43. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  44. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 10 years ago
  45. 50ef8a8 Issue #13637: Remove outdated versionchanged directives. by Berker Peksag · 10 years ago
  46. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  47. 78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. by Martin v. Löwis · 10 years ago
  48. b250610 Fix a copyright notice that still said 2014. by Larry Hastings · 10 years ago
  49. 3595276 Corrected typo. by Vinay Sajip · 10 years ago
  50. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 10 years ago
  51. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  52. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 10 years ago
  53. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  54. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  55. 3a43d06 Whitespace. by Stefan Krah · 10 years ago
  56. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  57. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  58. 756f0b1 Fix asyncio doc typo. by R David Murray · 10 years ago
  59. 188f2c0 asyncio doc: document the new ResourceWarning warnings by Victor Stinner · 10 years ago
  60. 1077dee asyncio doc: add a section about task cancellation by Victor Stinner · 10 years ago
  61. 7a55b88 Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace by Victor Stinner · 10 years ago
  62. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  63. db07164 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  64. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  65. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  66. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  67. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  68. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  69. ff37cfe Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  70. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 10 years ago
  71. 5a494f6 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  72. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  73. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  74. caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  75. 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  76. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  77. 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  78. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  79. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  80. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  81. 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
  82. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  83. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  84. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  85. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  86. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  87. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 10 years ago
  88. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  89. b461000 the current marshal version is 4 (closes #23167) by Benjamin Peterson · 10 years ago
  90. 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  91. a453749 merge 3.3 by Benjamin Peterson · 10 years ago
  92. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  93. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  94. bab69bf update docs for #23111 by Benjamin Peterson · 10 years ago
  95. 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
  96. a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  97. 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
  98. a54f075 update correct French examples (#23109) by Benjamin Peterson · 10 years ago
  99. 643eb44 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
  100. b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago