Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: natarajan0007/textfsm

Tags

v1.1.2

Toggle v1.1.2's commit message
Maintenence release.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Value parse (google#68)

* Fix parsing of value string to allow mismatched parenthesis inside [] brackets.

* Improve readability of value parse fix.

* Added additional test.

* Soft fail when fcntl is missing, fallback to default screen size.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Python v3 (google#55)

* Per 'http://python-future.org/automatic_conversion.html' py2 & py3 compatibility.

* Make sure test fails if there is more than one list entry.

* Fix deprecated warning for invalid escapes.

* Support utf-8 in template files

* Add utf-8 characters to a test example

* Unicode example in template input.

* Switch to utf-8 strings and remove unnecessary conversions.

* Remove legacy lint checks

* Migrate StringIO and remove unneeded import six.

* Remove unnecessary explicit unicast declaration.

* oll back changes to 'open'.

* Cosmetic linting.

* Package 'future' needed for importing builtins.
[aliases]
test=pytest

* Add tests and testdata to distribution.

* Use correct install_requires stanza for dependencies.

* Include testdata files in binarty dist for tyesting.

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update textfsm.py

0.4.0

Toggle 0.4.0's commit message
Typo in setup.py.

0.3.2

Toggle 0.3.2's commit message
De-lint. Largely cosmetic, so no bump in version.