summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_graphml.py
Commit message (Expand)AuthorAgeFilesLines
* Add tests for parse_graphml() where appropriate.Chris2013-02-071-0/+34
* Refactor external submodule.Chris Ellison2011-08-291-13/+12
* Should check for bool type.Aric Hagberg2011-08-171-0/+32
* Use node and edge labels from yfiles graphml.Aric Hagberg2011-06-181-0/+3
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-161-16/+16
* Allow use of either cElementTree or ElementTree.Aric Hagberg2011-05-101-22/+20
* Allow unicode types for nodes in read_graphml.Aric Hagberg2010-11-231-0/+22
* Add yfiles graphml data test.Aric Hagberg2010-11-031-0/+57
* Don't import graphml reader/writer and skip tests if xml.elementtree missing.aric2010-08-291-0/+12
* Update GraphML reader and writer to use xml.etree version.aric2010-08-191-58/+212
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-26/+28
* Rewrite parse_graphml to handle attributes for graph, node, and edge.dschult2010-05-051-0/+132