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
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
1
-6/+16
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
1
-16/+6
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
1
-6/+16
*
Optimize slots: avoid temporary PyMethodObject
Victor Stinner
2017-02-09
1
-0/+6
*
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka
2017-02-06
1
-0/+7
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
|
\
|
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
|
|
\
|
|
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
*
|
|
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
2
-0/+10
*
|
|
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka
2017-01-25
1
-2/+14
|
\
\
\
|
|
/
/
|
*
|
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
|
|
\
\
|
|
|
/
|
|
*
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
*
|
|
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-7/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-7/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-5/+5
|
|
*
Fix incorrect patchlevel information for 3.5.3+.
Larry Hastings
2017-01-20
1
-2/+2
|
|
*
Merge 3.5.3 release head with main 3.5 branch.
Larry Hastings
2017-01-17
2
-2/+3
|
|
|
\
|
|
*
|
Post-release updates for 3.5.3.
Larry Hastings
2017-01-17
1
-1/+1
|
|
*
|
Version bump for Python 3.5.3.
v3.5.3
Larry Hastings
2017-01-16
1
-3/+3
*
|
|
|
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Victor Stinner
2017-01-24
1
-6/+9
*
|
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-6/+3
*
|
|
|
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka
2017-01-22
1
-2/+2
*
|
|
|
Optimize methoddescr_call(): avoid temporary PyCFunction
Victor Stinner
2017-01-18
1
-0/+7
*
|
|
|
Remove unused func parameter of _PyStack_UnpackDict()
Victor Stinner
2017-01-18
1
-2/+1
*
|
|
|
Add _PyArg_UnpackStack() function helper
Victor Stinner
2017-01-17
1
-0/+10
*
|
|
|
_PyStack_UnpackDict() now returns -1 on error
Victor Stinner
2017-01-17
1
-5/+8
*
|
|
|
Add _PyArg_NoStackKeywords() helper function
Victor Stinner
2017-01-17
1
-1/+2
*
|
|
|
Add _PyArg_ParseStack() helper function
Victor Stinner
2017-01-17
1
-3/+13
*
|
|
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
2
-4/+4
*
|
|
|
Add _PyStack_AsTupleSlice() helper
Victor Stinner
2017-01-16
1
-0/+6
*
|
|
|
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
|
|
|
/
|
|
*
Post-release fixups for Python 3.5.3rc1.
Larry Hastings
2017-01-03
1
-1/+1
|
|
*
Version bump for 3.5.3rc1.
v3.5.3rc1
Larry Hastings
2017-01-02
1
-4/+4
*
|
|
Disable _PyStack_AsTuple() inlining
Victor Stinner
2017-01-11
1
-1/+14
*
|
|
call_method() now uses _PyObject_FastCall()
Victor Stinner
2017-01-10
1
-8/+0
*
|
|
Merge 3.6
Victor Stinner
2017-01-05
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #27961: Define HAVE_LONG_LONG as 1.
Victor Stinner
2017-01-05
1
-1/+1
*
|
|
Issue #28915: Exclude _Py_VaBuildStack from the limited API.
Serhiy Storchaka
2016-12-27
1
-0/+4
*
|
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
*
|
|
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
18
-7/+85
|
\
\
\
|
|
/
/
|
*
|
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
18
-7/+85
*
|
|
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki
2016-12-24
1
-1/+5
*
|
|
abstract.h: remove long outdated comment
Victor Stinner
2016-12-19
1
-118/+2
*
|
|
Issue #29009: Merge 3.6.
Xiang Zhang
2016-12-19
1
-4/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #29009: Merge 3.5.
Xiang Zhang
2016-12-19
1
-4/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Xiang Zhang
2016-12-19
1
-4/+0
[next]