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
/
adjlist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Amount of nodes and edges have mistakes when reading adjlist file (#6132)
Alimi Qudirah
2022-11-01
1
-0
/
+13
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-6
/
+5
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-9
/
+5
*
Format w/ black
Jarrod Millman
2020-07-10
1
-27
/
+41
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-4
/
+6
*
Update string format
Jarrod Millman
2020-01-01
1
-14
/
+12
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+0
*
Add tests
Jarrod Millman
2019-10-24
1
-1
/
+1
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-4
/
+4
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-8
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-2
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-17
/
+9
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Fix doctest ordering issues in adjacency list reader.
Jordi Torrents
2017-04-02
1
-5
/
+7
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
1
-2
/
+2
|
\
|
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-2
/
+2
*
|
fix pep8, refactor code and use str.format
SanketDG
2015-06-16
1
-32
/
+36
*
|
remove repeated param create_using
SanketDG
2015-06-16
1
-8
/
+0
|
/
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Fix I/O compatibility with IronPython
ysitu
2014-07-03
1
-2
/
+3
*
Whitespace cleanup
Aric Hagberg
2013-07-17
1
-31
/
+31
*
Adjacency list format write adds extra delimiter
Aric Hagberg
2013-07-17
1
-1
/
+1
*
Changed adjlist to use @open_file function
Ben Edwards
2011-08-17
1
-7
/
+6
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-3
/
+3
*
Use default delimiter=None instead of " " to use split() mode that eats all w...
Aric Hagberg
2011-02-27
1
-4
/
+4
*
Cleaned up import statements.
Loïc Séguin-C.
2011-02-09
1
-1
/
+1
*
Yields->Returns for Sphinx docs
Aric Hagberg
2011-01-16
1
-2
/
+2
*
Clean up doctest temporary example files.
Aric Hagberg
2010-09-20
1
-0
/
+5
*
Split multiline_adglist and adjlist. Add documentation.
aric
2010-08-20
1
-405
/
+129
*
Fix doctests
aric
2010-08-09
1
-1
/
+3
*
Minor fixes to documentation, mainly to help Sphinx with one line descriptions.
loicseguin
2010-08-09
1
-10
/
+7
*
Work-around using attr_dict= instead of keywords in add_edge() since Python2....
aric
2010-08-07
1
-1
/
+1
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-205
/
+349
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-3
/
+3
*
Adding unittest for #252. closes #252
cellison
2009-12-12
1
-1
/
+1
*
Fix bug when reading edge lists or adjacency lists with data when
aric
2009-10-19
1
-9
/
+12
*
fix bug in eval/literal_eval choice
aric
2009-10-15
1
-2
/
+3
*
Clean up imports
aric
2009-09-16
1
-8
/
+7
*
Allow empty data in multiline_adjlist format
aric
2009-09-16
1
-4
/
+10
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Merge attrgraph branch into trunk
aric
2009-08-11
1
-28
/
+29
*
Adding an exception if we can't find a valid line for a source.
cellison
2009-07-21
1
-1
/
+5
*
addresses #252
cellison
2009-07-21
1
-1
/
+4
[next]