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
*
Doc: Fix typo in fastsearch comments (GH-14608)
Valentin Haenel
2019-09-11
1
-2/+2
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
2
-63/+43
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-10/+10
*
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
Sergey Fedoseev
2019-09-10
1
-1/+0
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
1
-2/+2
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
1
-6/+13
*
Fix typo in dict object comment (#15814)
dalgarno
2019-09-10
1
-1/+1
*
Expand comment explaining update_one_slot (GH-14810)
Jeroen Demeyer
2019-09-10
1
-9/+59
*
Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825)
Greg Price
2019-09-10
1
-3/+0
*
Correct overflow check in PyTuple_New() (GH-14838)
Sergey Fedoseev
2019-09-09
1
-2/+2
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-2/+0
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-2/+4
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-16/+0
*
replace inline function `is_small_int` with a macro version (GH-15710)
animalize
2019-09-06
1
-13/+9
*
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
Zackery Spytz
2019-09-04
1
-0/+3
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-2/+2
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
6
-91/+96
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
2
-2/+2
*
bpo-8425: Fast path for set inplace difference when the second set is large (...
Raymond Hettinger
2019-08-29
1
-1/+17
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
10
-56/+56
*
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger
2019-08-27
1
-0/+6
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
12
-12/+13
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
1
-4/+77
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-9/+0
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-0/+4
*
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...
Greg Price
2019-08-24
1
-11/+25
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-7/+16
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-6/+10
*
abstract.c should not be executable. (GH-15348)
Benjamin Peterson
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+42
*
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)
Victor Stinner
2019-08-20
1
-21/+16
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-6/+19
*
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Jeroen Demeyer
2019-08-15
1
-2/+3
*
bpo-36030: Improve performance of some tuple operations (GH-12052)
Sergey Fedoseev
2019-08-14
1
-32/+71
*
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Hai Shi
2019-08-14
1
-2/+2
*
bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814)
Zackery Spytz
2019-08-14
1
-1/+1
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
4
-6/+4
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
4
-4/+4
*
bpo-37340: remove free_list for bound method objects (GH-14232)
Inada Naoki
2019-07-26
3
-96/+11
*
bpo-37543: optimize pymalloc (#14674)
Inada Naoki
2019-07-17
1
-218/+226
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
1
-1/+10
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
2
-6/+6
*
Fix compiler warning in new code. (#14690)
Tim Peters
2019-07-10
1
-1/+1
*
bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)
Neil Schemenauer
2019-07-10
1
-7/+22
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
6
-11/+11
*
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
Jeroen Demeyer
2019-07-05
1
-259/+0
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
3
-79/+354
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
15
-40/+29
*
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
Jeroen Demeyer
2019-07-03
1
-6/+10
*
bpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
Jeroen Demeyer
2019-07-02
1
-63/+85
[next]