index
:
delta/libxml2.git
2.10
2.11
2.9
LIBXML2_2_5_X
LIB_XML_1_BRANCH
USING_LIBUNICODE
baserock/morph
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
devhelp2
devhelp2-index
fix-trio-msvc
master
python3-windows
wip/jtojnar/env-var-separator
wip/sadiq/fixes
gitlab.gnome.org: GNOME/libxml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
types.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows compiler warnings in python/types.c
Nick Wellnhofer
2022-09-04
1
-15
/
+18
*
Fix libxml_PyFileGet
Nick Wellnhofer
2022-09-04
1
-5
/
+1
*
Fix unused variable warning in python/types.c
Nick Wellnhofer
2022-09-02
1
-1
/
+4
*
Fix libxml_PyFileGet with stdout on macOS
Nick Wellnhofer
2022-08-30
1
-23
/
+37
*
Add configuration flag for XPointer locations support
Nick Wellnhofer
2022-04-21
1
-0
/
+2
*
python: Port python 3.x module to Windows
Chun-wei Fan
2022-01-16
1
-2
/
+126
*
Parenthesize Py<type>_Check() in ifs
Miro HronÄok
2020-03-10
1
-6
/
+6
*
Large batch of typo fixes
Jared Yanovich
2019-09-30
1
-1
/
+1
*
python: remove single use of _PyVerify_fd
Patrick Welche
2018-03-05
1
-2
/
+0
*
python: Fix compiler warnings when building python3 bindings
Armin K
2013-06-03
1
-3
/
+3
*
Fix python bindings with versions older than 2.7
Daniel Veillard
2013-04-02
1
-4
/
+14
*
Fix compilation on Python3
Daniel Veillard
2013-03-30
1
-103
/
+162
*
Add support for xpathRegisterVariable in Python
Shaun McCance
2013-03-27
1
-1
/
+0
*
fx compilation when configured without the reader should fix #513110
Daniel Veillard
2008-05-12
1
-0
/
+2
*
fix a memory errro when using namespace nodes returned from XPath queries,
Daniel Veillard
2008-03-12
1
-2
/
+30
*
try to allow compilation on old python version should fix #398125 Daniel
Daniel Veillard
2007-06-12
1
-1
/
+2
*
applied patch from Ross Reedstrom, Brian West and Stefan Anca to add
Daniel Veillard
2006-10-10
1
-0
/
+98
*
patch from Nic Ferrier to provide a better type mapping from XPath to
Daniel Veillard
2006-06-18
1
-0
/
+14
*
Nic Ferrier found debug statement left in the XPath conversion code Daniel
Daniel Veillard
2006-02-22
1
-0
/
+8
*
Applied patch from Brent Hendricks adding support for late DTD validation.
Daniel Veillard
2004-11-10
1
-0
/
+20
*
Applied patch from Torkel Lyng to add Schemas support to the Python
Daniel Veillard
2004-08-18
1
-0
/
+57
*
applied patch from Stephane Bidoul for structured error handling from
Daniel Veillard
2004-01-06
1
-0
/
+18
*
fixed doc comment problems adding RelaxNG wrappers added a specific test
Daniel Veillard
2003-02-09
1
-0
/
+54
*
fixing #104096 to compile without regexps Daniel
Daniel Veillard
2003-02-04
1
-0
/
+2
*
patch from Stéphane Bidoul for better per context error message APIs
Daniel Veillard
2003-01-20
1
-0
/
+19
*
applied and fixed a patch from Stephane Bibould to provide per parser
Daniel Veillard
2003-01-14
1
-0
/
+1
*
added the close and getattribute methods of XmlTextReader. added the
Daniel Veillard
2002-12-14
1
-0
/
+18
*
fixed bugs when passing result value tree to Python functions. Daniel
Daniel Veillard
2002-10-20
1
-4
/
+28
*
improving some documentation comments found and fixed a mem leak with
Daniel Veillard
2002-09-25
1
-0
/
+18
*
updated the python bindings, added code for easier File I/O, and the
Daniel Veillard
2002-09-12
1
-0
/
+36
*
Cleanup of the python Makefiles based on Jacob and James feedback, fixed
Daniel Veillard
2002-03-15
1
-169
/
+214
*
added the possibility of returning nodesets from XPath extension functions
Daniel Veillard
2002-03-01
1
-3
/
+23
*
commiting some Python bindings work done while travelling Daniel
Daniel Veillard
2002-03-01
1
-1
/
+20
*
Added wrapper for the xmlURIPtr type, provided accessors, fixed the
Daniel Veillard
2002-02-23
1
-0
/
+15
*
Changed to the MIT Licence updated the doc accordingly preparing 2.4.14
Daniel Veillard
2002-02-08
1
-0
/
+32
*
cleanup always use stdout if output is NULL don't close filedescriptors
Daniel Veillard
2002-02-07
1
-0
/
+32
*
change a small bit in the way valididy error messages get initialized
Daniel Veillard
2002-02-03
1
-0
/
+11
*
cleanup added class for parser context, added first cut for push mode
Daniel Veillard
2002-02-03
1
-0
/
+297