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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 3.6
INADA Naoki
2017-01-06
2
-17/+25
|
\
|
*
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki
2017-01-06
2
-17/+25
*
|
Issue #28839: Optimize function_call()
Victor Stinner
2017-01-03
1
-47/+6
*
|
Merge 3.6.
Stefan Krah
2016-12-30
1
-1/+1
|
\
\
|
|
/
|
*
Merge 3.5.
Stefan Krah
2016-12-30
1
-1/+1
|
|
\
|
|
*
Issue #29111: Fix memoryview signature.
Stefan Krah
2016-12-30
1
-1/+1
|
|
*
Issue #29073: bytearray formatting no longer truncates on first null byte.
Serhiy Storchaka
2016-12-28
1
-1/+3
*
|
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-16/+74
|
\
\
\
|
|
/
/
|
*
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-17/+74
|
|
\
\
|
|
|
/
|
|
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-25/+56
*
|
|
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki
2016-12-24
1
-4/+16
*
|
|
Issue #29044: Merge 3.6.
Xiang Zhang
2016-12-22
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #29044: Merge 3.5.
Xiang Zhang
2016-12-22
1
-3/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #29044: Fix a use-after-free in string '%c' formatter.
Xiang Zhang
2016-12-22
1
-3/+4
|
|
*
Issue #28147: Fix a memory leak in split-table dictionaries
INADA Naoki
2016-12-20
1
-6/+15
*
|
|
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang
2016-12-20
1
-8/+4
*
|
|
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Serhiy Storchaka
2016-12-19
1
-2/+2
*
|
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka
2016-12-17
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka
2016-12-17
1
-3/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka
2016-12-17
1
-3/+2
*
|
|
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-7/+13
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
9
-22/+21
*
|
|
Merge 3.6.
Xavier de Gaye
2016-12-15
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-3/+3
*
|
|
Merge 3.6
Victor Stinner
2016-12-15
1
-5/+22
|
\
\
\
|
|
/
/
|
*
|
Fix a memory leak in split-table dictionaries
Victor Stinner
2016-12-15
1
-5/+22
*
|
|
Use _PyDict_NewPresized() in _PyStack_AsDict()
Victor Stinner
2016-12-15
1
-1/+1
*
|
|
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner
2016-12-15
1
-3/+3
*
|
|
Fix _PyObject_CallFunctionVa(), use the small stack
Victor Stinner
2016-12-15
1
-2/+1
*
|
|
Merge from 3.6.
Serhiy Storchaka
2016-12-14
1
-28/+1
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.6.
Serhiy Storchaka
2016-12-14
1
-28/+1
|
|
\
\
|
|
|
/
|
|
*
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
Serhiy Storchaka
2016-12-14
1
-28/+1
*
|
|
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-1/+89
*
|
|
Issue #28820: Merge typo fixes from 3.6
Martin Panter
2016-12-10
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typos in comment and documentation
Martin Panter
2016-12-10
1
-1/+1
|
*
|
Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.
INADA Naoki
2016-12-07
1
-5/+19
*
|
|
Backed out changeset 99c34e47348b
Victor Stinner
2016-12-09
1
-1/+1
*
|
|
Inline PyEval_EvalFrameEx() in callers
Victor Stinner
2016-12-09
1
-1/+1
*
|
|
Remove useless variable initialization
Victor Stinner
2016-12-09
1
-9/+6
*
|
|
Use PyObject_CallFunctionObjArgs()
Victor Stinner
2016-12-09
2
-2/+2
*
|
|
Use _PyObject_FastCallVa() in type slots
Victor Stinner
2016-12-08
1
-81/+50
*
|
|
Add _PyObject_VaCallFunctionObjArgs() private function
Victor Stinner
2016-12-08
1
-5/+5
*
|
|
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-08
1
-1/+2
*
|
|
_PyObject_CallFunctionVa() uses fast call
Victor Stinner
2016-12-08
1
-9/+25
*
|
|
Add _PyObject_CallFunctionVa() helper
Victor Stinner
2016-12-08
1
-54/+29
*
|
|
Add _PyObject_FastCallVa() helper
Victor Stinner
2016-12-08
1
-71/+37
*
|
|
Issue #28818: Simplify lookdict functions
INADA Naoki
2016-12-07
3
-125/+97
*
|
|
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-07
1
-1/+28
|
\
\
\
|
|
/
/
|
*
|
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-07
1
-1/+28
|
|
\
\
|
|
|
/
|
|
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-02
1
-1/+28
[next]