1. f3ae10e Closes #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
  2. cd3d741 Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
  3. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  4. 9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 11 years ago
  5. 32ae437 Issue #17145: Document array.array buffer interface limitations. by Stefan Krah · 11 years ago
  6. 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 11 years ago
  7. dd967ef #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  8. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  9. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  10. 51f80c1 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  11. 49bf4ce whitespace chaps my hide by Gregory P. Smith · 11 years ago
  12. 8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the by Gregory P. Smith · 11 years ago
  13. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  14. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  15. f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. by Mark Dickinson · 11 years ago
  16. 4624b00 Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  17. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  18. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  19. d546009 issue #21190: Fix the docs README link by Senthil Kumaran · 11 years ago
  20. 05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. by Mark Dickinson · 11 years ago
  21. 96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
  22. 236d9f8 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
  23. c0f5063 fix verb (closes #21174) by Benjamin Peterson · 11 years ago
  24. eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  25. b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) by Benjamin Peterson · 11 years ago
  26. 9190b6f Issue 21125: minor wording tweak. by Raymond Hettinger · 11 years ago
  27. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  28. a4598a3 support CDN purging by Benjamin Peterson · 11 years ago
  29. 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
  30. 0913bff Update suspicious ignore file. by Georg Brandl · 11 years ago
  31. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  32. 33a431c Updated external link in documentation. by Vinay Sajip · 11 years ago
  33. 0fef31e Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 11 years ago
  34. 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
  35. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
  36. 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
  37. 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  38. b553ce1 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  39. c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  40. e530f26 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  41. 01111e8 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  42. 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  43. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  44. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  45. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  46. fd0c2f5 Define what “updating” means in docs for open (#19627). by Éric Araujo · 11 years ago
  47. 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  48. 841da4e sync pyporting howto from python 3 docs by Benjamin Peterson · 11 years ago
  49. 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
  50. 418b1ea Closes #20090: update Doc/README and the error message in sphinx-build.py to make by Georg Brandl · 11 years ago
  51. 84f323e note that future_builtin's map is not quite like python 3's (closes #19363) by Benjamin Peterson · 11 years ago
  52. 3bca761 merge by Georg Brandl · 11 years ago
  53. 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago
  54. d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  55. 3cb99f3 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago
  56. 82c2587 use sphinx from its own virtualenv (closes #20693) by Benjamin Peterson · 11 years ago
  57. 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  58. 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
  59. f6c0ec4 #19680: add back documentation for print and exec in the interactive help. by Ezio Melotti · 11 years ago
  60. 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 11 years ago
  61. 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  62. 60f0793 use system mercurial by Benjamin Peterson · 11 years ago
  63. 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  64. 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  65. 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
  66. c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  67. 072cd0c update sphinx url by Benjamin Peterson · 11 years ago
  68. 72c081d linkify by Benjamin Peterson · 11 years ago
  69. d8be9fe update hosting faq by Benjamin Peterson · 11 years ago
  70. 3ce5255 Fix markup error. by Georg Brandl · 11 years ago
  71. ad715d9 put notes in a ..note section by Benjamin Peterson · 11 years ago
  72. 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  73. 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  74. ace08ab Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  75. f583f41 Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  76. aec3065 Fix typo. Pointed out by Finn Ellis on docs@. by Zachary Ware · 11 years ago
  77. dd1c4fd #20236: Fix sphinx markup. by R David Murray · 11 years ago
  78. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 11 years ago
  79. da0b34c Fix verb tense. by R David Murray · 11 years ago
  80. 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  81. 1aeb8cf update copyright year by Benjamin Peterson · 11 years ago
  82. 63cc99d Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  83. dfd21d3 #20063: Remove inaccurate/confusing statement about support of 'pop' method. by R David Murray · 11 years ago
  84. b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  85. 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  86. c96592d s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  87. d46a31f Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  88. b56c517 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  89. 91b88c8 #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  90. 73188fb Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  91. d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  92. 197e71b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  93. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 11 years ago
  94. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  95. e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  96. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  97. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  98. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  99. d061efa Fix suspicious markup and sort ignorelist. by Georg Brandl · 11 years ago
  100. 40dcf7f Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago