1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
Commit Graph

2620 Commits

Author SHA1 Message Date
Simon Sapin
f5f9fc729c Switch to pystacia instead of PIL for raster images 2012-02-21 14:34:07 +01:00
Simon Sapin
0ef3b35e90 Actual python 2.6 compatibility 2012-02-21 14:13:34 +01:00
Simon Sapin
a412924e92 Fix the test suite on pytest
(Do not swallow all exceptions!)
2012-02-21 12:59:06 +01:00
Simon Sapin
dc5360e130 Python 2.6 compat, fix tox.ini 2012-02-20 15:36:55 +01:00
Simon Sapin
4bf9b2dce7 Switch to pytest 2012-02-20 13:04:35 +01:00
Simon Sapin
ff135aa285 Python 3 compat. All tests pass with the same code base! 2012-02-17 22:48:20 +01:00
Simon Sapin
0c0906b52a Fix the weasyprint.py script. 2012-02-17 15:00:55 +01:00
Simon Sapin
d5ee2ea509 Use the testing UA stylesheet in test_api.py 2012-02-16 18:52:36 +01:00
Simon Sapin
1337756504 Test the command line interface. 2012-02-16 18:28:18 +01:00
Simon Sapin
8a3dfa076f Fix --encoding and allow calling main(args) 2012-02-16 18:28:01 +01:00
Simon Sapin
38d687fa91 Nicer message on HTML parse error 2012-02-16 18:27:30 +01:00
Simon Sapin
6baad64044 Disable an assert that fails because of floating point errors. 2012-02-16 15:27:49 +01:00
Simon Sapin
af9c3e961e Test rendering with the Python API. 2012-02-16 14:42:08 +01:00
Simon Sapin
e63df09985 Test the HTML and CSS constructors. 2012-02-16 13:41:00 +01:00
Simon Sapin
cfb7bf4608 Take a base_url from file().name 2012-02-16 13:40:29 +01:00
Simon Sapin
6f9d5c068a Fix CSS(url=foo, base_url=bar) 2012-02-16 13:40:08 +01:00
Simon Sapin
7e728af99e Ooops 2012-02-15 19:01:09 +01:00
Simon Sapin
9cd1ac746d *Break the API*
The new API should be easier to use. Only what is directly
in the 'weasyprint' module (not in a sub-module) is public.
2012-02-15 18:49:37 +01:00
Simon Sapin
5fccd63885 CairoSVG supports these units now. 2012-02-15 18:41:48 +01:00
Simon Sapin
cf52aa3aaf Move the whole 'weasy' package to 'weasyprint' 2012-02-14 12:49:33 +01:00