1. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  2. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  3. 3e44612 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  4. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  5. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  6. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  7. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  8. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  9. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  10. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  11. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  12. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  13. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  14. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  15. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  16. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  17. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  18. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  19. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  20. 87e59cd merge from 3.2 by Senthil Kumaran · 13 years ago
  21. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  22. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  23. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  24. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  25. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  26. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  27. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  28. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  29. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  30. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  31. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  32. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  33. e1d2103 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  34. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  35. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  36. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  37. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  38. d3b41c6 Fix syntax in packaging docs and update suspicious ignore file. by Georg Brandl · 13 years ago
  39. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  40. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  41. 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
  42. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  43. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  44. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  45. 2b49f12 (merge 3.2) Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  46. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  47. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  48. 1945f93 Merge with 3.2. by Georg Brandl · 13 years ago
  49. 37d72b7 merge from 3.2 by Senthil Kumaran · 13 years ago
  50. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  51. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  52. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  53. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  54. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  55. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  56. 096dcb1 Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. by Giampaolo Rodola' · 13 years ago
  57. 58ff003 #11363: merge with 3.2. by Ezio Melotti · 13 years ago
  58. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  59. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  60. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  61. 2d826e8 Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  62. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  63. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  64. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  65. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  66. 04e1012 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  67. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  68. bb66972 Merge #12228 by Mark Dickinson · 13 years ago
  69. f68f714 Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  70. 947d6b0 merge #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  71. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  72. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  73. d6b3840 merge from 3.2 by Senthil Kumaran · 13 years ago
  74. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  75. 110cac1 merge from 3.2 by Senthil Kumaran · 13 years ago
  76. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  77. 9f90470 merge from 3.2. Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  78. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  79. 8ae34b4 merge from 3.2 by Senthil Kumaran · 13 years ago
  80. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  81. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  82. e043b6b Add missing documentation for packaging.pypi.base and .simple by Éric Araujo · 13 years ago
  83. 12f2bff merge heads by Benjamin Peterson · 13 years ago
  84. defe6f6 clarify by Benjamin Peterson · 13 years ago
  85. 2510d9e faulthandler doc: the the => the by Victor Stinner · 13 years ago
  86. 50ae84e merge #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  87. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  88. 8519875 edit and rewrite by Benjamin Peterson · 13 years ago
  89. 364cbb8 merge 3.2 by Benjamin Peterson · 13 years ago
  90. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  91. a1969e0 Merge wording change from 3.2 by Éric Araujo · 13 years ago
  92. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  93. e10b5e1 Fix markup. by Georg Brandl · 13 years ago
  94. bf94b0f Merged documentation update for Formatter.formatTime. by Vinay Sajip · 13 years ago
  95. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  96. 95ebf0e Merged documentation update for issue #12206. by Vinay Sajip · 13 years ago
  97. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  98. bc18532 Branch merge by Éric Araujo · 13 years ago
  99. 7ebadd5 Use correct directive to document one method by Éric Araujo · 13 years ago
  100. 89c00ce Updated Formatter.formatTime docs to indicate configuration via class attributes. by Vinay Sajip · 13 years ago