summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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-2024-29/+29
* | 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
* | 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 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
* | | 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-091-1/+7
* | | 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 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 #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
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-2/+19
* | | 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 #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-281-11/+23
* | | Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
|\ \ \ | |/ /
| * | #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* | | update os.sendfile() doc signaling that cross-platform apps should not use he...Giampaolo Rodola'2014-04-241-0/+3