summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
* allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
* Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...Georg Brandl2014-09-202-4/+5
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-207-57/+57
* remove extra letterBenjamin Peterson2014-09-191-1/+1
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-1/+9
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* make hg link secureBenjamin Peterson2014-09-131-1/+1
* y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-102-2/+2
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-058-28/+27
* backport our own copy of the ref-counting extensionBenjamin Peterson2014-09-052-2/+122
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-053-93/+161
* fix malformed use cmdoption directiveBenjamin Peterson2014-09-051-1/+2
* Fixed the versionadded in the docs for the backport in 16c86a6bdbe2Alex Gaynor2014-09-041-1/+1
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-041-4/+14
* the correct role is :meth: not :method:Benjamin Peterson2014-09-041-8/+6
* remove script that now lives at https://github.com/python/docsbuild-scriptsBenjamin Peterson2014-09-021-135/+0
* Issue #22320: Fix broken link in the General Python FAQ.Ned Deily2014-09-011-1/+2
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-281-0/+18
* correct call grammar error (#3473)Benjamin Peterson2014-08-281-1/+1
* Issue #22243: fix except grammar in reference.Terry Jan Reedy2014-08-231-1/+1
* Update PEP 466 What's New in 2.7 sectionNick Coghlan2014-08-231-6/+16
* Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.pyNed Deily2014-08-221-0/+4
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-179/+1203
* Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).Zachary Ware2014-08-111-1/+1
* Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-101-7/+13
* Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
* #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-041-12/+3
* Issue #13540: Merge commitsJason R. Coombs2014-08-031-19/+53
|\
| * Issue #13540: Update references to Action class to match syntax used for othe...Jason R. Coombs2014-08-031-2/+2
| * Issue #13540: Removed redundant documentation about Action instance attribute...Jason R. Coombs2014-07-201-49/+26
| * Issue #13540: Expanded argparse documents to clarify the action APIJason R. Coombs2011-12-141-19/+76
* | Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+5
* | Fix grammarAndrew Svetlov2014-07-241-1/+1
* | Fix minor typo in round docs. Reported by Scott Hinton on docs@.Zachary Ware2014-07-221-1/+1
* | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-10/+16
* | args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* | Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ...Mark Dickinson2014-07-191-4/+0
* | Issue #22004: Correct an argument name.Zachary Ware2014-07-181-1/+1
* | Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.Zachary Ware2014-07-161-1/+1
* | Fix typo found by Scott Hinton on docs@Zachary Ware2014-07-071-1/+1
* | #20135: move FAQ about mutable default arguments to the programming FAQs page.Ezio Melotti2014-07-062-56/+56
* | Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-021-1/+1
* | Issue #14097: Backport 796d1371605d and subsequent changes.Zachary Ware2014-07-011-289/+267
* | Fix typo pointed out by Dmitry Chaplinsky on docs@.Berker Peksag2014-06-281-1/+1