ANN: cssutils 0.9.6final

2009-10-07 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6 is a full release. main changes + BUGFIX: Definition of macro for `positivenum` in cssutils profiles actually did allow

ANN: cssutils 0.9.6b5 (bugfix release)

2009-08-30 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6b5 is a bugfix release. main changes + BUGFIX: Issue #30 fixed. Setup from source did not work. license --- cssutils is

ANN: cssutils 0.9.6b4

2009-08-29 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6b4 is a bugfix release. main changes + BUGFIX: Issue #29 fixed. Double defined namespaces are replaced with a single (the

ANN: cssutils 0.9.6b3

2009-08-02 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6b3 adds a few features and fixes quite a few bugs. main changes + **FEATURE**: Added parsing support and new profile for

ANN: W3C HTML batch Validator in Python

2009-06-21 Thread Christof Hoeke
what is it -- A simple script calling the W3C HTML Validator in batch mode. Adapted from Perl version. changes since the last full release --- - BUGFIX: checks for Valid or Invalid adapted to changes of W3C HTML Validator HTML (the check is really

ANN: cssutils 0.9.6a4

2009-05-09 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6a4 is an bugfix release. main changes - **API CHANGE**: Reverted handling of exceptions (issue #24) as this did not work

ANN: cssutils 0.9.6a3

2009-04-27 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.6a3 is an bugfix release. main changes + IMPROVEMENT: Fix for Python 2.6.2 (due to a backport from Python 2.7 to 2.6.2 the

ANN: encutils 0.9

2009-04-24 Thread Christof Hoeke
what is it -- Encoding detection collection for Python developed mainly for use in cssutils but may be useful standalone too. about this release -- 0.9 is a bugfix release. license --- encutils has a dual-license, please choose whatever you prefer: * encutils

re-try 0.7: Try Python regular expressions online

2009-03-28 Thread Christof Hoeke
== re-try == :version: 0.7 URL --- http://re-try.appspot.com/ what is it -- A small online browser application to try out Python regular expressions. It is based on http://cthedot.de/retest/ which has been around for some years but I never had a Python hosting service

ANN: cssutils 0.9.6a1

2009-02-07 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) main changes 0.9.6a1 090207 - refactored validation - added Profiles. See the docs and source of the cssutils.profiles module for details. - should work

ANN: cssutils 0.9.5.1

2008-08-11 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) about this release -- 0.9.5.1 is a bugfix release. main changes 0.9.5.1 080811 + **BUGFIX**: Fixed parsing of ``}a,b`` which resulted in TypeError

ANN: cssutils 0.9.5final

2008-07-30 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) release --- 0.9.5 had been in development for about half a year and this is the first *final* release for quite some time now - actually the last has been 0.6 ... It is

ANN: cssutils 0.9.5rc1

2008-07-09 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) As there have been quite a few bugfixes and also some minor changes this is a release candidate and not the final release yet. main changes 0.9.5rc1 080709 -

ANN: cssutils 0.9.5b3

2008-06-07 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) main changes 0.9.5b3 - **API CHANGE**: ``parse()`` is *DEPRECATED*, use ``parseFile()`` instead. I know this should not happen in a release already in beta but

ANN: cssutils 0.9.5b2

2008-03-23 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) main changes 0.9.5b2 - **API CHANGE**: ``cssutils.parseURL`` has been renamed to ``parseUrl`` for consistency with ``getUrls`` or ``replaceUrls``. Parameter

ANN: cssutils 0.9.5b1

2008-03-20 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) main changes 0.9.5b1 - **API CHANGE**: ``cssutils.css.CtyleSheet.replaceUrls(replacer)`` has been **DEPRECATED** but is available as an utility function so

SimpleHTTPServer send wrong Content-Length for text/* on Windows?

2008-02-26 Thread Christof Hoeke
hi, I noticed while trying a simple (but still very useful) server based on SimpleHTTP that it does report a wrong Content-Length for text/* files if Windows line-end \r\n is used. Most clients (e.g. browsers) do simply ignore a wrong Content-Length but there are programs that do care and

ANN: cssutils 0.9.5a4

2008-02-22 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. main changes 0.9.5a4 + **FEATURE**: Defining a namespace with a prefix but an empty namespaceURI is not allowed in XML 1.0 (but in XML 1.1). It is allowed in CSS and therefor also in

ANN: cssutils 0.9.5a2

2008-01-16 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. main changes since 0.9.5a1 -- 0.9.5a2 is a Bugfix release fixing a few minor issues for full details for 0.9.5a2 see the relevant CHANGELOG:

Javascript parser

2008-01-08 Thread Christof Hoeke
hello, is there any Javascript (not just JSON) parser for Python? I saw http://wwwsearch.sourceforge.net/python-spidermonkey/ which seems to be from 2003 and unmaintained and seems to be quite complicated to get to work anyway :( Using Rhino from Jython is not really an option as I'd like to

ANN: cssutils 0.9.4b1

2007-12-29 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. main changes since 0.9.4a4 -- for full details for 0.9.4b1 see the relevant CHANGELOG: http://cssutils.googlecode.com/svn/tags/TAG_0.9.4b1/CHANGELOG.txt 0.9.4b1 - **FEATURE**:

state of XSLT2/XPath2 or XQuery in CPython

2007-12-26 Thread Christof Hoeke
hi, I was wondering if there is any way to use XSLT2 or maybe even XQuery with normal CPython. Using Saxon/XSLT2 with Jython is no problem (I have not tried Saxon.NET with IronPython but suspect no problem?) but I could not find any way to use XSLT2 or XPath Features with CPython. All the

Re: state of XSLT2/XPath2 or XQuery in CPython

2007-12-26 Thread Christof Hoeke
Stefan Behnel wrote: Christof Hoeke wrote: I was wondering if there is any way to use XSLT2 or maybe even XQuery with normal CPython. Using Saxon/XSLT2 with Jython is no problem (I have not tried Saxon.NET with IronPython but suspect no problem?) but I could not find any way to use XSLT2

ANN: cssutils 0.9.4a1

2007-10-20 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. main changes since 0.9.3 - for full details see the relevant README file http://cssutils.googlecode.com/svn/tags/TAG_0.9.4a1/README.txt main changes - **FEATURE**: Added a new module

ANN: cssutils 0.9.2b3

2007-08-05 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Style Stylesheets and CSS interfaces. An implementation of the WD CSS Module: Namespaces which has no official DOM yet is included from v0.9.1. changes since 0.9.2b2

ANN: cssutils 0.9.2b2

2007-07-28 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Style Stylesheets and CSS interfaces. An implementation of the WD CSS Module: Namespaces which has no official DOM yet is included from v0.9.1. changes since 0.9.2b1