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
*
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
*
|
Add error checking to PyInit_pyexpact
Christian Heimes
2016-09-08
1
-1/+11
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-4/+4
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-4/+4
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
*
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
1
-13/+4
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-3/+3
*
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
1
-1/+2
|
/
*
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-6/+7
|
\
|
*
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-6/+7
*
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-1/+6
|
\
\
|
|
/
|
*
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-1/+6
*
|
Specify default values of semantic booleans in Argument Clinic generated sign...
Serhiy Storchaka
2015-05-30
1
-4/+4
*
|
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-5/+5
*
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-6/+10
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-293/+14
*
|
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Victor Stinner
2015-03-17
1
-10/+0
*
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-2/+2
*
|
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
1
-113/+7
|
\
\
|
|
/
|
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
1
-113/+7
*
|
Removed redundant casts to `char *`.
Serhiy Storchaka
2014-09-28
1
-5/+4
*
|
Issue #20152: Port pyexpat to Argument Clinic.
Brett Cannon
2014-08-22
1
-154/+471
|
/
*
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-1/+1
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-2/+1
|
\
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-2/+1
*
|
silence an overflow warning. slen is smaller than 1MB
Christian Heimes
2013-11-21
1
-1/+2
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-1/+1
*
|
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes
2013-07-20
1
-2/+7
|
\
\
|
|
/
|
*
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes
2013-07-20
1
-2/+7
*
|
Check return value of flush_character_buffer()
Christian Heimes
2013-07-20
1
-1/+3
|
\
\
|
|
/
|
*
Check return value of flush_character_buffer()
Christian Heimes
2013-07-20
1
-1/+3
*
|
Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python
Victor Stinner
2013-07-18
1
-0/+15
*
|
Issue #18408: Fix pyexpat.ParserCreate()
Victor Stinner
2013-07-15
1
-9/+10
[next]