| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include "*-rc" versions of libxml2/libxslt in parsed version when ↵ | Stefan Behnel | 2018-07-17 | 1 | -3/+3 |
| | | | | | downloading the "latest" libraries. | ||||
| * | Remove support for building with outdated Zlatkovic binaries completely. | Stefan Behnel | 2017-09-19 | 1 | -17/+14 |
| | | |||||
| * | Do not use outdated Zlatkovic binaries anymore. | Stefan Behnel | 2017-09-19 | 1 | -5/+4 |
| | | |||||
| * | Download winlibs from latest release. | Stefan Behnel | 2017-09-19 | 1 | -48/+58 |
| | | |||||
| * | Divert library downloads of 64bit Windows builds to github repo instead of ↵ | Stefan Behnel | 2017-09-18 | 1 | -5/+6 |
| | | | | | Zlatkovic FTP server, just to see what it gives. | ||||
| * | Disable lzma support in static libxml2 builds for now since we can't easily ↵ | Stefan Behnel | 2017-08-31 | 1 | -3/+12 |
| | | | | | | | build it. Dynamic linking would require to know if libxml2 found it and built against it, so that's not trivial either. | ||||
| * | Use ftplib when urllib fails | Matt Bachmann | 2017-05-20 | 1 | -2/+24 |
| | | |||||
| * | Remove unused imports. | Chris Gavin | 2017-04-24 | 1 | -2/+2 |
| | | |||||
| * | remove subprocess fallback code | Jakub Wilk | 2017-03-17 | 1 | -14/+2 |
| | | | | | This was needed for Python 2.3, which is no longer supported. | ||||
| * | enable caching of libraries in build step | Maximilian Hils | 2017-02-12 | 1 | -3/+6 |
| | | |||||
| * | Apply Python FTP download workaround to Win32 libs | Paul "TBBle" Hampson | 2017-02-11 | 1 | -0/+1 |
| | | | | | See d0125dc and https://bugs.python.org/issue27973 | ||||
| * | work around FTP related bug in CPython 2.7.12+ | Stefan Behnel | 2017-01-08 | 1 | -3/+4 |
| | | | | | https://bugs.python.org/issue27973 | ||||
| * | build python 3.5 x64 wheels for Windows | Maximilian Hils | 2016-10-03 | 1 | -4/+8 |
| | | |||||
| * | include latest zlib in static-deps build | Stefan Behnel | 2016-08-20 | 1 | -14/+53 |
| | | |||||
| * | whitespace | Stefan Behnel | 2016-07-24 | 1 | -6/+19 |
| | | |||||
| * | point latest builds to static binaries | Maximilian Hils | 2016-06-27 | 1 | -5/+5 |
| | | | | | see https://github.com/lxml/lxml/pull/196 | ||||
| * | add support for ucrt binaries on Windows | Maximilian Hils | 2016-06-27 | 1 | -13/+22 |
| | | | | | | The majority of the work happend here: https://github.com/mhils/libxml2-win-binaries | ||||
| * | make the ftp listings parser even less system dependent | Stefan Behnel | 2016-03-25 | 1 | -2/+2 |
| | | |||||
| * | make the ftp listings parser less system dependent | Stefan Behnel | 2016-03-25 | 1 | -4/+5 |
| | | |||||
| * | Remove magic number 54 using suggested way | Youhei Sakurai | 2016-03-08 | 1 | -1/+3 |
| | | |||||
| * | Replace ftplib with urllib to pick up ftp_proxy | Youhei Sakurai | 2016-03-03 | 1 | -10/+31 |
| | | | | | | | | | | | | | | * Rewrite ftp_listdir to replace ftplib which doesn't take care of ftp_proxy environmental variable at all. * Add parse_text_ftplist and parse_html_ftplist as a kind of sub-function of ftp_listdir. - parse_text_ftplist will be called when ftp_proxy environmental variable is empty. - parse_html_ftplist will be called when ftp_proxy environmental variable is not empty (i.e. there's proxy server) and urllib gets some HTML generated by proxy server (e.g. squid) instead of plaintext. | ||||
| * | remove legacy code | Stefan Behnel | 2015-10-09 | 1 | -49/+2 |
| | | |||||
| * | Fix undefined symbol: libiconv when using --static-deps | Steve | 2015-04-29 | 1 | -4/+5 |
| | | | | | | Link ordering should be specified by library dependencies (eg, libxml2 depends on libiconv) instead of os.listdir ordering | ||||
| * | auto-detect top-level directory of downloaded zip files in static MSWindows ↵ | Stefan Behnel | 2014-01-19 | 1 | -3/+22 |
| | | | | | build | ||||
| * | fix static build of libxml2 2.9.0 | Stefan Behnel | 2012-11-26 | 1 | -1/+1 |
| | | |||||
| * | moved MacOS-X config out of the way | Stefan Behnel | 2012-10-20 | 1 | -32/+35 |
| | | |||||
| * | minor fixes and cleanups in buildlibxml.py | Stefan Behnel | 2012-10-20 | 1 | -3/+2 |
| | | |||||
| * | minor cleanup: mark variable as unused | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | parsing the Xcode version requires decoding in Py3 | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | code cleanup | Stefan Behnel | 2012-07-30 | 1 | -11/+11 |
| | | |||||
| * | merge | Stefan Behnel | 2012-07-30 | 1 | -6/+19 |
| |\ | |||||
| | * | exclude ppc target from MacOS-X build with XCode 4.0+, patch by John Boiles | Stefan Behnel | 2012-07-30 | 1 | -6/+19 |
| | | | |||||
| * | | make buildlibxml.py respect environment variables | Marica Odagaki | 2012-07-30 | 1 | -6/+7 |
| |/ | | | | | | --- buildlibxml.py | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) | ||||
| * | minor cleanup | Stefan Behnel | 2012-07-30 | 1 | -1/+1 |
| | | |||||
| * | fix library version handling in buildlibxml.py | Stefan Behnel | 2011-08-25 | 1 | -6/+7 |
| | | |||||
| * | patch that copies headers only if --static is | Matteo Bertozzi | 2011-08-24 | 1 | -3/+15 |
| | | | | | | | | | specified, also works with python 2.3. Tested with: LINUX: python setup.py build --static --static-deps install WINDOWS: python setup.py bdist_wininst --static | ||||
| * | [svn r4424] r5612@lenny: sbehnel | 2010-06-21 20:07:58 +0200 | scoder | 2010-06-21 | 1 | -5/+4 |
| | | | | | | | | prevent unrelated multiprocessing errors from breaking the build --HG-- branch : trunk | ||||
| * | [svn r4382] r5530@lenny: sbehnel | 2010-03-25 14:17:06 +0100 | scoder | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | Py3 build fix --HG-- branch : trunk | ||||
| * | [svn r4381] r5528@lenny: sbehnel | 2010-03-25 14:15:20 +0100 | scoder | 2010-03-25 | 1 | -2/+2 |
| | | | | | | | | Py3 build fix --HG-- branch : trunk | ||||
| * | [svn r4377] r5521@lenny: sbehnel | 2010-03-15 13:50:10 +0100 | scoder | 2010-03-15 | 1 | -2/+5 |
| | | | | | | | | safety fix --HG-- branch : trunk | ||||
| * | [svn r4376] r5519@lenny: sbehnel | 2010-03-15 13:12:00 +0100 | scoder | 2010-03-15 | 1 | -0/+2 |
| | | | | | | | | disable doc building during libxml2 install --HG-- branch : trunk | ||||
| * | [svn r4375] r5514@lenny: sbehnel | 2010-03-13 15:05:54 +0100 | scoder | 2010-03-13 | 1 | -9/+29 |
| | | | | | | | | build lib dependencies in parallel if supported --HG-- branch : trunk | ||||
| * | [svn r4341] r5461@lenny: sbehnel | 2010-01-30 23:02:39 +0100 | scoder | 2010-01-30 | 1 | -1/+56 |
| | | | | | | | | bug #506558: applied patch by Sridhar Ratnakumar to download Windows dependency binaries during build --HG-- branch : trunk | ||||
| * | [svn r4273] r5333@delle: sbehnel | 2009-11-24 18:55:53 +0100 | scoder | 2009-11-24 | 1 | -6/+14 |
| | | | | | | | | build support for MacOS-X 10.6 --HG-- branch : trunk | ||||
| * | [svn r4191] r5205@delle: sbehnel | 2009-08-14 22:15:36 +0200 | scoder | 2009-08-14 | 1 | -22/+42 |
| | | | | | | | | build libiconv on static build --HG-- branch : trunk | ||||
| * | [svn r4152] r5130@delle: sbehnel | 2009-06-02 21:05:27 +0200 | scoder | 2009-06-02 | 1 | -8/+15 |
| | | | | | | | | fix Py3 syntax in lib builder script --HG-- branch : trunk | ||||
| * | [svn r4053] r4939@delle: sbehnel | 2008-12-25 20:28:26 +0100 | scoder | 2008-12-25 | 1 | -0/+1 |
| | | | | | | | | fix finding header files when building libxml2/libxslt --HG-- branch : trunk | ||||
| * | [svn r4036] r4912@delle: sbehnel | 2008-12-12 19:15:08 +0100 | scoder | 2008-12-12 | 1 | -2/+4 |
| | | | | | | | | keep old env vars when setting Mac compile flags --HG-- branch : trunk | ||||
| * | [svn r4025] Substitute the version in the libxml2/libxslt filenames, even ↵ | ianb | 2008-11-20 | 1 | -1/+1 |
| | | | | | | | | when the version was given explicitly (otherwise giving an explicit version was broken) --HG-- branch : trunk | ||||
| * | [svn r4008] r4868@delle: sbehnel | 2008-11-17 19:35:01 +0100 | scoder | 2008-11-17 | 1 | -4/+4 |
| | | | | | | | | pass build flags also to make, not only to configure --HG-- branch : trunk | ||||
