summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+8
* Issue #28678: Merge parameter name from 3.5 into 3.6Martin Panter2016-11-131-2/+2
|\
| * Issue #28678: Fix references to numeric_owner parameterMartin Panter2016-11-131-2/+2
* | Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
|\ \ | |/
| * Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
* | Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)Guido van Rossum2016-11-111-15/+50
|\ \ | |/
| * Issue 28644: Document recent changes in typing.py (Ivan L)Guido van Rossum2016-11-111-15/+50
* | Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-101-0/+4
* | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ...Steve Dower2016-11-091-4/+8
* | Merge from 3.5Andrew Kuchling2016-11-092-2/+2
|\ \ | |/
| * Use http instead of https, due to certificate errorAndrew Kuchling2016-11-092-2/+2
* | Merge from 3.5Andrew Kuchling2016-11-092-2/+2
|\ \ | |/
| * Update URL for requests documentation after IRC requestAndrew Kuchling2016-11-092-2/+2
* | Merge 3.5 (issue #27392)Yury Selivanov2016-11-071-0/+17
|\ \ | |/
| * Issue #27392: Document loop.connect_accepted_socket()Yury Selivanov2016-11-071-0/+17
* | Issue #28088: Merge from 3.5Berker Peksag2016-11-071-4/+4
|\ \ | |/
| * Issue #28088: Don't include self in method signatureBerker Peksag2016-11-071-4/+4
* | Issue #28088: Document Transport.set_protocol and get_protocol.INADA Naoki2016-11-041-0/+13
|\ \ | |/
| * Issue #28088: Document Transport.set_protocol and get_protocolINADA Naoki2016-11-041-0/+13
* | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)Guido van Rossum2016-11-031-0/+4
|\ \ | |/
| * Issue #26980: Improve docs for create_unix_connection(). By Mariatta.Guido van Rossum2016-11-031-0/+4
* | Fixed hyperlinks for tarfile CLI options.Serhiy Storchaka2016-11-021-6/+7
|\ \ | |/
| * Fixed hyperlinks for tarfile CLI options.Serhiy Storchaka2016-11-021-6/+7
* | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+56
|\ \ | |/
| * Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
* | Add cum_weights example (simulation of a cumulative binomial distribution).Raymond Hettinger2016-11-011-0/+7
* | Issue #28553: Fix logic error in example code of int.to_bytes doc.INADA Naoki2016-10-311-1/+1
|\ \ | |/
| * Issue #28553: Fix logic error in example code of int.to_bytes doc.INADA Naoki2016-10-311-1/+1
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-305-22/+24
|\ \ | |/
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-2/+4
| * Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-304-20/+20
* | Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
|\ \ | |/
| * Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
* | Issue #22493: Updated an example for fnmatch.translate().Serhiy Storchaka2016-10-271-1/+1
* | Merge from 3.5Zachary Ware2016-10-261-1/+1
|\ \ | |/
| * Fix default role usageZachary Ware2016-10-261-1/+1
* | Issue #28107: Update typing module documentation for NamedTuple (Ivan)Guido van Rossum2016-10-251-4/+13
* | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-252-0/+6
* | merge 3.5 (#28525)Benjamin Peterson2016-10-251-1/+1
|\ \ | |/
| * fix name of keyword parameter to gc.collect() (closes #28525)Benjamin Peterson2016-10-251-1/+1
* | Merge 3.5 (issue #26796)Yury Selivanov2016-10-211-0/+7
|\ \ | |/
| * Issue #26796: Don't configure the number of workers for default threadpool ex...Yury Selivanov2016-10-211-0/+7
* | Merge (issue #25152)Brett Cannon2016-10-211-0/+6
|\ \ | |/
| * Issue #25152: Mention the deprecation of pyvenvBrett Cannon2016-10-211-0/+6
* | Issue #18219: Optimize csv.DictWriter for large number of columns.INADA Naoki2016-10-211-4/+6
* | Issue #26010: fix typos; rewordingYury Selivanov2016-10-201-10/+10
* | Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010Yury Selivanov2016-10-201-3/+66
|\ \ | |/
| * Issue #26010: Document CO_* constantsYury Selivanov2016-10-201-3/+58
* | Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
|\ \ | |/
| * Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1