summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | pep8Ben Reilly2012-04-121-10/+13
|/
* Fix test for shp. Fixes #668Aric Hagberg2012-04-081-8/+8
* 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
|/
* comment out failing test.Aric Hagberg2011-12-301-19/+14
* Add patch for shapefile read/write and tests.Aric Hagberg2011-12-301-9/+31
* put back p2g testsAric Hagberg2011-12-261-1/+33
* Another version of test helpers that works with python3.Aric Hagberg2011-12-261-32/+1
* Example using testing helpers. Addresses #658Aric Hagberg2011-12-261-9/+3
* Rework p2g and tests to work with python3Aric Hagberg2011-11-201-2/+0
* Add tests for p2g data format and update docs.Aric Hagberg2011-11-181-0/+71
* merge commitAric Hagberg2011-09-151-12/+12
|\
| * Refactor external submodule.Chris Ellison2011-08-291-13/+12
* | Write bools to gml formatas 0/1.Aric Hagberg2011-09-152-2/+24
|/
* Should check for bool type.Aric Hagberg2011-08-171-0/+32
* Add shapefile writer (and updated reader).Aric Hagberg2011-07-311-17/+81
* 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-162-16/+17
* Allow use of either cElementTree or ElementTree.Aric Hagberg2011-05-102-28/+22
* Clean up imports.Loïc Séguin-C.2011-02-106-6/+3
* Remove double quotes in test.Aric Hagberg2010-11-291-11/+11
* Allow unicode types for nodes in read_graphml.Aric Hagberg2010-11-231-0/+22
* Add shapefile reader.Aric Hagberg2010-11-151-0/+51
* Add yfiles graphml data test.Aric Hagberg2010-11-031-0/+57
* Change name of keyword from label->relabel in read_gml.Aric Hagberg2010-10-171-5/+25
* Add GEXF reader/writer.Aric Hagberg2010-10-161-0/+273
* Don't import graphml reader/writer and skip tests if xml.elementtree missing.aric2010-08-291-0/+12
* Update GML reader and writer toaric2010-08-291-8/+15
* Update GraphML reader and writer to use xml.etree version.aric2010-08-191-58/+212
* Close temporary test files on exit.aric2010-08-172-0/+12
* Update pajek documentation and testsaric2010-08-171-25/+34
* Add some documentation for pickle formataric2010-08-171-4/+8
* Check to see if we can get pyparsing from matplotlib.aric2010-08-111-1/+4
* Use nodetype=int for testsaric2010-08-102-46/+55
* Convert tests to unittest stylearic2010-08-102-94/+89
* Update adjlist tests to unittest stylearic2010-08-102-211/+180
* Switch to unittest stylearic2010-08-102-29/+36
* Convert to unittest stylearic2010-08-102-96/+88
* Use unittest stylearic2010-08-092-32/+23
* Work-around using attr_dict= instead of keywords in add_edge() since Python2....aric2010-08-071-3/+3
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-0210-153/+233
* Switch gml test to nose class.aric2010-06-192-73/+82
* Obsolete - using test_graphml.py now.aric2010-06-191-26/+0
* Rewrite parse_graphml to handle attributes for graph, node, and edge.dschult2010-05-051-0/+132
* Rewrite gml parser to handle nested attributes.dschult2010-04-021-2/+41
* Move operators.py to algorithmsaric2010-03-238-9/+0