Skip to content
Permalink
Branch: master
Commits on Dec 16, 2019
  1. bpo-38348: Extend command line options of ast parsing tool (GH-16540)

    isidentical authored and vstinner committed Dec 16, 2019
    Add -i and --indent (indentation level), and --no-type-comments
    (type comments) command line options to ast parsing tool.
  2. bpo-38870: Remove dead code related with argument unparsing (GH-17613)

    isidentical authored and pablogsal committed Dec 16, 2019
Commits on Dec 15, 2019
  1. bpo-38316: Fix co_stacksize documentation (GH-16983)

    isidentical authored and vstinner committed Dec 15, 2019
  2. bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)

    isidentical authored and vstinner committed Dec 15, 2019
Commits on Dec 9, 2019
Commits on Dec 8, 2019
Commits on Dec 7, 2019
Commits on Nov 24, 2019
  1. Remove unnecessary variable definition (GH-17368)

    isidentical authored and pablogsal committed Nov 24, 2019
Commits on Nov 19, 2019
  1. bpo-21767: explicitly mention abc support in functools.singledispatch…

    isidentical authored and ambv committed Nov 19, 2019
    … docs (#17171)
Commits on Oct 20, 2019
  1. bpo-38531: document extend action's added version (GH-16865)

    isidentical authored and rhettinger committed Oct 20, 2019
Commits on Aug 26, 2019
  1. bpo-37925: Mention --embed in python-config usage (GH-15458)

    isidentical authored and vstinner committed Aug 26, 2019
Commits on May 23, 2019
  1. bpo-27737: Allow whitespace only headers encoding (#13478)

    isidentical authored and bitdancer committed May 23, 2019
Commits on May 21, 2019
  1. bpo-25652: Fix __rmod__ of UserString (GH-13326)

    isidentical authored and miss-islington committed May 21, 2019
    The ``__rmod__`` method of ``collections.UserString`` class had a bug that made it unusable. 
    
    
    https://bugs.python.org/issue25652
  2. bpo-23378: Add an extend action to argparse (GH-13305)

    isidentical authored and miss-islington committed May 21, 2019
    Add an extend action to argparse
    
    
    https://bugs.python.org/issue23378
Commits on May 20, 2019
  1. bpo-36949: Implement __repr__ on WeakSet (GH-13415)

    isidentical authored and zooba committed May 20, 2019
Commits on May 18, 2019
  1. Add support for PEP572 in ast_unparse.c (GH-13337)

    isidentical authored and pablogsal committed May 18, 2019
  2. bpo-36567: Use manpages_url to create links for man pages (GH-13339)

    isidentical authored and berkerpeksag committed May 18, 2019
You can’t perform that action at this time.