1. 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  2. 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  3. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  4. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  5. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  6. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  7. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  8. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  9. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  10. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  11. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
  12. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  13. 29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  14. 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
  15. 9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. by Georg Brandl · 11 years ago
  16. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  17. 6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  18. f6d6347 Fix typo in function name. by Georg Brandl · 11 years ago
  19. ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. by Georg Brandl · 11 years ago
  20. 9ad5bf6 Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed by Georg Brandl · 11 years ago
  21. fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  22. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  23. 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  24. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  25. 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  26. 036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  27. 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  28. df40e86 Fix typo. Spotted by Bo Bayles on docs@. by Georg Brandl · 11 years ago
  29. 1cef264 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 11 years ago
  30. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  31. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  32. ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  33. e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 11 years ago
  34. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago
  35. 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  36. a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. by Georg Brandl · 11 years ago
  37. 0688d68 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 11 years ago
  38. d277a56 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 11 years ago
  39. 3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  40. 87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago
  41. f27bfd8 Fix typo. by Georg Brandl · 11 years ago
  42. 3c6780c6 Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 11 years ago
  43. 60e602d Fix small grammar mistake. by Georg Brandl · 11 years ago
  44. a710fda Fix missing period. by Georg Brandl · 11 years ago
  45. 22a1fd7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 11 years ago
  46. 337672b Small clarification in extending docs. by Georg Brandl · 11 years ago
  47. b33c6eb Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes. by Georg Brandl · 11 years ago
  48. b19ef18 Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. by Georg Brandl · 11 years ago
  49. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  50. de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  51. 58d58da Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 11 years ago
  52. dbab26a curses HOWTO: fix some PEP8 and a code example to actually raise the exception it promises. by Georg Brandl · 11 years ago
  53. f632494 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 11 years ago
  54. d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 11 years ago
  55. 74883a3 Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. by Georg Brandl · 11 years ago
  56. a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. by Georg Brandl · 11 years ago
  57. a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 11 years ago
  58. bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 11 years ago
  59. c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 11 years ago
  60. 53bf15a Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) by Georg Brandl · 11 years ago
  61. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  62. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  63. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  64. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  65. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  66. 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  67. 587b305 Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  68. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  69. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  70. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  71. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  72. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  73. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  74. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  75. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  76. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  77. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  78. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  79. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  80. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  81. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  82. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  83. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  84. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  85. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  86. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  87. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  88. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  89. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  90. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  91. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  92. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  93. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  94. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  95. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  96. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  97. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  98. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  99. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  100. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago