14613 Commits (2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a)

Author SHA1 Message Date
Ezio Melotti 2bbdfe7eda #19238: fix typo in documentation. 13 years ago
Vinay Sajip 9c10d6b800 Issue #19504: Used American spelling for 'customize'. 13 years ago
Andrew Kuchling 587e970be6 Update e-mail address 13 years ago
Jason R. Coombs 3492e39b44 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. 13 years ago
R David Murray d5a2f0b3a1 #18985: Improve fcntl documentation. 13 years ago
Vinay Sajip 2c1adcb62b Issue #18345: Added cookbook example illustrating handler customisation. 13 years ago
Tim Golden 3a2abb5800 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines 13 years ago
R David Murray 5fdb64b5a0 #19411: Clarify that b2a_hex/hexlify returns a bytes object. 13 years ago
Eli Bendersky 2915dd7103 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. 13 years ago
Vinay Sajip 9b83d533e2 Corrected some incorrect cross-references. 13 years ago
Christian Heimes 47674bc470 fix language 13 years ago
Christian Heimes 3046fe4c03 Issue #18747: document issue with OpenSSL's CPRNG state and fork 13 years ago
Georg Brandl 3d596fa90b Clarify sentence. 13 years ago
Georg Brandl 21527bf72f Closes #19416: fix references in the nntplib docs. 13 years ago
Georg Brandl 1ed80b09ed Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. 13 years ago
Georg Brandl ad3215362c Fix typo: js_JP is not a valid locale. 13 years ago
Georg Brandl 325a1c2f37 Fix markup errors in the docs and amend suspicious ignores. 13 years ago
Georg Brandl bf3f8eb960 Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than 13 years ago
Georg Brandl 72c98d3a76 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, 13 years ago
Brett Cannon 6fd25c39c4 Issue #19392: Document that imp.reload() now relies on __loader__ 13 years ago
Tim Golden 27a856495e Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 13 years ago
Ezio Melotti e45975080b #19319: fix ctypes docs: sizeof is an operator in C, not a function. 13 years ago
Ezio Melotti c318442571 #19238, #19289: fix description of the align and fill values of the format specification. 13 years ago
Benjamin Peterson 910a66566a fix description of super() behavior on descriptors 13 years ago
Serhiy Storchaka 335331311f Fix markup. 13 years ago
Georg Brandl 9ff06dcfad Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. 13 years ago
Serhiy Storchaka 5bbbc94073 Issue #19189: Improved cross-references in the pickle module documentation. 13 years ago
Ezio Melotti 47fd9d8e09 #4965: Implement intelligent scrolling of the sidebar in the docs. 13 years ago
Georg Brandl 810f1d56ea Wing IDE is switching to PyQt... 13 years ago
Georg Brandl c3a2916919 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. 13 years ago
Serhiy Storchaka bfdcd436f0 Issue #18758: Fixed and improved cross-references. 13 years ago
Serhiy Storchaka 4e985673bf Issue #19197: Improved cross-references in the shlex module documentation. 13 years ago
Serhiy Storchaka dab8354920 Issue #19207: Improved cross-references in the os, os.path, and posix modules 13 years ago
Serhiy Storchaka 5e1c053f0c Improve #19204: Improved cross-references in the urllib package documentation. 13 years ago
Georg Brandl b7117af07d Refer to strftime(3) manpage for platform specific format codes. 13 years ago
Serhiy Storchaka 04d11a73fa Issue #19203: Improved cross-references in the curses howto. 13 years ago
Serhiy Storchaka fd1c3d3059 Issue #19198: Improved cross-references in the cgi module documentation. 13 years ago
Nick Coghlan 6cb2b5b1e1 Issue #17827: Document codecs.encode and codecs.decode 13 years ago
Georg Brandl aeaecfd257 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. 13 years ago
Georg Brandl 5d5b375c84 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. 13 years ago
Georg Brandl 1e32011306 Fix display of deprecated blocks with Sphinx 1.2. 13 years ago
Raymond Hettinger 64801680d3 Issue #19202: Add cross-reference and a rough code equivalent 13 years ago
Georg Brandl a14034872b Invert logic of new limited-API annotation and call it "stable ABI". 13 years ago
Georg Brandl 239990daec Fix compatibility with upcoming Sphinx 1.2. 13 years ago
Georg Brandl 5c01d99c12 Introduce support for documenting which C API elements are not part of the stable/limited API. 13 years ago
Georg Brandl 5db7c54f96 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). 13 years ago
Georg Brandl ae30a813a9 Closes #13833: document PyStructSequence C-API functions. 13 years ago
Georg Brandl c96ef1f0ed Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. 13 years ago
Georg Brandl 57f936ecde Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. 13 years ago
Georg Brandl d8ede4fddd Closes #13203: add a FAQ section about seemingly duplicate id()s. 13 years ago