Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
100
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Update zlib from 3.12.6 and _ZlibDecompressor implementation
- #5476
#5476
Merged
youknowone
merged 16 commits into
RustPython:main
RustPython/RustPython:main
from
arihant2math:zlib-312
arihant2math/RustPython:zlib-312
Copy head branch name to clipboard
Jan 16, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Update zlib from 3.12.6 and _ZlibDecompressor implementation
#5476
youknowone
merged 16 commits into
RustPython:main
RustPython/RustPython:main
from
arihant2math:zlib-312
arihant2math/RustPython:zlib-312
Copy head branch name to clipboard
Commits
Commits on Jan 4, 2025
add is_s390x and skip_on_s390x to test support
arihant2math
committed
42bb0bd
View commit details
Copy full SHA for 42bb0bd
Browse repository at this point
update zlib tests to 3.12
arihant2math
committed
471e2a0
View commit details
Copy full SHA for 471e2a0
Browse repository at this point
Commits on Jan 14, 2025
attempted _ZlibDecompressor implementation
arihant2math
committed
1f59f69
View commit details
Copy full SHA for 1f59f69
Browse repository at this point
updated zlib tests
arihant2math
committed
83e539a
View commit details
Copy full SHA for 83e539a
Browse repository at this point
formatting
arihant2math
committed
cfad24a
View commit details
Copy full SHA for cfad24a
Browse repository at this point
type error if _ZlibDecompressor gets a non-zero number of arguments passed to it's __init__
arihant2math
committed
760b192
View commit details
Copy full SHA for 760b192
Browse repository at this point
eof error if _ZlibDecompressor decompresses a byte string that terminates pre-emptively
arihant2math
committed
f3048cf
View commit details
Copy full SHA for f3048cf
Browse repository at this point
reverted bad changes
arihant2math
committed
32394ad
View commit details
Copy full SHA for 32394ad
Browse repository at this point
disabled some tests
arihant2math
committed
c9b0ad0
View commit details
Copy full SHA for c9b0ad0
Browse repository at this point
tried to fix zlibd
arihant2math
committed
54b45a9
View commit details
Copy full SHA for 54b45a9
Browse repository at this point
Commits on Jan 15, 2025
Fix Expected payload error
youknowone
committed
9127467
View commit details
Copy full SHA for 9127467
Browse repository at this point
force type cohesion
arihant2math
committed
31e6e0a
View commit details
Copy full SHA for 31e6e0a
Browse repository at this point
Merge branch 'zlib-312' of https://github.com/arihant2math/RustPython into zlib-312
arihant2math
committed
14531ac
View commit details
Copy full SHA for 14531ac
Browse repository at this point
passed more tests
arihant2math
committed
0be849d
View commit details
Copy full SHA for 0be849d
Browse repository at this point
all tests pass
arihant2math
committed
8eb49a2
View commit details
Copy full SHA for 8eb49a2
Browse repository at this point
Commits on Jan 16, 2025
added comment as per review
arihant2math
committed
041553c
View commit details
Copy full SHA for 041553c
Browse repository at this point
You can’t perform that action at this time.