1. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  2. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  3. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  4. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  5. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  6. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  7. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  8. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  9. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  10. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  11. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  12. b51a3c9 merge with 3.2 by Sandro Tosi · 13 years ago
  13. b276118 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  14. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  15. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  16. e5905a9 Fix typo by Éric Araujo · 13 years ago
  17. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  18. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  19. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  20. f42121f #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  21. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  22. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  23. 96d237c Update versions in LICENSE files. by Georg Brandl · 13 years ago
  24. 1db1d14 Update pydoc topics and suspicious ignore. by Georg Brandl · 13 years ago
  25. 98d95a5 merge with 3.2 by Sandro Tosi · 13 years ago
  26. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  27. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  28. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  29. 14eba5f Brench merge by Éric Araujo · 13 years ago
  30. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  31. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  32. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 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. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  39. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  40. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  41. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  42. 19272be Branch merge by Éric Araujo · 13 years ago
  43. da3f4ae Branch merge by Éric Araujo · 13 years ago
  44. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  45. bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. by Georg Brandl · 13 years ago
  46. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  47. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  48. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  49. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  50. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  51. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  52. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  53. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  54. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  55. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  56. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  57. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  58. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  59. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  60. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  61. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  62. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  63. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  64. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  65. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  66. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  67. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  68. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  69. b1290a5 #12670: merge with 3.2 by Sandro Tosi · 13 years ago
  70. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  71. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  72. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  73. b0fa4b8 Merge with 3.2 by Georg Brandl · 13 years ago
  74. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  75. 7dfdac0 Branch merge by Éric Araujo · 13 years ago
  76. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  77. b07df00 Closes #12667: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  78. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  79. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  80. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  81. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  82. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  83. 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
  84. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  85. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  86. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  87. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  88. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  89. 497cd65 add space by Benjamin Peterson · 13 years ago
  90. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  91. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  92. d18ee3b Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  93. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  94. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  95. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  96. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  97. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  98. 63d4fb4 fixing the smtplib.rst whitespaces. by Senthil Kumaran · 13 years ago
  99. 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
  100. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago