Skip to content

Releases: PyCQA/redbaron

0.9.2 (2019-03-17)

17 Mar 19:03
Compare
Choose a tag to compare
  • fix a situation in .help() where some code where colorized twice by @Hanaasagi #182

0.9.1 (2019-02-01)

25 Feb 23:53
Compare
Choose a tag to compare
  • fix .names() and variations that didn't handle the case where there was "()" on FromImport nodes

0.9 full python 3 (up to 3.7) parsing (2019-02-01)

25 Feb 23:51
Compare
Choose a tag to compare
  • full python 3.7 syntax support

  • BREAKING CHANGE: annotations are now member of {Def,List,Dict}Argument to flatten the data structure, TypedNameNode doesn't exist anymore

  • add support for return annotation by bram

  • add support for variable annotation #177 by scottbelden and additional work by bram

  • add support for raise from by bram

0.8 (2018-10-29)

25 Feb 23:52
Compare
Choose a tag to compare
  • add support to typed function arguments #168 Scott Belden and additional work by bram
  • add support to set async attributes to with/for nodes, was missing in previous release

0.7 (2018-08-21)

25 Feb 23:53
Compare
Choose a tag to compare
  • fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

Python 3 support (based on work in Baron):

  • support ellipsis
  • support matrix operator
  • support f-strings
  • support numeric literals
  • support nonlocal statement
  • support keyword only markers
  • support yield from statement
  • support async/await statements

0.7 (2018-08-21)

21 Aug 12:36
Compare
Choose a tag to compare
  • fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

Python 3 support (based on work in Baron):

  • support ellipsis
  • support matrix operator
  • support f-strings
  • support numeric literals
  • support nonlocal statement
  • support keyword only markers
  • support yield from statement
  • support async/await statements