1. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  2. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  3. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  4. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  5. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  6. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  7. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  8. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  9. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  10. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  11. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  12. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  13. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  14. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  15. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  16. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  17. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  18. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  19. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  20. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  21. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  22. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  23. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  24. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  25. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  26. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  27. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  28. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  29. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  30. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  31. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  32. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  33. a94ad1e Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 10 years ago
  34. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  35. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  36. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  37. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  38. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  39. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  40. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  41. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  42. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  43. 5c4fbd5 Realign packaging docs with PyPUG changes by Nick Coghlan · 10 years ago
  44. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  45. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  46. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  47. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  48. ea7ec2b Remove unused and now removed config value. by Georg Brandl · 10 years ago
  49. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  50. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  51. 0428e6c Remove old overridden version of a Sphinx CSS file. by Georg Brandl · 10 years ago
  52. fd3a15a Make pydoctheme compatible with Sphinx 1.3 HTML output changes. by Georg Brandl · 10 years ago
  53. 14366f3 Fix overlooked conf.py setting in flattening of Doc directory. by Ned Deily · 10 years ago
  54. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  55. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  56. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  57. 2b1a0a3 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 10 years ago
  58. bae334c Prepare sphinx extensions for 1.3. by Georg Brandl · 10 years ago
  59. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  60. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  61. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  62. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  63. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  64. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  65. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  66. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  67. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  68. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  69. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  70. 90d76ca Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to by Georg Brandl · 10 years ago
  71. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  72. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  73. 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  74. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  75. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  76. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  77. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  78. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  79. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  80. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  81. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  82. 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
  83. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  84. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  85. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  86. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  87. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  88. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  89. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  90. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  91. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  92. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  93. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  94. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  95. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  96. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  97. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  98. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  99. eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  100. f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago