index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27819: Add more detail in What's New in 3.6.
Jason R. Coombs
2016-08-21
1
-0/+23
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+1
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+1
*
|
issue26981: add _order_ compatibility shim to enum.Enum
Ethan Furman
2016-08-20
1
-1/+20
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-08-20
4
-4/+4
|
\
\
|
|
/
|
*
Minor spelling fixes
Martin Panter
2016-08-20
4
-4/+4
*
|
Issue #12982: Merge from 3.5
Berker Peksag
2016-08-20
1
-3/+1
|
\
\
|
|
/
|
*
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
Berker Peksag
2016-08-20
1
-3/+1
*
|
Issue26988: remove AutoEnum
Ethan Furman
2016-08-20
1
-218/+65
*
|
Issue #12946: Merge from 3.5
Berker Peksag
2016-08-19
1
-4/+7
|
\
\
|
|
/
|
*
Issue #12946: Document that PyModule_GetDict can fail in some cases
Berker Peksag
2016-08-19
1
-4/+7
*
|
Issue #27157: Make only type() itself accept the one-argument form
Berker Peksag
2016-08-19
1
-0/+3
*
|
Closes #12713: Allowed abbreviation of subcommands in argparse.
Vinay Sajip
2016-08-18
1
-0/+12
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
2
-2/+20
*
|
Closes #9998: Allowed find_library to search additional locations for libraries.
Vinay Sajip
2016-08-17
1
-5/+12
*
|
Merge with 3.5
Zachary Ware
2016-08-17
1
-2/+2
|
\
\
|
|
/
|
*
Use sys.version_info, not sys.version.
Zachary Ware
2016-08-17
1
-2/+2
*
|
Add cross-reference to typing.NamedTuple. Doctest two more examples.
Raymond Hettinger
2016-08-16
1
-4/+10
*
|
merge
Raymond Hettinger
2016-08-16
1
-5/+0
|
\
\
|
|
/
|
*
Remove duplicate of the entry in the seealso section
Raymond Hettinger
2016-08-16
1
-5/+0
*
|
Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.
Raymond Hettinger
2016-08-16
1
-2/+6
*
|
Add versionadded tags for (c)math.tau.
Georg Brandl
2016-08-16
2
-0/+4
*
|
Issue #26823: fix traceback abbreviation docs
Nick Coghlan
2016-08-16
2
-6/+25
*
|
Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6)
Guido van Rossum
2016-08-15
1
-0/+27
|
\
\
|
|
/
|
*
Add docs for typing.AnyStr and typing.Text. By Michael Lee.
Guido van Rossum
2016-08-15
1
-0/+27
*
|
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
2
-2/+11
*
|
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka
2016-08-15
1
-8/+12
*
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
2
-0/+27
*
|
Issue27573 code.interact prints a message when exiting.
Steven D'Aprano
2016-08-14
1
-0/+3
*
|
Add versionadded tag to docs for timeit.autorange
Steven D'Aprano
2016-08-14
1
-0/+2
*
|
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano
2016-08-14
1
-2/+17
*
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
1
-0/+7
*
|
Merge: #27753: fix typo (name->named).
R David Murray
2016-08-13
1
-1/+1
|
\
\
|
|
/
|
*
#27753: fix typo (name->named).
R David Murray
2016-08-13
1
-1/+1
*
|
merge
Raymond Hettinger
2016-08-13
1
-5/+11
|
\
\
|
|
/
|
*
Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...
Raymond Hettinger
2016-08-13
1
-5/+11
*
|
Issue #24637: Merge from 3.5
Berker Peksag
2016-08-13
1
-8/+9
|
\
\
|
|
/
|
*
Issue #24637: Document that locals can be any mapping object
Berker Peksag
2016-08-13
1
-8/+9
*
|
Merge for issue #27712
Brett Cannon
2016-08-12
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27712: Fix some typos in the import docs.
Brett Cannon
2016-08-12
1
-2/+2
*
|
merge
Raymond Hettinger
2016-08-12
1
-23/+1
|
\
\
|
|
/
|
*
Issue 27719: Remove a doc example that is not applicable in Python 3
Raymond Hettinger
2016-08-12
1
-23/+1
*
|
Issue #27745: Merge typo fixes from 3.5
Martin Panter
2016-08-12
1
-4/+4
|
\
\
|
|
/
|
*
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax
Martin Panter
2016-08-12
1
-4/+4
*
|
Merge ISO-8859 fixes from 3.5
Martin Panter
2016-08-10
1
-2/+2
|
\
\
|
|
/
|
*
Correct misspellings of ISO-8859
Martin Panter
2016-08-10
1
-2/+2
*
|
Issue #27200: Merge with 3.5
Zachary Ware
2016-08-10
1
-0/+5
|
\
\
|
|
/
|
*
Issue #27200: Fix doctests in Doc/library/hashlib.rst
Zachary Ware
2016-08-10
1
-0/+5
*
|
Closes #27210: Merge with 3.5
Zachary Ware
2016-08-10
3
-11/+9
|
\
\
|
|
/
|
*
Issue #27210: Fix doctests for a few modules.
Zachary Ware
2016-08-10
3
-11/+9
[next]