summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge for issue #26095Brett Cannon2016-03-181-0/+46
|\ \ | |/
| * Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* | Issue #26252: Add an example on how to register a finderBrett Cannon2016-03-181-2/+32
* | #26250: merge with 3.5.Ezio Melotti2016-03-181-0/+12
|\ \ | |/
| * #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-183-6/+6
* | Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
|\ \ | |/
| * Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
* | Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
|\ \ | |/
| * Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
* | Enhance documentation on malloc debug hooksVictor Stinner2016-03-183-11/+20
* | Issue #21042: Revert Linux find_library() to return just filenameMartin Panter2016-03-171-7/+4
* | Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-171-0/+4
|\ \ | |/
| * Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-0/+4
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-152-1/+49
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-142-3/+9
* | Add PYTHONMALLOC env varVictor Stinner2016-03-143-18/+102