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
Type
/
to 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 }}
cppfool
/
cpython
Public
forked from
idobatter/cpython
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
cpython
Python
codecs.c
on
master
User selector
All users
All time
Commit history
Commits on Feb 16, 2015
Issue #23450: Fixed possible integer overflows.
serhiy-storchaka
committed
4f96773
View commit details
Copy full SHA for 4f96773
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
Issue #22286: The "backslashreplace" error handlers now works with
Show description for 78dfea5
serhiy-storchaka
committed
78dfea5
View commit details
Copy full SHA for 78dfea5
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
correct assertion
benjaminp
committed
0d2acba
View commit details
Copy full SHA for 0d2acba
View code at this point
Browse repository at this point
fix variable name
benjaminp
committed
fea5642
View commit details
Copy full SHA for fea5642
View code at this point
Browse repository at this point
Issue #19676: Fixed integer overflow issue in "namereplace" error handler.
serhiy-storchaka
committed
abdbee9
View commit details
Copy full SHA for abdbee9
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
Issue #19676: Added the "namereplace" error handler.
serhiy-storchaka
committed
8f7a634
View commit details
Copy full SHA for 8f7a634
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
Issue #22518: Fixed integer overflow issues in "backslashreplace",
Show description for fd95d2b
serhiy-storchaka
committed
fd95d2b
View commit details
Copy full SHA for fd95d2b
View code at this point
Browse repository at this point
Issue #22518: Fixed integer overflow issues in "backslashreplace",
Show description for 9746c8f
serhiy-storchaka
committed
9746c8f
View commit details
Copy full SHA for 9746c8f
View code at this point
Browse repository at this point
Commits on Sep 23, 2014
Fixed reference leak in the "backslashreplace" error handler.
serhiy-storchaka
committed
3802999
View commit details
Copy full SHA for 3802999
View code at this point
Browse repository at this point
Fixed reference leak in the "backslashreplace" error handler.
serhiy-storchaka
committed
3808211
View commit details
Copy full SHA for 3808211
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge fix for issue #22166 from 3.4
ncoghlan
committed
cd18497
View commit details
Copy full SHA for cd18497
View code at this point
Browse repository at this point
Issue #22166: clear codec caches in test_codecs
ncoghlan
committed
8958f27
View commit details
Copy full SHA for 8958f27
View code at this point
Browse repository at this point
Commits on May 16, 2014
Issue #13916: Fix surrogatepass error handler on Windows
vstinner
committed
551b2c4
View commit details
Copy full SHA for 551b2c4
View code at this point
Browse repository at this point
Commits on May 15, 2014
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Show description for 96c937a
serhiy-storchaka
committed
96c937a
View commit details
Copy full SHA for 96c937a
View code at this point
Browse repository at this point
Commits on Feb 4, 2014
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Show description for 55c3e91
ncoghlan
committed
55c3e91
View commit details
Copy full SHA for 55c3e91
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
Issue #19619: Blacklist non-text codecs in method API
Show description for b0b10ad
ncoghlan
committed
b0b10ad
View commit details
Copy full SHA for b0b10ad
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Show description for 477b1c8
serhiy-storchaka
committed
477b1c8
View commit details
Copy full SHA for 477b1c8
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
Close 19609: narrow scope of codec exc chaining
ncoghlan
committed
e62a74a
View commit details
Copy full SHA for e62a74a
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Close #17828: better handling of codec errors
Show description for b03c2f7
ncoghlan
committed
b03c2f7
View commit details
Copy full SHA for b03c2f7
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
74dc84d
View commit details
Copy full SHA for 74dc84d
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
6581472
View commit details
Copy full SHA for 6581472
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Issue #18408: normalizestring() now raises MemoryError on memory allocation failure
vstinner
committed
52edc62
View commit details
Copy full SHA for 52edc62
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Issue #15422: get rid of PyCFunction_New macro
asvetlov
committed
e3dcd8d
View commit details
Copy full SHA for e3dcd8d
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
#16336: merge with 3.3.
ezio-melotti
committed
4599517
View commit details
Copy full SHA for 4599517
View code at this point
Browse repository at this point
#16336: merge with 3.2.
ezio-melotti
committed
8213774
View commit details
Copy full SHA for 8213774
View code at this point
Browse repository at this point
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
ezio-melotti
committed
5044d9b
View commit details
Copy full SHA for 5044d9b
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
Issue #16330: Use surrogate-related macros
Show description for dcb2a6b
vstinner
committed
dcb2a6b
View commit details
Copy full SHA for dcb2a6b
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
merge with 3.2
pjenvey
committed
adb439a
View commit details
Copy full SHA for adb439a
View code at this point
Browse repository at this point
bounds check for bad data (thanks amaury)
pjenvey
committed
707c6cb
View commit details
Copy full SHA for 707c6cb
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for d3e7b93
vstinner
committed
d3e7b93
View commit details
Copy full SHA for d3e7b93
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
pitrou
committed
cc0f588
View commit details
Copy full SHA for cc0f588
View code at this point
Browse repository at this point
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
pitrou
committed
04842bd
View commit details
Copy full SHA for 04842bd
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
PyCodec_IgnoreErrors() avoids the deprecated "u#" format
Victor Stinner
committed
ba2c39f
View commit details
Copy full SHA for ba2c39f
View code at this point
Browse repository at this point
Commits on Nov 4, 2011
Avoid the Py_UNICODE type in codecs.c
Victor Stinner
committed
5e0e358
View commit details
Copy full SHA for 5e0e358
View code at this point
Browse repository at this point
Commits on Jul 24, 2011
Issue #1813: Fix codec lookup under Turkish locales.
pitrou
committed
13cbc84
View commit details
Copy full SHA for 13cbc84
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.