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-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...
Victor Stinner
2022-01-06
2
-19/+69
*
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
Inada Naoki
2022-01-05
1
-22/+33
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
1
-3/+5
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
1
-1/+0
*
bpo-46233: Minor speedup for bigint squaring (GH-30345)
Tim Peters
2022-01-04
1
-5/+19
*
bpo-46219, 46221: simplify except* implementation following exc_info changes....
Irit Katriel
2022-01-02
1
-2/+118
*
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Tim Peters
2022-01-02
1
-24/+84
*
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
Dong-hee Na
2021-12-30
1
-3/+5
*
bpo-46055: Speed up binary shifting operators (GH-30044)
Xinhang Xu
2021-12-27
1
-1/+16
*
bpo-46055: Streamline inner loop for right shifts (#30243)
Mark Dickinson
2021-12-27
1
-7/+8
*
bpo-43413: Revert changes in set.__init__ (GH-28403)
Serhiy Storchaka
2021-12-26
1
-3/+1
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
2
-12/+13
*
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the part...
Irit Katriel
2021-12-21
1
-0/+5
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
2
-4/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
2
-0/+4
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-6/+0
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
2
-8/+18
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
2
-5/+5
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
2
-24/+139
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
1
-29/+0
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-7/+3
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-1/+1
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
11
-72/+193
*
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
Andrew Svetlov
2021-12-08
1
-1/+4
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
1
-0/+13
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
4
-144/+131
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
1
-84/+99
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+31
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+14
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-1/+1
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
2
-122/+41
*
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
[next]