Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [codemod] Fix non-matching bracket pairs (GH-28473) | Mohamad Mansour | 2021-09-21 | 1 | -1/+1 |
| | | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Ćukasz Langa <lukasz@langa.pl> | ||||
* | [doc] Fix typo in the graphlib docs (GH-22661) | linchiwei123 | 2020-10-12 | 1 | -3/+4 |
| | | | Automerge-Triggered-By: @pablogsal | ||||
* | bpo-17005: Move topological sort functionality to its own module (GH-20558) | Pablo Galindo | 2020-05-31 | 1 | -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. |