1. 9e4a933 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  2. dd1be61 make plural s lowercase by Benjamin Peterson · 11 years ago
  3. 7ca2a90 Fix a typo caught by Gabriella Capone on docs@ by Zachary Ware · 11 years ago
  4. 078ece2 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 11 years ago
  5. f8757fd Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 11 years ago
  6. f126fa5 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 11 years ago
  7. c305ad7 Issue #22575: Revise bytearray entry for 2.7. by Terry Jan Reedy · 11 years ago
  8. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
  9. 71ede50 Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. by Georg Brandl · 11 years ago
  10. 4a89fd9 Document builtin classes as such, not functions. by Georg Brandl · 11 years ago
  11. 72601e1 #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 11 years ago
  12. c6cf35d #14056: Small improvements to the tarfile documentation. by R David Murray · 11 years ago
  13. 06b74a7 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 11 years ago
  14. c066105 closes #22528: add source links to symtable and compileall by Georg Brandl · 11 years ago
  15. a76e4d8 add link to pdb source (closes #22528) by Benjamin Peterson · 11 years ago
  16. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  17. 3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. by Georg Brandl · 11 years ago
  18. f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 11 years ago
  19. 581448b Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  20. ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 11 years ago
  21. beda110 fix malformed use cmdoption directive by Benjamin Peterson · 11 years ago
  22. 162126d Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 by Alex Gaynor · 11 years ago
  23. e98205d Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Alex Gaynor · 11 years ago
  24. ceb0e1d the correct role is :meth: not :method: by Benjamin Peterson · 11 years ago
  25. 3f48d39 getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 11 years ago
  26. 0062d1e PEP 466: backport hashlib algorithm constants (closes #21307) by Benjamin Peterson · 11 years ago
  27. 9d6488a Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py by Ned Deily · 11 years ago
  28. daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 11 years ago
  29. 6731085 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 11 years ago
  30. 575ee4c Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  31. 075588f Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 11 years ago
  32. 249fcf6 #21928: clarify functools.wraps docs. by Ezio Melotti · 11 years ago
  33. c4a907d Issue #13540: Merge commits by Jason R. Coombs · 11 years ago
  34. 2b49203 Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
  35. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  36. 85b5b73 Fix minor typo in round docs. Reported by Scott Hinton on docs@. by Zachary Ware · 11 years ago
  37. 69cd346 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 11 years ago
  38. 70beff1 Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report. by Mark Dickinson · 11 years ago
  39. a2dd3b2 Issue #22004: Correct an argument name. by Zachary Ware · 11 years ago
  40. 2d011e6 Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. by Zachary Ware · 11 years ago
  41. 65a6436 Fix typo found by Scott Hinton on docs@ by Zachary Ware · 11 years ago
  42. 809b665 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
  43. 86af310 Fix typo pointed out by Dmitry Chaplinsky on docs@. by Berker Peksag · 11 years ago
  44. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
  45. e75f527 Issue #19897: Use python as executable instead of python3. by Berker Peksag · 11 years ago
  46. 6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
  47. ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 11 years ago
  48. 454a515 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 11 years ago
  49. 33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 11 years ago
  50. 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 11 years ago
  51. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 11 years ago
  52. efda558 document IOBase.__del__'s behavior (closes #21764) by Benjamin Peterson · 11 years ago
  53. ec92b4a #5904: Add sentence about the encoding of strftime's result. by R David Murray · 11 years ago
  54. dd35484 #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 11 years ago
  55. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  56. 4547d37 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 11 years ago
  57. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  58. 7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 11 years ago
  59. a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
  60. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
  61. d2058fb give the correct fixer name (closes #21604) by Benjamin Peterson · 11 years ago
  62. 9f7f62f Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 11 years ago
  63. ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 11 years ago
  64. fd61349 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 11 years ago
  65. 198123c Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 11 years ago
  66. 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  67. 0eb9ee9 #21347: use string not list in shell=True example. by R David Murray · 11 years ago
  68. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
  69. e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object by Tim Golden · 11 years ago
  70. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  71. 9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 11 years ago
  72. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  73. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  74. 51f80c1 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  75. 49bf4ce whitespace chaps my hide by Gregory P. Smith · 11 years ago
  76. 8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the by Gregory P. Smith · 11 years ago
  77. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  78. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  79. f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. by Mark Dickinson · 11 years ago
  80. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  81. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  82. 05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. by Mark Dickinson · 11 years ago
  83. c0f5063 fix verb (closes #21174) by Benjamin Peterson · 11 years ago
  84. eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  85. 9190b6f Issue 21125: minor wording tweak. by Raymond Hettinger · 11 years ago
  86. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  87. 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
  88. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  89. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
  90. 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
  91. 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  92. c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  93. 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  94. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  95. fd0c2f5 Define what “updating” means in docs for open (#19627). by Éric Araujo · 11 years ago
  96. 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  97. 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
  98. 84f323e note that future_builtin's map is not quite like python 3's (closes #19363) by Benjamin Peterson · 11 years ago
  99. 3bca761 merge by Georg Brandl · 11 years ago
  100. 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago