FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-107369: optimize textwrap.indent() by methane · Pull Request #107374 · 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.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-107369: optimize textwrap.indent()
- #107374
#107374
Merged
methane
merged 8 commits into
python:main
python/cpython:main
from
methane:opt-textwrap-indent
methane/cpython:opt-textwrap-indent
Copy head branch name to clipboard
Jul 29, 2023
Conversation
Commits
8
(8)
Checks
Files changed
Merged
gh-107369: optimize textwrap.indent()
#107374
methane
merged 8 commits into
python:main
python/cpython:main
from
methane:opt-textwrap-indent
methane/cpython:opt-textwrap-indent
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2023
optimize textwrap.indent()
methane
committed
94ab051
View commit details
Copy full SHA for 94ab051
Browse repository at this point
Add NEWS
methane
committed
8c5896c
View commit details
Copy full SHA for 8c5896c
Browse repository at this point
Add what's new entry
methane
committed
6ee731c
View commit details
Copy full SHA for 6ee731c
Browse repository at this point
Use lstrip instead of strip
methane
committed
fad98a2
View commit details
Copy full SHA for fad98a2
Browse repository at this point
Commits on Jul 29, 2023
avoid temporary tuple.
methane
committed
4c6a46a
View commit details
Copy full SHA for 4c6a46a
Browse repository at this point
use str.isspace instead of lstrip
methane
committed
5e60878
View commit details
Copy full SHA for 5e60878
Browse repository at this point
add comment about splitlines(True)
methane
committed
16e3dbd
View commit details
Copy full SHA for 16e3dbd
Browse repository at this point
25% -> 30%
methane
committed
734fd01
View commit details
Copy full SHA for 734fd01
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL