12083 Commits (d17cefc7876ec646a33773dfd2aa4dde2d8187d0)

Author SHA1 Message Date
Sandro Tosi f6b25b9e35 #12761: fix wording of zlib license section 15 years ago
Éric Araujo b389eec440 Move versionadded directive to the top level, as we do in other files 15 years ago
Éric Araujo e5905a9413 Fix typo 15 years ago
Ezio Melotti 0656a56214 #12204: document that str.upper().isupper() might be False and add a note about cased characters. 15 years ago
Ezio Melotti 388c945e97 #12725: fix working. Patch by Ben Hayden. 15 years ago
Nadeem Vawda 1c38546e49 Issue #12646: Add an 'eof' attribute to zlib.Decompress. 15 years ago
Sandro Tosi 7bf4363f77 let PySequence_Check me a link; thanks to tomo cocoa from docs@ 15 years ago
Sandro Tosi 8a3b657f9e it's 'rather than'; reported by James Bateman on docs@ 15 years ago
Eli Bendersky 47fe5c0d51 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance 15 years ago
Brian Curtin 49281076c1 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. 15 years ago
Vinay Sajip 817495a631 Issue #12718: Add documentation on using custom importers. 15 years ago
Éric Araujo 54dbfbd675 Fix directive markup 15 years ago
Éric Araujo d9d7bca6da Use real word in English text (i.e. not code) 15 years ago
Benjamin Peterson 77c4fd01dd note mutating tp_dict is bad (closes #12719) 15 years ago
Raymond Hettinger fcb393c018 Add support for unary plus and unary minus to collections.Counter() 15 years ago
Georg Brandl bdbdfb1978 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. 15 years ago
Éric Araujo e4d5b8e646 Clean up shutil.disk_usage. 15 years ago
Sandro Tosi db79e95195 #12709: add error_callback argument to map_async documentation 15 years ago
Sandro Tosi 61baee0ee7 #10741: add documentation for PyGILState_GetThisThreadState() 15 years ago
Sandro Tosi 2a389e4601 #12677: correct turtle orientation in doc 15 years ago
Éric Araujo 6ef038e78c Add documentation for PEP 370 features in distutils (#10745). 15 years ago
Eli Bendersky ebd4805df0 Fix grammar 15 years ago
Senthil Kumaran 2e0153550c Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. 15 years ago
Senthil Kumaran a3b2316a1b merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. 15 years ago
Éric Araujo de4f05b741 Improve documentation for PEP 370 support in site module (#8617). 15 years ago
Senthil Kumaran 86a1a8974d Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. 15 years ago
Benjamin Peterson 94b580d423 expose sched.h functions (closes #12655) 15 years ago
Sandro Tosi 2a8d195328 #12665: Dictionary view example has error in set operation 15 years ago
Sandro Tosi 692dba244b #12670: Fix struct code after forward declaration on ctypes doc 15 years ago
Senthil Kumaran ef5c716176 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. 15 years ago
Georg Brandl aa71583f09 Use attribute access instead of index access for namedtuple. 15 years ago
Vinay Sajip 952595696a Closes #12667: Added documentation for SMTPHandler secure argument. 15 years ago
Ezio Melotti 222e61e444 Fix typo reported by Sandro Tosi. 15 years ago
Éric Araujo ab7c1b3f11 Fix regression with distutils MANIFEST handing (#11104, #8688). 15 years ago
Senthil Kumaran b351a48eee Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst 15 years ago
Ezio Melotti 592563292c #12531: Fix spaces and markup. 15 years ago
Benjamin Peterson 98f2b9bff0 transition move technically correct to obviously so 15 years ago
Benjamin Peterson 2c69e3dd82 we can call singleton types now 15 years ago
Benjamin Peterson 497cd65cec add space 15 years ago
Benjamin Peterson 50211fa0f9 document NotImplemented 15 years ago
Eli Bendersky e250358062 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen 15 years ago
Georg Brandl eea6cda91a Change test.support docs to be more specific about the nature of this module. 15 years ago
Eli Bendersky 7bd081c117 Issue #12531: add index entries to documentation of * and ** in function calls 15 years ago
Senthil Kumaran 63d4fb4cf2 fixing the smtplib.rst whitespaces. 15 years ago
Senthil Kumaran 3d23fd6493 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. 15 years ago
Éric Araujo fe1e298d8b Document that atexit execution order is undefined (#9788) 15 years ago
Éric Araujo 63b18a4445 Add a link target for argparse.Namespace (#8982) 15 years ago
Éric Araujo e801aa2a1d Let the doc of __import__ link to importlib (#9254). 15 years ago
Éric Araujo 30e277bf72 Expand shlex.quote example (#9723) 15 years ago
Eli Bendersky ef4902af87 Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti 15 years ago