summaryrefslogtreecommitdiff
path: root/Lib/graphlib.py
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Fix typo in the graphlib docs (GH-22661)linchiwei1232020-10-121-3/+4
| | | Automerge-Triggered-By: @pablogsal
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-06-011-0/+245
The topological sort functionality that was introduced initially in the functools module has been moved to a new graphlib module to better accommodate the new tools and keep the original scope of the functools module.