summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-303-0/+23
* | Closes #21608: Merged documentation update from 3.4.Vinay Sajip2014-05-301-1/+18
|\ \ | |/
| * Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+18
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-302-4/+17
* | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
|\ \ | |/
| * Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
* | (Merge 3.4) Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
|\ \ | |/
| * Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
* | mergeRaymond Hettinger2014-05-275-84/+102
|\ \ | |/
| * Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3
* | merge 3.4Benjamin Peterson2014-05-261-2/+1
|\ \ | |/
| * grammar and sentence flow fixBenjamin Peterson2014-05-261-2/+1
* | merge 3.4Benjamin Peterson2014-05-261-3/+5
|\ \ | |/
| * format reST directive in the usual wayBenjamin Peterson2014-05-261-3/+5
* | merge 3.4Benjamin Peterson2014-05-261-3/+3
|\ \ | |/
| * link to wikipedia description of cryptographic saltBenjamin Peterson2014-05-261-1/+1
| * oxford commaBenjamin Peterson2014-05-261-3/+3
* | merge 3.4 (#21586)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).Raymond Hettinger2014-05-261-0/+5
* | mergeRaymond Hettinger2014-05-261-1/+1
|\ \ | |/
| * Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-261-1/+1
* | Merge from 3.4Nick Coghlan2014-05-251-1/+17
|\ \ | |/
| * Mention setuptools & wheel as key terms for distributionNick Coghlan2014-05-251-1/+17
* | 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