summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27819: Add more detail in What's New in 3.6.Jason R. Coombs2016-08-211-0/+23
* Merge #27782 fix from 3.5Nick Coghlan2016-08-211-1/+1
|\
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+1
* | issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-201-1/+20
* | Merge spelling fixes from 3.5Martin Panter2016-08-204-4/+4
|\ \ | |/
| * Minor spelling fixesMartin Panter2016-08-204-4/+4
* | Issue #12982: Merge from 3.5Berker Peksag2016-08-201-3/+1
|\ \ | |/
| * Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
* | Issue26988: remove AutoEnumEthan Furman2016-08-201-218/+65
* | Issue #12946: Merge from 3.5Berker Peksag2016-08-191-4/+7
|\ \ | |/
| * Issue #12946: Document that PyModule_GetDict can fail in some casesBerker Peksag2016-08-191-4/+7
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+3
* | Closes #12713: Allowed abbreviation of subcommands in argparse.Vinay Sajip2016-08-181-0/+12
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-182-2/+20
* | Closes #9998: Allowed find_library to search additional locations for libraries.Vinay Sajip2016-08-171-5/+12
* | Merge with 3.5Zachary Ware2016-08-171-2/+2
|\ \ | |/
| * Use sys.version_info, not sys.version.Zachary Ware2016-08-171-2/+2
* | Add cross-reference to typing.NamedTuple. Doctest two more examples.Raymond Hettinger2016-08-161-4/+10
* | mergeRaymond Hettinger2016-08-161-5/+0
|\ \ | |/
| * Remove duplicate of the entry in the seealso sectionRaymond Hettinger2016-08-161-5/+0
* | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.Raymond Hettinger2016-08-161-2/+6
* | Add versionadded tags for (c)math.tau.Georg Brandl2016-08-162-0/+4
* | Issue #26823: fix traceback abbreviation docsNick Coghlan2016-08-162-6/+25
* | Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6)Guido van Rossum2016-08-151-0/+27
|\ \ | |/
| * Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
* | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-152-2/+11
* | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-8/+12
* | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-152-0/+27
* | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-141-0/+3
* | Add versionadded tag to docs for timeit.autorangeSteven D'Aprano2016-08-141-0/+2
* | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-141-2/+17
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+7
* | Merge: #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
|\ \ | |/
| * #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
* | mergeRaymond Hettinger2016-08-131-5/+11
|\ \ | |/
| * Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-5/+11
* | Issue #24637: Merge from 3.5Berker Peksag2016-08-131-8/+9
|\ \ | |/
| * Issue #24637: Document that locals can be any mapping objectBerker Peksag2016-08-131-8/+9
* | Merge for issue #27712Brett Cannon2016-08-121-2/+2
|\ \ | |/
| * Issue #27712: Fix some typos in the import docs.Brett Cannon2016-08-121-2/+2
* | mergeRaymond Hettinger2016-08-121-23/+1
|\ \ | |/
| * Issue 27719: Remove a doc example that is not applicable in Python 3Raymond Hettinger2016-08-121-23/+1
* | Issue #27745: Merge typo fixes from 3.5Martin Panter2016-08-121-4/+4
|\ \ | |/
| * Issue #27745: Fix some typos in Argument Clinic howto, by Lele GaifaxMartin Panter2016-08-121-4/+4
* | Merge ISO-8859 fixes from 3.5Martin Panter2016-08-101-2/+2
|\ \ | |/
| * Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
* | Issue #27200: Merge with 3.5Zachary Ware2016-08-101-0/+5
|\ \ | |/
| * Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
* | Closes #27210: Merge with 3.5Zachary Ware2016-08-103-11/+9
|\ \ | |/
| * Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-103-11/+9