| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
(GH-18155)
|
|
|
|
|
| |
library (GH-11583)
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
|
|
|
|
| |
(#17171)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
call (GH-13048)
|
| |
|
|
|
| |
https://bugs.python.org/issue35300
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Robust caching of calculated properties is
harder than it looks at first glance, so add
a solid, well-tested implementation to the
standard library.
|
| |
|
| |
|
|
|
|
| |
annotations (#4733)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Based on patches by Konstantin Molchanov and Neil Girdhar.
|
|
|
|
|
| |
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
|
|
|
| |
Patch by Xiang Zhang.
|
|
|
|
| |
to SilentGhost for the patch.
|
|
|
|
| |
is really there.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Initial patch by Alon Horev
|
|\ |
|
| | |
|
| |
| |
| |
| | |
(Patch by Katie Miller)
|
| | |
|
| | |
|
|/
|
|
| |
PEP accepted: http://mail.python.org/pipermail/python-dev/2013-June/126734.html
|
|
|
|
| |
power of two.
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|