aa1e4263fdBumped debhelper compat version to 10
Ondřej Nový
2016-11-24 00:10:20 +01:00
40b0a2ff73Mass changes
Ondřej Nový
2016-09-26 19:14:03 +02:00
bf859d5839Fixed debian/gbp.conf to use debian/newton as packaging branch.
Thomas Goirand
2016-08-11 18:39:35 +02:00
abaf3ff023Standards-Version is now 3.9.8 (no change).
debian/1.0.0-3
Thomas Goirand
2016-08-01 10:26:59 +00:00
85bcfdcf04Fix debian release number.
Thomas Goirand
2016-08-01 10:26:14 +00:00
c6a7745f1c* Add patch to use png instead of jpeg, as 'jpe' support seems gone away from graphviz (Closes: #829191).
Thomas Goirand
2016-08-01 10:20:29 +00:00
d5a24bd8e4Do not run Python3 tests.
Thomas Goirand
2016-07-01 21:37:27 +00:00
8f89949b06d/copyright: Changed source URL to https protocol
Ondřej Nový
2016-05-19 21:29:31 +02:00
f037093bd7d/rules: Changed UPSTREAM_GIT protocol to https
Ondřej Nový
2016-05-19 21:29:27 +02:00
9875c08935-Fixed issue 52. Improved handling of BOM-less UTF-8 encoded files.
Ero Carrera
2012-01-02 23:24:38 +00:00
9999c00c26-Fixed issue 52. Improved handling of BOM-less UTF-8 encoded files. -Fixed issue 55 regarding unicode handling. -Fixed issue 50 where an ending colon in a node name was understood as a port separator. Colons as the last character of node names will be left as-is. -Issue 59 (and duplicate issue 62): Program arguments are mishandled in Dot.create - Patch merged. -Fixed issue 49, handling of quotes in unicode html-labels. -Fixed issue 60. Added an additional check in __get_attribute__ to not assume the parent graph is always retrievable. -Fixed issue 61. Graph names will be adequately quoted when necessary.
Ero Carrera
2012-01-02 23:21:31 +00:00
ef97949461-Improved the message raised by TypeErrors -Added information in create()'s docstring about optional command-line arguments and how to provide them
Ero Carrera
2011-04-10 15:39:01 +00:00
e4e03aeadd-Improved parsing of DOT files where a subgraph was given inline as the source or destination of an edge. Still, it won't be listed in the list of subgraphs because doing so implies a different treatment that won't represent the file correctly. When an element is added to one of the lists it starts existing explicitly and the layout might be different. Elements defined inline, without a previous declaration, behave differently and to mirror the behavior of GraphViz it's simpler to not add them to the list of elements in the graph. -If arguments need to be specified for 'dot', 'neato' and rest of graph layout engines they can now be passed to the create() and create_*() family of functions. If a string is passed it's expected to be simply the name of the program. If a list is passed it's assumed to contain strings, the name of the layout engine as the first element, followed by any optional arguments that will be later appended to the command line.
Ero Carrera
2011-04-10 15:10:45 +00:00
4f5ec786a9Adding revision number to the version string. There'll be a bit of a jump in the minor version number but now it'll be automatically kept up-to-date by Subversion
Ero Carrera
2011-03-03 15:47:24 +00:00
ec92de3a5aFixed Issue 46
Ero Carrera
2011-03-03 11:55:20 +00:00
9c0c48c434Changed the order of loading the package setup utilities
Ero Carrera
2010-12-31 16:18:32 +00:00
839fae8491Updated version to 1.0.4
Ero Carrera
2010-12-31 15:55:39 +00:00
b59b4d0169Merged fixes by Nelson Elhage - The "id_re_with_port" regex was too lax, and let through many illegal strings just because they contained colons. Fix it to require that both the ID and port component be independently safe. - Even when the code detected that a string needed quoting, ", \n, and \r were left alone inside the double quotes, which is illegal. Replace them with appropriately escaped versions.
Ero Carrera
2010-12-31 15:51:12 +00:00
8f6e324d32Added testing script and test data
Ero Carrera
2010-11-06 21:06:28 +00:00
b26ac91bcaFixed issue 42. Graphviz's executable "sfdp" has been included in the list of executables to search for and will now be found if available.
Ero Carrera
2010-11-06 20:45:35 +00:00
af70b334cf-Updated main docstring
Ero Carrera
2010-11-01 23:30:34 +00:00
ac2adfe1d4-Fixed setup.py script to not include the dot-underscore files in OSX (the resource fork) when building the tar.gz for distribution
Ero Carrera
2010-11-01 23:24:32 +00:00
0afd5e81b9dot_parser.py: -Improved the parsing of attributes with no explicit value but implicit defaults -Improved handling of subgraphs -Improved handling of whitespace within HTML node names/labels
Ero Carrera
2010-11-01 23:15:16 +00:00
73906aa58fCommiting pydot 1.0.2
Ero Carrera
2008-02-14 22:31:48 +00:00
6764361cd9Added the license and changelog files
Ero Carrera
2007-07-11 21:38:58 +00:00
8de371e941Updated copyright date
Ero Carrera
2007-07-09 23:17:27 +00:00
ab4cd5ddf0Initial Import
Ero Carrera
2007-07-09 22:27:24 +00:00
00b0eac19cInitial directory structure.
Ero Carrera
2007-07-04 15:11:23 +00:00