14593 Commits (efa5a39fa594738d99dd8829400a9b7697d98b29)

Author SHA1 Message Date
Brett Cannon 6fd25c39c4 Issue #19392: Document that imp.reload() now relies on __loader__ 12 years ago
Tim Golden 27a856495e Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 12 years ago
Ezio Melotti e45975080b #19319: fix ctypes docs: sizeof is an operator in C, not a function. 12 years ago
Ezio Melotti c318442571 #19238, #19289: fix description of the align and fill values of the format specification. 12 years ago
Benjamin Peterson 910a66566a fix description of super() behavior on descriptors 12 years ago
Serhiy Storchaka 335331311f Fix markup. 12 years ago
Georg Brandl 9ff06dcfad Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. 12 years ago
Serhiy Storchaka 5bbbc94073 Issue #19189: Improved cross-references in the pickle module documentation. 12 years ago
Ezio Melotti 47fd9d8e09 #4965: Implement intelligent scrolling of the sidebar in the docs. 12 years ago
Georg Brandl 810f1d56ea Wing IDE is switching to PyQt... 12 years ago
Georg Brandl c3a2916919 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. 12 years ago
Serhiy Storchaka bfdcd436f0 Issue #18758: Fixed and improved cross-references. 12 years ago
Serhiy Storchaka 4e985673bf Issue #19197: Improved cross-references in the shlex module documentation. 12 years ago
Serhiy Storchaka dab8354920 Issue #19207: Improved cross-references in the os, os.path, and posix modules 12 years ago
Serhiy Storchaka 5e1c053f0c Improve #19204: Improved cross-references in the urllib package documentation. 12 years ago
Georg Brandl b7117af07d Refer to strftime(3) manpage for platform specific format codes. 12 years ago
Serhiy Storchaka 04d11a73fa Issue #19203: Improved cross-references in the curses howto. 12 years ago
Serhiy Storchaka fd1c3d3059 Issue #19198: Improved cross-references in the cgi module documentation. 12 years ago
Nick Coghlan 6cb2b5b1e1 Issue #17827: Document codecs.encode and codecs.decode 12 years ago
Georg Brandl aeaecfd257 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. 12 years ago
Georg Brandl 5d5b375c84 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. 12 years ago
Georg Brandl 1e32011306 Fix display of deprecated blocks with Sphinx 1.2. 12 years ago
Raymond Hettinger 64801680d3 Issue #19202: Add cross-reference and a rough code equivalent 12 years ago
Georg Brandl a14034872b Invert logic of new limited-API annotation and call it "stable ABI". 12 years ago
Georg Brandl 239990daec Fix compatibility with upcoming Sphinx 1.2. 12 years ago
Georg Brandl 5c01d99c12 Introduce support for documenting which C API elements are not part of the stable/limited API. 12 years ago
Georg Brandl 5db7c54f96 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). 12 years ago
Georg Brandl ae30a813a9 Closes #13833: document PyStructSequence C-API functions. 12 years ago
Georg Brandl c96ef1f0ed Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. 12 years ago
Georg Brandl 57f936ecde Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. 12 years ago
Georg Brandl d8ede4fddd Closes #13203: add a FAQ section about seemingly duplicate id()s. 12 years ago
Raymond Hettinger 8ee7708c7f Issue #19005: Fix documentation for PyIter_Next(). 12 years ago
Serhiy Storchaka 926099d5ce #19194: Improved cross-references in the fcntl module documentation. 12 years ago
Serhiy Storchaka 7880db6136 #19196: Improved cross-references in distutils documentation. 12 years ago
Serhiy Storchaka 0d196edc37 Issue #19190: Improve cross-references in builtin types and functions documentation. 12 years ago
Serhiy Storchaka 0b68a2d675 Issue 19195: Improved cross-references in C API documentation. 12 years ago
Serhiy Storchaka 91aaeac050 Issue #19193: Improved cross-references in the tutorial. 12 years ago
Georg Brandl ee82d0b293 Minor grammar fix. 12 years ago
Georg Brandl 0aaae26518 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. 12 years ago
Georg Brandl f24c1416eb Fix wrong link. 12 years ago
Georg Brandl 97f962339f Add "->" as a delimiter token. Found by James Harding on docs@. 12 years ago
Georg Brandl bcce1256e3 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. 12 years ago
Georg Brandl c377fe2b96 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. 12 years ago
Georg Brandl a072de14be Extending example: use Py_RETURN_NONE 12 years ago
Georg Brandl 29fc4bf5c7 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" 12 years ago
Georg Brandl 136a050bf3 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. 12 years ago
Georg Brandl 9ad417ee81 Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. 12 years ago
Georg Brandl ac39addd72 Fix typo in example file name. Found by John Bokma on docs@. 12 years ago
Georg Brandl 6647a719bc Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. 12 years ago
Georg Brandl f6d6347fc0 Fix typo in function name. 12 years ago