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
...
*
|
|
Fix _PyMethodDef_RawFastCallDict() argument parsing
Victor Stinner
2017-01-18
1
-14/+16
*
|
|
_PyObject_FastCallKeywords() now checks the result
Victor Stinner
2017-01-18
1
-0/+2
*
|
|
Optimize methoddescr_call(): avoid temporary PyCFunction
Victor Stinner
2017-01-18
2
-26/+33
*
|
|
Remove unused func parameter of _PyStack_UnpackDict()
Victor Stinner
2017-01-18
2
-3/+2
*
|
|
Convert some OrderedDict methods to Argument Clinic
Victor Stinner
2017-01-17
2
-87/+219
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
5
-37/+77
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
3
-39/+87
*
|
|
_PyStack_UnpackDict() now returns -1 on error
Victor Stinner
2017-01-17
2
-9/+11
*
|
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
4
-16/+16
*
|
|
type_prepare() now uses fast call (METH_FASTCALL)
Victor Stinner
2017-01-16
1
-2/+3
*
|
|
Add _PyStack_AsTupleSlice() helper
Victor Stinner
2017-01-16
1
-0/+23
*
|
|
Optimize _PyCFunction_FastCallKeywords()
Victor Stinner
2017-01-16
1
-36/+131
*
|
|
Issue #20180: forgot to update AC output.
INADA Naoki
2017-01-16
2
-41/+39
*
|
|
Issue #20180: convert unicode methods to AC.
INADA Naoki
2017-01-16
2
-409/+1405
*
|
|
Merge doc fixes from 3.6
Martin Panter
2017-01-14
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge doc fixes from 3.5
Martin Panter
2017-01-14
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
1
-1/+1
*
|
|
Issue #1621: Overflow should not be possible in listextend()
Martin Panter
2017-01-14
1
-0/+3
*
|
|
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-8/+23
|
\
\
\
|
|
/
/
|
*
|
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-8/+23
|
|
\
\
|
|
|
/
|
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-8/+23
*
|
|
Disable _PyStack_AsTuple() inlining
Victor Stinner
2017-01-11
1
-1/+3
*
|
|
call_method() now uses _PyObject_FastCall()
Victor Stinner
2017-01-10
2
-44/+66
*
|
|
Issue #29145: Merge 3.6.
Xiang Zhang
2017-01-10
2
-7/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #29145: Merge 3.5.
Xiang Zhang
2017-01-10
1
-6/+8
|
|
\
\
|
|
|
/
|
|
*
Issue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang
2017-01-10
1
-6/+8
*
|
|
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
[prev]
[next]