summaryrefslogtreecommitdiffstats
path: root/Lib/graphlib.py
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Fix typo in the graphlib docs (GH-22661) (GH-22669)Miss Skeleton (bot)2020-10-121-3/+4
| | | | | | | | Automerge-Triggered-By: @pablogsal (cherry picked from commit abe244c458f2b1a727af4d2a56f71813e501bcb4) Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com> Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com>
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Miss Islington (bot)2020-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. (cherry picked from commit 2f172d8f1525defe9bba4d49e967fdfc69151731) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>