1. 1c4b892 Add a sequence diagram for the chained coroutines example by Victor Stinner · 11 years ago
  2. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  3. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  4. 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
  5. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  6. a6fa153 asyncio doc: simplify task example by Victor Stinner · 11 years ago
  7. 0839ed4 asyncio doc: don't document Task.cancel(), already documented in Future.cancel() by Victor Stinner · 11 years ago
  8. 742520b asyncio: document Task.current_task() by Victor Stinner · 11 years ago
  9. fc25d62 asyncio: don't document private functions by Victor Stinner · 11 years ago
  10. 34f2946 asyncio: fix 2nd task example by Victor Stinner · 11 years ago
  11. dbd8950 asyncio doc: rewrite the callback hello world to use call_soon() instead of a by Victor Stinner · 11 years ago
  12. b69d62d assyncio doc: rewrite, improve and move coroutine, Future and Task examples by Victor Stinner · 11 years ago
  13. 29e6454 Fix typo. by Stefan Krah · 11 years ago
  14. 345ec35 Fix whitespace. by Stefan Krah · 11 years ago
  15. 2d181de Merge 3.3. by Stefan Krah · 11 years ago
  16. a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 11 years ago
  17. d8f11e9 asyncio: another Future example using add_done_callback() by Victor Stinner · 11 years ago
  18. 45c2fd9 asyncio doc: add an example with Future by Victor Stinner · 11 years ago
  19. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  20. bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
  21. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  22. ca616a2 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc by doko@ubuntu.com · 11 years ago
  23. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  24. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  25. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  26. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  27. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  28. 9bcb112 Mention pickle protocol 4, and some tweaks. by Antoine Pitrou · 11 years ago
  29. 9858e8b Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  30. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  31. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  32. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  33. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  34. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  35. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  36. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  37. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  38. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  39. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  40. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  41. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  42. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  43. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  44. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  45. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  46. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  47. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  48. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  49. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  50. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  51. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  52. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  53. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  54. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  55. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  56. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  57. b8a3f58 merge by Christian Heimes · 11 years ago
  58. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  59. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  60. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  61. 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
  62. b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
  63. e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
  64. be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
  65. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  66. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  67. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  68. 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
  69. 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
  70. 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
  71. 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
  72. 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
  73. 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
  74. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  75. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  76. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  77. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  78. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  79. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  80. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  81. 8b1e2f3 Closes #19789: Merged update from 3.3. by Vinay Sajip · 11 years ago
  82. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  83. 8519e5a More realistic example for selectors.py. by Guido van Rossum · 11 years ago
  84. a951f3d Remove trailing blanks. by Charles-François Natali · 11 years ago
  85. a9f90bc Set the FDs non-blocking in the selectors example. by Charles-François Natali · 11 years ago
  86. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  87. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  88. b6e66eb Some minor clarifications in the documentation of pathlib + inheritance diagram by Eli Bendersky · 11 years ago
  89. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  90. c034156 Change pathlib documentation to use "raise" instead of "throw". by Ned Deily · 11 years ago
  91. 5362abf Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore by Victor Stinner · 11 years ago
  92. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  93. 5143ce5 merge 3.3 (#19805) by Benjamin Peterson · 11 years ago
  94. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  95. 03cc565 Issue #19793: Improved markup for True/False constants in pathlib documentation. by Serhiy Storchaka · 11 years ago
  96. 6bfe392 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  97. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  98. 5831882 merge with 3.3 by Georg Brandl · 11 years ago
  99. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  100. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago