index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
codecs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
`Python/codecs.c`: Remove unused forward declaration (#139511)
Stan Ulbrych
2025-10-03
1
-2/+0
*
gh-88886: Remove excessive encoding name normalization (GH-137167)
Serhiy Storchaka
2025-09-09
1
-22/+25
*
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Peter Bierma
2025-08-07
1
-13/+6
*
gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
Victor Stinner
2025-08-06
1
-1/+1
*
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki
2025-04-30
1
-5/+13
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+1
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
1
-1/+2
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
1
-1/+0
*
gh-129173: refactor `PyCodec_BackslashReplaceErrors` into separate functions ...
Bénédikt Tran
2025-03-03
1
-41/+70
*
gh-129173: simplify `PyCodec_XMLCharRefReplaceErrors` logic (#129894)
Bénédikt Tran
2025-03-03
1
-60/+39
*
gh-129173: refactor `PyCodec_ReplaceErrors` into separate functions (#129893)
Bénédikt Tran
2025-02-25
1
-40/+83
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogateEscapeErrors`...
Bénédikt Tran
2025-02-20
1
-64/+81
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogatePassErrors` (...
Bénédikt Tran
2025-02-14
1
-120/+162
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_NameReplaceErrors` (GH...
Bénédikt Tran
2025-02-08
1
-111/+123
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)
Bénédikt Tran
2025-01-24
1
-19/+43
*
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Bénédikt Tran
2025-01-23
1
-65/+64
*
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Bénédikt Tran
2025-01-23
1
-24/+22
*
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Bénédikt Tran
2025-01-23
1
-88/+101
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
1
-0/+22
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-1/+5
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
1
-70/+80
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
1
-9/+3
*
gh-111789: Use PyDict_GetItemRef() in Python/codecs.c (gh-112082)
Serhiy Storchaka
2023-11-27
1
-5/+4
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-1/+0
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
1
-7/+5
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-0/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+1
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
1
-2/+2
*
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...
Irit Katriel
2023-04-11
1
-25/+3
*
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel
2023-03-21
1
-14/+21
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
1
-6/+3
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
1
-4/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-2/+1
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-1/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-0/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
1
-4/+2
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-7/+10
*
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi
2020-10-16
1
-25/+0
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0/+25
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-2/+2
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-6/+6
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
1
-0/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-14/+12
*
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner
2020-03-13
1
-4/+4
*
closes bpo-39630: Update pointers to string literals to be const char *. (GH-...
Andy Lester
2020-02-14
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-2/+2
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
Victor Stinner
2020-01-27
1
-16/+21
[next]