summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
* Fix some sphinx formatting errorsDan Schult2015-10-041-1/+1
* Merge pull request #1781 from wasade/issue1780Dan Schult2015-10-022-1/+85
|\
| * BUG(ish): allow '_' in keys to support cytoscapeDaniel McDonald2015-09-291-1/+1
| * TST: test that creates the bugDaniel McDonald2015-09-291-0/+84
* | Update nx_shp for Python 3.5Mridul Seth2015-10-021-1/+1
|/
* adding MultiLineString support to read_shpchrisnatali2015-08-072-29/+118
* Merge master into iter_refactorDan Schult2015-08-071-1/+1
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-033-6/+6
* Solve merge conflictsMridul Seth2015-06-171-3/+3
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-177-11/+11
* Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactorMridul Seth2015-06-1714-70/+71
|\
| * Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-1114-70/+71
* | fix pep8, refactor code and use str.formatSanketDG2015-06-162-117/+127
* | remove repeated param create_usingSanketDG2015-06-162-16/+0
|/
* Merge pull request #1486 from SanketDG/docfixysitu2015-05-261-3/+3
|\
| * documentation fix for write_gmlSanketDG2015-04-281-3/+3
* | handle geometric attributes properly and add simplify=False case to testschrisnatali2015-05-042-26/+80
* | parameterize simplification of line features in read_shpchrisnatali2015-05-011-3/+12
|/
* Fix copyrightsJGab2015-04-219-9/+9
* Merge pull request #1262 from jdrudolph/json-graph-attributes-as-dictAric Hagberg2015-01-092-6/+8
|\
| * node-link repr. contains graph dict 'as is'jandanielr2014-10-072-6/+8
* | Clean up shp using new dgal/ogr iterator interface for loops.Dan Schult2015-01-041-18/+9
* | Remove xrange and map to fix python3 for test_shp.pyDan Schult2015-01-041-3/+5
* | Enable Travis testing of nx_shp.py under Python 2.7ysitu2014-11-041-4/+4
* | Allow selection of pickling protocol to use in write_gpickleysitu2014-11-032-2/+19
* | Fix PEP 8 issues in gpickle.pyysitu2014-11-031-11/+15
* | Merge pull request #1269 from ysitu/gmlchebee7i2014-11-032-372/+788
|\ \
| * | Fix GML parser compatibility with Python 3.2ysitu2014-10-201-1/+2
| * | Enhance GML parser/generator tests (cont'd)ysitu2014-10-202-9/+27
| * | Enhance GML parser/generator testsysitu2014-10-202-18/+129
| * | Comment about 'u' string prefix removal in GML parserysitu2014-10-191-0/+2
| * | Simplify GML parser and add list attribute handlingysitu2014-10-192-125/+87
| * | Fix docstrings of generate_gml and write_gmlysitu2014-10-171-7/+11
| * | Make stringizer/destringizer in GML parser/generator raise ValueError (cont'd)ysitu2014-10-171-2/+2
| * | Make stringizer/destringizer in GML parser/generator raise ValueErrorysitu2014-10-161-7/+11
| * | Fix comments in GML parser and test casesysitu2014-10-162-12/+4
| * | Simplify GML parserysitu2014-10-141-78/+41
| * | Avoid spurious empty lines due to str.split('\n') in GML parserysitu2014-10-131-1/+4
| * | Adjust GML test casesysitu2014-10-121-76/+94
| * | Rewrite GML parser and generatorysitu2014-10-121-286/+611
| * | Fix PEP8 issues in gml.pyysitu2014-10-111-69/+82
| |/
* | Ensure that graph6 and sparse6 tests do no leave behind temporary filesYingchong Situ2014-10-302-0/+12
|/
* Fixed warnings with "<<" operator when loadingKameron Harris2014-08-041-2/+2
* Merge pull request #1215 from ysitu/xml_declysitu2014-07-172-2/+2
|\
| * Ensure that write_gexf and write_graphml output XML declarationysitu2014-07-042-2/+2
* | Reapply "correct minor typos in edgelist.py"barrydevereux2014-07-041-2/+2
* | Fix I/O compatibility with IronPython (cont'd)ysitu2014-07-031-30/+31
* | Fix I/O compatibility with IronPythonysitu2014-07-033-48/+48
|/
* correct minor typos in edgelist.pybarrydevereux2014-06-231-2/+2
* Better exception handling, simpler testAric Hagberg2014-06-032-6/+4