1. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  2. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  3. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  4. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  5. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  6. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  7. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
  8. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  9. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  10. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  11. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  12. 714d7ff update sphinx url by Benjamin Peterson · 11 years ago
  13. 039a02c linkify by Benjamin Peterson · 11 years ago
  14. b72e69e Fix grammar. by Eric V. Smith · 11 years ago
  15. f580d5b update hosting faq by Benjamin Peterson · 11 years ago
  16. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  17. 7ed509a fix deprecated-removed directive with sphinx 1.2 by Georg Brandl · 11 years ago
  18. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  19. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  20. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  21. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  22. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  23. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  24. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  25. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 11 years ago
  26. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  27. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  28. 2989f58 linkify chain.from_iterable (closes #20272) by Benjamin Peterson · 11 years ago
  29. 216e47d update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  30. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  31. 350e623 Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  32. 71337cb Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  33. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  34. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  35. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  36. 8bd656d Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5. by Georg Brandl · 11 years ago
  37. 80602e0 Fix typo. by Zachary Ware · 11 years ago
  38. 66c9350 #20236: Fix sphinx markup. by R David Murray · 11 years ago
  39. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  40. 6392ad9 Doc: update Sphinx toolchain also in make.bat by Georg Brandl · 11 years ago
  41. 5636eb7 Update Sphinx toolchain. by Georg Brandl · 11 years ago
  42. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  43. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  44. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  45. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  46. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  47. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  48. 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
  49. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  50. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  51. f20ea13 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  52. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  53. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  54. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  55. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  56. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  57. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  58. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  59. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  60. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  61. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  62. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  63. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  64. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  65. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  66. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  67. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  68. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  69. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  70. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  71. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  72. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  73. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  74. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  75. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  76. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  77. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  78. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  79. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  80. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  81. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  82. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  83. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  84. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  85. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  86. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  87. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  88. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  89. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  90. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  91. 834856a Merge by Tim Golden · 11 years ago
  92. 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
  93. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  94. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  95. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  96. 47674bc fix language by Christian Heimes · 11 years ago
  97. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  98. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  99. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  100. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago