1. 26b80cfd Add link from email summary entry to entry in changed module section. by R David Murray · 11 years ago
  2. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  3. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  4. c054040 Add link from pickle protocol 4 in summary to the section about it. by R David Murray · 11 years ago
  5. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  6. a17e0d8 No need for single para descriptions to have separate contributed by para. by R David Murray · 11 years ago
  7. e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ by R David Murray · 11 years ago
  8. 0a10216 Fix spelling error in single dispatch whatsnew summary, and add link. by R David Murray · 11 years ago
  9. f9909c2 Make the 'PEP 446' string link to the PEP in whatsnew new feature description. by R David Murray · 11 years ago
  10. 6d5cb07 Move versionadded for tracemalloc into the standard location (right after title) by R David Murray · 11 years ago
  11. 43ad138 Move versionadded for ensurepip into the standard location (right after title) by R David Murray · 11 years ago
  12. 6a14381 Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. by R David Murray · 11 years ago
  13. fd1ff1c Add versionadded to enum docs. by R David Murray · 11 years ago
  14. 6adb454 Add email package to whatsnew list of significantly improved stdlib modules. by R David Murray · 11 years ago
  15. f468d5b Closes #19902: Merged update from 3.3. by Vinay Sajip · 11 years ago
  16. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  17. e61f4df Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  18. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  19. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  20. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  21. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  22. 5100311 Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg by Eli Bendersky · 11 years ago
  23. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  24. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  25. f6abb70 Mention specific exceptions instead of OSError where appropriate. by Antoine Pitrou · 11 years ago
  26. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  27. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  28. 530a69f #19970: fix additional typo in 3.4 asyncio docs. by R David Murray · 11 years ago
  29. 66f8518 #19981: merge with 3.3. by Ezio Melotti · 11 years ago
  30. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  31. 706a729 merge for issue #19963 by Brett Cannon · 11 years ago
  32. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  33. 1870116 Merge: #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  34. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  35. 774b2e0 Issue #14432: Document the removal of the PyFrameObject.f_tstate field by Victor Stinner · 11 years ago
  36. 86e139a asyncio doc: explain where does the task come from. by Victor Stinner · 11 years ago
  37. 68bccb4 asyncio doc: change style of the sequence diagram to focus on the control flow by Victor Stinner · 11 years ago
  38. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  39. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  40. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  41. 1c4b892 Add a sequence diagram for the chained coroutines example by Victor Stinner · 11 years ago
  42. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  43. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  44. 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
  45. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  46. a6fa153 asyncio doc: simplify task example by Victor Stinner · 11 years ago
  47. 0839ed4 asyncio doc: don't document Task.cancel(), already documented in Future.cancel() by Victor Stinner · 11 years ago
  48. 742520b asyncio: document Task.current_task() by Victor Stinner · 11 years ago
  49. fc25d62 asyncio: don't document private functions by Victor Stinner · 11 years ago
  50. 34f2946 asyncio: fix 2nd task example by Victor Stinner · 11 years ago
  51. dbd8950 asyncio doc: rewrite the callback hello world to use call_soon() instead of a by Victor Stinner · 11 years ago
  52. b69d62d assyncio doc: rewrite, improve and move coroutine, Future and Task examples by Victor Stinner · 11 years ago
  53. 29e6454 Fix typo. by Stefan Krah · 11 years ago
  54. 345ec35 Fix whitespace. by Stefan Krah · 11 years ago
  55. 2d181de Merge 3.3. by Stefan Krah · 11 years ago
  56. a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 11 years ago
  57. d8f11e9 asyncio: another Future example using add_done_callback() by Victor Stinner · 11 years ago
  58. 45c2fd9 asyncio doc: add an example with Future by Victor Stinner · 11 years ago
  59. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  60. bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
  61. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  62. ca616a2 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc by doko@ubuntu.com · 11 years ago
  63. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  64. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  65. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  66. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  67. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  68. 9bcb112 Mention pickle protocol 4, and some tweaks. by Antoine Pitrou · 11 years ago
  69. 9858e8b Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  70. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  71. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  72. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  73. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  74. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  75. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  76. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  77. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  78. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  79. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  80. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  81. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  82. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  83. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  84. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  85. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  86. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  87. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  88. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  89. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  90. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  91. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  92. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  93. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  94. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  95. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  96. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  97. b8a3f58 merge by Christian Heimes · 11 years ago
  98. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  99. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  100. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago