summaryrefslogtreecommitdiff
path: root/networkx/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Fix scipy deprecation warningsJarrod Millman2020-01-031-14/+14
* Update string formatJarrod Millman2020-01-011-2/+2
* 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-12/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-2/+2
* Adds prefix_tree, dag_to_branching, and example. (#2784)Dan Schult2017-12-021-15/+47
* Comply with pep8Jarrod Millman2017-08-171-0/+12
* Update copyrightJarrod Millman2017-07-251-1/+1
* Raise an Exception for disconnected Graphs in bipartite.setsJordi Torrents2017-03-021-0/+11
* Adds exception: failed power iteration convergenceJeffrey Finkelstein2016-05-251-0/+26
* Remove NotFound exception and update NodeNotFound exceptionDan Schult2016-04-221-5/+2
* Remove conflicts from #1894 (Update Exception Classes)Dan Schult2016-04-221-0/+6
|\
| * Add exception class NodeNotFoundMridul Seth2015-12-301-0/+6
* | Update copyrightsMridul Seth2016-01-011-1/+1
|/
* Fix copyrightsJGab2015-04-211-1/+1
* Raise NetworkXNoCycle when no cycles are found.chebee7i2014-08-201-0/+4
* Add "not implemented" exception. Addresses #660Aric Hagberg2011-12-261-4/+5
* Added exception classes. Fixes #389loicseguin2010-08-071-1/+18
* Raise exception in connectedness tests for null grapharic2009-11-061-0/+6
* License change to BSD.aric2009-08-261-2/+2
* document exceptions modulearic2008-11-201-21/+5
* normalize documentation between graph classes and put in info.pyaric2006-11-211-4/+1
* Refactor large modules into smaller pieces:aric2006-11-211-0/+45