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
/
Modules
/
pyexpat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-1/+1
*
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya
2023-05-16
1
-8/+21
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+3
*
GH-101797: allocate `PyExpat_CAPI` capsule on heap (#101798)
Kumar Aditya
2023-02-11
1
-27/+45
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Nikita Sobolev
2023-01-08
1
-40/+27
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-2/+2
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
1
-12/+6
*
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (G...
Serhiy Storchaka
2022-11-14
1
-3/+1
*
Correct some typos in comments (GH-98194)
jonasdlindner
2022-11-06
1
-1/+1
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-1/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-1/+0
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-1/+1
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
1
-1/+3
*
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na
2022-02-21
1
-4/+8
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+2
*
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...
Sebastian Pipping
2021-12-31
1
-49/+91
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
TAGAMI Yukihiro
2021-10-02
1
-1/+1
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Erlend Egeberg Aasland
2021-05-27
1
-21/+18
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+2
*
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa
2021-01-04
1
-95/+127
*
bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
Hai Shi
2021-01-03
1
-27/+40
*
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
Mohamed Koubaa
2020-11-04
1
-189/+299
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
1
-9/+1
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1/+1
*
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
Victor Stinner
2019-10-07
1
-2/+3
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-3/+3
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-1/+3
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
1
-1/+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-11/+19
*
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
Victor Stinner
2018-11-22
1
-2/+4
*
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9...
Serhiy Storchaka
2018-10-19
1
-327/+268
*
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Zackery Spytz
2018-10-19
1
-4/+8
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes
2018-09-18
1
-0/+5
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-8/+2
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-2/+8
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-8/+2
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner
2017-06-14
1
-4/+2
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
bpo-29768: Fixed compile-time check for expat version. (#574)
Serhiy Storchaka
2017-03-09
1
-1/+1
*
Removed redundant Argument Clinic directives.
Serhiy Storchaka
2017-02-04
1
-5/+0
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-8/+4
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-22/+21
|
\
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-22/+21
[next]