Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 750: Tag Strings For Writing Domain-Specific Languages #3858

Merged
merged 42 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0d36f4d
Add PEP authors and sponsor
jimbaker Jul 8, 2024
aacd309
Add tagstr PEP
jimbaker Jul 8, 2024
ff3b6ee
Fix PEP header ordering
jimbaker Jul 8, 2024
9203527
Only include active core developers
jimbaker Jul 8, 2024
08a74da
Fix link to reference implementation
jimbaker Jul 9, 2024
9e70734
Fix markup of code from Markdown
jimbaker Jul 9, 2024
7c53408
Remove obsolete Content-Type header
jimbaker Jul 9, 2024
aa1f9ed
Update creation date
jimbaker Jul 9, 2024
951fc66
Better example code
jimbaker Jul 9, 2024
0223def
End the sentence with a period.
jimbaker Jul 9, 2024
c460461
mytag -> my_tag
jimbaker Jul 10, 2024
8ad4959
word choice
jimbaker Jul 10, 2024
4938cdf
Style
jimbaker Jul 10, 2024
9fc2cea
Style
jimbaker Jul 10, 2024
9fd3269
Typo
jimbaker Jul 10, 2024
20991c9
Style
jimbaker Jul 10, 2024
d2772a0
Mark up code
jimbaker Jul 10, 2024
ea0251c
Don't mark tool as code.
jimbaker Jul 12, 2024
3a3d307
Mark code as such
jimbaker Jul 12, 2024
f37602b
Mark code as such
jimbaker Jul 12, 2024
8e6b8c2
Do not start f-string at the beginning of the sentence.
jimbaker Jul 16, 2024
7f42f89
Lambda-wrapped expressions use class scope
jimbaker Jul 17, 2024
7c18570
Merge pull request #1 from jimbaker/class-scope-lambda-wrapped-expr
jimbaker Jul 17, 2024
7ffb6bd
Lambda-wrapped expressions use annotation scope
jimbaker Jul 17, 2024
bf0f35e
Clarify use of annotation scope
jimbaker Jul 18, 2024
f14df4b
Merge pull request #3 from jimbaker/use-annotation-scope
jimbaker Jul 18, 2024
008c804
Mention what happens to named unicodes followed by text
lysnikolaou Jul 19, 2024
6848c8e
Use DecodedConcrete in assertion
lysnikolaou Jul 19, 2024
b5700d4
Rewrite why annotation scope is needed (#4)
jimbaker Jul 20, 2024
db0e420
Merge branch 'main' into pep-750-tagstr
JelleZijlstra Jul 26, 2024
477474e
Merge branch 'main' into pep-750-tagstr
jimbaker Jul 26, 2024
ed7aabb
Include three comments from @carreau (drop two bullets, *args in exam…
pauleveritt Jul 30, 2024
7f3fda5
Merge branch 'main' into pep-750-tagstr
jimbaker Jul 31, 2024
4c411fe
Merge branch 'main' into pep-750-tagstr
jimbaker Aug 1, 2024
2b3f351
Add docstring to example.
pauleveritt Aug 2, 2024
b63ba26
Clarify the sentence object
pauleveritt Aug 2, 2024
fb5fe4d
Simplify wording
pauleveritt Aug 2, 2024
d42b8e4
Clarify the wording
pauleveritt Aug 2, 2024
fe012b6
Last two comments from Carol (#6)
pauleveritt Aug 7, 2024
57dea5c
Merge branch 'main' into pep-750-tagstr
jimbaker Aug 7, 2024
dade995
Merge branch 'main' into pep-750-tagstr
jimbaker Aug 8, 2024
5c7e62e
Merge branch 'main' into pep-750-tagstr
lysnikolaou Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ peps/pep-0746.rst @JelleZijlstra
peps/pep-0749.rst @JelleZijlstra
# ...
peps/pep-0747.rst @JelleZijlstra
peps/pep-0750.rst @gvanrossum @lysnikolaou
# ...
# peps/pep-0754.rst
# ...
Expand Down
Loading