summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
...
* Addresses #1048.chebee7i2014-01-181-18/+18
* Add JSON format documentationAric Hagberg2014-01-041-1/+9
* Use multigraph in testAric Hagberg2013-12-151-2/+2
* Add back linefeed on writeAric Hagberg2013-12-154-3/+5
* Typos, spell checkAric Hagberg2013-12-151-2/+2
* Fix StringIO to work with python2/3Aric Hagberg2013-12-154-22/+22
* Add docsAric Hagberg2013-12-151-6/+145
* Add nodes argumentAric Hagberg2013-12-151-6/+1
* Return graph type if no parallel edgesAric Hagberg2013-12-152-2/+15
* Formatting, whitespace cleanupAric Hagberg2013-12-151-92/+76
* Add docuementation, formattingAric Hagberg2013-12-151-28/+160
* Use StrinIO instead of tempfileAric Hagberg2013-12-151-30/+14
* Remove *list functionsAric Hagberg2013-12-152-43/+11
* Use stringIO instead of temp filesAric Hagberg2013-12-151-49/+15
* Drop *list functions in graph6Aric Hagberg2013-12-152-41/+27
* Split sparsegraph6 into sparse6 and graph6Aric Hagberg2013-12-135-268/+304
* Don't sort nodes, style updatesAric Hagberg2013-12-132-15/+22
* Improve sparsegraph6.py docs and include them in TOCTomas Gavenciak2013-12-131-13/+14
* Whitespace cleanupAric Hagberg2013-12-081-2/+2
* Formatting, add author, whitespaceAric Hagberg2013-12-081-13/+15
* Line length formatting to 80 colsAric Hagberg2013-12-081-15/+32
* Whitespace/tabs and python3ism fixesAric Hagberg2013-12-082-141/+139
* Add creditTomas Gavenciak2013-12-081-0/+1
* Implemented writing sparse6 format, unit testsTomas Gavenciak2013-12-082-7/+148
* Implemented writing graph6 format, plus unit testsTomas Gavenciak2013-12-072-0/+109
* Prepare graph6 utils for generating/writingTomas Gavenciak2013-12-072-10/+51
* add class method GEXFWriter.alter_graph_mode_timeformatChengyi Yang2013-11-081-9/+20
* add dynamic Graph surport to gexf (1.2draft)ycysuk2013-11-071-12/+45
* Merge pull request #989 from hagberg/json-strAric Hagberg2013-10-223-3/+19
|\
| * JSON graph fix to handle unicode dict keysAric Hagberg2013-10-223-3/+19
* | Merge pull request #981 from hagberg/gml-nestedAric Hagberg2013-10-141-2/+0
|\ \
| * | Fix bug in gml writerAric Hagberg2013-10-141-2/+0
| |/
* | Allow "True" and "False" as gexf bools.chebee7i2013-10-072-7/+13
* | Merge pull request #968 from hagberg/cournape-fix_windows_filemodeAric Hagberg2013-10-051-8/+5
|\ \
| * | Use io.BytesIO() instead of temporary fileAric Hagberg2013-09-081-10/+7
| * | BUG: fix test_read_LEDA on windows.David Cournapeau2013-08-291-9/+9
* | | Merge pull request #956 from hagberg/sparse6-nodesAric Hagberg2013-10-051-14/+17
|\ \ \
| * | | Remove spurious printAric Hagberg2013-09-171-1/+0
| * | | PEP-8 cleanup; attributionAric Hagberg2013-09-171-10/+10
| * | | Don't add edges from "padding" in sparse6 formatAric Hagberg2013-09-171-4/+8
* | | | added tests for checking if pickling is working correctly (with different typ...Jakob Schelbert2013-09-301-13/+38
* | | | Allow a blank name when reading Pajek files.chebee7i2013-09-142-22/+35
| |/ / |/| |
* | | Merge pull request #941 from hagberg/gexf-longAric Hagberg2013-08-271-0/+2
|\ \ \ | |_|/ |/| |
| * | Use long type for GEXF with Python2 long or Python3 int.Aric Hagberg2013-08-241-0/+2
* | | Merge pull request #914 from hagberg/gexf-boolAric Hagberg2013-08-132-2/+12
|\ \ \
| * | | Fix assertion bug in testAric Hagberg2013-07-241-1/+1
| * | | Use lowercase true|false in GEXF writerAric Hagberg2013-07-242-2/+12
| | |/ | |/|
* | | Merge pull request #929 from brycethomas/issue928Aric Hagberg2013-08-132-8/+17
|\ \ \ | |_|/ |/| |
| * | minor fixes to serialization and testsBryce Thomas2013-08-122-1/+5
| * | Fixes #928Bryce Thomas2013-08-111-8/+13
| |/