Permalink
Branch: master
Commits on Dec 16, 2019
-
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
Add -i and --indent (indentation level), and --no-type-comments (type comments) command line options to ast parsing tool.
Commits on Dec 15, 2019
Commits on Dec 9, 2019
Commits on Dec 8, 2019
Commits on Dec 7, 2019
Commits on Nov 24, 2019
Commits on Nov 19, 2019
Commits on Oct 20, 2019
Commits on Aug 26, 2019
Commits on May 23, 2019
Commits on May 21, 2019
-
bpo-25652: Fix __rmod__ of UserString (GH-13326)
The ``__rmod__`` method of ``collections.UserString`` class had a bug that made it unusable. https://bugs.python.org/issue25652
-
bpo-23378: Add an extend action to argparse (GH-13305)
Add an extend action to argparse https://bugs.python.org/issue23378
Commits on May 20, 2019
Commits on May 18, 2019