FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/codecs.c - python/cpython · GitHub
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
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
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
a852c5f
User selector
Datepicker
Commit history
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
Commits on Jul 4, 2019
bpo-37483: add _PyObject_CallOneArg() function (#14558)
jdemeyer
authored and
methane
committed
196a530
View commit details
Copy full SHA for 196a530
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
serhiy-storchaka
authored
a24107b
View commit details
Copy full SHA for a24107b
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Show description for 8905fcc
serhiy-storchaka
authored
8905fcc
View commit details
Copy full SHA for 8905fcc
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebe
vstinner
authored
621cebe
View commit details
Copy full SHA for 621cebe
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1f
vstinner
authored
27e2d1f
View commit details
Copy full SHA for 27e2d1f
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55b
vstinner
authored
caba55b
View commit details
Copy full SHA for caba55b
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
methane
authored
0c1c456
View commit details
Copy full SHA for 0c1c456
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL