1. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  2. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  3. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  4. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  5. 677b653 Fix English in packaging, too. by R David Murray · 13 years ago
  6. 3ef6ca4 Merge English fix. by R David Murray · 13 years ago
  7. b899007 Better English. by R David Murray · 13 years ago
  8. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  9. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  10. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  11. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  12. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  13. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  14. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  15. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  16. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  17. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  18. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  19. 87e59cd merge from 3.2 by Senthil Kumaran · 13 years ago
  20. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  21. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  22. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  23. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  24. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  25. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 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. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  28. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  29. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  30. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  31. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  32. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  33. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  34. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  35. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  36. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  37. e1d2103 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  38. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  39. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  40. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  41. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  42. d3b41c6 Fix syntax in packaging docs and update suspicious ignore file. by Georg Brandl · 13 years ago
  43. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  44. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  45. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  46. 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
  47. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  48. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  49. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  50. 7f3cd98 Fix target path in message. by Georg Brandl · 13 years ago
  51. f8bebf8 Improve reST target by Éric Araujo · 13 years ago
  52. 2b49f12 (merge 3.2) Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  53. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  54. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  55. 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
  56. 1945f93 Merge with 3.2. by Georg Brandl · 13 years ago
  57. 37d72b7 merge from 3.2 by Senthil Kumaran · 13 years ago
  58. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  59. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  60. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  61. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  62. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  63. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  64. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  65. 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
  66. ea30a5e Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  67. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  68. 58ff003 #11363: merge with 3.2. by Ezio Melotti · 13 years ago
  69. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  70. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  71. 2df0549 #11669: merge with 3.2. by Ezio Melotti · 13 years ago
  72. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  73. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  74. 2d826e8 Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  75. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  76. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  77. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  78. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  79. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  80. 142d0f5 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  81. 04e1012 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  82. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  83. bb66972 Merge #12228 by Mark Dickinson · 13 years ago
  84. f68f714 Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  85. 947d6b0 merge #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  86. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  87. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  88. 1dbb759 merge from 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  89. 4707a99 Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  90. d6b3840 merge from 3.2 by Senthil Kumaran · 13 years ago
  91. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  92. 1508570 minor space nit. by Senthil Kumaran · 13 years ago
  93. bd4c321 merge from 3.2. Issue 12359 by Senthil Kumaran · 13 years ago
  94. 5c0347b Fix closes Issue12359 - Minor update to module import description. by Senthil Kumaran · 13 years ago
  95. 110cac1 merge from 3.2 by Senthil Kumaran · 13 years ago
  96. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  97. 9f90470 merge from 3.2. Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  98. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  99. 8ae34b4 merge from 3.2 by Senthil Kumaran · 13 years ago
  100. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago