1. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
  2. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  3. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  4. 0fc08fd merge 3.3 by Benjamin Peterson · 10 years ago
  5. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  6. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  7. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  8. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  9. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  10. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  11. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  12. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  13. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  14. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  15. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  16. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  17. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  18. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  19. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  20. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  21. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  22. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  23. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  24. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  25. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  26. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  27. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  28. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  29. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  30. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  31. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  32. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  33. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  34. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  35. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  36. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  37. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  38. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  39. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  40. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  41. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  42. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  43. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  44. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  45. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  46. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  47. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  48. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  49. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  50. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  51. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  52. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  53. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  54. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  55. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  56. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  57. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  58. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  59. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  60. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  61. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  62. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  63. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  64. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  65. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  66. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  67. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  68. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  69. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  70. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  71. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  72. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  73. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  74. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  75. f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago
  76. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  77. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  78. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  79. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  80. 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
  81. 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
  82. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  83. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  84. c0de59b Fix markup. by Raymond Hettinger · 10 years ago
  85. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  86. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
  87. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  88. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
  89. 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
  90. ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
  91. f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
  92. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
  93. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  94. 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 10 years ago
  95. 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  96. ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  97. 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 10 years ago
  98. c935a95 Englich grammar nit. by Terry Jan Reedy · 10 years ago
  99. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  100. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago