index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
readwrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1486 from SanketDG/docfix
ysitu
2015-05-26
1
-3
/
+3
|
\
|
*
documentation fix for write_gml
SanketDG
2015-04-28
1
-3
/
+3
*
|
handle geometric attributes properly and add simplify=False case to tests
chrisnatali
2015-05-04
2
-26
/
+80
*
|
parameterize simplification of line features in read_shp
chrisnatali
2015-05-01
1
-3
/
+12
|
/
*
Fix copyrights
JGab
2015-04-21
9
-9
/
+9
*
Merge pull request #1262 from jdrudolph/json-graph-attributes-as-dict
Aric Hagberg
2015-01-09
2
-6
/
+8
|
\
|
*
node-link repr. contains graph dict 'as is'
jandanielr
2014-10-07
2
-6
/
+8
*
|
Clean up shp using new dgal/ogr iterator interface for loops.
Dan Schult
2015-01-04
1
-18
/
+9
*
|
Remove xrange and map to fix python3 for test_shp.py
Dan Schult
2015-01-04
1
-3
/
+5
*
|
Enable Travis testing of nx_shp.py under Python 2.7
ysitu
2014-11-04
1
-4
/
+4
*
|
Allow selection of pickling protocol to use in write_gpickle
ysitu
2014-11-03
2
-2
/
+19
*
|
Fix PEP 8 issues in gpickle.py
ysitu
2014-11-03
1
-11
/
+15
*
|
Merge pull request #1269 from ysitu/gml
chebee7i
2014-11-03
2
-372
/
+788
|
\
\
|
*
|
Fix GML parser compatibility with Python 3.2
ysitu
2014-10-20
1
-1
/
+2
|
*
|
Enhance GML parser/generator tests (cont'd)
ysitu
2014-10-20
2
-9
/
+27
|
*
|
Enhance GML parser/generator tests
ysitu
2014-10-20
2
-18
/
+129
|
*
|
Comment about 'u' string prefix removal in GML parser
ysitu
2014-10-19
1
-0
/
+2
|
*
|
Simplify GML parser and add list attribute handling
ysitu
2014-10-19
2
-125
/
+87
|
*
|
Fix docstrings of generate_gml and write_gml
ysitu
2014-10-17
1
-7
/
+11
|
*
|
Make stringizer/destringizer in GML parser/generator raise ValueError (cont'd)
ysitu
2014-10-17
1
-2
/
+2
|
*
|
Make stringizer/destringizer in GML parser/generator raise ValueError
ysitu
2014-10-16
1
-7
/
+11
|
*
|
Fix comments in GML parser and test cases
ysitu
2014-10-16
2
-12
/
+4
|
*
|
Simplify GML parser
ysitu
2014-10-14
1
-78
/
+41
|
*
|
Avoid spurious empty lines due to str.split('\n') in GML parser
ysitu
2014-10-13
1
-1
/
+4
|
*
|
Adjust GML test cases
ysitu
2014-10-12
1
-76
/
+94
|
*
|
Rewrite GML parser and generator
ysitu
2014-10-12
1
-286
/
+611
|
*
|
Fix PEP8 issues in gml.py
ysitu
2014-10-11
1
-69
/
+82
|
|
/
*
|
Ensure that graph6 and sparse6 tests do no leave behind temporary files
Yingchong Situ
2014-10-30
2
-0
/
+12
|
/
*
Fixed warnings with "<<" operator when loading
Kameron Harris
2014-08-04
1
-2
/
+2
*
Merge pull request #1215 from ysitu/xml_decl
ysitu
2014-07-17
2
-2
/
+2
|
\
|
*
Ensure that write_gexf and write_graphml output XML declaration
ysitu
2014-07-04
2
-2
/
+2
*
|
Reapply "correct minor typos in edgelist.py"
barrydevereux
2014-07-04
1
-2
/
+2
*
|
Fix I/O compatibility with IronPython (cont'd)
ysitu
2014-07-03
1
-30
/
+31
*
|
Fix I/O compatibility with IronPython
ysitu
2014-07-03
3
-48
/
+48
|
/
*
correct minor typos in edgelist.py
barrydevereux
2014-06-23
1
-2
/
+2
*
Better exception handling, simpler test
Aric Hagberg
2014-06-03
2
-6
/
+4
*
Add test
Aric Hagberg
2014-06-02
1
-19
/
+19
*
Adjust author email, copyright year
Aric Hagberg
2014-06-02
1
-2
/
+2
*
Pajek reader can't handle encoded data
Aric Hagberg
2014-06-02
2
-2
/
+32
*
Allow JSON attributes to be customized
ysitu
2014-05-30
6
-84
/
+229
*
Remove duplicate XML header in GEXF/GraphML output
ysitu
2014-05-21
2
-4
/
+0
*
Merge pull request #1114 from hagberg/remove-json-helper
Aric Hagberg
2014-04-22
3
-81
/
+0
|
\
|
*
Remove JSON serializer helpers
Aric Hagberg
2014-04-20
3
-81
/
+0
*
|
Fix. parse_edgelist documentation
Lukasz Dobrzanski
2014-04-18
1
-14
/
+16
|
/
*
Use networkx.testing functions for network.readwrite tests.
Jordi Torrents
2014-03-27
4
-90
/
+67
*
Fixes #1063.
chebee7i
2014-02-20
2
-6
/
+15
*
GML read/write with numeric HTML entities. #1061
chebee7i
2014-02-16
2
-58
/
+124
*
Add unit test for #1048.
chebee7i
2014-01-18
1
-14
/
+37
*
Add omitted quote=True option to escape(). #1048.
chebee7i
2014-01-18
1
-1
/
+1
*
Node labels must be within double quotes. Addresses #1048.
chebee7i
2014-01-18
1
-4
/
+7
[next]