1. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  2. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  3. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  4. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  5. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  6. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  7. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  8. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  9. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  10. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  11. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  12. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 13 years ago
  13. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  14. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  15. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  16. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  17. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  18. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  19. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  20. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  21. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  22. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  23. e5905a9 Fix typo by Éric Araujo · 13 years ago
  24. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  25. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  26. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  27. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  28. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  29. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  30. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  31. 14eba5f Brench merge by Éric Araujo · 13 years ago
  32. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  33. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 13 years ago
  34. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  35. 54dbfbd Fix directive markup by Éric Araujo · 13 years ago
  36. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  37. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  38. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  39. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  40. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  41. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  42. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  43. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  44. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  45. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  46. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  47. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  48. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  49. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  50. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  51. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  52. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  53. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  54. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  55. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  56. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  57. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  58. b1290a5 #12670: merge with 3.2 by Sandro Tosi · 13 years ago
  59. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  60. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  61. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  62. b0fa4b8 Merge with 3.2 by Georg Brandl · 13 years ago
  63. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  64. b07df00 Closes #12667: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  65. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  66. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
  67. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  68. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  69. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  70. 497cd65 add space by Benjamin Peterson · 13 years ago
  71. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  72. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  73. d18ee3b Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  74. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  75. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  76. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  77. 63d4fb4 fixing the smtplib.rst whitespaces. by Senthil Kumaran · 13 years ago
  78. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
  79. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  80. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  81. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  82. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  83. 30e277b Expand shlex.quote example (#9723) by Éric Araujo · 13 years ago
  84. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  85. 158d769 Branch merge by Éric Araujo · 13 years ago
  86. 1d8b968 Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  87. 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
  88. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  89. cf53481 Branch merge by Éric Araujo · 13 years ago
  90. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  91. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  92. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  93. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 13 years ago
  94. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  95. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  96. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  97. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  98. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 13 years ago
  99. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  100. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago