FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-43613: Faster implementation of gzip.compress and gzip.decompress by rhpvorderman · Pull Request #27941 · 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
bpo-43613: Faster implementation of gzip.compress and gzip.decompress
- #27941
#27941
Merged
ambv
merged 22 commits into
python:main
python/cpython:main
from
rhpvorderman:bpo-43613
rhpvorderman/cpython:bpo-43613
Copy head branch name to clipboard
Sep 2, 2021
Conversation
Commits
22
(22)
Checks
Files changed
Merged
bpo-43613: Faster implementation of gzip.compress and gzip.decompress
#27941
ambv
merged 22 commits into
python:main
python/cpython:main
from
rhpvorderman:bpo-43613
rhpvorderman/cpython:bpo-43613
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2021
Add test for zlib.compress wbits
rhpvorderman
committed
608876c
View commit details
Copy full SHA for 608876c
Browse repository at this point
Add wbits argument to zlib.compress
rhpvorderman
committed
12fb5a5
View commit details
Copy full SHA for 12fb5a5
Browse repository at this point
Use clinic to generate input
rhpvorderman
committed
1b34510
View commit details
Copy full SHA for 1b34510
Browse repository at this point
Update documentation for zlib
rhpvorderman
committed
4e90311
View commit details
Copy full SHA for 4e90311
Browse repository at this point
Add blurb news entry for zlib.compress wbits parameter
rhpvorderman
committed
9717252
View commit details
Copy full SHA for 9717252
Browse repository at this point
Fix doc typo
rhpvorderman
committed
d70390e
View commit details
Copy full SHA for d70390e
Browse repository at this point
Remove unnecessary whitespace, add punctionation and complete sentences.
rhpvorderman
committed
c819e3e
View commit details
Copy full SHA for c819e3e
Browse repository at this point
Break line to comply with PEP-7
rhpvorderman
committed
1f3481f
View commit details
Copy full SHA for 1f3481f
Browse repository at this point
Update blurb to include :func: reference
rhpvorderman
committed
8019932
View commit details
Copy full SHA for 8019932
Browse repository at this point
Remove erroneous double backticks
rhpvorderman
committed
0ea98cf
View commit details
Copy full SHA for 0ea98cf
Browse repository at this point
Faster gzip.compress implementation
rhpvorderman
committed
d1c86dc
View commit details
Copy full SHA for d1c86dc
Browse repository at this point
More efficiently decompress gzip files in memory
rhpvorderman
committed
19a0358
View commit details
Copy full SHA for 19a0358
Browse repository at this point
Ensure correct endianness
rhpvorderman
committed
5155857
View commit details
Copy full SHA for 5155857
Browse repository at this point
Remove redundant line
rhpvorderman
committed
fa188a6
View commit details
Copy full SHA for fa188a6
Browse repository at this point
Fix typos and test errors
rhpvorderman
committed
4e76cf5
View commit details
Copy full SHA for 4e76cf5
Browse repository at this point
Revert changing default on compress for backwards compatibility
rhpvorderman
committed
0280c95
View commit details
Copy full SHA for 0280c95
Browse repository at this point
Update documentation with gzip speed improvements
rhpvorderman
committed
8ddee29
View commit details
Copy full SHA for 8ddee29
Browse repository at this point
Add a blurb for gzip speed improvements
rhpvorderman
committed
77f79fd
View commit details
Copy full SHA for 77f79fd
Browse repository at this point
Use + instead of bytes.join() method
rhpvorderman
committed
ca3e543
View commit details
Copy full SHA for ca3e543
Browse repository at this point
Commits on Aug 30, 2021
Reword docstring for read_gzip_header
Show description for f881f7e
rhpvorderman
and
ambv
authored
f881f7e
View commit details
Copy full SHA for f881f7e
Browse repository at this point
Update docstring for gzip.compress
rhpvorderman
committed
97a8100
View commit details
Copy full SHA for 97a8100
Browse repository at this point
Use subtest for zlib.compress/decompress test.
Show description for eeb7766
rhpvorderman
and
ambv
authored
eeb7766
View commit details
Copy full SHA for eeb7766
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL