- 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 12 years ago
- 712e951 Closes #19416: fix references in the nntplib docs. by Georg Brandl · 12 years ago
- 21f2ec6 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 12 years ago
- b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 12 years ago
- 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
- c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 12 years ago
- cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
- de2f8fa Fix markup. by Serhiy Storchaka · 12 years ago
- cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 12 years ago
- 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
- b6f6450 Merge heads by Serhiy Storchaka · 12 years ago
- b7557af Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
- b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
- 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
- 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
- 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
- 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
- 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
- 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 12 years ago
- 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
- 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
- c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
- 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
- ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
- e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
- 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
- bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
- 09289af Fix typo in function name. by Georg Brandl · 12 years ago
- 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 12 years ago
- 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
- c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
- 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
- 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
- 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
- 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
- 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
- e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
- 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
- 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
- d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
- 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
- 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
- d796cdb Fix typo. by Georg Brandl · 12 years ago
- 75c3a04 Fix strange deprecation version. by Georg Brandl · 12 years ago
- ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago
- f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 12 years ago
- c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 12 years ago
- dc80184 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 12 years ago
- 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
- 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
- baeb7f8 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 12 years ago
- 5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
- dc5f3fa Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 12 years ago
- 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 12 years ago
- 110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. by Georg Brandl · 12 years ago
- ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
- 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
- 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
- 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
- 802fa39 Fix markup in email.parser docs. by Ezio Melotti · 12 years ago
- 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 12 years ago
- b65685f Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 12 years ago
- cb7e5fa Correct Profile class usage example. Addresses issue #18033 . by Senthil Kumaran · 12 years ago
- 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 12 years ago
- ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 12 years ago
- 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 12 years ago
- 6971f2e Issue #18933: Added links to source code. by Vinay Sajip · 12 years ago
- b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 12 years ago
- 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 12 years ago
- 7653e26 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 12 years ago
- c8f26f5 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 12 years ago
- b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 12 years ago
- f65d454 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 12 years ago
- 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 12 years ago
- 79a16a8 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 12 years ago
- a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 12 years ago
- 6681398 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 12 years ago
- b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 12 years ago
- 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 12 years ago
- d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 12 years ago
- 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
- b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 12 years ago
- c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
- 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 12 years ago
- 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 12 years ago
- 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 12 years ago
- 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 12 years ago
- 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
- 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
- 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
- 66e0a04 Fix typo. by Richard Oudkerk · 12 years ago
- 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 12 years ago
- acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 12 years ago
- 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 12 years ago
- 9575222 #18179: reflow paragraphs. by R David Murray · 12 years ago
- 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
- c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
- 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 12 years ago
- c23ca48 Clean merge by David Wolever · 12 years ago
- bd9cbf0 Clarify that strftime's encoding is based on locale by David Wolever · 12 years ago