summaryrefslogtreecommitdiff
path: root/networkx/algorithms/operators/all.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Faster operators in algorithms/operators/all.py (#5121)kpberry2021-10-121-20/+111
* Improve intersection function (#4588)ldelille2021-02-021-3/+1
* Format w/ blackJarrod Millman2020-07-101-6/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Remove unused importsJarrod Millman2019-10-181-4/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-4/+4
* Raise ValueError when empty list is passed to functions in all.py, fixes #297...Robert Gmyr2018-07-191-0/+28
* Corrected some variable names in documentation. (#2860)Mads Jensen2018-01-311-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-10/+4
* Use isinstance in is_string_like (#2660)Jarrod Millman2017-09-101-1/+0
* Comply with pep8Jarrod Millman2017-09-101-2/+2
* pep8 fixes for modules in algorithms.operatorsHimanshu Mishra2015-06-141-3/+7
* PEP-8 updatesAric Hagberg2013-08-251-5/+5
* Don't modify input list in _all() operators.Aric Hagberg2013-07-171-3/+6
* Update attribute handling in operators so that attributes of last graph take ...Aric Hagberg2012-06-121-24/+30
* Add operators that work on lists of graphs.Aric Hagberg2012-04-151-0/+142