summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_gexf.py
Commit message (Expand)AuthorAgeFilesLines
* Allow "True" and "False" as gexf bools.chebee7i2013-10-071-6/+12
* Merge pull request #914 from hagberg/gexf-boolAric Hagberg2013-08-131-1/+8
|\
| * Fix assertion bug in testAric Hagberg2013-07-241-1/+1
| * Use lowercase true|false in GEXF writerAric Hagberg2013-07-241-1/+8
* | minor fixes to serialization and testsBryce Thomas2013-08-121-0/+4
|/
* Fixing strange merge.Chris Ellison2012-01-061-20/+20
* Merge commit with resolved changes in gexf.Aric Hagberg2012-01-061-8/+18
|\
| * Whitespace housekeeping.Aric Hagberg2012-01-061-6/+6
| * Convert id and label to strings if needed in write_gexfAric Hagberg2012-01-061-0/+10
* | Make test include 'label' and 'pid' attributes. Addresses #673Chris Ellison2012-01-061-5/+7
* | Properly convert node id to string. Addresses #673.Chris Ellison2012-01-061-0/+25
|/
* Allow use of either cElementTree or ElementTree.Aric Hagberg2011-05-101-6/+2
* Add GEXF reader/writer.Aric Hagberg2010-10-161-0/+273