index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setupinfo.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo.
Stefan Behnel
2020-06-09
1
-1
/
+1
*
Make setup options "--with-xml2-config" and "--with-xslt-config" work again, ...
Stefan Behnel
2020-06-08
1
-4
/
+17
*
Simplify checks for minimum library versions (GH-300)
Hugh McMaster
2020-03-21
1
-17
/
+21
*
Improve detection of the libxml2 and libxslt libraries (GH-297)
Hugh McMaster
2020-02-26
1
-47
/
+70
*
Do not statically link compiled Python modules against libxml2 & friends.
Stefan Behnel
2018-07-30
1
-6
/
+7
*
Merge pull request #259 from TingPing/pkg-config
scoder
2018-07-07
1
-2
/
+8
|
\
|
*
Support using pkg-config for xml2-config/xslt-config tools
Patrick Griffis
2018-02-24
1
-2
/
+8
*
|
Merge lxml-4.2 branch into master.
Stefan Behnel
2018-06-27
1
-1
/
+1
|
\
\
|
*
|
Backed out changeset ff9850742604
Stefan Behnel
2018-06-27
1
-1
/
+1
*
|
|
Include "lxml.sax" in compiled modules.
Stefan Behnel
2018-06-22
1
-1
/
+7
|
/
/
*
|
Link libz only for static builds
Nehal J Wani
2018-05-15
1
-1
/
+1
*
|
Be more conservative when *not* setting linker flags.
Stefan Behnel
2018-03-21
1
-3
/
+1
*
|
Merge pull request #258 from frgtn/fix_macos_xcode_build
scoder
2018-03-21
1
-0
/
+8
|
\
\
|
*
|
Include -isysroot linker arg on macos
Saulius Žemaitaitis
2018-01-03
1
-0
/
+8
|
|
/
*
|
Explicitly disable C lines in tracebacks (it's faster and cleaner), but provi...
Stefan Behnel
2018-02-10
1
-3
/
+3
|
/
*
Prepare release of 4.1.0.
lxml-4.1.0
Stefan Behnel
2017-10-13
1
-0
/
+3
*
Compile ElementMaker into an extension type to speed it up.
Stefan Behnel
2017-08-19
1
-1
/
+1
*
Properly integrate the compilation of _elementpath.py and some lxml.html modu...
Stefan Behnel
2017-08-11
1
-31
/
+59
*
compile _elementpath.py module to speed it up (~25% faster)
Stefan Behnel
2017-07-19
1
-1
/
+4
*
remove subprocess fallback code
Jakub Wilk
2017-03-17
1
-13
/
+4
*
include latest zlib in static-deps build
Stefan Behnel
2016-08-20
1
-3
/
+10
*
link against librt only on Linux
Stefan Behnel
2016-08-20
1
-4
/
+4
*
link with "-lrt" error on darwin (OS X)
Pan Fan
2016-08-20
1
-0
/
+2
*
link with "-lrt" to correctly support builds on pre-glibc 2.17 Linux platforms
Stefan Behnel
2016-08-18
1
-2
/
+2
*
fix libxml2 check on build failures and enable it also when Cython isn't avai...
Stefan Behnel
2015-03-21
1
-15
/
+11
*
fix import
Stefan Behnel
2015-03-21
1
-1
/
+1
*
reduce likeliness of false positives when trying to figure out the reason of ...
Stefan Behnel
2015-03-19
1
-3
/
+5
*
clean up libxml2 check on build failures
Stefan Behnel
2015-03-19
1
-9
/
+16
*
fix compiler error propagation
Stefan Behnel
2015-03-19
1
-1
/
+1
*
Merge pull request #164 from msabramo/friendlier_error_when_libxml2_not_insta...
scoder
2015-03-19
1
-2
/
+26
|
\
|
*
Friendlier error when libxml2 not installed
Marc Abramowitz
2015-03-05
1
-2
/
+26
*
|
clean up some code
Stefan Behnel
2015-03-05
1
-7
/
+5
|
/
*
enable coverage reporting also for nogil code
Stefan Behnel
2015-02-22
1
-1
/
+1
*
cleanup, make sure we set "source_extension" variable
Stefan Behnel
2015-02-21
1
-4
/
+5
*
add setup.py option "--with-coverage" for coverage reporting
Stefan Behnel
2015-02-21
1
-1
/
+8
*
setup.py: use relative directories for dependencies and include directories
Stefan Behnel
2015-02-14
1
-14
/
+28
*
remove dead code from build scripts
Stefan Behnel
2015-02-14
1
-1
/
+1
*
minor, str.join() expects strings
Andy Zhu
2014-09-10
1
-4
/
+4
*
fix sdist build without xslt-config
Stefan Behnel
2014-03-22
1
-0
/
+3
*
remove legacy code for now unsupported libxml2/libxslt versions
Stefan Behnel
2014-03-22
1
-0
/
+17
*
allow disabling -w C compiler option
Stefan Behnel
2014-01-17
1
-1
/
+3
*
add -w to CFLAGS for now because Cython generates some incorrect casts (but w...
Stefan Behnel
2014-01-17
1
-1
/
+1
*
use @cython.no_gc_clear decorator for Elements to get rid of double _Document...
Stefan Behnel
2014-01-17
1
-0
/
+1
*
add compile time option for Py2 that makes the API always return Unicode stri...
Stefan Behnel
2012-12-21
1
-0
/
+3
*
include Cython compilation in sdist build by passing the distutils Extensions...
Stefan Behnel
2012-11-23
1
-10
/
+16
*
allow --without-cython to override build error (needed for non-build setup.py...
Stefan Behnel
2012-10-07
1
-3
/
+9
*
only use Cython for building when required or explicitly requested
Stefan Behnel
2012-10-07
1
-14
/
+18
*
let Cython generate complete module cleanup code
Stefan Behnel
2012-08-23
1
-2
/
+2
*
fix dependency list in build script
Stefan Behnel
2012-08-11
1
-1
/
+1
*
drop '-w' flag from C compiler options
Stefan Behnel
2012-07-31
1
-6
/
+3
[next]