- 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 12 years ago
- bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 12 years ago
- 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 12 years ago
- 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 12 years ago
- 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
- e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 12 years ago
- c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
- 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 12 years ago
- 3353313 Fix markup. by Serhiy Storchaka · 12 years ago
- 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 12 years ago
- 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
- 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 12 years ago
- 72aabb6 Merge heads by Serhiy Storchaka · 12 years ago
- 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
- c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 12 years ago
- bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
- 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
- dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
- 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 12 years ago
- b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
- 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 12 years ago
- fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
- 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 12 years ago
- aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
- 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 12 years ago
- 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 12 years ago
- 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 12 years ago
- a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 12 years ago
- 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 12 years ago
- 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 12 years ago
- 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 12 years ago
- ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 12 years ago
- c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 12 years ago
- 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
- d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 12 years ago
- 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 12 years ago
- 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 12 years ago
- 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 12 years ago
- 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
- 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 12 years ago
- 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 12 years ago
- ee82d0b Minor grammar fix. by Georg Brandl · 12 years ago
- 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 12 years ago
- f24c141 Fix wrong link. by Georg Brandl · 12 years ago
- 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 12 years ago
- bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 12 years ago
- c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 12 years ago
- a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 12 years ago
- 29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 12 years ago
- 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 12 years ago
- 9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. by Georg Brandl · 12 years ago
- ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 12 years ago
- 6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 12 years ago
- f6d6347 Fix typo in function name. by Georg Brandl · 12 years ago
- ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. by Georg Brandl · 12 years ago
- 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 · 12 years ago
- fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 12 years ago
- c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 12 years ago
- 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 12 years ago
- 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 12 years ago
- 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 12 years ago
- 036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 12 years ago
- 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 12 years ago
- df40e86 Fix typo. Spotted by Bo Bayles on docs@. by Georg Brandl · 12 years ago
- 1cef264 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 12 years ago
- 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 12 years ago
- 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 12 years ago
- ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 12 years ago
- e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 12 years ago
- a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 12 years ago
- 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 12 years ago
- a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. by Georg Brandl · 12 years ago
- 0688d68 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 12 years ago
- d277a56 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
- 3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
- 87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 12 years ago
- f27bfd8 Fix typo. by Georg Brandl · 12 years ago
- 3c6780c6 Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 12 years ago
- 60e602d Fix small grammar mistake. by Georg Brandl · 12 years ago
- a710fda Fix missing period. by Georg Brandl · 12 years ago
- 22a1fd7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 12 years ago
- 337672b Small clarification in extending docs. by Georg Brandl · 12 years ago
- b33c6eb Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes. by Georg Brandl · 12 years ago
- b19ef18 Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. by Georg Brandl · 12 years ago
- 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 12 years ago
- de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 12 years ago
- 58d58da Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 12 years ago
- dbab26a curses HOWTO: fix some PEP8 and a code example to actually raise the exception it promises. by Georg Brandl · 12 years ago
- f632494 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 12 years ago
- d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 12 years ago
- 74883a3 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
- a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. by Georg Brandl · 12 years ago
- a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 12 years ago
- bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
- c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 12 years ago
- 53bf15a Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) by Georg Brandl · 12 years ago
- 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 12 years ago
- f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 12 years ago
- 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 12 years ago
- af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 12 years ago