FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-106706: Streamline family syntax by kgdiem · Pull Request #106716 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-106706: Streamline family syntax
- #106716
#106716
Merged
gvanrossum
merged 39 commits into
python:main
python/cpython:main
from
kgdiem:streamline-family-syntax
kgdiem/cpython:streamline-family-syntax
Copy head branch name to clipboard
Jul 16, 2023
Conversation
Commits
39
(39)
Checks
Files changed
Merged
gh-106706: Streamline family syntax
#106716
gvanrossum
merged 39 commits into
python:main
python/cpython:main
from
kgdiem:streamline-family-syntax
kgdiem/cpython:streamline-family-syntax
Copy head branch name to clipboard
Commits
Commits on Jul 13, 2023
gh-106706 Streamline family syntax
kgdiem
committed
294750d
View commit details
Copy full SHA for 294750d
Browse repository at this point
Update syntax in interpreter_definition.md
kgdiem
committed
7dc364c
View commit details
Copy full SHA for 7dc364c
Browse repository at this point
Further refactor bytecodes.c
kgdiem
committed
dac8eb5
View commit details
Copy full SHA for dac8eb5
Browse repository at this point
Update test
kgdiem
committed
b05a7f8
View commit details
Copy full SHA for b05a7f8
Browse repository at this point
Update syntax in interpreter_definition.md
kgdiem
committed
47f2491
View commit details
Copy full SHA for 47f2491
Browse repository at this point
Update interpreter_definition to new syntax
kgdiem
committed
d499926
View commit details
Copy full SHA for d499926
Browse repository at this point
Use family name as first instruction
kgdiem
committed
6fee03d
View commit details
Copy full SHA for 6fee03d
Browse repository at this point
stop using slice in iters
kgdiem
committed
d13dbf2
View commit details
Copy full SHA for d13dbf2
Browse repository at this point
Remove formatting in interpreter_definition.md
kgdiem
committed
105871c
View commit details
Copy full SHA for 105871c
Browse repository at this point
Change test
kgdiem
committed
945f09d
View commit details
Copy full SHA for 945f09d
Browse repository at this point
Merge branch 'main' into streamline-family-syntax
kgdiem
authored
c4ffdc5
View commit details
Copy full SHA for c4ffdc5
Browse repository at this point
Fix check
kgdiem
committed
b588c72
View commit details
Copy full SHA for b588c72
Browse repository at this point
Fix assertion
kgdiem
committed
e091ca3
View commit details
Copy full SHA for e091ca3
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
59dedfe
View commit details
Copy full SHA for 59dedfe
Browse repository at this point
lint blurb
kgdiem
committed
868ae1b
View commit details
Copy full SHA for 868ae1b
Browse repository at this point
Merge branch 'main' into streamline-family-syntax
kgdiem
authored
ae5cd52
View commit details
Copy full SHA for ae5cd52
Browse repository at this point
Commits on Jul 14, 2023
Update Misc/NEWS.d/next/Tools-Demos/2023-07-13-12-08-35.gh-issue-106706.29zp8E.rst
Show description for 843880d
kgdiem
and
gvanrossum
authored
843880d
View commit details
Copy full SHA for 843880d
Browse repository at this point
Remove redundant checks for family member length
kgdiem
committed
906c8b2
View commit details
Copy full SHA for 906c8b2
Browse repository at this point
Reword documentation
kgdiem
committed
c367600
View commit details
Copy full SHA for c367600
Browse repository at this point
Update test, regenerate headers
kgdiem
committed
d31258c
View commit details
Copy full SHA for d31258c
Browse repository at this point
keep formatting in interpreter_definiton
kgdiem
committed
9986c2e
View commit details
Copy full SHA for 9986c2e
Browse repository at this point
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
markshannon
authored and
kgdiem
committed
1601141
View commit details
Copy full SHA for 1601141
Browse repository at this point
gh-106690: Add a .coveragerc file to the CPython repository (#8150)
Show description for 8ce84bc
authored and
kgdiem
committed
8ce84bc
View commit details
Copy full SHA for 8ce84bc
Browse repository at this point
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Show description for ca8147a
gvanrossum
authored and
kgdiem
committed
ca8147a
View commit details
Copy full SHA for ca8147a
Browse repository at this point
gh-106664: selectors: add get() method to _SelectorMapping (#106665)
Show description for 58025d6
authored and
kgdiem
committed
58025d6
View commit details
Copy full SHA for 58025d6
Browse repository at this point
docs: clarify Path.suffix (GH-106650)
nedbat
authored and
kgdiem
committed
fd9f8d6
View commit details
Copy full SHA for fd9f8d6
Browse repository at this point
gh-106368: Increase Argument Clinic test coverage (#106728)
Show description for 9acddfa
erlend-aasland
authored and
kgdiem
committed
9acddfa
View commit details
Copy full SHA for 9acddfa
Browse repository at this point
gh-104683: Argument clinic: use an enum to describe the different kinds of functions (#106721)
Show description for 0941a94
AlexWaygood
authored and
kgdiem
committed
0941a94
View commit details
Copy full SHA for 0941a94
Browse repository at this point
gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)
Show description for c15f572
gvanrossum
authored and
kgdiem
committed
c15f572
View commit details
Copy full SHA for c15f572
Browse repository at this point
gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (#105628)
sobolevn
authored and
kgdiem
committed
656c5bc
View commit details
Copy full SHA for 656c5bc
Browse repository at this point
gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL context (#105295)
Show description for 642cc0e
grantramsay
authored and
kgdiem
committed
642cc0e
View commit details
Copy full SHA for 642cc0e
Browse repository at this point
gh-106446: Fix failed doctest in stdtypes (#106447)
Show description for 2dd5049
authored and
kgdiem
committed
2dd5049
View commit details
Copy full SHA for 2dd5049
Browse repository at this point
Fix check
kgdiem
committed
ea05f4d
View commit details
Copy full SHA for ea05f4d
Browse repository at this point
Merge branch 'main' into streamline-family-syntax
erlend-aasland
authored
178e300
View commit details
Copy full SHA for 178e300
Browse repository at this point
Commits on Jul 15, 2023
Regen cases
kgdiem
committed
eab1974
View commit details
Copy full SHA for eab1974
Browse repository at this point
Commits on Jul 16, 2023
Check against family name when emitting cache size check, add family.name to map
kgdiem
committed
1e68564
View commit details
Copy full SHA for 1e68564
Browse repository at this point
update family syntax in test
kgdiem
committed
85cbbed
View commit details
Copy full SHA for 85cbbed
Browse repository at this point
Regenerate cases
kgdiem
committed
82a9927
View commit details
Copy full SHA for 82a9927
Browse repository at this point
Check families for mac.name instead of last_instr.family
kgdiem
committed
b05e24d
View commit details
Copy full SHA for b05e24d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL