1. 6674ac0 whatsnew: ipaddress is_global by R David Murray · 10 years ago
  2. 83db8fc whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274). by R David Murray · 10 years ago
  3. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  4. c913a7a Issue20653: fix ReST for Enum by Ethan Furman · 10 years ago
  5. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  6. f70200e Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  7. 9c0c101 whatsnew: unittest discover works on namespace packages (#17457). by R David Murray · 10 years ago
  8. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 10 years ago
  9. acc74e6 Issue #20650: Tweak some awkward wording. by Brett Cannon · 10 years ago
  10. 871119e whatsnew: fix textwrap/shorten entry, and improve the related docs. by R David Murray · 10 years ago
  11. 9846898 Close #20759: Fix some typos in the mock docs. (Merge with 3.3) by Zachary Ware · 10 years ago
  12. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  13. 13cc883 whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) by R David Murray · 10 years ago
  14. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 10 years ago
  15. 7cae336 whatsnew: Request.method can be overridden in subclasses (#18978). by R David Murray · 10 years ago
  16. 3e97585 Clarify that flow control works for datagrams, except on BSD. by Guido van Rossum · 10 years ago
  17. 8920e91 whatsnew: http.server --bind cli option. by R David Murray · 10 years ago
  18. 4f91364 Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  19. f031a6f #20628: wrap lines to < 80. by R David Murray · 10 years ago
  20. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  21. de0e1d3 asyncio doc: fix references in subprocess doc by Victor Stinner · 10 years ago
  22. 0717124 subprocess.Popen.wait doc: mention asyncio to avoid busy loop by Victor Stinner · 10 years ago
  23. 06a7062 merge with 3.3 by Georg Brandl · 10 years ago
  24. c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 10 years ago
  25. 6e1bc7c whatsnew: textwrap.shorten. by R David Murray · 11 years ago
  26. 32f30a8 #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  27. 98681d4 Reflow paragraph. by R David Murray · 11 years ago
  28. 928924d whatsnew: os.path.ismount recognizes volumes mounted below root. by R David Murray · 11 years ago
  29. b070b3f whatsnew: frozen package __path__; and min/max versionadded. by R David Murray · 11 years ago
  30. 7a19355 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
  31. f9200ae asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  32. 35669ae asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  33. d579742 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
  34. aabc131 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  35. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  36. 03e9cb2 asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
  37. 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
  38. 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  39. 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  40. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  41. c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
  42. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  43. 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
  44. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  45. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  46. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  47. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  48. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  49. 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
  50. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  51. 504f6e8 #19890: merge with 3.3. by Ezio Melotti · 11 years ago
  52. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  53. 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  54. 2167e29 whatsnew: os.path.samestat on windows, keyword defaults evaluation order. by R David Murray · 11 years ago
  55. d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 11 years ago
  56. bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 11 years ago
  57. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 11 years ago
  58. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  59. 136fea2 More complete documentation of event loops and policies. by Eli Bendersky · 11 years ago
  60. b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 11 years ago
  61. 8b40262 Fix typo in library/ipc.rst by Eli Bendersky · 11 years ago
  62. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  63. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 11 years ago
  64. c9d1a6b merge by Brian Curtin · 11 years ago
  65. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 11 years ago
  66. 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 11 years ago
  67. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
  68. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  69. 1272426 merge from 3.3 by Senthil Kumaran · 11 years ago
  70. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  71. c1567df asyncio doc: document missing event loop methods by Victor Stinner · 11 years ago
  72. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 11 years ago
  73. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 11 years ago
  74. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 11 years ago
  75. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 11 years ago
  76. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 11 years ago
  77. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 11 years ago
  78. 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 11 years ago
  79. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  80. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  81. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 11 years ago
  82. 3303b6a Merge for issue #20488 by Brett Cannon · 11 years ago
  83. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  84. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 11 years ago
  85. 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  86. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  87. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 11 years ago
  88. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 11 years ago
  89. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  90. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  91. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 11 years ago
  92. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 11 years ago
  93. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  94. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 11 years ago
  95. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  96. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  97. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  98. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  99. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  100. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 11 years ago