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
/
clinic
/
codeobject.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
1
-19/+1
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
1
-3/+3
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-35/+15
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-3/+75
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-3/+3
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-45/+25
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
1
-5/+5
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-2/+3
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-25/+7
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
1
-39/+64
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
1
-22/+60
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-1/+38
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-38/+1
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-16/+6
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-1/+48
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-21/+40
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-13/+13
*
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
Serhiy Storchaka
2020-07-10
1
-1/+137
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-36/+1
*
Document CodeType.replace (GH-17776)
Anthony Sottile
2020-01-01
1
-2/+2
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-10/+10
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-0/+256