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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle geometric attributes properly and add simplify=False case to tests
chrisnatali
2015-05-04
1
-16
/
+59
*
Remove xrange and map to fix python3 for test_shp.py
Dan Schult
2015-01-04
1
-3
/
+5
*
Allow selection of pickling protocol to use in write_gpickle
ysitu
2014-11-03
1
-0
/
+13
*
Enhance GML parser/generator tests (cont'd)
ysitu
2014-10-20
1
-3
/
+23
*
Enhance GML parser/generator tests
ysitu
2014-10-20
1
-0
/
+103
*
Simplify GML parser and add list attribute handling
ysitu
2014-10-19
1
-3
/
+3
*
Fix comments in GML parser and test cases
ysitu
2014-10-16
1
-2
/
+0
*
Adjust GML test cases
ysitu
2014-10-12
1
-76
/
+94
*
Fix I/O compatibility with IronPython
ysitu
2014-07-03
1
-5
/
+3
*
Better exception handling, simpler test
Aric Hagberg
2014-06-03
1
-4
/
+2
*
Add test
Aric Hagberg
2014-06-02
1
-19
/
+19
*
Pajek reader can't handle encoded data
Aric Hagberg
2014-06-02
1
-0
/
+20
*
Use networkx.testing functions for network.readwrite tests.
Jordi Torrents
2014-03-27
4
-90
/
+67
*
GML read/write with numeric HTML entities. #1061
chebee7i
2014-02-16
1
-9
/
+37
*
Add unit test for #1048.
chebee7i
2014-01-18
1
-14
/
+37
*
Add back linefeed on write
Aric Hagberg
2013-12-15
2
-2
/
+2
*
Fix StringIO to work with python2/3
Aric Hagberg
2013-12-15
2
-8
/
+14
*
Return graph type if no parallel edges
Aric Hagberg
2013-12-15
1
-0
/
+7
*
Use StrinIO instead of tempfile
Aric Hagberg
2013-12-15
1
-30
/
+14
*
Remove *list functions
Aric Hagberg
2013-12-15
1
-21
/
+2
*
Use stringIO instead of temp files
Aric Hagberg
2013-12-15
1
-49
/
+15
*
Drop *list functions in graph6
Aric Hagberg
2013-12-15
1
-14
/
+14
*
Split sparsegraph6 into sparse6 and graph6
Aric Hagberg
2013-12-13
2
-114
/
+118
*
Don't sort nodes, style updates
Aric Hagberg
2013-12-13
1
-0
/
+9
*
Line length formatting to 80 cols
Aric Hagberg
2013-12-08
1
-15
/
+32
*
Whitespace/tabs and python3ism fixes
Aric Hagberg
2013-12-08
1
-95
/
+94
*
Implemented writing sparse6 format, unit tests
Tomas Gavenciak
2013-12-08
1
-6
/
+66
*
Implemented writing graph6 format, plus unit tests
Tomas Gavenciak
2013-12-07
1
-0
/
+52
*
Prepare graph6 utils for generating/writing
Tomas Gavenciak
2013-12-07
1
-0
/
+16
*
Allow "True" and "False" as gexf bools.
chebee7i
2013-10-07
1
-6
/
+12
*
Merge pull request #968 from hagberg/cournape-fix_windows_filemode
Aric Hagberg
2013-10-05
1
-8
/
+5
|
\
|
*
Use io.BytesIO() instead of temporary file
Aric Hagberg
2013-09-08
1
-10
/
+7
|
*
BUG: fix test_read_LEDA on windows.
David Cournapeau
2013-08-29
1
-9
/
+9
*
|
added tests for checking if pickling is working correctly (with different typ...
Jakob Schelbert
2013-09-30
1
-13
/
+38
*
|
Allow a blank name when reading Pajek files.
chebee7i
2013-09-14
1
-3
/
+11
|
/
*
Merge pull request #914 from hagberg/gexf-bool
Aric Hagberg
2013-08-13
1
-1
/
+8
|
\
|
*
Fix assertion bug in test
Aric Hagberg
2013-07-24
1
-1
/
+1
|
*
Use lowercase true|false in GEXF writer
Aric Hagberg
2013-07-24
1
-1
/
+8
*
|
minor fixes to serialization and tests
Bryce Thomas
2013-08-12
1
-0
/
+4
|
/
*
Merge pull request #899 from hagberg/adjlist-delimiter
Aric Hagberg
2013-07-21
1
-15
/
+38
|
\
|
*
Whitespace cleanup
Aric Hagberg
2013-07-17
1
-15
/
+15
|
*
Add delimiter test for multiline_adjlist format
Aric Hagberg
2013-07-17
1
-0
/
+9
|
*
Adjacency list format write adds extra delimiter
Aric Hagberg
2013-07-17
1
-1
/
+15
*
|
Add tests for parse_graphml() where appropriate.
Chris
2013-02-07
1
-0
/
+34
|
/
*
Set relabel mapping as node attributes.
Aric Hagberg
2013-01-20
1
-1
/
+1
*
Merge commit '7fe5c3b63735ba4a9d26936964a74bb9556271e4'
Ben Reilly
2012-07-26
3
-12
/
+11
|
\
|
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
3
-12
/
+11
*
|
fix for older versions of GDAL
Ben Reilly
2012-07-26
1
-1
/
+4
*
|
ordered attr test for shp import/export
Ben Reilly
2012-05-08
1
-7
/
+5
*
|
init impl attribute test for shp export
Ben Reilly
2012-05-08
1
-2
/
+6
[next]