1. 86af310 Fix typo pointed out by Dmitry Chaplinsky on docs@. by Berker Peksag · 11 years ago
  2. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
  3. e75f527 Issue #19897: Use python as executable instead of python3. by Berker Peksag · 11 years ago
  4. 6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
  5. 7de9971 Fixed typo in documentation. by Vinay Sajip · 11 years ago
  6. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
  7. ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 11 years ago
  8. 454a515 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 11 years ago
  9. 33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 11 years ago
  10. 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 11 years ago
  11. ee2cb3f Closes #21759: URL Typo in Documentation FAQ by Jesus Cea · 11 years ago
  12. 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 11 years ago
  13. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 11 years ago
  14. efda558 document IOBase.__del__'s behavior (closes #21764) by Benjamin Peterson · 11 years ago
  15. ec92b4a #5904: Add sentence about the encoding of strftime's result. by R David Murray · 11 years ago
  16. 925c6ad Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 11 years ago
  17. df0e8f91 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 11 years ago
  18. dd35484 #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 11 years ago
  19. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  20. 4547d37 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 11 years ago
  21. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  22. 4807dd0 Updates to Python 2.7 What's New preamble by Nick Coghlan · 11 years ago
  23. 7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 11 years ago
  24. 1e92709 Update references to Python docs in the sidebar index. by Senthil Kumaran · 11 years ago
  25. a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
  26. 9e51f50 Updated logging HOWTO section on optimization. by Vinay Sajip · 11 years ago
  27. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
  28. d2058fb give the correct fixer name (closes #21604) by Benjamin Peterson · 11 years ago
  29. 9f7f62f Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 11 years ago
  30. ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 11 years ago
  31. 7e19b60 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 11 years ago
  32. 3690d41 remove list of example incompatibilities (closes #21434) by Benjamin Peterson · 11 years ago
  33. 2eff14d fix typo in variable name (closes #21586) by Benjamin Peterson · 11 years ago
  34. d383baf allow doc archives to be built for versions in the rc stage by Benjamin Peterson · 11 years ago
  35. cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
  36. fd61349 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 11 years ago
  37. 198123c Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 11 years ago
  38. 1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 11 years ago
  39. 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  40. 0eb9ee9 #21347: use string not list in shell=True example. by R David Murray · 11 years ago
  41. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
  42. e9314e4 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 11 years ago
  43. 4773b90 Add prompts to interactive example. by Zachary Ware · 11 years ago
  44. 1512143 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 11 years ago
  45. e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object by Tim Golden · 11 years ago
  46. f3ae10e Closes #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
  47. cd3d741 Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
  48. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  49. 9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 11 years ago
  50. 32ae437 Issue #17145: Document array.array buffer interface limitations. by Stefan Krah · 11 years ago
  51. 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 11 years ago
  52. dd967ef #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  53. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  54. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  55. 51f80c1 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  56. 49bf4ce whitespace chaps my hide by Gregory P. Smith · 11 years ago
  57. 8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the by Gregory P. Smith · 11 years ago
  58. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  59. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  60. f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. by Mark Dickinson · 11 years ago
  61. 4624b00 Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  62. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  63. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  64. d546009 issue #21190: Fix the docs README link by Senthil Kumaran · 11 years ago
  65. 05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. by Mark Dickinson · 11 years ago
  66. 96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
  67. 236d9f8 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
  68. c0f5063 fix verb (closes #21174) by Benjamin Peterson · 11 years ago
  69. eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  70. b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) by Benjamin Peterson · 11 years ago
  71. 9190b6f Issue 21125: minor wording tweak. by Raymond Hettinger · 11 years ago
  72. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  73. a4598a3 support CDN purging by Benjamin Peterson · 11 years ago
  74. 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
  75. 0913bff Update suspicious ignore file. by Georg Brandl · 11 years ago
  76. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  77. 33a431c Updated external link in documentation. by Vinay Sajip · 11 years ago
  78. 0fef31e Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 11 years ago
  79. fbd2db5 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 11 years ago
  80. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
  81. 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
  82. 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  83. b553ce1 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  84. c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  85. e530f26 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  86. 01111e8 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  87. 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  88. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  89. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  90. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  91. fd0c2f5 Define what “updating” means in docs for open (#19627). by Éric Araujo · 11 years ago
  92. 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  93. 841da4e sync pyporting howto from python 3 docs by Benjamin Peterson · 11 years ago
  94. 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
  95. 418b1ea Closes #20090: update Doc/README and the error message in sphinx-build.py to make by Georg Brandl · 11 years ago
  96. 84f323e note that future_builtin's map is not quite like python 3's (closes #19363) by Benjamin Peterson · 11 years ago
  97. 3bca761 merge by Georg Brandl · 11 years ago
  98. 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago
  99. d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  100. 3cb99f3 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago