1. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  2. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  3. d9e1789 Branch merge by Éric Araujo · 13 years ago
  4. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  5. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  6. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  7. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  8. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  9. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  10. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  11. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  12. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  13. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  14. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  15. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  16. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  17. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  18. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  19. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  20. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  21. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  22. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  23. 57bee66 Branch merge by Éric Araujo · 13 years ago
  24. 355d48a Typo by Éric Araujo · 13 years ago
  25. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  26. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  27. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  28. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  29. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  30. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  31. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  32. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  33. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  34. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  35. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  36. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  37. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  38. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  39. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  40. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  41. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  42. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  43. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  44. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  45. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  46. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  47. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  48. da3f4ae Branch merge by Éric Araujo · 13 years ago
  49. 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
  50. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  51. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  52. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  53. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  54. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  55. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  56. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  57. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  58. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  59. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  60. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  61. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  62. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  63. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  64. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  65. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  66. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  67. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  68. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  69. 497cd65 add space by Benjamin Peterson · 13 years ago
  70. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  71. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  72. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  73. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  74. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  75. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  76. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  77. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  78. 158d769 Branch merge by Éric Araujo · 13 years ago
  79. 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
  80. cf53481 Branch merge by Éric Araujo · 13 years ago
  81. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  82. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  83. f5e10d1 Turn raw URI into real link by Éric Araujo · 13 years ago
  84. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  85. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  86. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  87. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  88. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  89. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  90. bca31b5 #11435: link to the correct branch. by Ezio Melotti · 13 years ago
  91. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  92. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  93. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  94. b899007 Better English. by R David Murray · 13 years ago
  95. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  96. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  97. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  98. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  99. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  100. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago