FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update by davepeck · Pull Request #135996 · 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-132661: Disallow Template/str concatenation after PEP 750 spec update
- #135996
#135996
Merged
lysnikolaou
merged 36 commits into
python:main
python/cpython:main
from
t-strings:pep750-concat-update
t-strings/cpython:pep750-concat-update
Copy head branch name to clipboard
Jul 21, 2025
Conversation
Commits
36
(36)
Checks
Files changed
Merged
gh-132661: Disallow Template/str concatenation after PEP 750 spec update
#135996
lysnikolaou
merged 36 commits into
python:main
python/cpython:main
from
t-strings:pep750-concat-update
t-strings/cpython:pep750-concat-update
Copy head branch name to clipboard
Commits
Commits on Jun 26, 2025
Disallow explicit concat between Template and str
davepeck
committed
5d5e187
View commit details
Copy full SHA for 5d5e187
Browse repository at this point
First pass at removing implicit Template/str concat
davepeck
committed
1cc778f
View commit details
Copy full SHA for 1cc778f
Browse repository at this point
Commits on Jun 30, 2025
Merge branch 'main' into pep750-concat-update
davepeck
committed
7ea498c
View commit details
Copy full SHA for 7ea498c
Browse repository at this point
Commits on Jul 8, 2025
Merge branch 'main' into pep750-concat-update
davepeck
committed
d08c8b8
View commit details
Copy full SHA for d08c8b8
Browse repository at this point
Remove extraneous newline
davepeck
committed
c662041
View commit details
Copy full SHA for c662041
Browse repository at this point
Add expected exception messages to tests
davepeck
committed
b17b7c9
View commit details
Copy full SHA for b17b7c9
Browse repository at this point
Remove _ast_unparse t/f implicit concat helper code
davepeck
committed
a0c1bb6
View commit details
Copy full SHA for a0c1bb6
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
23988e8
View commit details
Copy full SHA for 23988e8
Browse repository at this point
Add a parallel comment
davepeck
committed
d7eadec
View commit details
Copy full SHA for d7eadec
Browse repository at this point
Add news blurb for PR.
davepeck
committed
cb1ad63
View commit details
Copy full SHA for cb1ad63
Browse repository at this point
One day, I may develop RST muscle memory.
Show description for 741eaf2
davepeck
committed
741eaf2
View commit details
Copy full SHA for 741eaf2
Browse repository at this point
Commits on Jul 9, 2025
Merge branch 'main' into pep750-concat-update
davepeck
authored
8aeb512
View commit details
Copy full SHA for 8aeb512
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
bf5447b
View commit details
Copy full SHA for bf5447b
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
7e7ea5a
View commit details
Copy full SHA for 7e7ea5a
Browse repository at this point
Two minor tweaks
davepeck
committed
2f79337
View commit details
Copy full SHA for 2f79337
Browse repository at this point
Use subtests; test both directions.
davepeck
committed
dacafdb
View commit details
Copy full SHA for dacafdb
Browse repository at this point
Update Objects/templateobject.c
Show description for b272287
davepeck
and
sobolevn
authored
b272287
View commit details
Copy full SHA for b272287
Browse repository at this point
Update Misc/NEWS.d/next/Core_and_Builtins/2025-07-08-23-22-08.gh-issue-132661.34ftJl.rst
Show description for ffae8e9
davepeck
and
sobolevn
authored
ffae8e9
View commit details
Copy full SHA for ffae8e9
Browse repository at this point
Fix bug in suggested change
davepeck
committed
c6ca45a
View commit details
Copy full SHA for c6ca45a
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
091a2a9
View commit details
Copy full SHA for 091a2a9
Browse repository at this point
Commits on Jul 10, 2025
First pass at update to grammar and action_helpers.c
Show description for 860caea
davepeck
committed
860caea
View commit details
Copy full SHA for 860caea
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
6a6f734
View commit details
Copy full SHA for 6a6f734
Browse repository at this point
Simplify grammar
davepeck
committed
860f81d
View commit details
Copy full SHA for 860f81d
Browse repository at this point
Use KNOWN_RANGE for string/t-string mix error messages
davepeck
committed
e0fe608
View commit details
Copy full SHA for e0fe608
Browse repository at this point
Merge branch 'pep750-concat-update' of github.com:t-strings/cpython into pep750-concat-update
davepeck
committed
c9ed06b
View commit details
Copy full SHA for c9ed06b
Browse repository at this point
Merge branch 'main' into pep750-concat-update
davepeck
authored
3ebdd97
View commit details
Copy full SHA for 3ebdd97
Browse repository at this point
Clean up ast_unparse.c append_tstring()
davepeck
committed
ef1cd5c
View commit details
Copy full SHA for ef1cd5c
Browse repository at this point
Commits on Jul 15, 2025
Merge branch 'main' into pep750-concat-update
davepeck
authored
055af82
View commit details
Copy full SHA for 055af82
Browse repository at this point
Update Misc/NEWS.d/next/Core_and_Builtins/2025-07-08-23-22-08.gh-issue-132661.34ftJl.rst
Show description for ab393f7
davepeck
and
lysnikolaou
authored
ab393f7
View commit details
Copy full SHA for ab393f7
Browse repository at this point
Update Objects/templateobject.c
Show description for 16e6a1f
davepeck
and
lysnikolaou
authored
16e6a1f
View commit details
Copy full SHA for 16e6a1f
Browse repository at this point
Update error messages; add an assert(0)
davepeck
committed
b81a807
View commit details
Copy full SHA for b81a807
Browse repository at this point
Simplify ast_unparase.c further
davepeck
committed
b9bac0e
View commit details
Copy full SHA for b9bac0e
Browse repository at this point
Fix news dangling reference (for now).
davepeck
committed
6b6acda
View commit details
Copy full SHA for 6b6acda
Browse repository at this point
Merge branch 'pep750-concat-update' of github.com:t-strings/cpython into pep750-concat-update
davepeck
committed
e5b03e8
View commit details
Copy full SHA for e5b03e8
Browse repository at this point
Commits on Jul 16, 2025
Fix exception assert message checks
davepeck
committed
6ea3af3
View commit details
Copy full SHA for 6ea3af3
Browse repository at this point
Commits on Jul 17, 2025
Remove no-longer used path in codegen.c
davepeck
committed
5037f89
View commit details
Copy full SHA for 5037f89
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL