summaryrefslogtreecommitdiff
path: root/networkx/utils/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-235/+993
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-201-0/+4
* Fix typos (#4581)Jarrod Millman2021-01-301-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-071-4/+4
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Format w/ blackJarrod Millman2020-07-101-18/+32
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-15/+15
* Update string formatJarrod Millman2020-01-011-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-2/+2
* Deprecate is_string_likeJarrod Millman2019-10-211-3/+2
* Remove unused importsJarrod Millman2019-10-181-3/+0
* Pathlib introduced in Py 3.4Jarrod Millman2019-10-181-6/+2
* allow open_file to handle pathlib objects (#3071)Dan Schult2018-07-181-0/+9
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-7/+75
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-8/+8
* Add seed keyword argument to random_layout and spring_layout (#2766)Harry2017-12-031-0/+51
* Fix bug and add checks for non-convergent fiedler_vector (#2681)Dan Schult2017-11-251-1/+50
* Comply with pep8Jarrod Millman2017-09-101-10/+13
* fixes typo in NetworkXNotImplementedLuca Verginer2017-03-141-1/+1
* Overload graph generators to allow nodes or numberDan Schult2016-01-081-2/+60
* Remove bundled decorator packageysitu2014-06-011-1/+1
* Add context manager for reversing a graph.chebee7i2014-05-121-0/+5
* Remove @require decoratorAric Hagberg2013-11-091-48/+0
* Update some documentation/comments in open_file decorator.Chris Ellison2012-01-061-26/+39
* Remove except clause from open_file decorator. Addresses #672Chris Ellison2012-01-061-3/+0
* Add dectorator for NetworkXNotImplemnted exception.Aric Hagberg2011-12-261-0/+57
* Refactor external submodule.Chris Ellison2011-08-291-6/+3
* Added python3 version of decorator for compatibility, change necessary importsBen Edwards2011-08-151-67/+73
* @open_file bug fixesBen Edwards2011-08-151-66/+66
* Decorators don't pass doctests - comment them out.Aric Hagberg2011-08-011-23/+26
* Fix utils docs.Aric Hagberg2011-07-311-25/+23
* Some additional comments, tests.Chris Ellison2011-07-211-18/+21
* Extending open_file to work with kwargs.Chris Ellison2011-07-211-37/+102
* Makes the open_file decorator work with testsBen Edwards2011-07-151-8/+114
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-0/+25