fix history urls contribution by Ben Weiner <ben@readingtype.org.uk>; version-->3.4.17
--- a/docs/reference/genreference.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/reference/genreference.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/reference/genreference.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/reference/genreference.py
__version__='3.3.0'
__doc__ = """
This module contains the script for building the reference.
--- a/docs/userguide/app_demos.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/app_demos.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/app_demos.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/app_demos.py
from tools.docco.rl_doc_utils import *
Appendix1("ReportLab Demos")
--- a/docs/userguide/ch2_graphics.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch2_graphics.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch2_graphics.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch2_graphics.py
from tools.docco.rl_doc_utils import *
from reportlab.lib.codecharts import SingleByteEncodingChart
--- a/docs/userguide/ch2a_fonts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch2a_fonts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch2a_fonts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch2a_fonts.py
from tools.docco.rl_doc_utils import *
from reportlab.lib.codecharts import SingleByteEncodingChart
from reportlab.platypus import Image
--- a/docs/userguide/ch3_pdffeatures.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch3_pdffeatures.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch3_pdffeatures.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch3_pdffeatures.py
from tools.docco.rl_doc_utils import *
heading1("Exposing PDF Special Capabilities")
--- a/docs/userguide/ch4_platypus_concepts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch4_platypus_concepts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch4_platypus_concepts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch4_platypus_concepts.py
from tools.docco.rl_doc_utils import *
#####################################################################################################3
--- a/docs/userguide/ch5_paragraphs.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch5_paragraphs.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch5_paragraphs.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch5_paragraphs.py
from tools.docco.rl_doc_utils import *
#begin chapter oon paragraphs
--- a/docs/userguide/ch6_tables.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch6_tables.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch6_tables.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch6_tables.py
from tools.docco.rl_doc_utils import *
from reportlab.platypus import Image,ListFlowable, ListItem
import reportlab
--- a/docs/userguide/ch7_custom.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/ch7_custom.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/ch7_custom.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch7_custom.py
from tools.docco.rl_doc_utils import *
heading1("Writing your own $Flowable$ Objects")
--- a/docs/userguide/genuserguide.py Mon Nov 06 08:47:12 2017 +0000
+++ b/docs/userguide/genuserguide.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/docs/userguide/genuserguide.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/genuserguide.py
__version__='3.3.0'
__doc__ = """
This module contains the script for building the user guide.
--- a/src/reportlab/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,9 +1,9 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
__doc__="""The Reportlab PDF generation library."""
-Version = "3.4.16"
+Version = "3.4.17"
__version__=Version
-__date__='20171016'
+__date__='20171106'
import sys, os
--- a/src/reportlab/graphics/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/__init__.py
__version__='3.3.0'
__doc__='''Framework for reusable object graphics, in PDF or bitmap form'''
--- a/src/reportlab/graphics/charts/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/__init__.py
__version__='3.3.0'
__doc__='''Business charts'''
--- a/src/reportlab/graphics/charts/areas.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/areas.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/areas.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/areas.py
__version__='3.3.0'
__doc__='''This module defines a Area mixin classes'''
--- a/src/reportlab/graphics/charts/barcharts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/barcharts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/barcharts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/barcharts.py
__version__='3.3.0'
__doc__="""This module defines a variety of Bar Chart components.
--- a/src/reportlab/graphics/charts/doughnut.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/doughnut.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/doughnut.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/doughnut.py
# doughnut chart
__version__='3.3.0'
--- a/src/reportlab/graphics/charts/legends.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/legends.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/legends.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/legends.py
__version__='3.3.0'
__doc__="""This will be a collection of legends to be used with charts."""
--- a/src/reportlab/graphics/charts/linecharts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/linecharts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/linecharts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/linecharts.py
__version__='3.3.0'
__doc__="""This modules defines a very preliminary Line Chart example."""
--- a/src/reportlab/graphics/charts/lineplots.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/lineplots.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/lineplots.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/lineplots.py
__version__='3.3.0'
__doc__="""This module defines a very preliminary Line Plot example."""
--- a/src/reportlab/graphics/charts/markers.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/markers.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/markers.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/markers.py
__version__='3.3.0'
__doc__="""This modules defines a collection of markers used in charts.
--- a/src/reportlab/graphics/charts/piecharts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/piecharts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/piecharts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/piecharts.py
# experimental pie chart script. Two types of pie - one is a monolithic
#widget with all top-level properties, the other delegates most stuff to
#a wedges collection whic lets you customize the group or every individual
--- a/src/reportlab/graphics/charts/spider.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/spider.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/spider.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/spider.py
# spider chart, also known as radar chart
__version__='3.3.0'
--- a/src/reportlab/graphics/charts/textlabels.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/textlabels.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/textlabels.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/textlabels.py
__version__='3.3.0'
import string
--- a/src/reportlab/graphics/charts/utils.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/charts/utils.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/utils.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/utils.py
__version__='3.3.0'
__doc__="Utilities used here and there."
--- a/src/reportlab/graphics/renderPDF.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/renderPDF.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderPDF.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderPDF.py
# renderPDF - draws Drawings onto a canvas
__version__='3.3.0'
--- a/src/reportlab/graphics/renderPS.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/renderPS.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderPS.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderPS.py
__version__='3.3.0'
__doc__="""Render drawing objects in Postscript"""
--- a/src/reportlab/graphics/renderbase.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/renderbase.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderbase.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderbase.py
__version__='3.3.0'
__doc__='''Superclass for renderers to factor out common functionality and default implementations.'''
--- a/src/reportlab/graphics/shapes.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/shapes.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/shapes.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/shapes.py
__version__='3.3.0'
__doc__='''Core of the graphics library - defines Drawing and Shapes'''
--- a/src/reportlab/graphics/testdrawings.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/testdrawings.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/testdrawings.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/testdrawings.py
__version__='3.3.0'
__doc__="""Defines some standard drawings to use as test cases
--- a/src/reportlab/graphics/testshapes.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/testshapes.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/testshapes.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/testshapes.py
# testshapes.py - draws shapes onto a PDF canvas.
--- a/src/reportlab/graphics/widgetbase.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgetbase.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgetbase.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgetbase.py
__version__='3.3.0'
__doc__='''Base class for user-defined graphical widgets'''
--- a/src/reportlab/graphics/widgets/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/__init__.py
__version__='3.3.0'
__doc__='''Some non-chart widgets'''
--- a/src/reportlab/graphics/widgets/eventcal.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/eventcal.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,5 +1,5 @@
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/eventcal.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/eventcal.py
# Event Calendar widget
# author: Andy Robinson
--- a/src/reportlab/graphics/widgets/flags.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/flags.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,5 +1,5 @@
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/flags.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/flags.py
# Flag Widgets - a collection of flags as widgets
# author: John Precedo (johnp@reportlab.com)
--- a/src/reportlab/graphics/widgets/grids.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/grids.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/grids.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/grids.py
__version__='3.3.0'
from reportlab.lib import colors
--- a/src/reportlab/graphics/widgets/signsandsymbols.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/signsandsymbols.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/signsandsymbols.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/signsandsymbols.py
# signsandsymbols.py
# A collection of new widgets
# author: John Precedo (johnp@reportlab.com)
--- a/src/reportlab/graphics/widgets/table.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/graphics/widgets/table.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/widgets/grids.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/grids.py
__version__='3.3.0'
from reportlab.graphics.widgetbase import Widget
--- a/src/reportlab/lib/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/__init__.py
__version__='3.3.0'
import os
RL_DEBUG = 'RL_DEBUG' in os.environ
--- a/src/reportlab/lib/abag.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/abag.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/abag.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/abag.py
__version__='3.3.0'
__doc__='''Data structure to hold a collection of attributes, used by styles.'''
class ABag:
--- a/src/reportlab/lib/attrmap.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/attrmap.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/attrmap.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/attrmap.py
__version__='3.3.0'
__doc__='''Framework for objects whose assignments are checked. Used by graphics.
--- a/src/reportlab/lib/codecharts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/codecharts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/codecharts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/codecharts.py
#$Header $
__version__='3.3.0'
__doc__="""Routines to print code page (character set) drawings. Predates unicode.
--- a/src/reportlab/lib/colors.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/colors.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/colors.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/colors.py
__version__='3.3.0'
__doc__='''Defines standard colour-handling classes and colour names.
--- a/src/reportlab/lib/enums.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/enums.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/enums.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/enums.py
__version__='3.3.0'
__doc__="""
Container for constants. Hardly used!
--- a/src/reportlab/lib/fonts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/fonts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/fonts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/fonts.py
__version__='3.3.0'
__doc__='''Utilities to associate bold and italic versions of fonts into families
--- a/src/reportlab/lib/formatters.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/formatters.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/formatters.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/formatters.py
__all__=('Formatter','DecimalFormatter')
__version__='3.3.0'
__doc__="""
--- a/src/reportlab/lib/logger.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/logger.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/logger.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/logger.py
__version__='3.3.0'
__doc__="Logging and warning framework, predating Python's logging package"
from sys import stderr
--- a/src/reportlab/lib/pagesizes.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/pagesizes.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/pagesizes.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/pagesizes.py
"""This module defines a few common page sizes in points (1/72 inch).
To be expanded to include things like label sizes, envelope windows
--- a/src/reportlab/lib/randomtext.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/randomtext.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/randomtext.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/randomtext.py
__version__='3.3.0'
--- a/src/reportlab/lib/styles.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/styles.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/styles.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/styles.py
__version__='3.3.0'
__doc__='''Classes for ParagraphStyle and similar things.
--- a/src/reportlab/lib/textsplit.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/textsplit.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/textsplit.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/textsplit.py
"""Helpers for text wrapping, hyphenation, Asian text splitting and kinsoku shori.
--- a/src/reportlab/lib/units.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/units.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/units.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/units.py
__version__='3.3.0'
__doc__='''Defines inch, cm, mm etc as multiples of a point
--- a/src/reportlab/lib/validators.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/validators.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/validators.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/validators.py
__version__='3.3.0'
__doc__="""Standard verifying functions used by attrmap."""
--- a/src/reportlab/lib/yaml.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/lib/yaml.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/yaml.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/yaml.py
# parses "Yet Another Markup Language" into a list of tuples.
# Each tuple says what the data is e.g.
# ('Paragraph', 'Heading1', 'Why Reportlab Rules')
--- a/src/reportlab/pdfbase/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/__init__.py
__version__='3.3.0'
__doc__="""Internal functionality for creating PDF files - not part of API
"""
--- a/src/reportlab/pdfbase/_cidfontdata.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/_cidfontdata.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/_cidfontdata.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/_cidfontdata.py
#$Header $
__version__='3.3.0'
__doc__="""
--- a/src/reportlab/pdfbase/_fontdata.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/_fontdata.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/_fontdata.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/_fontdata.py
#$Header $
__version__='3.3.0'
__doc__="""Database of font related things
--- a/src/reportlab/pdfbase/cidfonts.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/cidfonts.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/cidfonts.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/cidfonts.py
#$Header $
__version__='3.3.0'
__doc__="""CID (Asian multi-byte) font support.
--- a/src/reportlab/pdfbase/pdfdoc.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/pdfdoc.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/pdfdoc.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfdoc.py
__version__='3.4.1'
__doc__="""
The module pdfdoc.py handles the 'outer structure' of PDF documents, ensuring that
--- a/src/reportlab/pdfbase/pdfmetrics.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/pdfmetrics.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/pdfmetrics.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfmetrics.py
#$Header $
__version__='3.3.0'
__doc__="""This provides a database of font metric information and
--- a/src/reportlab/pdfbase/pdfutils.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfbase/pdfutils.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfbase/pdfutils.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfutils.py
__version__='3.3.0'
__doc__=''
# pdfutils.py - everything to do with images, streams,
--- a/src/reportlab/pdfgen/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfgen/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/__init__.py
__version__='3.3.0'
__doc__='''Defines a high-level Canvas interface for creating PDF files'''
--- a/src/reportlab/pdfgen/pathobject.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfgen/pathobject.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/pathobject.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pathobject.py
__version__='3.3.0'
__doc__="""
PDFPathObject is an efficient way to draw paths on a Canvas. Do not
--- a/src/reportlab/pdfgen/pdfgeom.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfgen/pdfgeom.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/pdfgeom.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pdfgeom.py
__version__='3.3.0'
__doc__="""
This module includes any mathematical methods needed for PIDDLE.
--- a/src/reportlab/pdfgen/pdfimages.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfgen/pdfimages.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/pdfimages.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pdfimages.py
__version__='3.3.0'
__doc__="""
Image functionality sliced out of canvas.py for generalization
--- a/src/reportlab/pdfgen/textobject.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/pdfgen/textobject.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/textobject.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/textobject.py
__version__='3.3.0'
__doc__="""
PDFTextObject is an efficient way to add text to a Canvas. Do not
--- a/src/reportlab/platypus/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/__init__.py
__version__='3.3.0'
__doc__='''Page Layout and Typography Using Scripts" - higher-level framework for flowing documents'''
--- a/src/reportlab/platypus/doctemplate.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/doctemplate.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/doctemplate.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/doctemplate.py
__version__='3.4.2'
--- a/src/reportlab/platypus/figures.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/figures.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/figures.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/figures.py
"""This includes some demos of platypus for use in the API proposal"""
__version__='3.3.0'
--- a/src/reportlab/platypus/flowables.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/flowables.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/flowables.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/flowables.py
__version__='3.3.0'
__doc__="""
A flowable is a "floating element" in a document whose exact position is determined by the
--- a/src/reportlab/platypus/frames.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/frames.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/frames.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/frames.py
__version__='3.3.0'
--- a/src/reportlab/platypus/paragraph.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/paragraph.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/paragraph.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/paragraph.py
__version__='3.3.0'
__doc__='''The standard paragraph implementation'''
from string import whitespace
--- a/src/reportlab/platypus/paraparser.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/paraparser.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/paraparser.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/paraparser.py
__version__='3.3.0'
__doc__='''The parser used to process markup within paragraphs'''
import string
--- a/src/reportlab/platypus/tableofcontents.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/tableofcontents.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/tableofcontents.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/tableofcontents.py
__version__='3.3.0'
__doc__="""Experimental class to generate Tables of Contents easily
--- a/src/reportlab/platypus/tables.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/tables.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/tables.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/tables.py
__version__='3.3.0'
__doc__="""
--- a/src/reportlab/platypus/xpreformatted.py Mon Nov 06 08:47:12 2017 +0000
+++ b/src/reportlab/platypus/xpreformatted.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/xpreformatted.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/xpreformatted.py
__version__='3.3.0'
__doc__='''A 'rich preformatted text' widget allowing internal markup'''
from reportlab.lib import PyFontify
--- a/tests/test_platypus_preformatted.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tests/test_platypus_preformatted.py Mon Nov 06 09:10:46 2017 +0000
@@ -95,7 +95,7 @@
code = """
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/xpreformatted.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/xpreformatted.py
__version__='3.3.0'
__doc__='''A 'rich preformatted text' widget allowing internal markup'''
--- a/tools/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/__init__.py
--- a/tools/docco/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/__init__.py
--- a/tools/docco/codegrab.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/codegrab.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/codegrab.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/codegrab.py
#codegrab.py
"""
This grabs various Python class, method and function
--- a/tools/docco/docpy.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/docpy.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/docpy.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/docpy.py
"""Generate documentation from live Python objects.
--- a/tools/docco/examples.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/examples.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/examples.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/examples.py
testannotations="""
def annotations(canvas):
from reportlab.lib.units import inch
--- a/tools/docco/rl_doc_utils.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/rl_doc_utils.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/rl_doc_utils.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/rl_doc_utils.py
__version__='3.3.0'
__doc__ = """
--- a/tools/docco/rltemplate.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/rltemplate.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/rltemplate.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/rltemplate.py
# doc template for RL manuals. Currently YAML is hard-coded
#to use this, which is wrong.
--- a/tools/docco/stylesheet.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/stylesheet.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/stylesheet.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/stylesheet.py
#standard stylesheet for our manuals
from reportlab.lib.styles import StyleSheet1, ParagraphStyle
from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_RIGHT, TA_JUSTIFY
--- a/tools/docco/t_parse.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/t_parse.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/t_parse.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/t_parse.py
"""
Template parsing module inspired by REXX (with thanks to Donn Cave for discussion).
--- a/tools/docco/yaml.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/yaml.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/yaml.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/yaml.py
# parses "Yet Another Markup Language" into a list of tuples.
# Each tuple says what the data is e.g.
# ('Paragraph', 'Heading1', 'Why Reportlab Rules')
--- a/tools/docco/yaml2pdf.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/docco/yaml2pdf.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/docco/yaml2pdf.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/yaml2pdf.py
# yaml2pdf - turns stuff in Yet Another Markup Language
# into PDF documents. Very crude - it assumes a
# doc template and stylesheet (hard coded for now)
--- a/tools/pythonpoint/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/pythonpoint/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/pythonpoint/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/__init__.py
--- a/tools/pythonpoint/customshapes.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/pythonpoint/customshapes.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/pythonpoint/customshapes.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/customshapes.py
__version__='3.3.0'
# xml parser stuff for PythonPoint
--- a/tools/pythonpoint/styles/__init__.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/pythonpoint/styles/__init__.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/pythonpoint/styles/__init__.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/__init__.py
--- a/tools/pythonpoint/styles/horrible.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/pythonpoint/styles/horrible.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/pythonpoint/styles/horrible.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/horrible.py
__version__='3.3.0'
# style_modern.py
__doc__="""This is an example style sheet. You can create your own, and
--- a/tools/pythonpoint/styles/modern.py Mon Nov 06 08:47:12 2017 +0000
+++ b/tools/pythonpoint/styles/modern.py Mon Nov 06 09:10:46 2017 +0000
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/tools/pythonpoint/styles/modern.py
+#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/modern.py
__version__='3.3.0'
# style_modern.py
__doc__="""This is an example style sheet. You can create your own, and