FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/codecs.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
codecs.c
on
main
User selector
Datepicker
Commit history
Commits on Jun 10, 2026
gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250)
Show description for 7b6e989
vstinner
authored
7b6e989
View commit details
Copy full SHA for 7b6e989
View code at this point
Browse repository at this point
Commits on May 26, 2026
gh-62259: Add support of multi-byte encodings in the XML parser (GH-149860)
Show description for 8ab7b43
serhiy-storchaka
authored
8ab7b43
View commit details
Copy full SHA for 8ab7b43
View code at this point
Browse repository at this point
Commits on Oct 3, 2025
`Python/codecs.c`: Remove unused forward declaration (#139511)
StanFromIreland
authored
12805ef
View commit details
Copy full SHA for 12805ef
View code at this point
Browse repository at this point
Commits on Sep 9, 2025
gh-88886: Remove excessive encoding name normalization (GH-137167)
Show description for af58a6f
serhiy-storchaka
authored
af58a6f
View commit details
Copy full SHA for af58a6f
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Show description for 082f370
ZeroIntensity
authored
082f370
View commit details
Copy full SHA for 082f370
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
Show description for ce1b747
vstinner
authored
ce1b747
View commit details
Copy full SHA for ce1b747
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-133036: Deprecate codecs.open (#133038)
Show description for 4e294f6
authored
4e294f6
View commit details
Copy full SHA for 4e294f6
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-131238: Remove more includes from pycore_interp.h (#131480)
vstinner
authored
20c5f96
View commit details
Copy full SHA for 20c5f96
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
gh-131238: Add explicit includes to pycore headers (#131257)
vstinner
authored
978e37b
View commit details
Copy full SHA for 978e37b
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
gh-130790: Remove references about unicode's readiness from comments (#130801)
sergey-miryanov
authored
3a7f17c
View commit details
Copy full SHA for 3a7f17c
View code at this point
Browse repository at this point
gh-129173: refactor `PyCodec_BackslashReplaceErrors` into separate functions (#129895)
Show description for 3146a25
picnixz
authored
3146a25
View commit details
Copy full SHA for 3146a25
View code at this point
Browse repository at this point
gh-129173: simplify `PyCodec_XMLCharRefReplaceErrors` logic (#129894)
Show description for f693f84
picnixz
and
encukou
authored
f693f84
View commit details
Copy full SHA for f693f84
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
gh-129173: refactor `PyCodec_ReplaceErrors` into separate functions (#129893)
Show description for fa6a814
picnixz
authored
fa6a814
View commit details
Copy full SHA for fa6a814
View code at this point
Browse repository at this point
Commits on Feb 20, 2025
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogateEscapeErrors` (GH-129175)
picnixz
authored
e24a1ac
View commit details
Copy full SHA for e24a1ac
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogatePassErrors` (GH-129134)
picnixz
authored
1775091
View commit details
Copy full SHA for 1775091
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_NameReplaceErrors` (GH-129135)
picnixz
authored
a56ead0
View commit details
Copy full SHA for a56ead0
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)
Show description for 36bb229
picnixz
authored
36bb229
View commit details
Copy full SHA for 36bb229
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Show description for 25a614a
picnixz
authored
25a614a
View commit details
Copy full SHA for 25a614a
View code at this point
Browse repository at this point
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Show description for 225296c
picnixz
authored
225296c
View commit details
Copy full SHA for 225296c
View code at this point
Browse repository at this point
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Show description for 70dcc84
picnixz
authored
70dcc84
View commit details
Copy full SHA for 70dcc84
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#124677)
picnixz
authored
c00964e
View commit details
Copy full SHA for c00964e
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on May 2, 2024
gh-116738: Make `_codecs` module thread-safe (#117530)
Show description for f8290df
swtaarrs
authored
f8290df
View commit details
Copy full SHA for f8290df
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Eclips4
authored
0785c68
View commit details
Copy full SHA for 0785c68
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
gh-111789: Use PyDict_GetItemRef() in Python/codecs.c (gh-112082)
serhiy-storchaka
authored
aa438bd
View commit details
Copy full SHA for aa438bd
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Show description for 03c4080
vstinner
authored
03c4080
View commit details
Copy full SHA for 03c4080
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Show description for 4dc9f48
vstinner
and
serhiy-storchaka
authored
4dc9f48
View commit details
Copy full SHA for 4dc9f48
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9
vstinner
authored
615f6e9
View commit details
Copy full SHA for 615f6e9
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
authored
be1b968
View commit details
Copy full SHA for be1b968
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Use _PyInterpreterState_GET() (#106336)
Show description for bc7eb17
vstinner
authored
bc7eb17
View commit details
Copy full SHA for bc7eb17
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
iritkatriel
authored
55c99d9
View commit details
Copy full SHA for 55c99d9
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
iritkatriel
authored
76350e8
View commit details
Copy full SHA for 76350e8
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5
vstinner
authored
8211cf5
View commit details
Copy full SHA for 8211cf5
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Show description for d8f239d
vstinner
authored
d8f239d
View commit details
Copy full SHA for d8f239d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL