1. e608e31 #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward. by Ezio Melotti · 12 years ago
  2. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  3. 5356af8 Fix leftover quote. by Georg Brandl · 12 years ago
  4. 9e06e37 Branch merge by Éric Araujo · 12 years ago
  5. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  6. e16c882 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  7. 9653468 Use source role to get links to files by Éric Araujo · 12 years ago
  8. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 12 years ago
  9. 2aa8519 The StopIteration API applies to both tokenize() and generate_tokens() by Raymond Hettinger · 12 years ago
  10. e683ef5 Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  11. 1014686 Remove an unneeded footnote. by Georg Brandl · 12 years ago
  12. 9d5d507 urlparse docs clean up by Senthil Kumaran · 12 years ago
  13. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  14. 189bd91 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  15. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  16. 5ec84cd Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  17. 771d98d Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  18. 89539e8 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  19. 491f707 Code cleanups by Raymond Hettinger · 12 years ago
  20. 1eda5c9 #8652: update errors tutorial. by R David Murray · 12 years ago
  21. 0a09f3e Nudge readers towards a more accurate mental model for loop else clauses (Backport from 3.x) by Nick Coghlan · 12 years ago
  22. fd4c4b1 backport c4bd68be5fc6 to 2.7 by Sandro Tosi · 12 years ago
  23. 5fae78c refer to time.strftime by Sandro Tosi · 12 years ago
  24. de738a1 #14957: fix doc typo. by R David Murray · 12 years ago
  25. 4fbf7c6 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  26. b42b6eb #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  27. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  28. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  29. 5f045ea Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  30. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  31. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  32. 491ef97 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  33. 1bddab7 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  34. 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  35. e3d8ab6 #1440472: reflow by R David Murray · 12 years ago
  36. af70723 #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  37. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  38. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  39. ace9261 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  40. e710c99 #14770: backport a couple of changes from 3.x. by Ezio Melotti · 12 years ago
  41. 6176db5 #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  42. 334be84 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  43. 56f5c38 Additional example of using decimal.localcontext(). by Raymond Hettinger · 12 years ago
  44. 35d03ed #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  45. 95f42a8 #14763: fix documentation for string.split/rsplit. by Ezio Melotti · 12 years ago
  46. 5ec0340 Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  47. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 12 years ago
  48. c5288e6 Fix document title for Sphinx. by Georg Brandl · 12 years ago
  49. 1c96f94 #14034: adapt to Python 2 and fix indentation. by Ezio Melotti · 12 years ago
  50. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  51. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 12 years ago
  52. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  53. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  54. 524bc39 Fix typo by Raymond Hettinger · 12 years ago
  55. 8950019 #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  56. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  57. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  58. 1142773 #14461: fix wording. by Ezio Melotti · 12 years ago
  59. 429d311 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  60. 48d886b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  61. f8ece8d refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@ by Sandro Tosi · 12 years ago
  62. 2d0bcd7 Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut by Sandro Tosi · 12 years ago
  63. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  64. 9aa1395 Make the example cut and pasteable. by Raymond Hettinger · 12 years ago
  65. 51a5ad4 fix footnote reference; thanks to Fizz from docs@ by Sandro Tosi · 12 years ago
  66. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  67. 466a5f2 Issue #14554: correct example for captured_stdout() by Sandro Tosi · 12 years ago
  68. 3f0f577 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  69. 45c6a3c Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  70. e65753e merge by Raymond Hettinger · 12 years ago
  71. ce0e0c7 Improve section heading for better discoverability. by Raymond Hettinger · 12 years ago
  72. 4c8d392 Reorder the entries to put the type specific technique last. by Raymond Hettinger · 12 years ago
  73. 393b7b5 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  74. da999d2 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  75. 016878a merge by Raymond Hettinger · 12 years ago
  76. ea17082 Update 2.7 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  77. 9b5952d Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  78. 094c33f Minor fixups. by Raymond Hettinger · 12 years ago
  79. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 12 years ago
  80. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 12 years ago
  81. 8085f44 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  82. 4e646aa Added cookbook example for log insertion. by Vinay Sajip · 12 years ago
  83. 142ab32 #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  84. dc0b324 Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class by Senthil Kumaran · 12 years ago
  85. 2a1c13b Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  86. 3661473 minor .rst fix by Senthil Kumaran · 12 years ago
  87. ceeb47d Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  88. b45c5e2 Closes #14489: correct link target. by Georg Brandl · 12 years ago
  89. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  90. d987c02 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 13 years ago
  91. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  92. 04cd095 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 13 years ago
  93. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  94. de294ec #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 13 years ago
  95. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  96. 49d5fba Minor documentation tweak. by Vinay Sajip · 13 years ago
  97. 99c1f59 Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
  98. fcf37c1 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
  99. 94a1057 Closes #14250: regex.flags has not only explicit flags but also those from the pattern by Georg Brandl · 13 years ago
  100. 5a607b0 Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago