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 }}
hexaclock
/
python-rapidjson
Public
forked from
python-rapidjson/python-rapidjson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-rapidjson
rapidjson.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 15, 2018
Minor speed up in datetimes and uuids serialization
Show description for 51e62bb
lelit
committed
51e62bb
View commit details
Copy full SHA for 51e62bb
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Cosmetic
lelit
committed
287d06a
View commit details
Copy full SHA for 287d06a
View code at this point
Browse repository at this point
Ensure we pass a null-terminated string to float_from_string()
lelit
committed
3d12758
View commit details
Copy full SHA for 3d12758
View code at this point
Browse repository at this point
Restore error checking
lelit
committed
1f2e970
View commit details
Copy full SHA for 1f2e970
View code at this point
Browse repository at this point
Move function definition closer to where it gets called
lelit
committed
a57d836
View commit details
Copy full SHA for a57d836
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
Improve float parsing performance
Show description for b59cba8
jonashaag
committed
b59cba8
View commit details
Copy full SHA for b59cba8
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
Assert that bytes instances contain UTF-8 encoded string
Show description for 1565061
lelit
committed
1565061
View commit details
Copy full SHA for 1565061
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
Cosmetic, use a consistent style to split long boolean expressions
lelit
committed
cfaef43
View commit details
Copy full SHA for cfaef43
View code at this point
Browse repository at this point
Optimize datetimes parsing, compute values only once
Show description for e34f3df
lelit
committed
e34f3df
View commit details
Copy full SHA for e34f3df
View code at this point
Browse repository at this point
Do not use SetMaxDecimalPlaces() to emit epoch-based timestamps
lelit
committed
fd5e21a
View commit details
Copy full SHA for fd5e21a
View code at this point
Browse repository at this point
Cosmetic, prefer explicit comparison with NULL for readability
lelit
committed
a8a60eb
View commit details
Copy full SHA for a8a60eb
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Fix Encoder reference leak
Show description for 2212be7
lelit
committed
2212be7
View commit details
Copy full SHA for 2212be7
View code at this point
Browse repository at this point
Fix Decoder reference leaks
Show description for 799bce0
lelit
committed
799bce0
View commit details
Copy full SHA for 799bce0
View code at this point
Browse repository at this point
Commits on Jan 7, 2018
Add missing check on PyUnicode_AsUTF8AndSize() possible error
lelit
committed
f5fc756
View commit details
Copy full SHA for f5fc756
View code at this point
Browse repository at this point
Declare the buffer as const, improving forward compatibility with Python 3.7
lelit
committed
c5deb75
View commit details
Copy full SHA for c5deb75
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Extend copyright years
lelit
committed
9f8d770
View commit details
Copy full SHA for 9f8d770
View code at this point
Browse repository at this point
Make the stream argument to Encoder.__call__() positional and optional
lelit
committed
967cc69
View commit details
Copy full SHA for 967cc69
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
Catch possible error generated by underlying stream operation
lelit
committed
c2dd452
View commit details
Copy full SHA for c2dd452
View code at this point
Browse repository at this point
Commits on Dec 25, 2017
Fix the check on chunk_size valid range
lelit
committed
f4fee5c
View commit details
Copy full SHA for f4fee5c
View code at this point
Browse repository at this point
Commits on Dec 24, 2017
Implement ensure_ascii=True variant on the streaming interface
lelit
committed
5527c49
View commit details
Copy full SHA for 5527c49
View code at this point
Browse repository at this point
Fix exception message
lelit
committed
55f2d73
View commit details
Copy full SHA for 55f2d73
View code at this point
Browse repository at this point
Lift the binary-only streams restriction
lelit
committed
4fb20af
View commit details
Copy full SHA for 4fb20af
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
Explicitly mention that ensure_ascii=True is not implemented in the streaming interface
lelit
committed
88876e7
View commit details
Copy full SHA for 88876e7
View code at this point
Browse repository at this point
Cosmetic
lelit
committed
e69fa35
View commit details
Copy full SHA for e69fa35
View code at this point
Browse repository at this point
Implement stream-based dump()
Show description for f5e72a7
lelit
committed
f5e72a7
View commit details
Copy full SHA for f5e72a7
View code at this point
Browse repository at this point
Handle both text and binary streams
lelit
committed
07ff8ed
View commit details
Copy full SHA for 07ff8ed
View code at this point
Browse repository at this point
Cosmetic
lelit
committed
d29a006
View commit details
Copy full SHA for d29a006
View code at this point
Browse repository at this point
Implement stream-based load()
Show description for 5ac6e0b
lelit
committed
5ac6e0b
View commit details
Copy full SHA for 5ac6e0b
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
Dereference error type, value and exception
lelit
committed
87940d8
View commit details
Copy full SHA for 87940d8
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
Attempt to reduce "possible loss of data" warnings
Show description for c119524
lelit
committed
c119524
View commit details
Copy full SHA for c119524
View code at this point
Browse repository at this point
Fix variable type
lelit
committed
4709817
View commit details
Copy full SHA for 4709817
View code at this point
Browse repository at this point
Use the Python native machinery to control the recursion depth
lelit
committed
4f16ced
View commit details
Copy full SHA for 4f16ced
View code at this point
Browse repository at this point
Simplify using %R formatting character
lelit
committed
b67d78b
View commit details
Copy full SHA for b67d78b
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
Restore compatibility with C++98
lelit
committed
25c6c58
View commit details
Copy full SHA for 25c6c58
View code at this point
Browse repository at this point
Handle generic iterables
Show description for 49603fd
lelit
committed
49603fd
View commit details
Copy full SHA for 49603fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.