FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/codecs.c - Ginkss/cpython · GitHub
Ginkss
/
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
threading.Timer-context-manager
User selector
Datepicker
Commit history
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
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_ImportModule (GH-30046)
kumaraditya303
authored
41026c3
View commit details
Copy full SHA for 41026c3
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19
vstinner
authored
d943d19
View commit details
Copy full SHA for d943d19
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489c
vstinner
authored
ce3489c
View commit details
Copy full SHA for ce3489c
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Show description for 920cb64
vstinner
authored
920cb64
View commit details
Copy full SHA for 920cb64
View code at this point
Browse repository at this point
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Show description for 47e1afd
vstinner
authored
47e1afd
View commit details
Copy full SHA for 47e1afd
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 Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3
vstinner
authored
81a7be3
View commit details
Copy full SHA for 81a7be3
View code at this point
Browse repository at this point
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08
vstinner
authored
4a3fe08
View commit details
Copy full SHA for 4a3fe08
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
serhiy-storchaka
authored
cd8295f
View commit details
Copy full SHA for cd8295f
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584c
vstinner
authored
ff4584c
View commit details
Copy full SHA for ff4584c
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
petdance
authored
7386a70
View commit details
Copy full SHA for 7386a70
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753
encukou
authored
ffd9753
View commit details
Copy full SHA for ffd9753
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Show description for a102ed7
vstinner
authored
a102ed7
View commit details
Copy full SHA for a102ed7
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
Show description for d3a1de2
vstinner
authored
d3a1de2
View commit details
Copy full SHA for d3a1de2
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Show description for 20f59fe
fusioncid
authored and
vstinner
committed
20f59fe
View commit details
Copy full SHA for 20f59fe
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
jdemeyer
authored and
methane
committed
1dbd084
View commit details
Copy full SHA for 1dbd084
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600)
jdemeyer
authored and
methane
committed
6e43d07
View commit details
Copy full SHA for 6e43d07
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL