summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-251-0/+3
* Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-251-0/+5
* Merge with 3.4Terry Jan Reedy2014-05-231-2/+7
|\
| * Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-2/+7
* | mergeRaymond Hettinger2014-05-231-1/+1
|\ \ | |/
| * Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
* | mergeRaymond Hettinger2014-05-221-1/+1
|\ \ | |/
| * Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
* | mergeRaymond Hettinger2014-05-221-0/+2
|\ \ | |/
| * Issue 21554: Repair an out-of-date tutorial example to reflect changes in sh...Raymond Hettinger2014-05-221-0/+2
* | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-221-4/+7
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-2032-43/+43
* | mergeRaymond Hettinger2014-05-191-5/+7
|\ \ | |/
| * Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* | Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-1/+7
|\ \ | |/
| * Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-3/+20
* | Issue #21362: concurrent.futures does not validate that max_workers is properBrian Quinlan2014-05-171-0/+2
* | Mention ipaddress improvements.Antoine Pitrou2014-05-151-0/+15
* | Better organization of the what's newAntoine Pitrou2014-05-151-17/+32
* | Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
|\ \ | |/
| * Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
| * Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-4/+6
* | Merge: #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
|\ \ | |/
| * #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* | Issue #19775: Add a samefile() method to pathlib Path objects.Antoine Pitrou2014-05-131-0/+19
* | 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
|\ \ \ | |/ /