1. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 13 years ago
  2. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 13 years ago
  3. 334be84 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 13 years ago
  4. 56f5c38 Additional example of using decimal.localcontext(). by Raymond Hettinger · 13 years ago
  5. 35d03ed #14763: document default maxsplit value for str.split. by Ezio Melotti · 13 years ago
  6. 95f42a8 #14763: fix documentation for string.split/rsplit. by Ezio Melotti · 13 years ago
  7. 5ec0340 Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  8. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 13 years ago
  9. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  10. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  11. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 13 years ago
  12. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 13 years ago
  13. 8950019 #14519: fix the regex used in the scanf example. by Ezio Melotti · 13 years ago
  14. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 13 years ago
  15. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
  16. 1142773 #14461: fix wording. by Ezio Melotti · 13 years ago
  17. 429d311 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 13 years ago
  18. 48d886b #14155: add a note about \b. by Ezio Melotti · 13 years ago
  19. f8ece8d refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@ by Sandro Tosi · 13 years ago
  20. 2d0bcd7 Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut by Sandro Tosi · 13 years ago
  21. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 13 years ago
  22. 9aa1395 Make the example cut and pasteable. by Raymond Hettinger · 13 years ago
  23. 51a5ad4 fix footnote reference; thanks to Fizz from docs@ by Sandro Tosi · 13 years ago
  24. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 13 years ago
  25. 466a5f2 Issue #14554: correct example for captured_stdout() by Sandro Tosi · 13 years ago
  26. 3f0f577 Issue #13478: document timeit.default_timer() by Sandro Tosi · 13 years ago
  27. 016878a merge by Raymond Hettinger · 13 years ago
  28. ea17082 Update 2.7 docs about legal characters allowed in Cookie name by Senthil Kumaran · 13 years ago
  29. 9b5952d Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 13 years ago
  30. 094c33f Minor fixups. by Raymond Hettinger · 13 years ago
  31. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 13 years ago
  32. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 13 years ago
  33. 142ab32 #14552: remove redundant wording in 'test' docs. by R David Murray · 13 years ago
  34. dc0b324 Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class by Senthil Kumaran · 13 years ago
  35. 2a1c13b Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
  36. 3661473 minor .rst fix by Senthil Kumaran · 13 years ago
  37. ceeb47d Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 13 years ago
  38. b45c5e2 Closes #14489: correct link target. by Georg Brandl · 13 years ago
  39. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  40. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  41. 04cd095 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 13 years ago
  42. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  43. de294ec #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 13 years ago
  44. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  45. 49d5fba Minor documentation tweak. by Vinay Sajip · 13 years ago
  46. 94a1057 Closes #14250: regex.flags has not only explicit flags but also those from the pattern by Georg Brandl · 13 years ago
  47. 5a607b0 Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  48. ce54617 Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  49. e3d7354 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  50. bee24df #11780: s/throw/raise/ by R David Murray · 13 years ago
  51. 0cc4e53 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  52. 32a3b14 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  53. 15b6f3f Fix closes issue14258 - added clarification to \W and \S flags by Senthil Kumaran · 13 years ago
  54. 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  55. d6a80ee Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  56. d2e19b5 Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  57. 2b65408 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  58. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  59. d9de93e #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  60. 38ae5b2 #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
  61. 92904d3 Branch merge by Éric Araujo · 13 years ago
  62. 6d37c4e Add versionadded for sys.flags.hash_randomization variable by Éric Araujo · 13 years ago
  63. 060b812 Fix markup errors by Éric Araujo · 13 years ago
  64. a318a3b Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  65. c446ce7 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  66. d4e714c Fix typo (#13467) by Éric Araujo · 13 years ago
  67. c8e29db Mark up constants in socket doc as such by Éric Araujo · 13 years ago
  68. c3cc2ac Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  69. 8b48c66 Issue #13999: refer to multiprocessing.Queue when needed by Sandro Tosi · 13 years ago
  70. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  71. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  72. 7d13cd3 logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  73. bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 13 years ago
  74. 8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ by Sandro Tosi · 13 years ago
  75. c39b552 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
  76. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 13 years ago
  77. c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
  78. d9756be Improve doc for atexit.register (#12297) by Éric Araujo · 13 years ago
  79. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 14 years ago
  80. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  81. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 14 years ago
  82. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  83. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
  84. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
  85. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 14 years ago
  86. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  87. 65de77e Clean-up docs for input() by Raymond Hettinger · 14 years ago
  88. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 14 years ago
  89. c5f310c Clarify the note for UserList by Raymond Hettinger · 14 years ago
  90. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 14 years ago
  91. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 14 years ago
  92. 3c8807b merge. by Brian Curtin · 14 years ago
  93. b4bef30 merge from fb225c289bf0 by Brian Curtin · 14 years ago
  94. 6ab9813 Use xrange in the example by Raymond Hettinger · 14 years ago
  95. 9f55b63 fix whitespace by Raymond Hettinger · 14 years ago
  96. bdb7fe4 Add a usage note by Raymond Hettinger · 14 years ago
  97. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 14 years ago
  98. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 14 years ago
  99. 0a15103 merge heads by Benjamin Peterson · 14 years ago
  100. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 14 years ago