summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merge doc change from 3.3Jason R. Coombs2014-05-131-2/+2
|\
| * Merge doc change from 3.3Jason R. Coombs2014-05-131-2/+2
| |\
| | * Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs2014-05-131-2/+2
* | | Merge from 3.4 (for #21226).Eric Snow2014-05-131-1/+7
|\ \ \ | |/ /
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* | | (Merge 3.4) Issue #21485: remove unnecesary .flush() calls in the asyncioVictor Stinner2014-05-121-3/+1
|\ \ \ | |/ /
| * | Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess codeVictor Stinner2014-05-121-3/+1
* | | Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...Antoine Pitrou2014-05-121-0/+19
* | | merge from 3.4 - clean up the subprocess docs warning-soup andGregory P. Smith2014-05-111-93/+62
|\ \ \ | |/ /
| * | Change all references to Unix to POSIX in the subprocess docs. It'sGregory P. Smith2014-05-111-14/+14
| * | Remove the warning-soup from the subprocess documentation by addingGregory P. Smith2014-05-111-79/+48
* | | merge 3.4Benjamin Peterson2014-05-111-2/+0
|\ \ \ | |/ /
| * | remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* | | By popular demand, add back a security warning.Raymond Hettinger2014-05-111-0/+5
* | | Remove the redundant and poorly worded warning message.Raymond Hettinger2014-05-101-6/+0
* | | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-092-1/+12
* | | Merge for issue #21438Brett Cannon2014-05-091-1/+11
|\ \ \ | |/ /
| * | Issue #21438: Document what loaders don't require a module name forBrett Cannon2014-05-091-1/+11
* | | Merge for issue #21157Brett Cannon2014-05-091-4/+8
|\ \ \ | |/ /
| * | Issue #21157: Touch up imp docs to be more explicit about importlibBrett Cannon2014-05-091-4/+8
* | | Merge #21300: fix typoR David Murray2014-05-082-4/+4
|\ \ \ | |/ /
| * | #21300: fix typoR David Murray2014-05-082-4/+4
* | | Issue19643 Fix whitespaceTim Golden2014-05-071-3/+3
* | | Issue19643 Add an example of shutil.rmtree which shows how to cope with reado...Tim Golden2014-05-071-0/+20
* | | Merge: #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-072-20/+31
|\ \ \ | |/ /
| * | #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-072-20/+31
* | | Merge with 3.4Zachary Ware2014-05-061-8/+8
|\ \ \ | |/ /
| * | Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
|\ \ \ | |/ /
| * | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | | Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
|\ \ \ | |/ /
| * | asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-022-6/+50
* | | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-9/+3
* | | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\ \ \ | |/ /
| * | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |\ \ | | |/
| | * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* | | Closes #17386: Merge with 3.4Zachary Ware2014-04-293-29/+122
|\ \ \ | |/ /
| * | Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-291-23/+98
| * | Issue #17386: Update Doc/README.txt to list all targetsZachary Ware2014-04-291-6/+23
| * | Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware2014-04-291-0/+1
* | | Add porting note for issue #20951.Antoine Pitrou2014-04-291-0/+4
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-2/+19
* | | Merge with 3.4Terry Jan Reedy2014-04-291-0/+13
|\ \ \ | |/ /
| * | Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | | Merge with 3.4Terry Jan Reedy2014-04-292-1/+5
|\ \ \ | |/ /
| * | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | | Merge with 3.4Terry Jan Reedy2014-04-291-1/+5
|\ \ \ | |/ /
| * | Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
* | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
|\ \ \ | |/ /