summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ | |/ /
| * | Issue #22493: Updated an example for fnmatch.translate().Serhiy Storchaka2016-10-271-1/+1
* | | Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2712-64/+64
|\ \ \ | |/ /
| * | Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2712-64/+64
| |\ \ | | |/
| | * Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2712-64/+64
* | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
|\ \ \ | |/ /
| * | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
* | | Remove unused suspicious rulesZachary Ware2016-10-261-2/+0
* | | Merge from 3.6Zachary Ware2016-10-261-0/+1
|\ \ \ | |/ /
| * | Ignore harmless suspicious markupZachary Ware2016-10-261-0/+1
* | | Merge from 3.6Zachary Ware2016-10-261-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) (3.6->...Guido van Rossum2016-10-251-4/+13
|\ \ \ | |/ /
| * | Issue #28107: Update typing module documentation for NamedTuple (Ivan)Guido van Rossum2016-10-251-4/+13
* | | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7)Guido van Rossum2016-10-252-0/+6
|\ \ \ | |/ /
| * | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-252-0/+6
* | | merge 3.6 (#28525)Benjamin Peterson2016-10-251-1/+1
|\ \ \ | |/ /
| * | 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
* | | Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... insteadSerhiy Storchaka2016-10-231-12/+11
* | | Issue #23214: Fix formatting of -1Martin Panter2016-10-211-1/+1
* | | Merge 3.6 (issue #26796)Yury Selivanov2016-10-211-0/+7
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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 #18219: Optimize csv.DictWriter for large number of columns.INADA Naoki2016-10-211-4/+6
* | | Issue #23214: Implement optional BufferedReader, BytesIO read1() argumentMartin Panter2016-10-201-6/+15
* | | Merge 3.6 (issue #26010)Yury Selivanov2016-10-201-10/+10
|\ \ \ | |/ /
| * | Issue #26010: fix typos; rewordingYury Selivanov2016-10-201-10/+10
* | | Merge 3.6 (issue #26010)Yury Selivanov2016-10-201-3/+66
|\ \ \ | |/ /
| * | Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010Yury Selivanov2016-10-201-3/+66
| |\ \ | | |/
| | * Issue #26010: Document CO_* constantsYury Selivanov2016-10-201-3/+58
* | | Add cum_weights example (simulation of a cumulative binomial distribution).Raymond Hettinger2016-10-201-0/+7
* | | Merge 3.6Victor Stinner2016-10-191-4/+4
|\ \ \ | |/ /
| * | Close #28479: Fix reST syntax in windows.rstVictor Stinner2016-10-191-4/+4
* | | Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
|\ \ \ | |/ /
| * | Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
| |\ \ | | |/
| | * Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
* | | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-1916-28/+28
|\ \ \ | |/ /
| * | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-1916-28/+28
| |\ \ | | |/
| | * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-1914-23/+23
* | | Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
|\ \ \ | |/ /
| * | Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
| |\ \ | | |/