GitHub / pydot/pydot issues and pull requests
#494 - Bump github/codeql-action from 3.28.16 to 3.29.2
Pull Request -
State: open - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, github_actions
#493 - Node management (future planning)
Issue -
State: open - Opened by ferdnyc about 1 month ago
- 1 comment
#492 - Tighten up our API with keyword-only arguments
Pull Request -
State: open - Opened by ferdnyc about 1 month ago
- 4 comments
#491 - Prepare changelog for 4.0.1
Pull Request -
State: closed - Opened by lkk7 about 1 month ago
#490 - Parser: Support +-concatenated quoted strings
Pull Request -
State: closed - Opened by ferdnyc about 2 months ago
- 2 comments
#489 - Bug in our Node name/port handling
Issue -
State: open - Opened by ferdnyc about 2 months ago
#488 - Parser: Missing support for +-concatenated quoted strings
Issue -
State: closed - Opened by ferdnyc about 2 months ago
#487 - Parser: Support backslash continuation in quoted IDs
Pull Request -
State: closed - Opened by ferdnyc about 2 months ago
- 5 comments
#486 - Long names fix
Pull Request -
State: closed - Opened by lkk7 2 months ago
- 8 comments
#485 - Bump ossf/scorecard-action from 2.4.0 to 2.4.2
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies, github_actions
#484 - Bump github/codeql-action from 3.28.16 to 3.28.18
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies, github_actions
#483 - Long node names get mangled by `create_dot`
Issue -
State: closed - Opened by Peiffap 2 months ago
- 12 comments
#482 - (Nearly) complete dot_parser coverage
Pull Request -
State: closed - Opened by ferdnyc 3 months ago
- 5 comments
#481 - Complex edges break pickling (due to unpicklable FrozenDict)
Issue -
State: open - Opened by ferdnyc 3 months ago
- 2 comments
#480 - Fix 'strict' handling in parser
Pull Request -
State: closed - Opened by ferdnyc 3 months ago
- 2 comments
#479 - pydot looses strictness of graphs for `graph_from_file` and `graph_from_dot_data`
Issue -
State: closed - Opened by amar-laksh 3 months ago
- 3 comments
#478 - Add __future__.annotations imports
Pull Request -
State: closed - Opened by ferdnyc 3 months ago
- 3 comments
#477 - Update pyparsing dependency
Pull Request -
State: closed - Opened by juusomer 3 months ago
- 3 comments
#476 - Upate pyparsing version for DelimitedList support
Pull Request -
State: closed - Opened by juusomer 3 months ago
- 4 comments
#475 - Drop Python 3.8 from CI, acknowledge it in readme
Pull Request -
State: closed - Opened by lkk7 3 months ago
- 1 comment
#474 - ImportError: cannot import name 'DelimitedList' from 'pyparsing' (pyparsing dependency version not up to date?)
Issue -
State: closed - Opened by juusomer 3 months ago
- 2 comments
#473 - Python 3.8 installs fine but has build issues
Issue -
State: closed - Opened by lkk7 3 months ago
- 11 comments
#472 - Bump actions/setup-python from 5.4.0 to 5.6.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies, github_actions
#471 - Bump github/codeql-action from 3.28.8 to 3.28.16
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies, github_actions
#470 - Type edge endpoints, tighten getter typing, and improve suppress_disconnected and strict modes (with tests)
Pull Request -
State: closed - Opened by ferdnyc 3 months ago
- 3 comments
#469 - Fix a few type annotations
Pull Request -
State: closed - Opened by lkk7 3 months ago
- 2 comments
#468 - Prepare changelog for 4.0.0
Pull Request -
State: closed - Opened by lkk7 3 months ago
- 3 comments
#467 - Fix complex edge parsing
Pull Request -
State: closed - Opened by ferdnyc 4 months ago
- 10 comments
#466 - mypy support?
Issue -
State: closed - Opened by MarcelWilson 4 months ago
- 7 comments
#465 - Unsupported syntax
Issue -
State: open - Opened by ferdnyc 4 months ago
#464 - dot_parser: Define parser elements in a class
Pull Request -
State: closed - Opened by ferdnyc 4 months ago
- 3 comments
#463 - Bump github/codeql-action from 3.28.8 to 3.28.13
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#462 - Bump actions/setup-python from 5.4.0 to 5.5.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#461 - Tests: Eliminate a bunch of redundant test files
Pull Request -
State: closed - Opened by ferdnyc 5 months ago
- 2 comments
#460 - Bug: pydot fails to parse a legal dot file
Issue -
State: closed - Opened by wildoranges 5 months ago
- 5 comments
#459 - Bump github/codeql-action from 3.28.8 to 3.28.10
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 2 comments
Labels: dependencies, github_actions
#458 - Bump ossf/scorecard-action from 2.4.0 to 2.4.1
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 2 comments
Labels: dependencies, github_actions
#457 - Bump actions/setup-python from 5.3.0 to 5.4.0
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, github_actions
#456 - Bump eps1lon/actions-label-merge-conflict from 3.0.2 to 3.0.3
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, github_actions
#455 - Bump github/codeql-action from 3.27.5 to 3.28.8
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, github_actions
#454 - tests: Also output dot sources, on failure
Pull Request -
State: closed - Opened by ferdnyc 6 months ago
- 2 comments
#453 - Port API tests to pytest
Pull Request -
State: closed - Opened by ferdnyc 6 months ago
- 2 comments
#452 - Update dot_parser.HTML and add tests
Pull Request -
State: closed - Opened by ferdnyc 6 months ago
- 2 comments
#451 - Treats HTML inside < and > as a single token
Pull Request -
State: closed - Opened by davidweichiang 7 months ago
- 10 comments
#450 - backport: capitalized keywords in labels should be quoted
Pull Request -
State: closed - Opened by tusharsadhwani 7 months ago
- 1 comment
#449 - fix: capitalized keywords in labels should be quoted
Pull Request -
State: closed - Opened by tusharsadhwani 7 months ago
- 9 comments
#448 - Invalid dot file produced for node named `Node`
Issue -
State: closed - Opened by tusharsadhwani 7 months ago
#447 - Bump github/codeql-action from 3.27.5 to 3.28.0
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 2 comments
Labels: dependencies, github_actions
#446 - Regarding the problem of the "plot_model" reporting an error under the Anaconda environment.
Issue -
State: open - Opened by xmo-code 7 months ago
- 2 comments
#445 - Rearrange/break up project extras
Pull Request -
State: closed - Opened by ferdnyc 8 months ago
- 1 comment
#444 - Proposal: Eliminate Graph.{get,set}_{node,edge,graph}_defaults() methods
Issue -
State: open - Opened by ferdnyc 8 months ago
- 3 comments
#443 - Improve initialization, getters
Pull Request -
State: closed - Opened by ferdnyc 8 months ago
- 2 comments
#442 - Bump github/codeql-action from 3.26.10 to 3.27.5
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies, github_actions
#441 - Bump fsfe/reuse-action from 4.0.0 to 5.0.0
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies, github_actions
#440 - Backport #439 to v3.0
Pull Request -
State: closed - Opened by ferdnyc 8 months ago
- 5 comments
#439 - Fix "all numeric" quoting behavior
Pull Request -
State: closed - Opened by ferdnyc 8 months ago
- 4 comments
#438 - Pydot considers dotted strings like "1.4.0" to be numeric
Issue -
State: closed - Opened by ferdnyc 8 months ago
- 1 comment
#437 - Simplify get_top_graph_type with default
Pull Request -
State: closed - Opened by ferdnyc 8 months ago
- 2 comments
#436 - dot_parser.py: Why does ID not have the `float_number` production rule?
Issue -
State: open - Opened by loonatick-src 9 months ago
- 4 comments
Labels: bug, parser
#435 - Implement .resolve() method for attributes
Pull Request -
State: open - Opened by ferdnyc 9 months ago
- 6 comments
Labels: conflicts
#434 - Two small fixes
Pull Request -
State: closed - Opened by ferdnyc 9 months ago
- 1 comment
#433 - Bump actions/setup-python from 5.2.0 to 5.3.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
- 1 comment
Labels: dependencies, github_actions
#432 - Bump github/codeql-action from 3.26.10 to 3.27.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
- 2 comments
Labels: dependencies, github_actions
#431 - Avoid subprocess window creation within call_graphviz on Windows
Pull Request -
State: closed - Opened by chrizzFTD 9 months ago
- 2 comments
#430 - Add initial type annotations
Pull Request -
State: closed - Opened by lkk7 9 months ago
- 10 comments
#429 - How can we check when a node is a subgraph ?
Issue -
State: closed - Opened by cheikhnadiouf 10 months ago
- 8 comments
#428 - Add Python 3.13 to tox, CI
Pull Request -
State: closed - Opened by ferdnyc 10 months ago
#427 - Add an actions/setup-python run to coverage
Pull Request -
State: closed - Opened by ferdnyc 10 months ago
- 3 comments
#426 - Remove Common.__get_attribute__
Pull Request -
State: closed - Opened by ferdnyc 10 months ago
- 1 comment
#425 - Coordinate of each nodes ?
Issue -
State: closed - Opened by cheikhnadiouf 10 months ago
- 4 comments
#424 - Improved branch data in coverage comments
Issue -
State: closed - Opened by ferdnyc 10 months ago
- 1 comment
#423 - Move/rename pydot.core.frozendict to pydot.classes.FrozenDict, clean up, bugfix, and fully test
Pull Request -
State: closed - Opened by ferdnyc 10 months ago
- 4 comments
#422 - Bump github/codeql-action from 3.26.6 to 3.26.10
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
- 1 comment
Labels: dependencies, github_actions
#421 - Prepare changelog for 3.0.2
Pull Request -
State: closed - Opened by lkk7 10 months ago
- 2 comments
#420 - Enhance parser and name-lookup with better quoting
Pull Request -
State: open - Opened by ferdnyc 10 months ago
- 27 comments
Labels: conflicts
#419 - Remove periods from unquoted alphanumeric IDs
Pull Request -
State: closed - Opened by ferdnyc 10 months ago
- 1 comment
#418 - Bug in quoting node names with periods in v3.0.1
Issue -
State: closed - Opened by dulinriley 11 months ago
- 4 comments
Labels: bug, quoting
#417 - Bump github/codeql-action from 3.25.15 to 3.26.6
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies, github_actions
#416 - Bump actions/setup-python from 5.1.1 to 5.2.0
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies, github_actions
#415 - Remove deprecated parts of test_pydot.py
Pull Request -
State: closed - Opened by ferdnyc 11 months ago
- 1 comment
#414 - Exclude _vendor from coverage and display badge in README
Pull Request -
State: closed - Opened by ferdnyc 11 months ago
- 3 comments
#413 - The pydot `dot_parser`, and round-tripping through `dot`
Issue -
State: open - Opened by ferdnyc 11 months ago
- 2 comments
#412 - Experimentally create separate ruff-check/fix envs
Pull Request -
State: closed - Opened by ferdnyc 11 months ago
- 4 comments
#411 - Fix quoting of leading-numeral strings, and add tests
Pull Request -
State: closed - Opened by ferdnyc 11 months ago
- 1 comment
#410 - Add posargs to tox commands
Pull Request -
State: closed - Opened by ferdnyc 12 months ago
#409 - Vendor in Python 3.12 tempfile.py, for < 3.10
Pull Request -
State: closed - Opened by ferdnyc 12 months ago
- 3 comments
#408 - fontsize needs to be quoted
Issue -
State: closed - Opened by iseletsk 12 months ago
- 2 comments
Labels: bug
#407 - Warn about thread safety where appropriate
Pull Request -
State: closed - Opened by lkk7 12 months ago
- 1 comment
#406 - Defaults in dot file seem to cause bad parsing
Issue -
State: closed - Opened by mmalcomson 12 months ago
- 7 comments
#405 - Drop parent_edge_list/parent_node_list
Pull Request -
State: closed - Opened by ferdnyc 12 months ago
#404 - Eliminate parser's top_graphs global
Pull Request -
State: closed - Opened by ferdnyc 12 months ago
#403 - Fix pickling/copying of Dot objects, and add a test to verify
Pull Request -
State: closed - Opened by ferdnyc 12 months ago
#402 - TIL that if you `copy.deepcopy` a `pydot.Dot` object, it loses all of its instance variables!
Issue -
State: closed - Opened by ferdnyc 12 months ago
#401 - Data Race in parse_dot_data.
Issue -
State: closed - Opened by wildoranges 12 months ago
- 11 comments
#400 - Throw an exception when `None` is used to create Nodes or Edges
Issue -
State: open - Opened by lkk7 12 months ago
- 1 comment
Labels: enhancement, api
#399 - nx_pydot.graphviz_layout(G, prog='dot') does not accept nodes with spaces
Issue -
State: closed - Opened by Shamalau 12 months ago
- 1 comment
#398 - Bump github/codeql-action from 3.25.7 to 3.25.15
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies, github_actions
#397 - Bump ossf/scorecard-action from 2.3.3 to 2.4.0
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies, github_actions
#396 - new line (\n) in node name is causes get_node() method to return empty array (escape issue).
Issue -
State: closed - Opened by arik-v about 1 year ago
- 13 comments
#395 - Tests: Add coverage, use pytest as test runner
Pull Request -
State: closed - Opened by ferdnyc about 1 year ago
- 12 comments