1. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago v3.4.0
  2. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  3. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
  4. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  5. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  6. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
  7. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  8. a3188ef Update pydoc topics and suspicious filters. by Larry Hastings · 11 years ago
  9. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  10. 01cc2d5 Issue20653: fix ReST for Enum by Ethan Furman · 11 years ago
  11. 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
  12. adb2e2a Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 11 years ago
  13. b79b785 whatsnew: importlib deprecations. by R David Murray · 11 years ago
  14. 53281b1 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
  15. 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  16. d3f8e30 asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  17. 43ee1c1 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
  18. 1415e25 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  19. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  20. a6919aa asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
  21. 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 12 years ago
  22. fd9d374 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 12 years ago
  23. 86516d9 Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 12 years ago
  24. 04e05da Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 12 years ago
  25. a91ff14 Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 12 years ago
  26. 1b0580b ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 12 years ago
  27. b38b5c4 merge with 3.3 by Georg Brandl · 12 years ago
  28. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 12 years ago
  29. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  30. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  31. 136fea2 More complete documentation of event loops and policies. by Eli Bendersky · 12 years ago
  32. b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 12 years ago
  33. 8b40262 Fix typo in library/ipc.rst by Eli Bendersky · 12 years ago
  34. 72318b9 Issue #20500: clarify that invocation may be indirect by Nick Coghlan · 12 years ago
  35. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 12 years ago
  36. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 12 years ago
  37. 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 12 years ago
  38. c9d1a6b merge by Brian Curtin · 12 years ago
  39. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 12 years ago
  40. 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 12 years ago
  41. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 12 years ago
  42. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 12 years ago
  43. 1272426 merge from 3.3 by Senthil Kumaran · 12 years ago
  44. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 12 years ago
  45. c1567df asyncio doc: document missing event loop methods by Victor Stinner · 12 years ago
  46. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 12 years ago
  47. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 12 years ago
  48. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 12 years ago
  49. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 12 years ago
  50. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 12 years ago
  51. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 12 years ago
  52. 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 12 years ago
  53. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 12 years ago
  54. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 12 years ago
  55. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 12 years ago
  56. 3303b6a Merge for issue #20488 by Brett Cannon · 12 years ago
  57. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 12 years ago
  58. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 12 years ago
  59. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 12 years ago
  60. 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 12 years ago
  61. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 12 years ago
  62. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 12 years ago
  63. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 12 years ago
  64. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  65. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 12 years ago
  66. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 12 years ago
  67. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 12 years ago
  68. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 12 years ago
  69. 233eac4 remove extra backtick by Benjamin Peterson · 12 years ago
  70. ae376e5 Merge from 3.3 by Andrew Kuchling · 12 years ago
  71. 3633da2 Use different word by Andrew Kuchling · 12 years ago
  72. d591cba Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  73. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 12 years ago
  74. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 12 years ago
  75. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 12 years ago
  76. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 12 years ago
  77. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
  78. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
  79. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 12 years ago
  80. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 12 years ago
  81. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 12 years ago
  82. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 12 years ago
  83. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 12 years ago
  84. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 12 years ago
  85. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 12 years ago
  86. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 12 years ago
  87. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 12 years ago
  88. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 12 years ago
  89. 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 12 years ago
  90. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 12 years ago
  91. 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 12 years ago
  92. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 12 years ago
  93. 607bc3d Merge with 3.3 by Zachary Ware · 12 years ago
  94. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 12 years ago
  95. fe0f0b0 Typo fix by Andrew Kuchling · 12 years ago
  96. d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 12 years ago
  97. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 12 years ago
  98. 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 12 years ago
  99. 1ad5afc asyncio: document iscoroutine(), iscoroutinefunction() and wait_for() by Victor Stinner · 12 years ago
  100. d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 12 years ago