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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonStudy2017
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
codecs.c
on
master
User selector
All users
All time
Commit history
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28858: Remove _PyObject_CallArg1() macro
Show description for 7bfb42d
vstinner
committed
7bfb42d
View commit details
Copy full SHA for 7bfb42d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunction() with fastcall
Show description for 4778eab
vstinner
committed
4778eab
View commit details
Copy full SHA for 4778eab
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Commits on Oct 23, 2016
Issue #28510: Clean up decoding error handlers.
Show description for cb33a01
serhiy-storchaka
committed
cb33a01
View commit details
Copy full SHA for cb33a01
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3
vadmium
committed
6245cb3
View commit details
Copy full SHA for 6245cb3
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Issue #24993: Handle import error in namereplace error handler
Show description for 38b8ae0
vstinner
committed
38b8ae0
View commit details
Copy full SHA for 38b8ae0
View code at this point
Browse repository at this point
Commits on May 30, 2015
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Show description for ac5569b
serhiy-storchaka
committed
ac5569b
View commit details
Copy full SHA for ac5569b
View code at this point
Browse repository at this point
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Show description for fa494fd
serhiy-storchaka
committed
fa494fd
View commit details
Copy full SHA for fa494fd
View code at this point
Browse repository at this point
Commits on May 18, 2015
Issue #24102: Fixed exception type checking in standard error handlers.
serhiy-storchaka
committed
c0937f7
View commit details
Copy full SHA for c0937f7
View code at this point
Browse repository at this point
Issue #24102: Fixed exception type checking in standard error handlers.
serhiy-storchaka
committed
ca7fecb
View commit details
Copy full SHA for ca7fecb
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Issue #23450: Fixed possible integer overflows.
serhiy-storchaka
committed
26861b0
View commit details
Copy full SHA for 26861b0
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 07985ef
serhiy-storchaka
committed
07985ef
View commit details
Copy full SHA for 07985ef
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
correct assertion
benjaminp
committed
3663b58
View commit details
Copy full SHA for 3663b58
View code at this point
Browse repository at this point
fix variable name
benjaminp
committed
810aa6d
View commit details
Copy full SHA for 810aa6d
View code at this point
Browse repository at this point
Issue #19676: Fixed integer overflow issue in "namereplace" error handler.
serhiy-storchaka
committed
aacfccc
View commit details
Copy full SHA for aacfccc
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
166ebc4
View commit details
Copy full SHA for 166ebc4
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 8d1e18e
serhiy-storchaka
committed
8d1e18e
View commit details
Copy full SHA for 8d1e18e
View code at this point
Browse repository at this point
Issue #22518: Fixed integer overflow issues in "backslashreplace",
Show description for 2e37409
serhiy-storchaka
committed
2e37409
View commit details
Copy full SHA for 2e37409
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
cbcbfdf
View commit details
Copy full SHA for cbcbfdf
View code at this point
Browse repository at this point
Fixed reference leak in the "backslashreplace" error handler.
serhiy-storchaka
committed
8aa8c47
View commit details
Copy full SHA for 8aa8c47
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
a0f3375
View commit details
Copy full SHA for a0f3375
View code at this point
Browse repository at this point
Issue #22166: clear codec caches in test_codecs
ncoghlan
committed
8fad167
View commit details
Copy full SHA for 8fad167
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
0d4e01c
View commit details
Copy full SHA for 0d4e01c
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 88d8fb6
serhiy-storchaka
committed
88d8fb6
View commit details
Copy full SHA for 88d8fb6
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 a9b1524
ncoghlan
committed
a9b1524
View commit details
Copy full SHA for a9b1524
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 c72e4e6
ncoghlan
committed
c72e4e6
View commit details
Copy full SHA for c72e4e6
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 58cf607
serhiy-storchaka
committed
58cf607
View commit details
Copy full SHA for 58cf607
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
c4c2580
View commit details
Copy full SHA for c4c2580
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 8b097b4
ncoghlan
committed
8b097b4
View commit details
Copy full SHA for 8b097b4
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
c679227
View commit details
Copy full SHA for c679227
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
9ed5f27
View commit details
Copy full SHA for 9ed5f27
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
cc35159
View commit details
Copy full SHA for cc35159
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
3ba3a3e
View commit details
Copy full SHA for 3ba3a3e
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
#16336: merge with 3.3.
ezio-melotti
committed
1e58ae4
View commit details
Copy full SHA for 1e58ae4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.