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
*
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
Steve Dower
2021-11-27
1
-4/+4
*
bpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)
Dong-hee Na
2021-11-26
1
-29/+4
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
5
-23/+71
*
bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...
Mark Shannon
2021-11-22
1
-0/+1
*
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney
2021-11-19
1
-21/+47
*
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na
2021-11-18
1
-5/+9
*
bpo-45636: Simplify BINARY_OP (GH-29565)
Brandt Bucher
2021-11-16
1
-0/+12
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-5/+0
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439)
Mark Dickinson
2021-11-06
1
-3/+1
*
bpo-45697: Use PyObject_TypeCheck in type_call (GH-29392)
Itamar Ostricher
2021-11-04
1
-1/+1
*
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-2...
Mark Shannon
2021-11-03
1
-16/+14
*
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Mark Shannon
2021-10-28
1
-15/+6
*
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
Mark Shannon
2021-10-28
1
-6/+5
*
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon
2021-10-28
1
-5/+5
*
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters
2021-10-25
1
-13/+64
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-1/+527
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
Dennis Sweeney
2021-10-22
1
-6/+14
*
bpo-43706: Use PEP 590 vectorcall to speed up enumerate() (GH-25154)
Dong-hee Na
2021-10-21
1
-0/+40
*
bpo-45526: obmalloc radix use 64 addr bits (GH-29062)
Neil Schemenauer
2021-10-21
1
-20/+35
*
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051)
Neil Schemenauer
2021-10-21
1
-1/+1
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
6
-26/+98
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-15/+36
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
2
-0/+2
*
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Mark Shannon
2021-10-18
1
-1/+3
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
2
-2/+3
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
2
-2/+2
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
3
-3/+0
*
bpo-45479: Futher simplify Py_UniversalNewlineFgets. (GH-28967)
Benjamin Peterson
2021-10-15
1
-23/+9
*
closes bpo-45479: Degunkify Py_UniversalNewlineFgets. (GH-28965)
Benjamin Peterson
2021-10-15
1
-32/+5
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
3
-0/+4
*
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Victor Stinner
2021-10-14
2
-5/+43
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-20/+44
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
1
-4/+9
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-12/+37
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
3
-1/+4
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
3
-7/+7
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
3
-231/+487
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
1
-1/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
12
-27/+37
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
13
-25/+25
*
bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
Victor Stinner
2021-10-11
1
-23/+36
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
2
-2/+4
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
1
-0/+20
*
bpo-45385: Fix reference leak from descr_check (#28719)
Dong-hee Na
2021-10-07
1
-39/+37
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
9
-12/+12
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-130/+151
*
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka
2021-10-04
2
-12/+8
*
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the ...
Serhiy Storchaka
2021-10-03
2
-3/+3
*
Fix spelling error in comment (GH-28696)
Raymond Hettinger
2021-10-02
1
-1/+1
*
bpo-45061: Revert unicode_is_singleton() change (GH-28516)
Victor Stinner
2021-09-22
1
-2/+4
[next]