Commits
User selector
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 81c7204authored
Commits on Dec 12, 2021
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthored
Commits on Oct 26, 2020
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Show description for 920cb64authoredbpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Show description for 47e1afdauthored
Commits on Oct 16, 2020
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Show description for c9f696cauthored
Commits on Sep 28, 2020
bpo-41842: Add codecs.unregister() function (GH-22360)
Show description for d332e7bauthored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authoredbpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08authored
Commits on Apr 11, 2020
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584cauthored
Commits on Feb 14, 2020
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753authored
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Show description for a102ed7authored
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
Show description for d3a1de2authored
Commits on Aug 21, 2019
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Show description for 20f59feauthored andcommitted
Commits on Jul 11, 2019
- authored andcommitted
Commits on Jul 5, 2019
- authored andcommitted
Commits on Jul 4, 2019
- authored andcommitted
Commits on Feb 25, 2019
Commits on Dec 11, 2018
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Show description for 8905fccauthored
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1fauthored
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55bauthored
Commits on Apr 6, 2018
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7authored andcommitted
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ceauthored
Commits on Dec 5, 2016
Issue #28858: Remove _PyObject_CallArg1() macro
Show description for 7bfb42dcommitted
Commits on Dec 1, 2016
Replace PyObject_CallFunction() with fastcall
Show description for 4778eabcommitted
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5bcommitted
Commits on Oct 23, 2016
Issue #28510: Clean up decoding error handlers.
Show description for cb33a01committed
Commits on Apr 15, 2016
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3committed
Commits on Sep 3, 2015
Issue #24993: Handle import error in namereplace error handler
Show description for 38b8ae0committed