1. 33f87a5 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 13 years ago
  2. 614e44a complete cgi.parse() signature; thanks to Aaron Bingham from docs@ by Sandro Tosi · 13 years ago
  3. eca4006 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 13 years ago
  4. 106c250 it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 13 years ago
  5. 018e14d add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 13 years ago
  6. 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 13 years ago
  7. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  8. 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 13 years ago
  9. decdb74 #15554: clarify splitlines/split differences. by R David Murray · 13 years ago
  10. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 13 years ago
  11. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 13 years ago
  12. b37f14c Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 13 years ago
  13. 34e992d Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 13 years ago
  14. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 13 years ago
  15. bee739b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 13 years ago
  16. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 13 years ago
  17. fc09520 #15375: remove duplicated word 'child' by R David Murray · 13 years ago
  18. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 13 years ago
  19. 5356af8 Fix leftover quote. by Georg Brandl · 13 years ago
  20. 9e06e37 Branch merge by Éric Araujo · 13 years ago
  21. e16c882 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 13 years ago
  22. 9653468 Use source role to get links to files by Éric Araujo · 13 years ago
  23. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 13 years ago
  24. 2aa8519 The StopIteration API applies to both tokenize() and generate_tokens() by Raymond Hettinger · 13 years ago
  25. e683ef5 Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 13 years ago
  26. 1014686 Remove an unneeded footnote. by Georg Brandl · 13 years ago
  27. 9d5d507 urlparse docs clean up by Senthil Kumaran · 13 years ago
  28. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  29. 189bd91 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 13 years ago
  30. 771d98d Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 13 years ago
  31. 89539e8 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 13 years ago
  32. 491f707 Code cleanups by Raymond Hettinger · 13 years ago
  33. 5fae78c refer to time.strftime by Sandro Tosi · 13 years ago
  34. de738a1 #14957: fix doc typo. by R David Murray · 13 years ago
  35. 4fbf7c6 #14957: clarify splitlines docs. by R David Murray · 13 years ago
  36. b42b6eb #11785: fix the :mod: references in email package submodule titles. by R David Murray · 13 years ago
  37. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  38. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  39. 5f045ea Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 13 years ago
  40. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  41. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  42. 491ef97 Fix time.time() references in the time module docs by Petri Lehtinen · 13 years ago
  43. 1bddab7 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  44. 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  45. e3d8ab6 #1440472: reflow by R David Murray · 13 years ago
  46. af70723 #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 13 years ago
  47. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 13 years ago
  48. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 13 years ago
  49. 334be84 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 13 years ago
  50. 56f5c38 Additional example of using decimal.localcontext(). by Raymond Hettinger · 13 years ago
  51. 35d03ed #14763: document default maxsplit value for str.split. by Ezio Melotti · 13 years ago
  52. 95f42a8 #14763: fix documentation for string.split/rsplit. by Ezio Melotti · 13 years ago
  53. 5ec0340 Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  54. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 13 years ago
  55. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  56. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  57. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 13 years ago
  58. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 13 years ago
  59. 8950019 #14519: fix the regex used in the scanf example. by Ezio Melotti · 13 years ago
  60. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 13 years ago
  61. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
  62. 1142773 #14461: fix wording. by Ezio Melotti · 13 years ago
  63. 429d311 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 13 years ago
  64. 48d886b #14155: add a note about \b. by Ezio Melotti · 13 years ago
  65. f8ece8d refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@ by Sandro Tosi · 13 years ago
  66. 2d0bcd7 Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut by Sandro Tosi · 13 years ago
  67. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 13 years ago
  68. 9aa1395 Make the example cut and pasteable. by Raymond Hettinger · 13 years ago
  69. 51a5ad4 fix footnote reference; thanks to Fizz from docs@ by Sandro Tosi · 13 years ago
  70. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 13 years ago
  71. 466a5f2 Issue #14554: correct example for captured_stdout() by Sandro Tosi · 13 years ago
  72. 3f0f577 Issue #13478: document timeit.default_timer() by Sandro Tosi · 13 years ago
  73. 016878a merge by Raymond Hettinger · 13 years ago
  74. ea17082 Update 2.7 docs about legal characters allowed in Cookie name by Senthil Kumaran · 13 years ago
  75. 9b5952d Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 13 years ago
  76. 094c33f Minor fixups. by Raymond Hettinger · 13 years ago
  77. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 13 years ago
  78. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 13 years ago
  79. 142ab32 #14552: remove redundant wording in 'test' docs. by R David Murray · 13 years ago
  80. dc0b324 Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class by Senthil Kumaran · 13 years ago
  81. 2a1c13b Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
  82. 3661473 minor .rst fix by Senthil Kumaran · 13 years ago
  83. ceeb47d Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 13 years ago
  84. b45c5e2 Closes #14489: correct link target. by Georg Brandl · 13 years ago
  85. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  86. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  87. 04cd095 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 13 years ago
  88. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  89. de294ec #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 13 years ago
  90. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  91. 49d5fba Minor documentation tweak. by Vinay Sajip · 13 years ago
  92. 94a1057 Closes #14250: regex.flags has not only explicit flags but also those from the pattern by Georg Brandl · 13 years ago
  93. 5a607b0 Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  94. ce54617 Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  95. e3d7354 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  96. bee24df #11780: s/throw/raise/ by R David Murray · 13 years ago
  97. 0cc4e53 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  98. 32a3b14 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  99. 15b6f3f Fix closes issue14258 - added clarification to \W and \S flags by Senthil Kumaran · 13 years ago
  100. 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago