1. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  2. d9e1789 Branch merge by Éric Araujo · 13 years ago
  3. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  4. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  5. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  6. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  7. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  8. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  9. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  10. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  11. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  12. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  13. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  14. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  15. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  16. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  17. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  18. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  19. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  20. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  21. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  22. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  23. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  24. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  25. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  26. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  27. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  28. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  29. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  30. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  31. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  32. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  33. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  34. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  35. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  36. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  37. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  38. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  39. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  40. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  41. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  42. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  43. 497cd65 add space by Benjamin Peterson · 13 years ago
  44. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  45. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  46. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  47. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  48. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  49. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  50. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  51. 158d769 Branch merge by Éric Araujo · 13 years ago
  52. ef4902a Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  53. cf53481 Branch merge by Éric Araujo · 13 years ago
  54. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  55. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  56. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  57. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  58. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  59. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  60. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  61. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  62. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  63. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  64. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  65. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  66. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  67. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  68. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  69. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  70. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  71. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  72. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  73. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  74. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  75. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  76. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  77. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  78. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  79. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  80. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  81. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  82. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  83. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  84. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  85. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  86. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  87. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  88. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  89. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  90. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  91. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  92. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  93. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  94. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  95. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  96. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  97. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  98. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  99. 645e458 Documented change for Issue #12168. by Vinay Sajip · 13 years ago
  100. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 13 years ago