summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/disjoint_paths.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-4/+12
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Fix doc inconsistencies related to cutoff in connectivity.py and disjoint_pat...Paula Pérez Bianchi2022-10-271-14/+10
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-8/+9
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-10/+5
* Format w/ blackJarrod Millman2020-07-101-22/+27
* Convert %-format to fstringJarrod Millman2020-01-011-7/+7
* Fixed typo (#3735)Andy Garfield2019-11-281-1/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-4/+4
* Remove unused importsJarrod Millman2019-10-181-1/+0
* PEP8 fixesJarrod Millman2019-10-181-9/+9
* Remove old Python 2 codeJarrod Millman2019-10-181-11/+1
* tracking down use of deprecated functionsDan Schult2019-10-121-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Pep8 fixesJarrod Millman2018-01-201-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Add flow based node and edge disjoint paths. (#2063)Jordi Torrents2017-11-271-0/+414