--- a/README.txt Thu Sep 19 16:43:48 2019 +0100
+++ b/README.txt Thu Sep 26 12:24:13 2019 +0100
@@ -69,11 +69,19 @@
http://pypi.python.org/
-From March 2013, the code is being hosted in Mercurial on BitBucket.
+From March 2013, the code is being hosted in Mercurial at
+https://hg.reportlab.com/hg-public/.
You can obtain the latest code from our Mercurial repository with::
- hg clone https://bitbucket.org/rptlab/reportlab
+ hg clone https://hg.reportlab.com/hg-public/reportlab
+
+A mirror only repository is available for git users at
+ https://github.com/MrBitBucket/reportlab-mirror
+
+please do not use this for issue reporting etc; use the mail list at
+
+ https://pairlist2.pair.net/mailman/listinfo/reportlab-users
Users of our commercial libraries, and/or anyone who registers on our site,
can also access our commercial area which has exactly the same packages,
@@ -96,7 +104,7 @@
This will NOT install the tests, examples and documentation. If you want
to learn your way around the package or do development with it on Windows,
-we suggest you also obtain source from https://bitbucket.org/rptlab/reportlab
+we suggest you also obtain source from https://hg.reportlab.com.org/hg-public/reportlab
and work with the examples/tests within that directory.
2.4 Mac OS
--- a/appveyor.yml Thu Sep 19 16:43:48 2019 +0100
+++ b/appveyor.yml Thu Sep 26 12:24:13 2019 +0100
@@ -44,7 +44,7 @@
- cmd: echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
- cmd: c:\Python27-x64\python.exe -mvirtualenv myenv
- cmd: myenv\scripts\pip.exe --version
- - cmd: myenv\scripts\pip.exe install https://bitbucket.org/MrRLBitBucket/rl_ci_tools/get/tip.tar.gz
+ - cmd: myenv\scripts\pip.exe install git+https://github.com/MrBitBucket/rl-ci-tools
- cmd: mkdir winstuff
- cmd: myenv\scripts\python.exe -mrl_ci_tools download-resources --dst=winstuff winstuff.zip
- cmd: myenv\scripts\python.exe -c"import zipfile;zipfile.ZipFile('winstuff/winstuff.zip','r').extractall('winstuff')"
--- a/docs/reference/genreference.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/reference/genreference.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/reference/genreference.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/reference/genreference.py
__version__='3.3.0'
__doc__ = """
This module contains the script for building the reference.
--- a/docs/userguide/app_demos.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/app_demos.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/app_demos.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/app_demos.py
from tools.docco.rl_doc_utils import *
Appendix1("ReportLab Demos")
--- a/docs/userguide/ch2_graphics.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch2_graphics.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch2_graphics.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/ch2_graphics.py
from tools.docco.rl_doc_utils import *
from reportlab.lib.codecharts import SingleByteEncodingChart
--- a/docs/userguide/ch2a_fonts.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch2a_fonts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch2a_fonts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch3_pdffeatures.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch3_pdffeatures.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/ch3_pdffeatures.py
from tools.docco.rl_doc_utils import *
heading1("Exposing PDF Special Capabilities")
--- a/docs/userguide/ch4_platypus_concepts.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch4_platypus_concepts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch4_platypus_concepts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/ch4_platypus_concepts.py
from tools.docco.rl_doc_utils import *
#####################################################################################################3
--- a/docs/userguide/ch5_paragraphs.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch5_paragraphs.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch5_paragraphs.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/ch5_paragraphs.py
from tools.docco.rl_doc_utils import *
#begin chapter oon paragraphs
--- a/docs/userguide/ch6_tables.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch6_tables.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch6_tables.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/ch7_custom.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/ch7_custom.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/ch7_custom.py
from tools.docco.rl_doc_utils import *
heading1("Writing your own $Flowable$ Objects")
--- a/docs/userguide/genuserguide.py Thu Sep 19 16:43:48 2019 +0100
+++ b/docs/userguide/genuserguide.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/docs/userguide/genuserguide.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/docs/userguide/genuserguide.py
__version__='3.3.0'
__doc__ = """
This module contains the script for building the user guide.
--- a/src/reportlab/graphics/__init__.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/charts/__init__.py
__version__='3.3.0'
__doc__='''Business charts'''
--- a/src/reportlab/graphics/charts/areas.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/areas.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/areas.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/barcharts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/barcharts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/doughnut.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/doughnut.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/charts/doughnut.py
# doughnut chart
__version__='3.3.0'
--- a/src/reportlab/graphics/charts/legends.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/legends.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/legends.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/linecharts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/linecharts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/lineplots.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/lineplots.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/markers.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/markers.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/piecharts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/piecharts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/spider.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/spider.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/textlabels.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/textlabels.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/charts/textlabels.py
__version__='3.3.0'
import string
--- a/src/reportlab/graphics/charts/utils.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/charts/utils.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/charts/utils.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/charts/utils.py
__version__='3.3.0'
__doc__="Utilities used here and there."
--- a/src/reportlab/graphics/renderPDF.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/renderPDF.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderPDF.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/renderPDF.py
# renderPDF - draws Drawings onto a canvas
__version__='3.3.0'
--- a/src/reportlab/graphics/renderPS.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/renderPS.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderPS.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/renderPS.py
__version__='3.3.0'
__doc__="""Render drawing objects in Postscript"""
--- a/src/reportlab/graphics/renderbase.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/renderbase.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/renderbase.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/shapes.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/shapes.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/testdrawings.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/testdrawings.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/testshapes.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/testshapes.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/testshapes.py
# testshapes.py - draws shapes onto a PDF canvas.
--- a/src/reportlab/graphics/widgetbase.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgetbase.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgetbase.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/widgets/__init__.py
__version__='3.3.0'
__doc__='''Some non-chart widgets'''
--- a/src/reportlab/graphics/widgets/eventcal.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/eventcal.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,5 +1,5 @@
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/eventcal.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/widgets/eventcal.py
# Event Calendar widget
# author: Andy Robinson
--- a/src/reportlab/graphics/widgets/flags.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/flags.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,5 +1,5 @@
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/flags.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/grids.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/grids.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/widgets/grids.py
__version__='3.3.0'
from reportlab.lib import colors
--- a/src/reportlab/graphics/widgets/signsandsymbols.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/signsandsymbols.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/signsandsymbols.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/graphics/widgets/table.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/widgets/grids.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/widgets/table.py
__version__='3.3.0'
from reportlab.graphics.widgetbase import Widget
--- a/src/reportlab/lib/__init__.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/abag.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/abag.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/attrmap.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/attrmap.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/codecharts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/codecharts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/colors.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/colors.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/enums.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/enums.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/enums.py
__version__='3.3.0'
__doc__="""
Container for constants. Hardly used!
--- a/src/reportlab/lib/fonts.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/fonts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/fonts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/formatters.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/formatters.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/formatters.py
__all__=('Formatter','DecimalFormatter')
__version__='3.3.0'
__doc__="""
--- a/src/reportlab/lib/logger.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/logger.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/logger.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/pagesizes.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/pagesizes.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/randomtext.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/randomtext.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/randomtext.py
__version__='3.3.0'
--- a/src/reportlab/lib/styles.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/styles.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/styles.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/styles.py
__version__='3.3.0'
__doc__='''Classes for ParagraphStyle and similar things.
--- a/src/reportlab/lib/textsplit.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/textsplit.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/textsplit.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/textsplit.py
"""Helpers for text wrapping, hyphenation, Asian text splitting and kinsoku shori.
--- a/src/reportlab/lib/units.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/units.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/units.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/validators.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/validators.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/validators.py
__version__='3.3.0'
__doc__="""Standard verifying functions used by attrmap."""
--- a/src/reportlab/lib/yaml.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/lib/yaml.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/lib/yaml.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/_cidfontdata.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/_cidfontdata.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/pdfbase/_cidfontdata.py
#$Header $
__version__='3.3.0'
__doc__="""
--- a/src/reportlab/pdfbase/_fontdata.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/_fontdata.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/_fontdata.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/pdfbase/_fontdata.py
#$Header $
__version__='3.3.0'
__doc__="""Database of font related things
--- a/src/reportlab/pdfbase/cidfonts.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/cidfonts.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/cidfonts.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/pdfbase/cidfonts.py
#$Header $
__version__='3.3.0'
__doc__="""CID (Asian multi-byte) font support.
--- a/src/reportlab/pdfbase/pdfdoc.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/pdfdoc.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfdoc.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/pdfmetrics.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfmetrics.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfbase/pdfutils.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfbase/pdfutils.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfgen/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,5 +1,5 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfgen/pathobject.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pathobject.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfgen/pdfgeom.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pdfgeom.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfgen/pdfimages.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/pdfimages.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/pdfgen/textobject.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/pdfgen/textobject.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/__init__.py
__version__='3.5.20'
__doc__='''Page Layout and Typography Using Scripts" - higher-level framework for flowing documents'''
--- a/src/reportlab/platypus/doctemplate.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/doctemplate.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/doctemplate.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/doctemplate.py
__all__ = (
'ActionFlowable',
'BaseDocTemplate',
--- a/src/reportlab/platypus/figures.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/figures.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/figures.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/flowables.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/flowables.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/frames.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/frames.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/frames.py
__version__='3.5.14'
--- a/src/reportlab/platypus/paragraph.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/paragraph.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/paragraph.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/paragraph.py
__all__=(
'Paragraph',
'cleanBlockQuotedText',
--- a/src/reportlab/platypus/paraparser.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/paraparser.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/paraparser.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/paraparser.py
__all__ = ('ParaFrag', 'ParaParser')
__version__='3.5.20'
__doc__='''The parser used to process markup within paragraphs'''
--- a/src/reportlab/platypus/tableofcontents.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/tableofcontents.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/tableofcontents.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/tables.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/tables.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/tables.py
__all__= (
'Table',
'TableStyle',
--- a/src/reportlab/platypus/xpreformatted.py Thu Sep 19 16:43:48 2019 +0100
+++ b/src/reportlab/platypus/xpreformatted.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/xpreformatted.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/xpreformatted.py
__all__ = (
'XPreformatted',
'PythonPreformatted',
--- a/tests/test_platypus_preformatted.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tests/test_platypus_preformatted.py Thu Sep 26 12:24:13 2019 +0100
@@ -95,7 +95,7 @@
code = """
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/platypus/xpreformatted.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/platypus/xpreformatted.py
__version__='3.3.0'
__doc__='''A 'rich preformatted text' widget allowing internal markup'''
--- a/tools/__init__.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/__init__.py
--- a/tools/docco/__init__.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/__init__.py
--- a/tools/docco/codegrab.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/codegrab.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/codegrab.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/codegrab.py
#codegrab.py
"""
This grabs various Python class, method and function
--- a/tools/docco/docpy.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/docpy.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/docpy.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/docpy.py
"""Generate documentation from live Python objects.
--- a/tools/docco/examples.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/examples.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/examples.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/examples.py
testannotations="""
def annotations(canvas):
from reportlab.lib.units import inch
--- a/tools/docco/rl_doc_utils.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/rl_doc_utils.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,7 +1,7 @@
#!/bin/env python
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/rl_doc_utils.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/rl_doc_utils.py
__version__='3.3.0'
__doc__ = """
--- a/tools/docco/rltemplate.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/rltemplate.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/rltemplate.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/stylesheet.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/stylesheet.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/t_parse.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/t_parse.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/docco/t_parse.py
"""
Template parsing module inspired by REXX (with thanks to Donn Cave for discussion).
--- a/tools/docco/yaml.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/yaml.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/yaml.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/docco/yaml2pdf.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/docco/yaml2pdf.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/pythonpoint/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/pythonpoint/__init__.py
--- a/tools/pythonpoint/customshapes.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/pythonpoint/customshapes.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/customshapes.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/pythonpoint/customshapes.py
__version__='3.3.0'
# xml parser stuff for PythonPoint
--- a/tools/pythonpoint/styles/__init__.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/pythonpoint/styles/__init__.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,3 +1,3 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/__init__.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/tools/pythonpoint/styles/__init__.py
--- a/tools/pythonpoint/styles/horrible.py Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/pythonpoint/styles/horrible.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/horrible.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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 Thu Sep 19 16:43:48 2019 +0100
+++ b/tools/pythonpoint/styles/modern.py Thu Sep 26 12:24:13 2019 +0100
@@ -1,6 +1,6 @@
#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
-#history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/tools/pythonpoint/styles/modern.py
+#history https://hg.reportlab.com/hg-public/reportlab/log/tip/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