1. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 12 years ago
  2. 712e951 Closes #19416: fix references in the nntplib docs. by Georg Brandl · 12 years ago
  3. 21f2ec6 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 12 years ago
  4. b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 12 years ago
  5. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  6. c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 12 years ago
  7. cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
  8. de2f8fa Fix markup. by Serhiy Storchaka · 12 years ago
  9. cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 12 years ago
  10. 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
  11. b6f6450 Merge heads by Serhiy Storchaka · 12 years ago
  12. b7557af Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
  13. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  14. 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
  15. 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
  16. 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
  17. 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
  18. 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
  19. 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 12 years ago
  20. 52fa172 Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice. by Georg Brandl · 12 years ago
  21. 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 12 years ago
  22. c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
  23. 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
  24. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  25. e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
  26. 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
  27. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
  28. 09289af Fix typo in function name. by Georg Brandl · 12 years ago
  29. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 12 years ago
  30. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
  31. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
  32. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
  33. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
  34. 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
  35. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
  36. 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
  37. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
  38. 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
  39. 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
  40. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
  41. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
  42. 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
  43. d796cdb Fix typo. by Georg Brandl · 12 years ago
  44. 75c3a04 Fix strange deprecation version. by Georg Brandl · 12 years ago
  45. ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago
  46. f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 12 years ago
  47. c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 12 years ago
  48. dc80184 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 12 years ago
  49. 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
  50. 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
  51. baeb7f8 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 12 years ago
  52. 5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
  53. dc5f3fa Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 12 years ago
  54. 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 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. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 12 years ago
  83. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
  84. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 12 years ago
  85. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 12 years ago
  86. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 12 years ago
  87. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 12 years ago
  88. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  89. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
  90. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  91. 66e0a04 Fix typo. by Richard Oudkerk · 12 years ago
  92. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 12 years ago
  93. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 12 years ago
  94. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 12 years ago
  95. 9575222 #18179: reflow paragraphs. by R David Murray · 12 years ago
  96. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
  97. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  98. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 12 years ago
  99. c23ca48 Clean merge by David Wolever · 12 years ago
  100. bd9cbf0 Clarify that strftime's encoding is based on locale by David Wolever · 12 years ago