Jason R. Coombs
|
1201bd3a43
|
Removed nose setup requirement
|
14 years ago |
jaraco
|
8a7198cfc2
|
Updated comment
|
14 years ago |
jaraco
|
e771e47639
|
Bumped version following release of 2.0.5
|
14 years ago |
jaraco
|
29019e6c32
|
Fixed error when setup.py is exec'd from another file
|
14 years ago |
jaraco
|
80065b3c92
|
Updated readme
|
14 years ago |
jaraco
|
99d3b41088
|
Restuctured the way stylesheets are loaded so they can be more easily customized by subclasses and so they're less dependent on the class names
|
14 years ago |
jaraco
|
8fec29be0b
|
Updated setup script to disallow the use of setup.py test in favor of the recommended setup.py nosetests
|
14 years ago |
jaraco
|
96532773ad
|
Adding documentation for graph module again
|
15 years ago |
jaraco
|
4b78b18761
|
Moved acknowledgements into main readme file
|
15 years ago |
jaraco
|
51536f601a
|
Adding documentation for graph module
|
15 years ago |
jaraco
|
9ff4e77ab4
|
Fixed issue where setup.py wasn't working when not run from the current directory
|
15 years ago |
jaraco
|
8672d255a2
|
Updated docs/conf.py to use metadata from setup script
|
15 years ago |
jaraco
|
da0b7c3275
|
Refactored so setup.py can be imported for the configuration information
|
15 years ago |
jaraco
|
fccca3cfd6
|
Adding Sphinx documentation from quickstart
|
15 years ago |
jaraco
|
3fc6296b1f
|
Added test to prevent regression fixed by recent patch
|
15 years ago |
jaraco
|
33a04ed3dc
|
More updates to documentation
|
15 years ago |
jaraco
|
1eee3737db
|
Bumped to 2.0.5
|
15 years ago |
jaraco
|
ec16d709b8
|
Another update to docs before release
|
15 years ago |
jaraco
|
8efaa3430a
|
Fixed broken link
|
15 years ago |
jaraco
|
ccf988030c
|
Added a tiny bit more documentation
|
15 years ago |
jaraco
|
3c457c2343
|
Fixed broken hyperlink
|
15 years ago |
jaraco
|
c7e6803cc8
|
Updated trove classifiers again to be accepted by cheese shop
|
15 years ago |
jaraco
|
747ee7f08d
|
Fixed broken link in documentation
|
15 years ago |
jaraco
|
3e2289f1f3
|
Updated Trove classifiers to match sourceforge
|
15 years ago |
jaraco
|
6f87a54be0
|
Bumped to 2.0.4
|
15 years ago |
jaraco
|
c0dd785bab
|
Fix IndexError in `svg.charts.plot.Plot.field_size` when there are only two values returned by float_range (in the case there are only two different 'y' values in the data) and scale_y_integers == True. Credit to Jean Schurger <http://schurger.org/>_ for the patch.
|
15 years ago |
jaraco
|
fffa9c6a4e
|
Applying patch from Luke Miller - fixes problem in setup under Unix
|
15 years ago |
jaraco
|
f8195bae14
|
Bumped to 2.0.3 for ongoing development
|
15 years ago |
jaraco
|
74231e10ac
|
Updated documentation in preparation for release
|
15 years ago |
jaraco
|
9b3b3f1992
|
Updated to correct dependency on cssutils (for CSS profiles)
|
15 years ago |
jaraco
|
7057a47345
|
Completed implementation of css profile based on SVG 1.1 spec
|
15 years ago |
jaraco
|
112ae84831
|
Override length to coincide with the definition given in SVG spec
|
15 years ago |
jaraco
|
a3c34ab9d0
|
Removed unnecessary extra copy of _MACROS
|
15 years ago |
jaraco
|
899b72476f
|
Released 2.0.1 to include package data
|
15 years ago |
jaraco
|
3bacaf0dde
|
Added 'package data' to the package
|
15 years ago |
jaraco
|
b8bb15a429
|
Fixed errors in the CSS identified by cssutils
|
15 years ago |
jaraco
|
ddb1b7e0ed
|
Adding support for an SVG profile in cssutils
|
15 years ago |
jaraco
|
a91fa67ce5
|
Updated Exception to be an actual Exception
|
15 years ago |
jaraco
|
dfd5201cfa
|
Bumped to 2.0.1 after release of 2.0
Removed src directory
|
15 years ago |
jaraco
|
455efe16cb
|
Fixed readme
|
15 years ago |
jaraco
|
410fdbed31
|
Fixed SVN URLs (it's hosted at sourceforge, silly)
|
15 years ago |
jaraco
|
4d989d9460
|
Working toward a 2.0 release
|
15 years ago |
jaraco
|
e47142e9fe
|
Updated readme to remove todos that are done
|
16 years ago |
jaraco
|
10ada27be4
|
adding upgrade notes
|
16 years ago |
jaraco
|
e95aead46c
|
Library now uses lxml for XML processing. This technique has a much cleaner and robust implementation. I tried using the Python 2.5 element tree, but it doesn't support processing instructions (as far as I can tell).
|
16 years ago |
jaraco
|
f4ce5c6e7e
|
Removed last reference to get_style()
|
16 years ago |
jaraco
|
336bdd339a
|
Fixed issues with variable substitution in CSS streams (including child classes).
Re-enabled error messages when parsing CSS.
Corrected legacy ruby substitution string in pie.css.
|
16 years ago |
jaraco
|
f7ec8023a3
|
more css refactoring
|
16 years ago |
jaraco
|
27b0c2eaf8
|
Began work on removing plaintext CSS handling (for inline css)
|
16 years ago |
jaraco
|
680056295b
|
Plot and Line css files were nearly identical; plot had one extra style constant_line
|
16 years ago |