summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-083-8/+46
* Issue #6953: Merge readline doc from 3.5Martin Panter2016-04-051-59/+116
|\
| * Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-59/+116
* | Merge typo fixes from 3.5Martin Panter2016-04-051-1/+1
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
* | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.Guido van Rossum2016-04-042-7/+11
* | Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constantsBerker Peksag2016-04-021-2/+2
|\ \ | |/
| * Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constantsBerker Peksag2016-04-021-2/+2
* | Issue #26688: Fix module name in mock docsBerker Peksag2016-04-021-3/+3
|\ \ | |/
| * Issue #26688: Fix module name in mock docsBerker Peksag2016-04-021-3/+3
* | Issue #26678: Merge datetime doc fixes from 3.5Martin Panter2016-04-011-59/+63
|\ \ | |/
| * Issue #26678: Fix indexing of datetime.tzinfo and timezone classesMartin Panter2016-04-011-59/+63
* | Merged documentation update from 3.5.Vinay Sajip2016-04-011-0/+102
|\ \ | |/
| * Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-1/+2
* | Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-15/+15
|\ \ | |/
| * Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-15/+15
* | Fix typo in xml.dom.pulldom.rstBerker Peksag2016-03-301-1/+3
|\ \ | |/
| * Fix typo in xml.dom.pulldom.rstBerker Peksag2016-03-301-1/+3
* | Merge 3.5Andrew Svetlov2016-03-291-0/+2
|\ \ | |/
| * Document None as timeout for asyncio.timeout()Andrew Svetlov2016-03-291-0/+2
* | Issue #25314: Merge argparse doc from 3.5Martin Panter2016-03-281-4/+6
|\ \ | |/
| * Issue #25314: store_true and store_false also create appropriate defaults.Raymond Hettinger2011-11-201-4/+6
* | Issue #23804: Merge SSL zero read fix from 3.5Martin Panter2016-03-281-1/+1
|\ \ | |/
| * Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-281-1/+1
* | Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-271-3/+5
|\ \ | |/
| * Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-271-3/+5
* | Document sqlite3.Cursor.close()Berker Peksag2016-03-271-0/+6
|\ \ | |/
| * Document sqlite3.Cursor.close()Berker Peksag2016-03-271-0/+6
* | sqlite3 documentation: Connection.iterdump() is a methodBerker Peksag2016-03-271-2/+2
|\ \ | |/
| * sqlite3 documentation: Connection.iterdump() is a methodBerker Peksag2016-03-271-2/+2
| * Issue #25654:Victor Stinner2016-03-251-1/+1
* | Issue #25654:Victor Stinner2016-03-251-1/+1
* | Don't doc check the venv dirZachary Ware2016-03-251-1/+1
* | Merge with 3.5Terry Jan Reedy2016-03-231-1/+1
|\ \ | |/
| * Issue #26525: Change chr example to match change in ord example.Terry Jan Reedy2016-03-231-1/+1
* | Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-232-5/+5
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-232-0/+11
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-221-1/+7
* | tracemalloc now supports domainsVictor Stinner2016-03-221-6/+39
* | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-211-0/+3
* | Merge with 3.5Terry Jan Reedy2016-03-211-2/+2
|\ \ | |/
| * Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-211-2/+2
* | Merge with 3.5Terry Jan Reedy2016-03-211-2/+4
|\ \ | |/
| * Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
* | Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
|\ \ | |/
| * Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-192-0/+5
* | Issue #26567: enhance ResourceWarning exampleVictor Stinner2016-03-191-9/+12
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-193-1/+49