1. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  2. ea7ec2b Remove unused and now removed config value. by Georg Brandl · 10 years ago
  3. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  4. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  5. 0428e6c Remove old overridden version of a Sphinx CSS file. by Georg Brandl · 10 years ago
  6. fd3a15a Make pydoctheme compatible with Sphinx 1.3 HTML output changes. by Georg Brandl · 10 years ago
  7. 14366f3 Fix overlooked conf.py setting in flattening of Doc directory. by Ned Deily · 10 years ago
  8. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  9. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  10. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  11. 2b1a0a3 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 10 years ago
  12. bae334c Prepare sphinx extensions for 1.3. by Georg Brandl · 10 years ago
  13. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  14. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  15. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  16. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  17. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  18. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  19. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  20. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  21. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  22. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  23. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  24. 90d76ca Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to by Georg Brandl · 10 years ago
  25. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  26. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  27. 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  28. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  29. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  30. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  31. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  32. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  33. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  34. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  35. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  36. 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
  37. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  38. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  39. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  40. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  41. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  42. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  43. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  44. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  45. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  46. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  47. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  48. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  49. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  50. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  51. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  52. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  53. eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  54. f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago
  55. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  56. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  57. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  58. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  59. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  60. 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
  61. 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
  62. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  63. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  64. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  65. c0de59b Fix markup. by Raymond Hettinger · 10 years ago
  66. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  67. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
  68. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  69. 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
  70. 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
  71. ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
  72. f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
  73. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
  74. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  75. 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 10 years ago
  76. 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  77. ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  78. 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 10 years ago
  79. c935a95 Englich grammar nit. by Terry Jan Reedy · 10 years ago
  80. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  81. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  82. 588517c Fix grammar by Andrew Svetlov · 10 years ago
  83. 17f5f81 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 10 years ago
  84. eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 10 years ago
  85. 102488b args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 10 years ago
  86. e004c6c Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the report. by Mark Dickinson · 10 years ago
  87. 0069eac Issue #22004: Correct an argument name. by Zachary Ware · 10 years ago
  88. d55b54d asyncio, tulip issue 190: Process.communicate() now ignores by Victor Stinner · 10 years ago
  89. cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 10 years ago
  90. 38bf87c Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. by Berker Peksag · 10 years ago
  91. 8faecbf Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. by Zachary Ware · 10 years ago
  92. 8323f68 Issue 21977: Minor improvements to the regexes in the tokenizer example. by Raymond Hettinger · 10 years ago
  93. 4bfb14a asyncio: Server.close() leaves client sockets open by Victor Stinner · 10 years ago
  94. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 10 years ago
  95. 778015b asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  96. 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 10 years ago
  97. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  98. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  99. 898eb82 #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 10 years ago
  100. 63b21a8 Closes #21921: Fix ResourceWarning in the asyncio examples: close the event by Victor Stinner · 10 years ago