- 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
- 97b3618 fix description of super() behavior on descriptors by Benjamin Peterson · 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
- 8ad0eac #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 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
- 21721b6 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 12 years ago
- 0aab3d9 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 12 years ago
- af3ef92 Fix compatibility with upcoming Sphinx 1.2. 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
- 0f79cac Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 12 years ago
- 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 12 years ago
- 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
- a5ab761 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 12 years ago
- ad16b725 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
- 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 12 years ago
- 9727880 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 12 years ago
- 090588e Minor grammar fix. by Georg Brandl · 12 years ago
- e3e4c9a Fix wrong link. by Georg Brandl · 12 years ago
- 2808a12 Closes #19178: backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag. 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
- 3456d47 Fix typo in example file name. Found by John Bokma on docs@. 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
- 4bfc96b Closes #17725: small grammar fix. 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
- e0f6d59 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. 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
- e8c52e1 Minor improvement: add indication that the main function goes on. 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
- bcc55d6 Fix small grammar mistake. by Georg Brandl · 12 years ago
- b3d6fe3 Small logical fix in filter() example description. by Georg Brandl · 12 years ago
- 9642688 Clarify section about source code encoding. by Georg Brandl · 12 years ago
- 6451ae6 Fix missing period. 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
- 76834a1 Fix merging mistake: wrong Python version. by Georg Brandl · 12 years ago
- 15d9fe7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 12 years ago
- b2efdee Small clarification in extending docs. by Georg Brandl · 12 years ago
- cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 12 years ago
- d6d26ec Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. 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
- c3eb868 Fix some PEP8 in curses HOWTO. 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
- d39c3a4 Fix markup. 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
- 8f89928 #19074: mention PySide in the GUI FAQs. by Ezio Melotti · 12 years ago
- 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 12 years ago
- 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 12 years ago
- 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 12 years ago
- a63231a Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 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