1. 01560de #16503: clarify "apply" docs. by Ezio Melotti · 13 years ago
  2. 9fab5ce The poplib module provides two classes, not one. by Antoine Pitrou · 13 years ago
  3. 355637b #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 13 years ago
  4. 3c9181b Typo fix. by Mark Dickinson · 13 years ago
  5. 0d18731 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 13 years ago
  6. 1df43d3 #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 13 years ago
  7. 820f2bd Update section about dir() in the tutorial. by Ezio Melotti · 13 years ago
  8. 9236a4e #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan. by Ezio Melotti · 13 years ago
  9. 526b553 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. by Georg Brandl · 13 years ago
  10. 0801231 Backport from 3.2: update PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 13 years ago
  11. 9e173eb Link to "XRange Type" section in xrange() built-in function documentation. by Chris Jerdonek · 13 years ago
  12. 8a0d58b Use 2.x "print" syntax for this example. by Georg Brandl · 13 years ago
  13. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  14. 67f089f Backport from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 13 years ago
  15. 8523db7 Backport from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
  16. 0901776 #16440: fix exception type and clarify example. by Ezio Melotti · 13 years ago
  17. 3eb0e1d Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 13 years ago
  18. 527b149 #11481: fix markup. by Ezio Melotti · 13 years ago
  19. b1c0e3b #11481: update copy_reg docs and add example. by Ezio Melotti · 13 years ago
  20. 26025d6 #10385: use the mod role in subprocess docs. by Ezio Melotti · 13 years ago
  21. 51c374d #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 13 years ago
  22. b9829fc Backport from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 13 years ago
  23. d1076db #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 13 years ago
  24. cfe446e Remove trailing whitespace. by Ezio Melotti · 13 years ago
  25. d7bae5e Grammar touchup. by Georg Brandl · 13 years ago
  26. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  27. 2c184c6 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 13 years ago
  28. 8a9b401 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 13 years ago
  29. 89e8f54 Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 13 years ago
  30. c454fe4 #16371: fix up the English. by R David Murray · 13 years ago
  31. 6e96e5e Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 13 years ago
  32. 1625d88 Issue #16341: convert examples to use except ... as ... syntax. by Andrew Svetlov · 13 years ago
  33. 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 13 years ago
  34. 41c25ba Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 13 years ago
  35. f4712d4 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 13 years ago
  36. 6182266 Issue #14616: Document pipes.quote and mention this one in subprocess docs. by Andrew Svetlov · 13 years ago
  37. 0685e14 Update current version of the "dailybuild" script. by Georg Brandl · 13 years ago
  38. b70290a Update current version of the "dailybuild" script. by Georg Brandl · 13 years ago
  39. 5fb657d Add a autobuild-quick target that only rebuilds HTML. by Georg Brandl · 13 years ago
  40. 819574a merge with 2.6 by Georg Brandl · 13 years ago
  41. 55f23c4 #8040: port versionswitcher patch to 2.6. by Georg Brandl · 13 years ago
  42. fd3d102 #8040: fix the version. by Ezio Melotti · 13 years ago
  43. 8645890 #8040: enable the versionswitcher for the autobuild-dev target. by Ezio Melotti · 13 years ago
  44. 3d07206 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 13 years ago
  45. e793f44 #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag. by Ezio Melotti · 13 years ago
  46. 8221f86 #16206: Improve examples about dict construction. by Ezio Melotti · 13 years ago
  47. 32473e7 Backport from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 13 years ago
  48. b8fbff8 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  49. 3dd8cbe Closes #16294: 8 space indent in tutorial by Jesus Cea · 13 years ago
  50. c859bd2 Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 13 years ago
  51. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  52. ae1d185 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 13 years ago
  53. 8a9d370 Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 13 years ago
  54. 0cffd6b Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 13 years ago
  55. d7d9a44 Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version. by Chris Jerdonek · 13 years ago
  56. def5df6 Issue #16206: Backport dict documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  57. d9edd82 String exceptions aren't just deprecated, they are gone. by Raymond Hettinger · 13 years ago
  58. 2aa5afa Issue #16199: Backport 2to3 typo fix from 3.2. by Chris Jerdonek · 13 years ago
  59. 1e65159 Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  60. 2a6672b Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  61. cfb01a5 Issue #12947: Backport doctest documentation change from 3.3. by Chris Jerdonek · 13 years ago
  62. a11c1fc Missed one instance of code-block:: text highlighting to revert. by Georg Brandl · 13 years ago
  63. 7495456 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 13 years ago
  64. d469c40 Issue #12947: Backport doctest documentation improvements from 3.3. by Chris Jerdonek · 13 years ago
  65. 7c06801 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 13 years ago
  66. 1906c0c Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  67. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 13 years ago
  68. fefd3ac #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 13 years ago
  69. 8c44193 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 13 years ago
  70. 7c0a87f Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 13 years ago
  71. a42709e Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 13 years ago
  72. 31a9e83 #15979: improve timeit documentation. by Ezio Melotti · 13 years ago
  73. 71d74b0 Close #16036: Backport 3.x documentation improvement. by Chris Jerdonek · 13 years ago
  74. 95d7cdf Fix sqlite3 class markup. by R David Murray · 13 years ago
  75. 2fbe856 Commit current version of the doc "dailybuild" script. by Georg Brandl · 13 years ago
  76. e8b2b67 Doc sidebar: point to 3.4 as dev. by Georg Brandl · 13 years ago
  77. fab57cc Close issue #16077: fix code example in documentation of reduce() built-in (from docs@). by Chris Jerdonek · 13 years ago
  78. 3e09b14 #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 13 years ago
  79. 9faaf1b #16071: fix email.message links in the mailbox docs. by R David Murray · 13 years ago
  80. 9662b84 Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 13 years ago
  81. 0c68c5d Update docs for string.zfill by Andrew Svetlov · 13 years ago
  82. 9ac2023 Update documentation for string.replace. Thanks to docs@ by Andrew Svetlov · 13 years ago
  83. 1b43274 Show how to close a connection by Raymond Hettinger · 13 years ago
  84. 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
  85. 3dec449 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 13 years ago
  86. 5a53a41 Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining. by Mark Dickinson · 13 years ago
  87. 9c1c52b #16019, #16020: fix syntax highlight. by Ezio Melotti · 13 years ago
  88. 4baf480 #16017: capitalize URLs. by Ezio Melotti · 13 years ago
  89. fe11e81 #16014: fix broken link. by Ezio Melotti · 13 years ago
  90. 39e0fb0 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 13 years ago
  91. a8e4963 Fix a few quotes/backslashes. by Ezio Melotti · 13 years ago
  92. aea83f5 Fix rst markup in timeit docs. by Ezio Melotti · 13 years ago
  93. b3b32fb #11643: fix rst markup error in site.rst. by Ezio Melotti · 13 years ago
  94. 0b6f255 #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  95. eab4df5 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  96. a733d81 #15932: use with statement in csv doc examples. by Ezio Melotti · 13 years ago
  97. 714e64e #15831: avoid using 3.x syntax for keyword-only args. by Ezio Melotti · 13 years ago
  98. ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  99. 7d85760 #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 13 years ago
  100. 7697983 Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch. by Senthil Kumaran · 13 years ago