src/reportlab/platypus/paraparser.py
Tue, 07 Feb 2017 11:19:18 +0000 robin fix paragraph splitting bug (reporters Olivia Zhang & Echo Bell); version-->3.3.31
Mon, 06 Jun 2016 14:27:51 +0100 robin really merge para-measure-fix; version-->3.3.11
Tue, 01 Mar 2016 13:35:52 +0000 robin make paraparser syntax errors real and fix <sup/sub> tags to have relative values; version-->3.3.1
Wed, 17 Feb 2016 12:25:38 +0000 robin changes for release 3.3.0 ReportLab_3_3_0
Wed, 10 Feb 2016 14:01:29 +0000 robin add support for rml <sup>/<sub> rise and size attributes; version --> 3.2.17
Wed, 28 Oct 2015 15:35:49 +0000 robin commit para-measure-fix branch para-measure-fix
Fri, 31 Jul 2015 16:43:25 +0100 robin add justifyBreaks & justifyLastLine ParagraphStyle attributes; version-->3.2.7
Mon, 13 Apr 2015 10:58:55 +0100 robin reportlab.lib.utils imports cPickle or pickle
Mon, 22 Sep 2014 14:33:32 +0100 robin added rl_settings.decimalSymbol & support for simple bullet anchoring, version-->3.1.35
Thu, 07 Aug 2014 16:15:47 +0100 robin paraparser.py: fix handling of fontName attributes in <font> tag
Thu, 07 Aug 2014 15:56:46 +0100 robin paraparser.py: fix handling of fontName attributes in span/font; version-->3.1.29
Fri, 20 Jun 2014 11:24:17 +0900 Matthew Duggan Fix a bunch of undefined names. Mostly typos or missing imports.
Thu, 22 May 2014 16:45:43 +0100 robin paraparser.py: force assertion of tag rather than value checking in end_<tag>
Tue, 22 Apr 2014 11:39:47 +0100 robin paraparser.py: fix convert_charrefs usage in HTMLParser.__init__; pointed out by Ivan Tchomgue @ bitbucket
Wed, 26 Mar 2014 12:32:02 +0000 robin merge py33 to default
Tue, 11 Mar 2014 14:15:54 +0000 robin paraparse.py: add ondraw=onDraw aliases py33
Thu, 16 Jan 2014 17:02:25 +0000 robin rename utils.py UniChr --> uniChr py33
Mon, 13 Jan 2014 15:36:56 +0000 robin paraparser.py: fix entityref handling py33
Fri, 03 Jan 2014 15:45:07 +0000 robin paraparser.py: remove reference to XMLParser py33
Fri, 03 Jan 2014 13:30:21 +0000 robin paraparser.py: remove usage of pyRXPU, remove attempted optimization of texts py33
Mon, 30 Dec 2013 22:53:19 +0000 robin paraparser.py: fix encoding issue py33
Mon, 30 Dec 2013 21:13:16 +0000 robin paraparser.py: fix HTMLParser imports py33
Mon, 30 Dec 2013 14:30:06 +0000 Andy Robinson first attempt at HTMLParser-based paraparser py33
Wed, 18 Dec 2013 11:09:49 +0000 robin paraparser.py, xmllib.py & paragraph.py: attempt to close off leak
Tue, 10 Dec 2013 14:01:59 +0000 robin paraparser.py:fix start_unichar for puython2 py33
Thu, 10 Oct 2013 15:06:34 +0100 robin fix href bug reported by bitbucket.kmouts py33
Wed, 04 Dec 2013 16:57:09 +0000 robin paraparser.py: fix _greekConvert for 2.7 py33
Wed, 04 Dec 2013 15:20:02 +0000 robin paraparser.py: fix on uncode as early as possible py33
Tue, 03 Dec 2013 13:57:08 +0000 robin paraparser.py: remove 3 only execption code py33
Wed, 27 Nov 2013 17:34:49 +0000 robin paraparser.py: fix label encoding py33
Fri, 22 Nov 2013 15:11:57 +0000 robin paraparser.py: support old behaviours eg ignore unknown tags etc etc py33
Wed, 20 Nov 2013 17:17:01 +0000 robin paraparser.py: remove unused local var py33
Wed, 20 Nov 2013 15:50:15 +0000 robin paraparser.py: fix unichar py33
Mon, 18 Nov 2013 17:27:49 +0000 robin convert paraparser to use pyRXP directly (or any TT producer) py33
Thu, 10 Oct 2013 15:06:34 +0100 robin fix href bug reported by bitbucket.kmouts
Wed, 01 May 2013 16:43:09 +0100 rptlab another round of changes mostly type related py33
Tue, 30 Apr 2013 14:28:14 +0100 rptlab second stage of port to Python 3.3; working hello world py33
Tue, 30 Apr 2013 14:20:22 +0100 rptlab initial changes from 2to3-3.3 py33
Sun, 17 Mar 2013 18:38:48 +0000 Andy Robinson get rid of global paraparser
Thu, 27 Sep 2012 14:39:39 +0000 robin reportlab: copyright date changes
Tue, 22 Nov 2011 13:43:50 +0000 rgbecker paraparser.py add support for <span style=stylename>
Thu, 21 Oct 2010 10:34:13 +0000 rptlab rtl-support: merged trunk changes r3591:3803 rtl-support
Wed, 08 Sep 2010 15:11:10 +0000 rgbecker paaraparser/paragraph.py: add info re percentage in <img> for idea contributed by Roberto Alsina <ralsina@netmanagers.com.ar>
Tue, 07 Sep 2010 14:24:27 +0000 rgbecker platypus: preliminary working version of % height/width for <img> tag
Wed, 14 Apr 2010 17:13:41 +0000 rgbecker reportlab: new base font mechanism more fully applied
Mon, 08 Feb 2010 18:17:33 +0000 damian Initial Python3 compatibility fixes
Thu, 02 Jul 2009 14:15:23 +0000 rgbecker paraparser.py: fix broken code and wrong module name
Thu, 02 Jul 2009 13:53:21 +0000 rgbecker tableofcontents/paraparser: allow for format and offset parameters
Tue, 02 Jun 2009 14:30:06 +0000 rgbecker reportlab: new index support
Tue, 07 Apr 2009 11:03:39 +0000 jonas Added missing character entities from rml.dtd.
Fri, 13 Feb 2009 17:14:47 +0000 rgbecker reportlab: improved support for onDraw and SimpleIndex
Fri, 12 Dec 2008 17:55:22 +0000 damian New docstrings mainly for module titles
Wed, 03 Sep 2008 16:10:51 +0000 rgbecker reportlab-2.2: second stage of major re-org
less more (0) tip