8000 Tags · google/textfsm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/textfsm

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.1.0 (#134)

* Improved routine for terminal dimensions. Works on windows too.

* Improve clarity or variable names

* Remove TerminalSize function .... no longer needed

* Refactor pager class

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved routine for terminal dimensions. Remove TerminalSize function

* Improved routine for terminal dimensions. Works on windows too.

* Improve clarity or variable names

* Remove TerminalSize function .... no longer needed

Co-authored-by: Daniel Harrison <harro@users.noreply.github.com>

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix regex parsing for parentheses (#99)

* tests: make sure escaped parentheses don't count when parsing regex

* parser: fix testing for parentheses
(this fixes #67 for real)
Counting parentheses is not an easy solution because of escaping,
character groups and other regex features. Better to delegate that
to the re library by compiling the regex. Only thing left to do is
check that it starts with '(' and ends with ')' but not '\)'.

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 (#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 (#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.

0