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
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 }}
python-rapidjson
/
python-rapidjson
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
533
Code
Issues
16
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 6, 2026
Release 1.25
lelit
committed
7337070
View commit details
Copy full SHA for 7337070
Browse repository at this point
Indicate the removal of Python 3.9 support in the package metadata
Show description for be94a32
lelit
committed
be94a32
View commit details
Copy full SHA for be94a32
Browse repository at this point
Add two important points to CHANGES.rst section for 1.24
Show description for d054e2c
lelit
committed
d054e2c
View commit details
Copy full SHA for d054e2c
Browse repository at this point
Commits on Sep 5, 2026
Release 1.24
lelit
committed
6ff979d
View commit details
Copy full SHA for 6ff979d
Browse repository at this point
Update CHANGES.rst
lelit
committed
b6f6420
View commit details
Copy full SHA for b6f6420
Browse repository at this point
Cosmetic, pacify format linter
lelit
committed
3076759
View commit details
Copy full SHA for 3076759
Browse repository at this point
Merge PR #239
lelit
committed
cb14886
View commit details
Copy full SHA for cb14886
Browse repository at this point
Commits on Sep 4, 2026
Avoid use of == to compare types
lelit
committed
c848a84
View commit details
Copy full SHA for c848a84
Browse repository at this point
Handle the case when a default function changes the list while encoding it
Show description for 67d1be2
lelit
committed
67d1be2
View commit details
Copy full SHA for 67d1be2
Browse repository at this point
Commits on Sep 3, 2026
Fix a leak in RawJSON() when the argument is rejected
Show description for 123396b
espressolee
and
claude
committed
123396b
View commit details
Copy full SHA for 123396b
Browse repository at this point
Commits on Aug 24, 2026
Remove the "pypy" build suppression, already disabled, to avoid invalid warnings
lelit
committed
1d9490f
View commit details
Copy full SHA for 1d9490f
Browse repository at this point
Update setup-qemu-action to v4, to avoid deprecation warnings
lelit
committed
579faca
View commit details
Copy full SHA for 579faca
Browse repository at this point
Upgrade several GH CI actions, to avoid deprecation warnings
lelit
committed
2f445d7
View commit details
Copy full SHA for 2f445d7
Browse repository at this point
Commits on Aug 23, 2026
Use cibuildwheel 4.2.0, and suppress Python 3.9 wheels production
lelit
committed
3576f6f
View commit details
Copy full SHA for 3576f6f
Browse repository at this point
Drop support for Python < 3.10
lelit
committed
c84abdc
View commit details
Copy full SHA for c84abdc
Browse repository at this point
Recompute the benchmarks against latest orjson, simplejson and ujson, using Python 3.14
lelit
committed
2a778cb
View commit details
Copy full SHA for 2a778cb
Browse repository at this point
Upgrade development requirements
lelit
committed
2c3b911
View commit details
Copy full SHA for 2c3b911
Browse repository at this point
Require setuptools, to accommodate distutils deprecation on Python > 3.11
lelit
committed
3b6b400
View commit details
Copy full SHA for 3b6b400
Browse repository at this point
Merge PR #237
Show description for b283f49
lelit
committed
b283f49
View commit details
Copy full SHA for b283f49
Browse repository at this point
test: declare typing-extensions dependency
espressolee
committed
98dd717
View commit details
Copy full SHA for 98dd717
Browse repository at this point
ci: publish wheels only from release tags
espressolee
committed
e5663ec
View commit details
Copy full SHA for e5663ec
Browse repository at this point
typing: align C extension constructor stubs
espressolee
committed
e2f4c5b
View commit details
Copy full SHA for e2f4c5b
Browse repository at this point
Commits on Jul 7, 2026
Update CHANGES.rst
lelit
committed
00e9a14
View commit details
Copy full SHA for 00e9a14
Browse repository at this point
Properly react to PyList_Append() failure
Show description for b7144c2
lelit
committed
b7144c2
View commit details
Copy full SHA for b7144c2
Browse repository at this point
Remove erroneous DECREF after PyList_SetItem() failure
Show description for df399d7
lelit
committed
df399d7
View commit details
Copy full SHA for df399d7
Browse repository at this point
Upgrade development requirements
lelit
committed
a9973cf
View commit details
Copy full SHA for a9973cf
Browse repository at this point
Commits on Dec 7, 2025
Release 1.23
lelit
committed
93ed158
View commit details
Copy full SHA for 93ed158
Browse repository at this point
Update CHANGES.rst
lelit
committed
278934e
View commit details
Copy full SHA for 278934e
Browse repository at this point
Commits on Dec 4, 2025
Use a std::string to hold the dictionary keys to be sorted
Show description for b13394e
lelit
committed
b13394e
View commit details
Copy full SHA for b13394e
Browse repository at this point
Commits on Oct 21, 2025
Release 1.22
lelit
committed
7a19c15
View commit details
Copy full SHA for 7a19c15
Browse repository at this point
Add Python 3.14 Trove classifier
lelit
committed
3a4be80
View commit details
Copy full SHA for 3a4be80
Browse repository at this point
Commits on Oct 20, 2025
Use macOS 14 runners in GitHub Actions
Show description for 7a7825e
lelit
committed
7a7825e
View commit details
Copy full SHA for 7a7825e
Browse repository at this point
Use cibuildwheel 3.2.1
lelit
committed
711be9d
View commit details
Copy full SHA for 711be9d
Browse repository at this point
Use Python 3.13 as "current python" in GitHub CI
lelit
committed
434dedb
View commit details
Copy full SHA for 434dedb
Browse repository at this point
Commits on Aug 3, 2025
Attempt to fix memory leak tests under Python 3.14 on macOS
lelit
committed
855a4f9
View commit details
Copy full SHA for 855a4f9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.