1. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  2. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 12 years ago
  3. 9727880 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 12 years ago
  4. 090588e Minor grammar fix. by Georg Brandl · 12 years ago
  5. e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
  6. 2808a12 Closes #19178: backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag. by Georg Brandl · 12 years ago
  7. 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
  8. 3456d47 Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 12 years ago
  9. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
  10. 09289af Fix typo in function name. by Georg Brandl · 12 years ago
  11. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 12 years ago
  12. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
  13. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
  14. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 12 years ago
  15. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
  16. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
  17. 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
  18. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
  19. e0f6d59 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 12 years ago
  20. 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
  21. e8c52e1 Minor improvement: add indication that the main function goes on. by Georg Brandl · 12 years ago
  22. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
  23. 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
  24. 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
  25. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
  26. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
  27. 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
  28. d796cdb Fix typo. by Georg Brandl · 12 years ago
  29. 75c3a04 Fix strange deprecation version. by Georg Brandl · 12 years ago
  30. ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago
  31. bcc55d6 Fix small grammar mistake. by Georg Brandl · 12 years ago
  32. b3d6fe3 Small logical fix in filter() example description. by Georg Brandl · 12 years ago
  33. 9642688 Clarify section about source code encoding. by Georg Brandl · 12 years ago
  34. 6451ae6 Fix missing period. by Georg Brandl · 12 years ago
  35. f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 12 years ago
  36. 76834a1 Fix merging mistake: wrong Python version. by Georg Brandl · 12 years ago
  37. 15d9fe7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 12 years ago
  38. b2efdee Small clarification in extending docs. by Georg Brandl · 12 years ago
  39. cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 12 years ago
  40. d6d26ec Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 12 years ago
  41. c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 12 years ago
  42. c3eb868 Fix some PEP8 in curses HOWTO. by Georg Brandl · 12 years ago
  43. dc80184 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 12 years ago
  44. 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
  45. 05c8baa Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. by Georg Brandl · 12 years ago
  46. d39c3a4 Fix markup. by Georg Brandl · 12 years ago
  47. baeb7f8 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 12 years ago
  48. 5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
  49. dc5f3fa Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 12 years ago
  50. 8f89928 #19074: mention PySide in the GUI FAQs. by Ezio Melotti · 12 years ago
  51. 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 12 years ago
  52. 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 12 years ago
  53. 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 12 years ago
  54. a63231a Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 12 years ago
  55. 110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. by Georg Brandl · 12 years ago
  56. ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
  57. 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
  58. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  59. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  60. 802fa39 Fix markup in email.parser docs. by Ezio Melotti · 12 years ago
  61. 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 12 years ago
  62. b65685f Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 12 years ago
  63. cb7e5fa Correct Profile class usage example. Addresses issue #18033 . by Senthil Kumaran · 12 years ago
  64. 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 12 years ago
  65. ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 12 years ago
  66. 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 12 years ago
  67. 6971f2e Issue #18933: Added links to source code. by Vinay Sajip · 12 years ago
  68. b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 12 years ago
  69. 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 12 years ago
  70. 7653e26 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 12 years ago
  71. c8f26f5 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 12 years ago
  72. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 12 years ago
  73. f65d454 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 12 years ago
  74. 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 12 years ago
  75. 79a16a8 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 12 years ago
  76. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 12 years ago
  77. 6681398 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 12 years ago
  78. b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 12 years ago
  79. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 12 years ago
  80. d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 12 years ago
  81. 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  82. 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 12 years ago
  83. d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 12 years ago
  84. bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 12 years ago
  85. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 12 years ago
  86. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
  87. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 12 years ago
  88. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 12 years ago
  89. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 12 years ago
  90. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 12 years ago
  91. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  92. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
  93. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  94. 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 12 years ago
  95. 66e0a04 Fix typo. by Richard Oudkerk · 12 years ago
  96. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 12 years ago
  97. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 12 years ago
  98. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 12 years ago
  99. 9575222 #18179: reflow paragraphs. by R David Murray · 12 years ago
  100. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 12 years ago