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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Victor Stinner
2022-01-26
2
-68/+72
*
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon
2022-01-24
1
-6/+7
*
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
Dong-hee Na
2022-01-23
1
-0/+1
*
bpo-29882: Fix portability bug introduced in GH-30774 (#30794)
Mark Dickinson
2022-01-23
1
-4/+14
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-22
1
-0/+2
*
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner
2022-01-22
1
-0/+1
*
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner
2022-01-22
2
-2/+2
*
bpo-46417: Clear more static types (GH-30796)
Victor Stinner
2022-01-22
2
-11/+11
*
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)
Victor Stinner
2022-01-21
1
-1/+1
*
bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)
Victor Stinner
2022-01-21
1
-5/+6
*
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner
2022-01-21
2
-1/+3
*
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner
2022-01-21
1
-0/+1
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
2
-3/+5
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
6
-0/+10
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
3
-16/+17
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-01-14
9
-608/+687
|
\
|
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-12/+4
|
*
bpo-45953: Statically initialize all the non-object PyInterpreterState fields...
Eric Snow
2022-01-14
2
-0/+29
|
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
3
-13/+36
|
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
1
-0/+3
|
*
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow
2022-01-13
1
-0/+11
|
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
4
-583/+604
*
|
Post 3.11.0a4
Pablo Galindo
2022-01-14
1
-1/+1
*
|
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
1
-2/+2
|
/
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
2
-2/+4
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
4
-16/+76
*
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Eric Snow
2022-01-11
3
-12/+280
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
3
-159/+162
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
1
-0/+1
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
1
-5/+7
*
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...
Victor Stinner
2022-01-06
1
-11/+1
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-2/+4
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
1
-4/+3
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
1
-37/+36
*
bpo-46219, 46221: simplify except* implementation following exc_info changes....
Irit Katriel
2022-01-02
1
-3/+3
*
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Tim Peters
2022-01-02
1
-6/+0
*
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher
2021-12-28
1
-4/+7
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
2
-4/+4
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
2
-3/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
2
-0/+3
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
1
-8/+21
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
2
-11/+3
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
1
-15/+2
*
bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...
Mark Shannon
2021-12-15
1
-24/+26
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
2
-12/+13
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
2
-35/+37
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
4
-5/+27
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
4
-45/+355
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
1
-2/+9
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+4
[prev]
[next]