- ad16b72 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
- 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
- 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 12 years ago
- d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 12 years ago
- bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 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
- 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 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