Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-02-08 15:36:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5.5

v1.5.5:

bug fix and minor improvements

improvement
* lazy load toml package

fix bug
* not convert raw string for w605 fixed method
   2020-08-03 15:49:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5.4

Version 1.5.4

new feature
* Skip formatting of a block in a file
  - use with fmt: on/off or autopep8: on/off
fix bugs
* ignoring W292 with --ignore option
* ignore SyntaxWarning in Python3.8+
   2020-06-01 07:12:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5.3

version 1.5.3

changes
requirement pycodestyle version 2.6.0+

fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash
   2020-04-23 08:08:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5.2

version 1.5.2
new features
* support parallel jobs for diff option
changes
* enable exclude option when specify directly file args
fix bugs
* related code E702
* related code W503/W504
   2020-04-07 12:43:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5.1

1.5.1:
fix bugs
   2020-01-20 20:50:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.5

version 1.5
Support Python3.8
Support pyproject.toml with [tool.autopep8] section.
fix bugs
   2019-04-15 10:27:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.4.4

version 1.4.4
* fix bugs
* Don't write the file unless there are changes
* update configuration documentation
   2018-11-13 12:35:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.4.3

version 1.4.3
fix bugs
* related code W605
* related code E402
* related code W503
   2018-10-24 12:37:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.4.2

version 1.4.2:
fix bugs
   2018-10-18 12:17:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 1.4.1

version 1.4.1:
add W504 fixed method
add E402 fixed method
new feature: reading from .flake8 and $HOME/.pycodestyle file that using as \ 
autopep8's configuration, and add configuration section into README ()
add --exit-code command line option
case of if --exit-code option is False. this is default
return 1 when error occured
otherwise return 0 (command successful)
case of if --exit-code option is True
return 1 when error occured
return 2 when exists changes in files (command successful)
otherwise return 0 (command successful)
This option is valid for any operating mode such as --diff, --in-place, non \ 
option etc
fix bugs

Next | Query returned 26 messages, browsing 11 to 20 | Previous