1. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  2. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  3. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  4. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  5. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  6. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  7. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  8. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  9. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  10. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  11. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  12. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  13. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  14. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  15. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  16. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  17. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  18. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  19. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  20. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  21. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  22. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  23. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  24. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  25. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  26. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  27. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  28. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  29. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  30. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  31. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  32. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  33. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  34. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  35. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  36. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  37. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  38. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  39. 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 12 years ago
  40. 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 12 years ago
  41. f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  42. e7bade5 #14553: fix word order. by R David Murray · 12 years ago
  43. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  44. f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 12 years ago
  45. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  46. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 12 years ago
  47. 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 12 years ago
  48. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  49. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  50. cc49790 minor .rst fix by Senthil Kumaran · 12 years ago
  51. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 13 years ago
  52. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  53. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 13 years ago
  54. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  55. 9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 13 years ago
  56. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  57. 07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 13 years ago
  58. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  59. 8ece80f Minor documentation tweak. by Vinay Sajip · 13 years ago
  60. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 13 years ago
  61. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 13 years ago
  62. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  63. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  64. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  65. 4191434 #11780: s/throw/raise/ by R David Murray · 13 years ago
  66. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  67. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  68. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  69. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  70. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  71. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  72. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  73. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  74. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  75. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  76. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  77. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  78. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  79. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  80. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  81. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  82. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  83. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  84. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  85. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
  86. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  87. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  88. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  89. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  90. c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
  91. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
  92. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
  93. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
  94. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
  95. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
  96. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
  97. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  98. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
  99. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  100. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago