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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[svn r1963] easy_install links to developer and bugfix versions
scoder
2006-10-19
1
-1
/
+13
*
[svn r1865] fix for changelog parser in setup.py
scoder
2006-08-10
1
-1
/
+1
*
[svn r1856] support '-dev' version scheme prior to alpha versions
scoder
2006-08-10
1
-1
/
+4
*
[svn r1847] small fix in setup.py
scoder
2006-08-08
1
-1
/
+1
*
[svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.
scoder
2006-08-08
1
-10
/
+20
*
[svn r1573] support for --rpath option in setup.py
scoder
2006-06-23
1
-12
/
+41
*
[svn r1514] setup.py: allow alpha/beta versions without separating dot (1.1al...
scoder
2006-06-11
1
-7
/
+13
*
[svn r1425] allow passing --without-assert to setup.py to compile without ass...
scoder
2006-06-06
1
-1
/
+9
*
[svn r1216] automise setting trove devel status (alpha/beta/stable) from vers...
scoder
2006-05-18
1
-1
/
+8
*
[svn r1204] simplify static compilation by providing a place to fill in the l...
scoder
2006-05-18
1
-25
/
+54
*
[svn r1203] fix commit 26466: clean up appending '-lexslt' to xslt_libs
scoder
2006-05-18
1
-2
/
+1
*
[svn r1177] cleanup in setup.py
scoder
2006-05-17
1
-7
/
+4
*
[svn r1050] check for SVN revision and store lxml version in lxml-version.h
scoder
2006-05-03
1
-2
/
+23
*
[svn r1012] merge of resolver-new branch: support for custom URI resolvers in...
scoder
2006-04-27
1
-1
/
+12
*
[svn r890] merged in zip_safe doc update from 0.9.x branch
scoder
2006-03-30
1
-1
/
+1
*
[svn r888] set zip_safe flag to False to prevent library duplication
scoder
2006-03-30
1
-0
/
+1
*
[svn r887] removed zip_safe flag - doesn't really work for C extensions
scoder
2006-03-30
1
-1
/
+0
*
[svn r829] read latest version notes from CHANGES.txt into package data
scoder
2006-03-23
1
-2
/
+28
*
[svn r828] merged in zip_safe flag from 0.9 branch
scoder
2006-03-23
1
-1
/
+3
*
[svn r803] actually it's better to simply remove lxml.tests out of site-packa...
ogrisel
2006-03-22
1
-2
/
+1
*
[svn r802] adding .xml .rng .xslt file for the lxml.tests package
ogrisel
2006-03-22
1
-0
/
+1
*
[svn r796] added Trove classifiers for cheeseshop
scoder
2006-03-22
1
-0
/
+12
*
[svn r785] clean up of setup.py
scoder
2006-03-20
1
-23
/
+19
*
[svn r783] make it compile without Pyrex and generate the source with Pyrex
lxml-0.9
scoder
2006-03-20
1
-12
/
+26
*
[svn r766] A bit more metadata for setup.
faassen
2006-03-20
1
-2
/
+13
*
[svn r499] new, shorter setup.py by Andrey Tatarinov
scoder
2006-01-04
1
-184
/
+28
*
[svn r377] Use xslt-config instead of libxml2-config.
faassen
2005-11-03
1
-2
/
+2
*
[svn r333] A few small tweaks.
faassen
2005-07-01
1
-4
/
+7
*
[svn r283] - Ignore .svn when copying building
dreamcatcher
2005-04-15
1
-1
/
+5
*
[svn r282] my first contribution to lxml... yeah!
philikon
2005-04-15
1
-1
/
+1
*
[svn r281] Another setup.py tweak.
faassen
2005-04-14
1
-1
/
+3
*
[svn r279] Also guess library dir using xml2-config.
faassen
2005-04-13
1
-11
/
+11
*
[svn r249] Fiddle about with setup.py to try to make it somewhat more robust
faassen
2005-03-31
1
-14
/
+49
*
[svn r224] Merge c14n support into lxml.etree as well. Add a new write_c14n m...
faassen
2005-01-20
1
-8
/
+0
*
[svn r209] Remove nodereg entirely; this could be done as we use the backpointer
faassen
2005-01-18
1
-16
/
+0
*
[svn r207] Remove dom, and tests for it. Also remove nodereg tests, as we're ...
faassen
2005-01-18
1
-8
/
+0
*
[svn r200] A bug in the way libxslt was included caused it not to be found. F...
faassen
2005-01-15
1
-1
/
+1
*
[svn r193] Add preliminary XSLT support.
faassen
2005-01-14
1
-10
/
+13
*
[svn r191] Make it a bit easier to vary options.
faassen
2005-01-13
1
-5
/
+6
*
[svn r176] Make it a bit more obvious what to edit.
faassen
2005-01-07
1
-4
/
+5
*
[svn r126] Refactor etree tests so that original ElementTree is also tested, ...
faassen
2005-01-05
1
-0
/
+8
*
[svn r117] Made setup more flexible so I can point to hand-compiled libxml2. ...
faassen
2005-01-04
1
-4
/
+16
*
[svn r90] Add a framework for registering nodes with a registry, for management
faassen
2004-12-10
1
-1
/
+18
*
[svn r25] Add preliminary read-only DOM code.
faassen
2004-07-28
1
-0
/
+6
*
[svn r23] Remove old elementtree module and remove old demo cruft.
faassen
2004-07-28
1
-13
/
+0
*
[svn r5] Started 'etree.pyx'. This is intended to get the functionality of
faassen
2004-07-27
1
-1
/
+7
*
[svn r1] Initial import of lxml into subversion.
faassen
2004-07-09
1
-0
/
+133
[prev]