1. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  2. 497cd65 add space by Benjamin Peterson · 13 years ago
  3. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  4. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  5. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  6. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  7. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  8. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  9. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  10. 158d769 Branch merge by Éric Araujo · 13 years ago
  11. 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
  12. cf53481 Branch merge by Éric Araujo · 13 years ago
  13. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  14. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  15. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  16. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  17. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  18. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  19. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  20. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  21. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  22. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  23. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  24. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  25. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  26. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  27. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  28. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  29. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  30. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  31. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  32. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  33. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  34. 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
  35. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  36. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  37. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  38. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  39. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  40. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  41. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  42. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  43. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  44. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  45. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  46. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  47. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  48. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  49. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  50. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  51. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  52. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  53. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  54. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  55. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  56. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  57. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  58. 645e458 Documented change for Issue #12168. by Vinay Sajip · 13 years ago
  59. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 13 years ago
  60. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  61. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 13 years ago
  62. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  63. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  64. 75e86a6 Merge 3.1 by Éric Araujo · 13 years ago
  65. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 13 years ago
  66. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  67. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  68. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  69. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  70. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  71. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  72. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  73. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  74. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 13 years ago
  75. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  76. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  77. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  78. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  79. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  80. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  81. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  82. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  83. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  84. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 13 years ago
  85. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  86. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  87. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 13 years ago
  88. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  89. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  90. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  91. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  92. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  93. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  94. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  95. 38cfe89 Merge 3.1 by Éric Araujo · 14 years ago
  96. b79c234 Add missing colon by Éric Araujo · 14 years ago
  97. c704378 merge 3.1 by Benjamin Peterson · 14 years ago
  98. 9b2fd32 Fix spelling. by Raymond Hettinger · 14 years ago
  99. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  100. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago