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