1. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  2. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  3. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  4. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  5. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  6. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  7. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  8. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  9. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  10. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  11. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  12. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  13. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  14. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  15. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  16. 834856a Merge by Tim Golden · 11 years ago
  17. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  18. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  19. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  20. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  21. 47674bc fix language by Christian Heimes · 11 years ago
  22. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  23. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  24. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  25. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  26. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  27. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  28. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  29. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  30. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  31. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  32. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  33. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  34. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  35. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  36. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  37. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  38. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  39. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  40. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  41. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  42. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  43. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  44. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  45. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  46. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  47. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  48. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  49. 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  50. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  51. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  52. 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
  53. 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
  54. 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
  55. 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
  56. 6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  57. f6d6347 Fix typo in function name. by Georg Brandl · 11 years ago
  58. ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. by Georg Brandl · 11 years ago
  59. 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
  60. fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  61. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  62. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  63. 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  64. 036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  65. 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  66. df40e86 Fix typo. Spotted by Bo Bayles on docs@. by Georg Brandl · 11 years ago
  67. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  68. ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  69. 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  70. a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. by Georg Brandl · 11 years ago
  71. 0688d68 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 11 years ago
  72. d277a56 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 11 years ago
  73. 3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  74. 87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago
  75. f27bfd8 Fix typo. by Georg Brandl · 11 years ago
  76. 3c6780c6 Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 11 years ago
  77. b33c6eb Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes. by Georg Brandl · 11 years ago
  78. b19ef18 Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. by Georg Brandl · 11 years ago
  79. 58d58da Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 11 years ago
  80. f632494 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 11 years ago
  81. d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 11 years ago
  82. 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
  83. a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 11 years ago
  84. bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 11 years ago
  85. c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 11 years ago
  86. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  87. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  88. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  89. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  90. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  91. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  92. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  93. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  94. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  95. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  96. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  97. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  98. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  99. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  100. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago