1. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  2. f031a6f #20628: wrap lines to < 80. by R David Murray · 10 years ago
  3. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  4. c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 10 years ago
  5. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  6. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  7. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  8. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  9. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  10. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  11. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  12. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  13. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  14. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  15. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  16. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  17. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  18. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  19. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  20. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  21. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  22. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  23. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  24. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  25. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  26. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  27. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  28. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  29. 2989f58 linkify chain.from_iterable (closes #20272) by Benjamin Peterson · 11 years ago
  30. 216e47d update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  31. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  32. 350e623 Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  33. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  34. 80602e0 Fix typo. by Zachary Ware · 11 years ago
  35. 66c9350 #20236: Fix sphinx markup. by R David Murray · 11 years ago
  36. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  37. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  38. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  39. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  40. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  41. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  42. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  43. f20ea13 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  44. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  45. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  46. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  47. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  48. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  49. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  50. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  51. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  52. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  53. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  54. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  55. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  56. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  57. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  58. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  59. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  60. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  61. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  62. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  63. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  64. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  65. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  66. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  67. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  68. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  69. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  70. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  71. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  72. 834856a Merge by Tim Golden · 11 years ago
  73. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  74. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  75. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  76. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  77. 47674bc fix language by Christian Heimes · 11 years ago
  78. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  79. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  80. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  81. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  82. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  83. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  84. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  85. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  86. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  87. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  88. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  89. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  90. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  91. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  92. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  93. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  94. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  95. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  96. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  97. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  98. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  99. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  100. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago