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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix misspelling
Terry Jan Reedy
2016-08-24
1
-1/+1
*
|
Merge from 3.5
Berker Peksag
2016-08-24
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in Cursor.execute().
Berker Peksag
2016-08-24
1
-1/+1
*
|
Issue #6057: Merge from 3.5
Berker Peksag
2016-08-24
2
-2/+33
|
\
\
|
|
/
|
*
Issue #6057: Document exceptions in sqlite3 module
Berker Peksag
2016-08-24
2
-2/+33
*
|
Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHa...
Vinay Sajip
2016-08-24
1
-17/+35
*
|
Issue #12319: Move NEWS under beta 1 heading
Martin Panter
2016-08-24
1
-8/+8
*
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
9
-150/+531
*
|
Remove expected failure from test of _product internal function.
Steven D'Aprano
2016-08-24
1
-2/+2
*
|
Remove support for nth root of negative numbers with odd powers.
Steven D'Aprano
2016-08-24
2
-28/+8
*
|
Add geometric_mean to __all__
Steven D'Aprano
2016-08-24
1
-1/+2
*
|
Update NEWS.
Steven D'Aprano
2016-08-24
1
-1/+3
*
|
#26907: add some missing getsockopt constants.
R David Murray
2016-08-24
3
-0/+20
*
|
Merge: #25916: fix a few 'string of bytes' references.
R David Murray
2016-08-24
4
-4/+4
|
\
\
|
|
/
|
*
#25916: fix a few 'string of bytes' references.
R David Murray
2016-08-24
4
-4/+4
*
|
Issue #27809: map_next() uses fast call
Victor Stinner
2016-08-23
1
-15/+31
*
|
PyObject_CallMethodObjArgs() now uses fast call
Victor Stinner
2016-08-23
1
-32/+71
*
|
Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs)
Victor Stinner
2016-08-23
1
-71/+32
*
|
Backed out changeset 70f88b097f60 (map_next)
Victor Stinner
2016-08-23
1
-31/+15
*
|
PyObject_CallMethodObjArgs() now uses fast call
Victor Stinner
2016-08-23
1
-32/+71
*
|
Issue #27809: map_next() uses fast call
Victor Stinner
2016-08-23
1
-15/+31
*
|
Backed out changeset 1017215f5492
Mark Dickinson
2016-08-23
2
-144/+0
*
|
Issue #27834: Avoid overflow error in ZoneInfo.invert().
Alexander Belopolsky
2016-08-23
1
-3/+3
*
|
Fix markup, add versionadded tags
Zachary Ware
2016-08-23
1
-3/+7
*
|
Issue #27787: No longer call deleted test_main().
Terry Jan Reedy
2016-08-23
1
-1/+1
*
|
A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...
Guido van Rossum
2016-08-23
3
-26/+61
|
\
\
|
|
/
|
*
A new version of typing.py from https://github.com/python/typing.
Guido van Rossum
2016-08-23
3
-26/+61
*
|
Issue 27598: Add Collections to collections.abc.
Guido van Rossum
2016-08-23
5
-21/+132
*
|
Automated merge with ssh://hg.python.org/cpython
Steven D'Aprano
2016-08-23
5
-26/+104
|
\
\
|
*
|
Re-licence statistics.py under the standard Python licence.
Steven D'Aprano
2016-08-23
1
-17/+0
|
*
|
Add documentation for geometric and harmonic means.
Steven D'Aprano
2016-08-23
1
-0/+58
|
*
|
Issue #27573 make the exit message configurable.
Steven D'Aprano
2016-08-23
3
-9/+46
*
|
|
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...
Guido van Rossum
2016-08-23
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...
Guido van Rossum
2016-08-23
1
-1/+1
*
|
|
Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...
Mark Dickinson
2016-08-23
2
-0/+144
*
|
|
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
Mark Dickinson
2016-08-23
3
-1/+5
|
|
/
|
/
|
*
|
Issue #27809: partial_call() uses fast call for positional args
Victor Stinner
2016-08-23
1
-12/+28
*
|
Issue #27787: Remove test_main() and hard-coded list of test classes
Martin Panter
2016-08-23
1
-9/+2
*
|
Issue #12713: reverted fix pending further discussion.
Vinay Sajip
2016-08-23
4
-98/+32
*
|
Issue #27809: builtin___build_class__() uses fast call
Victor Stinner
2016-08-22
1
-6/+2
*
|
PyEval_CallObjectWithKeywords() doesn't inc/decref
Victor Stinner
2016-08-22
1
-7/+1
*
|
Issue #27809: methodcaller_reduce() uses fast call
Victor Stinner
2016-08-22
1
-11/+7
*
|
Issue #27809: _csv: _call_dialect() uses fast call
Victor Stinner
2016-08-22
1
-9/+7
*
|
Issue #27809: tzinfo_reduce() uses fast call
Victor Stinner
2016-08-22
1
-14/+10
*
|
Issue #27809: PyErr_SetImportError() uses fast call
Victor Stinner
2016-08-22
1
-14/+8
*
|
Add _PyErr_CreateException()
Victor Stinner
2016-08-22
1
-30/+29
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
2
-25/+15
*
|
PyEval_CallObjectWithKeywords() uses fast call with kwargs
Victor Stinner
2016-08-22
1
-12/+4
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
2
-34/+15
*
|
Issue #27809: Cleanup _PyEval_EvalCodeWithName()
Victor Stinner
2016-08-22
1
-15/+13
[prev]
[next]