1. 558dcf3 Issue #23049: Pure python equivalent shouldn't imply more exactitude than is really there. by Raymond Hettinger · 10 years ago
  2. 4d5115c asyncio doc: call_soon() does not call immediatly the callback. Patch written by Victor Stinner · 10 years ago
  3. d2a296a Issue 23005: Fix typos by Raymond Hettinger · 10 years ago
  4. b252b5a Issue #22823: Fixed an output of sets in examples. by Serhiy Storchaka · 10 years ago
  5. e40031d whitespace by Terry Jan Reedy · 10 years ago
  6. 06c6218 Issue #23006 whitespace by Terry Jan Reedy · 10 years ago
  7. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  8. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  9. e3b743c fix reference by adding module name by Benjamin Peterson · 10 years ago
  10. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  11. b92fd01 note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  12. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  13. 3ab745e Edit Menus section of Idle doc. Make menu entries match current Idle in order by Terry Jan Reedy · 10 years ago
  14. a5ef832 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  15. bb37b4c Issue #3068: Document the new Configure Extensions dialog and menu entry. by Terry Jan Reedy · 10 years ago
  16. f568494 Issue #16893: For Idle doc, move index entries, copy no-subprocess section by Terry Jan Reedy · 10 years ago
  17. 2b207ba Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  18. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  19. d87de83 Closes #22475: asyncio doc, fix Task.get_stack() doc by Victor Stinner · 10 years ago
  20. 039f703 Close #22473: asyncio doc: rephrase Future with run_forever() example by Victor Stinner · 10 years ago
  21. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  22. b7138e2 context is keyword-only by Benjamin Peterson · 10 years ago
  23. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  24. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  25. 1deee54 asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  26. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 10 years ago
  27. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  28. 4847035 pydoc: Add a note about setting PAGER to affect console output pagination. by Zachary Ware · 10 years ago
  29. b004943 (3.4) Issue22780: reword NotImplemented docs to emphasise should by Ethan Furman · 10 years ago
  30. 61aebca pydoc: Remove mention of '-g' command line option, document its removal. by Zachary Ware · 10 years ago
  31. c8c64e3 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  32. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  33. dbd4bcf correct versionchanged version by Benjamin Peterson · 10 years ago
  34. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  35. 378e15d document that cadefault does nothing now by Benjamin Peterson · 10 years ago
  36. f751a9e Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  37. 4900877 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  38. 86e9b6b Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 10 years ago
  39. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  40. dc69e03 Issue 22803: Add missing versionadded directive. by Raymond Hettinger · 10 years ago
  41. b9b389e Closes #22525: clarify documentation for ast.literal_eval(). by Georg Brandl · 10 years ago
  42. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  43. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  44. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  45. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  46. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  47. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  48. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  49. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  50. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  51. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  52. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  53. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  54. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  55. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  56. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  57. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  58. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  59. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  60. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  61. ce64ced Fix module name. by Georg Brandl · 10 years ago
  62. 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
  63. 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
  64. c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
  65. bb2d669 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 10 years ago
  66. 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
  67. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  68. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  69. 3894ae2 Issue #22711: improve links in new distribution docs by Nick Coghlan · 10 years ago
  70. 2cef300 asyncio doc: fix typo in an example by Victor Stinner · 10 years ago
  71. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
  72. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  73. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  74. 0fc08fd merge 3.3 by Benjamin Peterson · 10 years ago
  75. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  76. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  77. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  78. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  79. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  80. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  81. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  82. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  83. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  84. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  85. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  86. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  87. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  88. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  89. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  90. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  91. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  92. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  93. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  94. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  95. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  96. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  97. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  98. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  99. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  100. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago