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
*
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
*
|
|
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-4/+3
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
2
-1/+3
*
|
|
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner
2016-12-15
1
-0/+11
*
|
|
Issue #28838: Cleanup abstract.h
Victor Stinner
2016-12-15
1
-621/+423
*
|
|
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-0/+2
*
|
|
Add _PyObject_VaCallFunctionObjArgs() private function
Victor Stinner
2016-12-08
1
-0/+6
*
|
|
Add _Py_VaBuildStack() function
Victor Stinner
2016-12-08
1
-0/+13
*
|
|
merge 3.6 (#28898)
Benjamin Peterson
2016-12-08
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
Benjamin Peterson
2016-12-08
1
-2/+3
|
*
|
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will...
Ned Deily
2016-12-07
1
-3/+3
|
*
|
Version bump for 3.6.0rc1
v3.6.0rc1
Ned Deily
2016-12-07
1
-3/+3
*
|
|
Issue #28838: Fix weird indentation of abstract.h
Victor Stinner
2016-12-06
1
-847/+859
*
|
|
Uniformize argument names of "call" functions
Victor Stinner
2016-12-06
2
-70/+74
*
|
|
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
|
|
\
\
|
|
|
/
|
|
*
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
*
|
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-1/+1
|
*
|
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ...
Ned Deily
2016-11-22
1
-1/+1
|
*
|
Version bump for 3.6.0b4
v3.6.0b4
Ned Deily
2016-11-22
1
-1/+1
*
|
|
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-4/+1
*
|
|
fix _PyObject_CallArg1 compiler warnings (closes #28855)
Benjamin Peterson
2016-12-02
1
-1/+1
*
|
|
Backed out changeset 7efddbf1aa70
Victor Stinner
2016-11-30
2
-22/+22
*
|
|
Uniformize argument names of "call" functions
Victor Stinner
2016-11-29
2
-22/+22
*
|
|
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
1
-1/+0
*
|
|
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka
2016-11-22
3
-10/+10
*
|
|
Merge
Raymond Hettinger
2016-11-21
1
-4/+3
|
\
\
\
|
|
/
/
|
*
|
Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).
Raymond Hettinger
2016-11-21
1
-4/+3
*
|
|
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Serhiy Storchaka
2016-11-21
1
-1/+1
*
|
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
6
-45/+53
*
|
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka
2016-11-16
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka
2016-11-16
1
-2/+2
*
|
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka
2016-11-16
1
-9/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka
2016-11-16
1
-9/+0
*
|
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+19
|
|
\
\
|
|
|
/
|
|
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+19
*
|
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+11
*
|
|
Issue #28618: Mark dict lookup functions as hot
Victor Stinner
2016-11-15
1
-2/+2
*
|
|
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner
2016-11-11
1
-2/+25
*
|
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+1
[next]