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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the unicode equality test an external function rather than in-lining it.
Raymond Hettinger
2015-07-04
1
-0/+4
*
Merge 3.5 (Issue #19235)
Yury Selivanov
2015-07-03
2
-3/+4
|
\
|
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
2
-3/+4
*
|
Issue #24400: Merge 3.5
Yury Selivanov
2015-06-22
2
-26/+34
|
\
\
|
|
/
|
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
2
-26/+34
*
|
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
\
|
|
/
|
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
|
|
\
|
|
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
|
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
|
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov
2015-06-03
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov
2015-06-03
1
-1/+0
*
|
|
Issue 24365: Merge 3.5
Yury Selivanov
2015-06-02
3
-9/+27
|
\
\
\
|
|
/
/
|
*
|
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
Yury Selivanov
2015-06-02
3
-9/+27
*
|
|
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
2
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
2
-1/+3
*
|
|
Merge from 3.5.
Eric Snow
2015-06-02
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Eric Snow
2015-06-02
1
-0/+2
*
|
|
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov
2015-06-01
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov
2015-06-01
1
-2/+2
*
|
|
merge 3.5 (#24345)
Benjamin Peterson
2015-06-01
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Py_tp_finalize slot (closes #24345)
Benjamin Peterson
2015-06-01
1
-0/+1
|
*
|
Post-release updates for Python 3.5.0b2.
Larry Hastings
2015-06-01
1
-1/+1
|
*
|
Version bump for Python 3.5.0b2.
v3.5.0b2
Larry Hastings
2015-05-31
1
-2/+2
*
|
|
Merge from 3.5.
Eric Snow
2015-05-30
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #16991: Drop Py_ODict_GetItemId.
Eric Snow
2015-05-30
1
-1/+0
*
|
|
Merge from 3.5.
Eric Snow
2015-05-30
2
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Eric Snow
2015-05-30
2
-4/+4
|
*
|
Reverting my previous commit.
Yury Selivanov
2015-05-30
1
-4/+4
|
/
/
*
|
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
3
-3/+55
*
|
merge 3.5
Benjamin Peterson
2015-05-28
1
-1/+0
|
\
\
|
*
|
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-1/+0
*
|
|
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov
2015-05-28
1
-6/+3
|
\
\
\
|
|
/
/
|
*
|
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov
2015-05-28
1
-6/+3
*
|
|
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka
2015-05-27
1
-115/+115
|
\
\
\
|
|
/
/
|
*
|
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka
2015-05-27
1
-115/+115
*
|
|
Version bump for trunk to 3.6.0a0. Welcome to the future!
Larry Hastings
2015-05-25
1
-4/+4
|
/
/
*
|
Post-release fixes for 3.5.0b1.
Larry Hastings
2015-05-24
1
-1/+1
*
|
Version bump for 3.5.0b1.
v3.5.0b1
Larry Hastings
2015-05-24
1
-3/+3
*
|
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...
Steve Dower
2015-05-23
1
-1/+1
*
|
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
2
-24/+54
*
|
Issue #24221: Small optimizations for heapq.
Raymond Hettinger
2015-05-22
1
-0/+1
*
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-12
1
-0/+3
*
|
Fix warnings for PyEval_GetCoroutineWrapper
Yury Selivanov
2015-05-12
1
-1/+1
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
11
-152/+229
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
3
-1/+4
*
|
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
3
-12/+15
*
|
remove the concept of an unoptimized function scope from the compiler, since ...
Benjamin Peterson
2015-04-28
1
-5/+0
*
|
Add the files missing from c9f1630cf2b1 for issue9951.
Gregory P. Smith
2015-04-26
1
-0/+17
[next]