Skip to content

Releases: SergeySatskiy/cdm-pythonparser

3.3.2

07 May 00:55
Compare
Choose a tag to compare

Fixes in the package description. It now accepts all 3.9 minor versions.

3.3.1

07 Feb 01:33
Compare
Choose a tag to compare
  • Python 3.9 support
  • Bug fix: properly NULL terminated string to compare for static method decorator
  • Be more PEP8 compliant with the argument names
  • API change: now the decorators may have the 'arguments' member set to None
    • case 1: decor
      arguments will be None
    • case 2: decor()
      arguments will be []

3.2.1

09 Apr 19:31
Compare
Choose a tag to compare

Bug fix: proper python version spec in setup.py

3.2.0

07 Apr 01:46
Compare
Choose a tag to compare
  • Python 3.8 support
  • Docstrings now provide both start line and end line. Backward compatibility is preserved
  • Do not build the 'tree' utility by default

3.1.1

30 Jul 01:35
Compare
Choose a tag to compare
  • git push --tags

3.1.0

25 Apr 23:30
Compare
Choose a tag to compare
  • Python 3.7 support
  • Minor fixes in setup.py

3.0.3

02 Aug 03:11
Compare
Choose a tag to compare

pep8 compliance in functions, classes and decorators display names

3.0.2

17 Nov 03:45
Compare
Choose a tag to compare

The release fixes the bug with processing docstrings which start with 'r' or 'u' characters.

3.0.1

22 Aug 00:39
Compare
Choose a tag to compare
  • Fix: missed quote in nice stringify output
  • Better package description
  • Better pep8 compliance of the unit tests

3.0.0

21 Aug 04:13
Compare
Choose a tag to compare

The first release for Python 3.5/3.6 which supports pip install