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: Updates after community feedback #4124

Merged
merged 61 commits into from
Jan 16, 2025
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
f1a4b24
Link to Lysandros' tstrings branch.
davepeck Nov 1, 2024
70a1785
Merge branch 'main' into pep750-november-updates
davepeck Nov 12, 2024
d6e1ea7
Add !r to spec on debug specifier. Closes #17
davepeck Nov 12, 2024
4baa43f
Finalize debug spec section. Closes #21
davepeck Nov 12, 2024
bf6115b
Add section on `Template.__hash__()`. Closes #19
davepeck Nov 12, 2024
5a501ee
Explicitly describe the lack of a specialized `Template.__str__()`. C…
davepeck Nov 12, 2024
9084a8c
Update PEP to use tuple, not Sequence for args.
davepeck Nov 15, 2024
59c8280
Update rationale for templatelib.
davepeck Nov 15, 2024
961a327
Describe convenience accessors for Template.
davepeck Nov 15, 2024
3d0bad9
Add discussion of Template convenience accessors.
davepeck Nov 15, 2024
6da8042
Get rid of wrong.
davepeck Nov 15, 2024
5ba24f7
Merge branch 'main' into pep750-november-updates
davepeck Nov 18, 2024
f2991d3
Wrap up work on format strings and relationship to templates.
davepeck Nov 18, 2024
586d255
Merge pull request #26 from davepeck/pep750-november-updates
davepeck Nov 18, 2024
2cb55e7
Add post history for Nov 18 2024
davepeck Nov 18, 2024
e908775
Correct spelling mistake
davepeck Nov 18, 2024
3751682
Update writing on t-strings and bytes.
davepeck Nov 19, 2024
f4b03d6
leave the door open for t-string + bytes in a future PEP
davepeck Nov 19, 2024
a762212
Remove needless 'as well'
davepeck Nov 19, 2024
8792b7a
Simplify comprehension
davepeck Nov 19, 2024
457fde6
Update Discussions-To
davepeck Nov 19, 2024
fbef23c
Update 'structured logging' paragraph
davepeck Nov 20, 2024
9c4c8f3
Fix 'strongly typed' (whoops) and just say "class"
davepeck Dec 19, 2024
b59421b
Merge branch 'main' into pep750-october-updates
davepeck Dec 20, 2024
2190362
{Template,Interpolation}.__init__ --> __new__
davepeck Dec 21, 2024
22bb86a
Move statement about `tb` prefix to rejected ideas.
davepeck Dec 21, 2024
d202eff
Add doccomments to template properties
davepeck Dec 21, 2024
ba5119c
Make whitespace clear in debug spec
davepeck Dec 21, 2024
25baa4e
Change to TBD
davepeck Jan 13, 2025
48648c6
Add a little about HTML and about overlapping types
davepeck Jan 13, 2025
9aba711
Goodbye, args.
davepeck Jan 13, 2025
2611119
Remove final assert reliance on __eq__
davepeck Jan 13, 2025
e78d425
Merge branch 'main' into pep750-october-updates
davepeck Jan 13, 2025
4893f39
Fix indentation issue
davepeck Jan 13, 2025
d567dc1
Add space after docstring
davepeck Jan 13, 2025
4c520f1
Remove extraneous docstring
davepeck Jan 13, 2025
91de513
Minor fixes
davepeck Jan 13, 2025
8aad192
Update peps/pep-0750.rst
davepeck Jan 13, 2025
3812b7c
Formatting fix
davepeck Jan 13, 2025
0680adc
Merge branch 'pep750-october-updates' of github.com:davepeck/peps int…
davepeck Jan 13, 2025
da06e5b
Merge branch 'main' into pep750-october-updates
davepeck Jan 16, 2025
c024e85
Update peps/pep-0750.rst
davepeck Jan 16, 2025
0b7e15f
Update peps/pep-0750.rst
davepeck Jan 16, 2025
d5bae6b
Update peps/pep-0750.rst
davepeck Jan 16, 2025
c07dd33
Update peps/pep-0750.rst
davepeck Jan 16, 2025
ed3fb05
Update peps/pep-0750.rst
davepeck Jan 16, 2025
bdad99b
Update peps/pep-0750.rst
davepeck Jan 16, 2025
cb3e463
Fix __add__ and __radd__. Whoops.
davepeck Jan 16, 2025
dafd4e1
Simplify
davepeck Jan 16, 2025
5e18658
Update peps/pep-0750.rst
davepeck Jan 16, 2025
4ce7da5
Clean up make_alas
davepeck Jan 16, 2025
c6a7d5a
Update peps/pep-0750.rst
davepeck Jan 16, 2025
2faca76
Convert() only
davepeck Jan 16, 2025
b3430e7
Merge branch 'pep750-october-updates' of github.com:davepeck/peps int…
davepeck Jan 16, 2025
22a2e96
Mention __repr__
davepeck Jan 16, 2025
67a7b7c
Explicitly define __repr__ for Template and Interpolation.
davepeck Jan 16, 2025
d05f265
Simplify
davepeck Jan 16, 2025
fd45b5f
Add Andrea Giammarchi to acknowledgements
davepeck Jan 16, 2025
6239823
Update peps/pep-0750.rst
davepeck Jan 16, 2025
31472c3
Interpolations
davepeck Jan 16, 2025
9bfedd3
Merge branch 'main' into pep750-october-updates
davepeck Jan 16, 2025
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
Loading
Loading