summaryrefslogtreecommitdiff
path: root/networkx/readwrite/adjlist.py
Commit message (Expand)AuthorAgeFilesLines
* Amount of nodes and edges have mistakes when reading adjlist file (#6132)Alimi Qudirah2022-11-011-0/+13
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-6/+5
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-9/+5
* Format w/ blackJarrod Millman2020-07-101-27/+41
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-4/+6
* Update string formatJarrod Millman2020-01-011-14/+12
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Add testsJarrod Millman2019-10-241-1/+1
* Deprecate make_strJarrod Millman2019-10-211-4/+4
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-8/+0
* Use pytest for doctestJarrod Millman2019-10-121-2/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-17/+9
* Update copyrightJarrod Millman2018-01-201-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Fix doctest ordering issues in adjacency list reader.Jordi Torrents2017-04-021-5/+7
* Update copyrightsMridul Seth2016-01-011-1/+1
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-1/+1
* Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactorMridul Seth2015-06-171-2/+2
|\
| * Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-2/+2
* | fix pep8, refactor code and use str.formatSanketDG2015-06-161-32/+36
* | remove repeated param create_usingSanketDG2015-06-161-8/+0
|/
* Fix copyrightsJGab2015-04-211-1/+1
* Fix I/O compatibility with IronPythonysitu2014-07-031-2/+3
* Whitespace cleanupAric Hagberg2013-07-171-31/+31
* Adjacency list format write adds extra delimiterAric Hagberg2013-07-171-1/+1
* Changed adjlist to use @open_file functionBen Edwards2011-08-171-7/+6
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-3/+3
* Use default delimiter=None instead of " " to use split() mode that eats all w...Aric Hagberg2011-02-271-4/+4
* Cleaned up import statements.Loïc Séguin-C.2011-02-091-1/+1
* Yields->Returns for Sphinx docsAric Hagberg2011-01-161-2/+2
* Clean up doctest temporary example files.Aric Hagberg2010-09-201-0/+5
* Split multiline_adglist and adjlist. Add documentation.aric2010-08-201-405/+129
* Fix doctestsaric2010-08-091-1/+3
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-10/+7
* Work-around using attr_dict= instead of keywords in add_edge() since Python2....aric2010-08-071-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-205/+349
* Use standard "import networkx as nx" in all modulesaric2010-04-171-3/+3
* Adding unittest for #252. closes #252cellison2009-12-121-1/+1
* Fix bug when reading edge lists or adjacency lists with data whenaric2009-10-191-9/+12
* fix bug in eval/literal_eval choicearic2009-10-151-2/+3
* Clean up importsaric2009-09-161-8/+7
* Allow empty data in multiline_adjlist formataric2009-09-161-4/+10
* License change to BSD.aric2009-08-261-2/+2
* Merge attrgraph branch into trunkaric2009-08-111-28/+29
* Adding an exception if we can't find a valid line for a source.cellison2009-07-211-1/+5
* addresses #252cellison2009-07-211-1/+4