summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/edge_augmentation.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Update developer requirements (#6429)Jarrod Millman2023-02-141-3/+3
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-3/+3
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+3
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-1/+1
* doc: fix typos in docstring and comment (#5647)danielolsen2022-05-161-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Store `G.adj` as a local variable to speed up `complement_edges(G)` (#5032)Andrew Eckart2021-08-281-3/+4
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-24/+22
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-12/+8
* Format w/ blackJarrod Millman2020-07-101-66/+78
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Update string formatJarrod Millman2020-01-011-4/+3
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-16/+10
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-4/+4
* Remove code using sys.version_info to detect Python 2Jarrod Millman2019-10-181-27/+3
* Update copyrightJarrod Millman2019-03-301-1/+1
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-6/+6
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-081-3/+9
* Misc. typos (#2872)luzpaz2018-02-141-10/+10
* Update copyrightJarrod Millman2018-01-201-1/+1
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-061-10/+11
* Added function for finding a k-edge-augmentation (#2572)Jon Crall2017-10-021-0/+1281