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 }}
iritkatriel
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_codecsmodule.c
on
frameobject
User selector
All users
All time
Commit history
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
Remove private _PyCodec_Lookup() function (#106269)
Show description for 0b51463
vstinner
authored
0b51463
View commit details
Copy full SHA for 0b51463
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Show description for a87c46e
serhiy-storchaka
authored
a87c46e
View commit details
Copy full SHA for a87c46e
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
Show description for 39aa983
serhiy-storchaka
authored
39aa983
View commit details
Copy full SHA for 39aa983
View code at this point
Browse repository at this point
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Show description for c96d154
serhiy-storchaka
authored
c96d154
View commit details
Copy full SHA for c96d154
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Show description for c9f696c
shihai1991
authored
c9f696c
View commit details
Copy full SHA for c9f696c
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
bpo-41842: Add codecs.unregister() function (GH-22360)
Show description for d332e7b
shihai1991
authored
d332e7b
View commit details
Copy full SHA for d332e7b
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
bpo-1635741: Port _codecs extension module to multiphase initialization (PEP 489) (GH-18065)
Show description for 1ea45ae
shihai1991
authored
1ea45ae
View commit details
Copy full SHA for 1ea45ae
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Show description for 279f446
serhiy-storchaka
authored
279f446
View commit details
Copy full SHA for 279f446
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
bpo-36297: remove "unicode_internal" codec (GH-12342)
methane
authored
6a16b18
View commit details
Copy full SHA for 6a16b18
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
zooba
committed
cc16be8
View commit details
Copy full SHA for cc16be8
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
zooba
committed
f5aba58
View commit details
Copy full SHA for f5aba58
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Issues #26716, #26057: Regenerate Argument Clinic code.
serhiy-storchaka
committed
2eb6b0d
View commit details
Copy full SHA for 2eb6b0d
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
21a663e
View commit details
Copy full SHA for 21a663e
View code at this point
Browse repository at this point
Commits on Aug 9, 2015
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Show description for c97a962
serhiy-storchaka
committed
c97a962
View commit details
Copy full SHA for c97a962
View code at this point
Browse repository at this point
Commits on May 12, 2015
Fixed compilation on Windows for issue #20173.
serhiy-storchaka
committed
1aa5e1d
View commit details
Copy full SHA for 1aa5e1d
View code at this point
Browse repository at this point
Issue #20173: Converted the _codecs module to Argument Clinic.
serhiy-storchaka
committed
0c59ff6
View commit details
Copy full SHA for 0c59ff6
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Show description for 8490f5a
serhiy-storchaka
committed
8490f5a
View commit details
Copy full SHA for 8490f5a
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 3dd3e26
serhiy-storchaka
committed
3dd3e26
View commit details
Copy full SHA for 3dd3e26
View code at this point
Browse repository at this point
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684
serhiy-storchaka
committed
4fdb684
View commit details
Copy full SHA for 4fdb684
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
Merge issue 19548 changes from 3.4
ncoghlan
committed
582acb7
View commit details
Copy full SHA for 582acb7
View code at this point
Browse repository at this point
Issue 19548: update codecs module documentation
Show description for b9fdb7a
ncoghlan
committed
b9fdb7a
View commit details
Copy full SHA for b9fdb7a
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 Aug 17, 2014
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Show description for 049e509
vstinner
committed
049e509
View commit details
Copy full SHA for 049e509
View code at this point
Browse repository at this point
Commits on May 14, 2014
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode
vstinner
committed
a57dfd0
View commit details
Copy full SHA for a57dfd0
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 Oct 6, 2012
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
mdickinson
committed
c04ddff
View commit details
Copy full SHA for c04ddff
View code at this point
Browse repository at this point
Commits on Nov 17, 2011
#13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code.
ezio-melotti
committed
adc417c
View commit details
Copy full SHA for adc417c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.