Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pyparsing

Provides software and support for easy development of PEG parsers for Python applications
Collective - Host: opensource - https://opencollective.com/pyparsing - Code: https://github.com/pyparsing/pyparsing

Enhanced error messages and error locations when parsing fails on the Keyword or CaselessKeyword classes due to the presence of a preceding or trailing keyword character. See issue #201.

github.com/pyparsing/pyparsing - 8d36d7709b40ad1a1fb309bdba8c785c744d9c08 authored over 4 years ago by ptmcg <[email protected]>
Remove deprecated space escapes from docstrings (#202)

github.com/pyparsing/pyparsing - 61af31e9b4c29be7d88d5a7ff75252bc9ab55253 authored over 4 years ago by Matt Carmody <[email protected]>
Refactor ParseException explain() static method into a staticmethod and an instance method on ParseBaseException

github.com/pyparsing/pyparsing - 7eae92192cd93aa1bf1205f4a141d89414aef937 authored over 4 years ago by Paul McGuire <[email protected]>
Add OnlyOnce docstring, error message and unit test (#193)

github.com/pyparsing/pyparsing - 90f6fa2703e3117723864d08bccc310638b1d645 authored over 4 years ago by Matt Carmody <[email protected]>
Add ParseResults unit tests (#198)

* Add ParseResults.__new__() unit tests

* Add reversed(ParseResults) unit test

* Add Parse...

github.com/pyparsing/pyparsing - 44f9d453604dada57a9756d160fd6628b18651db authored over 4 years ago by Matt Carmody <[email protected]>
Fix potential FutureWarning with generated regex; minor reformat of runTests output to break at test comments if any

github.com/pyparsing/pyparsing - fcbad044c73a0c4006edd34e5586d8a60774ddf4 authored over 4 years ago by ptmcg <[email protected]>
Docstring formatting changes (#197)

* Tidy docstring formatting for lists and example codeblock

* Add class references and format...

github.com/pyparsing/pyparsing - 96fe2688898c1846ea97e2039659b98ed6f71e4e authored over 4 years ago by Matt Carmody <[email protected]>
Don't import unittest in testing.py (#196)

This import is currently unused in the file.

I'm looking at optimising start-up times of a pr...

github.com/pyparsing/pyparsing - 963a6245194692440dc3396b254925738405531f authored over 4 years ago by Daniel Wagner-Hall <[email protected]>
Fixed bug in regex definitions for real and sci_real expressions in pyparsing_common. Issue #194.

github.com/pyparsing/pyparsing - eec1d575a2f55193fdd6d08d0df75b93783041e3 authored over 4 years ago by ptmcg <[email protected]>
Blacken unit test changes

github.com/pyparsing/pyparsing - 6a0daf575f6e648f1ab9d9c2d241b9834ef77500 authored over 4 years ago by ptmcg <[email protected]>
Fixup matchPreviousExpr tests

github.com/pyparsing/pyparsing - 072358fc9ee6f1ab3b80c167f185a36409d25e4c authored over 4 years ago by ptmcg <[email protected]>
New unit tests (#192)

* Add tests for matchPreviousLiteral - question in comments

* Bug fix - matchPreviousLiteral
...

github.com/pyparsing/pyparsing - db302309628c9aa4604092cd1642d708399d3e3a authored over 4 years ago by Matt Carmody <[email protected]>
Housekeeping (#191)

* Correct docstring typo in helpers.py

* Remove repetitive imports of pyparsing in tests

*...

github.com/pyparsing/pyparsing - 541159939d8679e3f0550f4f3f756c3a6a805432 authored over 4 years ago by Matt Carmody <[email protected]>
Blacken changes

github.com/pyparsing/pyparsing - dc1ca6846691df2c2f36136fe749d790e9af6f37 authored over 4 years ago by ptmcg <[email protected]>
Update changes to reflect recent bug fix work

github.com/pyparsing/pyparsing - 5dff08f86854549993dbed7db7aebb871db3c246 authored over 4 years ago by ptmcg <[email protected]>
Fix bug in Each when using Regex, Regex would get parsed twice (issue #183)

github.com/pyparsing/pyparsing - 30e25f0b3ac2e585c996332147696898a2e42249 authored over 4 years ago by ptmcg <[email protected]>
Fix bug in delta_time when number of seconds/minutes/hours > 999 (confusion with 24-hour time)

github.com/pyparsing/pyparsing - ecbe5446c71dc1670fbb404373356a916987730e authored over 4 years ago by ptmcg <[email protected]>
Test code cleanup; remove VERBOSE global and activate all related print() statements; remove dead ParseTest class; cleanup testSkipToParserTests test using assertRaisesParseException; fix parsers in pickle compatibility tests, and remove PickleTest_Greeting class as ParseResults wrapper; change test classes created using type() with more explicit class definitions

github.com/pyparsing/pyparsing - 5fd881f56c9eabf1d7157e024852636eeb370d7e authored over 4 years ago by Paul McGuire <[email protected]>
Cleanup (object) from class definitions; add __slots__ to _ParseResultsWithOffset, and streamline args for ParseResults.__new__

github.com/pyparsing/pyparsing - 7aeb4bb21edf8b265eb20904f77589b1895d501a authored over 4 years ago by Paul McGuire <[email protected]>
ensure test can fail (#178)

github.com/pyparsing/pyparsing - ff8b6abca50e82f3ce78f119ca3c2ad285b22cf3 authored over 4 years ago by Kyle Lahnakoski <[email protected]>
Add Black formatting Git hook (#180)

* add black git hook

* test change

* test instructions, fix instructions

* spelling

...

github.com/pyparsing/pyparsing - 664d9e7e33e33fef48a4d8a36104be01ecfcd2f9 authored over 4 years ago by Kyle Lahnakoski <[email protected]>
Add unit tests to expand test coverage (#184)

* Add unit test for pop with invalid named arg

* Add unit test for setParseAction() with unca...

github.com/pyparsing/pyparsing - 22c76ec0f9dbf67f59afc56eaf9f5b043e4eef20 authored over 4 years ago by Matt Carmody <[email protected]>
Rename (#179)

* change names of vars

* add `__slots__`

* remove doinit, use `__new__`

* use set, not ...

github.com/pyparsing/pyparsing - 2bd5afbd60973a11bbf9b7c3d677d1bb0442395d authored over 4 years ago by Kyle Lahnakoski <[email protected]>
Add unit test sequences for small and unbounded packrat caches

github.com/pyparsing/pyparsing - d9a1bc8b9137776b469a8bbc5876764cc7ea9fcd authored over 4 years ago by ptmcg <[email protected]>
Shorten pyparsing tracebacks, to clear out internal pyparsing calls; plus some micro-optimizations when using packrat parsing

github.com/pyparsing/pyparsing - 8d9ab59a2b2767ad56c9b852c325075113718c0a authored over 4 years ago by ptmcg <[email protected]>
Update unit tests to use pyparsing_test assert methods

github.com/pyparsing/pyparsing - 2e9a47cd0377fb2f481417f6b4c9a5b1a036ddd3 authored over 4 years ago by Paul McGuire <[email protected]>
Some unittest.TestCase cleanups (#175); black reformat of core.py

github.com/pyparsing/pyparsing - 887a02201b508b8e03d316842e5ade840e20aa26 authored over 4 years ago by ptmcg <[email protected]>
Added new warning 'warn_on_match_first_with_lshift_operator' to warn when doing `fwd << a | b`; fixed potential FutureWarning when including unescaped '[' in a regex range definition.

github.com/pyparsing/pyparsing - 40cbbf34a62d023fc52a5e2571b01e726856eac2 authored over 4 years ago by ptmcg <[email protected]>
Smedberg/various minor fixes (#173)

* Support whitespace in column identifier

* Support WITH clause nested in UNION clause

* S...

github.com/pyparsing/pyparsing - 1c57a6d4bd8351ed047691226286cd86c4d999a2 authored over 4 years ago by Michael Smedberg <[email protected]>
Add security policy

github.com/pyparsing/pyparsing - 104feb56bdc2e44359f90f9d61f926e0c62ce053 authored almost 5 years ago by ptmcg <[email protected]>
Create FUNDING.yml

Add Tidelift sponsorship link

github.com/pyparsing/pyparsing - 009704db5231265e8123ed8f07dc6d7aad06d4d6 authored almost 5 years ago by Paul McGuire <[email protected]>
Update version timestamp, since numerous changes have been made

github.com/pyparsing/pyparsing - ba1eb2247f7c8f15cf8453444cb759c91c8f5c3b authored almost 5 years ago by ptmcg <[email protected]>
Break up testMiscellaneousParserTests unit test into separate test methods

github.com/pyparsing/pyparsing - 8f29483f1036e88e9c465858cf3cbf801f590de7 authored almost 5 years ago by ptmcg <[email protected]>
Rollforward infixNotation ternary op fix from 2.4.6 branch, plus related unit test; change TestParseResultsAsserts to mixin instead of subclass; rollforward 2.4.6 CHANGES blurb from 2.4.6 branch

github.com/pyparsing/pyparsing - 062778c428a75c5b966f14bf91619c4e328261ab authored almost 5 years ago by ptmcg <[email protected]>
Correct typos in White.whiteStrs definition (#172)

The unicode entities in whiteStr were incorrectly defined, leading to an exception when construc...

github.com/pyparsing/pyparsing - 95c5de2b0b7c04009e0f8d02f9533e59f1b16d1d authored almost 5 years ago by eboth <[email protected]>
Remove unused Scrutinizer CI configuration (#149)

Scrutinizer CI is not enabled for this repository. The files are
outdated and unused.

github.com/pyparsing/pyparsing - 1e4ea58a5beb31c44ca7fed5f855ec000c67e43a authored almost 5 years ago by Jon Dufresne <[email protected]>
Include 2.4.x change notes to CHANGES; add select_parser to unit tests; minor changes to select_parser

github.com/pyparsing/pyparsing - 3c6afc4657c3b2e1d5eb122e2d7bb602ba1ce821 authored almost 5 years ago by ptmcg <[email protected]>
Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)

* Break up pyparsing.py monolith into sub-modules in a pyparsing package

* Convert relative i...

github.com/pyparsing/pyparsing - 0b398062710dc00b952636bcf7b7933f74f125da authored almost 5 years ago by Paul McGuire <[email protected]>
select_parser example: misc improvements (#157)

* select_parser example: misc improvements

* sqlite now supports TRUE and FALSE as literal va...

github.com/pyparsing/pyparsing - bea48a41d40f1c37bea7a718cc06e9b858c8ccbf authored almost 5 years ago by Robert Coup <[email protected]>
Use assertRaises for tests that raise exceptions (#160)

github.com/pyparsing/pyparsing - 094ffc815863fa9aaad48de5ce89477019e1e26c authored almost 5 years ago by Jon Dufresne <[email protected]>
Use classmethod decorator (#159)

Available since Python 2.4.

https://docs.python.org/3/library/functions.html#classmethod

github.com/pyparsing/pyparsing - 4899103af26ec992ab04d8d222cfb8efe4740e2d authored almost 5 years ago by Jon Dufresne <[email protected]>
Use staticmethod decorator (#158)

Available since Python 2.4.

https://docs.python.org/3/library/functions.html#staticmethod

github.com/pyparsing/pyparsing - 6a39aa47c7451584e9fe6c4f4bcd33f522f54d5d authored almost 5 years ago by Jon Dufresne <[email protected]>
Blacken the project (#141)

github.com/pyparsing/pyparsing - 53d1b4a6f48a53c4c4ec4ac7031362b691c0366d authored almost 5 years ago by Jon Dufresne <[email protected]>
Some code header cleanup; remove BUFFER_OUTPUT from test_unit.py, and replace most resetting() context managers and try-finallys with ppt.reset_pyparsing_context

github.com/pyparsing/pyparsing - 41752aa52cc97c710474bb2972cceab057b52ad4 authored almost 5 years ago by Paul McGuire <[email protected]>
Use pyupgrade to upgrade the code to use Python3 conventions (#138)

The pyupgrade project is available at
https://github.com/asottile/pyupgrade and can be installe...

github.com/pyparsing/pyparsing - f73e2571fb643a2afdde365eeee0fe0f3f4f5300 authored almost 5 years ago by Jon Dufresne <[email protected]>
remove ide files (#152)

github.com/pyparsing/pyparsing - 696808023f10207461d7b22dc1d02cbed44e2bfa authored almost 5 years ago by Kyle Lahnakoski <[email protected]>
Remove unused setup.py keywords "test_suite" (#137)

The tests are run through either tox or Travis CI. In both cases, the
setup.py "test_suite" ent...

github.com/pyparsing/pyparsing - 9e1fbe395b0c105d30e0c77802482cc62e0d6cde authored almost 5 years ago by Jon Dufresne <[email protected]>
Fix tox to run refactored tests (#151)

After commit 3481b6f3f9bb2dae7e9d88ed08989b5f71238e4b, tox failed to run
tests locally. The tox...

github.com/pyparsing/pyparsing - 6fd91c3ec527b5bb3f24a514179fe5cfd399356f authored almost 5 years ago by Jon Dufresne <[email protected]>
Remove deprecated license_file from setup.cfg (#146)

Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is
deprecated.

https://wh...

github.com/pyparsing/pyparsing - df028eaecfdb74908fb1155b9f776b13597b3e3c authored almost 5 years ago by Jon Dufresne <[email protected]>
Stop install tox within the tox environment (#150)

After tox is executed, it is not necessary to install tox in the newly
created virtualenv. Simp...

github.com/pyparsing/pyparsing - c4499b3638931e4034c7bcb82763ec3397eac896 authored almost 5 years ago by Jon Dufresne <[email protected]>
refactor tests into tests directory (#130)

github.com/pyparsing/pyparsing - 3481b6f3f9bb2dae7e9d88ed08989b5f71238e4b authored almost 5 years ago by Kyle Lahnakoski <[email protected]>
Py3 cleanup: Remove workaround for Python2 urllib (#143)

For Python 3 only code, the import path is known and stable. Can remove
the ImportError workaro...

github.com/pyparsing/pyparsing - 87d14e7ef563263417d3fddccd25636741c5b6c2 authored almost 5 years ago by Jon Dufresne <[email protected]>
Remove unused imports (#147)

Discovered using the command:

flake8 --select F401 .

github.com/pyparsing/pyparsing - 69aea3980e2e3c848ae1c7b0ce7539bbdc8daf27 authored almost 5 years ago by Jon Dufresne <[email protected]>
Py3 cleanup: Remove workaround from Python3 unichr() (#144)

On Python3, always use chr().

github.com/pyparsing/pyparsing - b268114a0da1dc306cdcb9359ffa5a09bd99089f authored about 5 years ago by Jon Dufresne <[email protected]>
Py3 cleanup: Remove use of closing() with urlopen() (#145)

In Python 3, urlopen() can always be used as a context manager. Wrapping
with closing() is not ...

github.com/pyparsing/pyparsing - fd8252e8b762677dc3d47fc28dd68685fef61f6a authored about 5 years ago by Jon Dufresne <[email protected]>
Py3 cleanup: Remove unnecessary __ne__ method (#140)

Unlink Python 2, in Python 3, __ne__ defaults to the inverse of the
__eq__ method. Can remove t...

github.com/pyparsing/pyparsing - 4e1a557ed6886ac67eb08122b5081c6464b699a3 authored about 5 years ago by Jon Dufresne <[email protected]>
Py3 cleanup: Remove __nonzero__ method (#142)

In Python 3, the __nonzero__ method was renamed to __bool__. It no
longer exists as a magic met...

github.com/pyparsing/pyparsing - 6fcd838cadce0f53f56b4316a4fc8740175891ce authored about 5 years ago by Jon Dufresne <[email protected]>
Remove 'universal = 1' from [bdist_wheel] section of setup.cfg (#139)

As pyparsing is now Python 3 only, the wheel is not "universal". A
universal wheel is defined a...

github.com/pyparsing/pyparsing - 8396c6d94fda5faf90b1a93ffcdf390613db0590 authored about 5 years ago by Jon Dufresne <[email protected]>
Add missing trove classifiers to setup.py (#136)

- pyparsing supports Python 3.8
- pyparsing is Python 3 only
- pyparsing supports PyPy in addi...

github.com/pyparsing/pyparsing - 9264f805f41ef5688353969eb602b7262481d9c3 authored about 5 years ago by Jon Dufresne <[email protected]>
Add Python 3.8 to the tox matrix (#135)

Allows contributors to easily run the full test matrix locally.

Python 3.8 was released on on...

github.com/pyparsing/pyparsing - b67b510ecbb41ac73a8dbfc514caebcd31a57944 authored about 5 years ago by Jon Dufresne <[email protected]>
Remove unnecessary keys and overrides from Travis (#134)

- The default "dist" is now xenial, can remove the override.
- The "sudo" key is now deprecated...

github.com/pyparsing/pyparsing - 3fcb97e22c2e87f56af3fa00eb7e7dacec780d2c authored about 5 years ago by Jon Dufresne <[email protected]>
Support building without setuptools (#133)

As pyparsing is a dependency used by setuptools this allows packagers to use distutils as a fall...

github.com/pyparsing/pyparsing - ccf26a35f926402b213a303aa0f97e7c7a33d09d authored about 5 years ago by Tomáš Chvátal <[email protected]>
Add support for dynamic overwrite of pyparsing's use of stdlib re module with regex or other RE-compatible module

github.com/pyparsing/pyparsing - 719c9a50d9995f067311a3dee5e19c2354df1049 authored about 5 years ago by Paul McGuire <[email protected]>
Fix PrecededBy bug, issue #127

github.com/pyparsing/pyparsing - 417332636f38ff6afb966fa63c2f8fe341ca6b4d authored about 5 years ago by Paul McGuire <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/pyparsing/pyparsing - 6ee198cf78bee62d602fbd8c9e7c7144be3fd3f2 authored about 5 years ago by Paul McGuire <[email protected]>
Merge unittest enhancements from branch

github.com/pyparsing/pyparsing - 0029d02b37097f0bc9a893c14d2c3d286d55836f authored about 5 years ago by Paul McGuire <[email protected]>
BigQuery View parse fails on IGNORE NULLS (#126)

github.com/pyparsing/pyparsing - eabd20f8ca330d948f740cee7699e39d519b4285 authored about 5 years ago by Michael Smedberg <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/pyparsing/pyparsing - 3e5b2660c47d5ba50781bfbcdf291a1f829b9a88 authored about 5 years ago by ptmcg <[email protected]>
More Py2->Py3 cleanup, roll forward fix to ParserElement.__eq__

github.com/pyparsing/pyparsing - a3c11d6054c2b84492e8551bd95b9eb936ae4aa2 authored about 5 years ago by ptmcg <[email protected]>
BigQuery SQL parser: handle WINDOW clause in WITH section (#122)

github.com/pyparsing/pyparsing - e02ba7389eeca1743838665f3ec43c849afb7ce7 authored about 5 years ago by Michael Smedberg <[email protected]>
Fix simple typo: pyaprsing -> pyparsing (#121)

Thanks!

github.com/pyparsing/pyparsing - 87016995f05a0b4927eef22f767a349d85e6afd2 authored about 5 years ago by Tim Gates <[email protected]>
More codecov changes

github.com/pyparsing/pyparsing - cbb1d29c639b419fb8e99eddc00d6b5438b30ae9 authored about 5 years ago by ptmcg <[email protected]>
Add links to codecov and codecov badge to README

github.com/pyparsing/pyparsing - c3660c7adbfec653c75ec68aba8cd659e7e2983d authored about 5 years ago by ptmcg <[email protected]>
Add long_description for setup.py; add py3.8-dev and pypy3 to Travis CI versions

github.com/pyparsing/pyparsing - 418f0361891e902616912e7d016140505984fdf5 authored about 5 years ago by ptmcg <[email protected]>
Update version timestamp

github.com/pyparsing/pyparsing - 29764ebd033a0a52a4657f77b06acaf070c9e58d authored about 5 years ago by Paul McGuire <[email protected]>
Propagate setDefaultWhitespaceChars to helper expressions defined in pyparsing module

github.com/pyparsing/pyparsing - 8339b045406477f1fe8d483b1d3b1fb36fa39b31 authored about 5 years ago by Paul McGuire <[email protected]>
Fixed bug when ZeroOrMore parses no matching exprs, did not include a named result containing []

github.com/pyparsing/pyparsing - 6a899ffd880d7937e6e8fd540552c65f945dce53 authored about 5 years ago by Paul McGuire <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/pyparsing/pyparsing - 84a12454849a69ca827c64869b65266d6df4c72a authored about 5 years ago by Paul McGuire <[email protected]>
Make next release 3.0.0 instead of 2.5.0 to reflect Py3-only; fix warning message; minor improvement when default literal string class is other than Literal; always add extra newline after dump()

github.com/pyparsing/pyparsing - 0369973e0969a1669631de08e603bc6681f3d7d1 authored about 5 years ago by Paul McGuire <[email protected]>
Additional problematic characters when generating re's in Word added to unit test

github.com/pyparsing/pyparsing - fd82368c8ed6e29027db5b7d2040069ad2b13a16 authored about 5 years ago by ptmcg <[email protected]>
Fix minor bug in creating regex range for single character; add unit tests

github.com/pyparsing/pyparsing - 99ea242512c3d625f6f94775afbb9d4642600615 authored about 5 years ago by Paul McGuire <[email protected]>
Add regex range collapsing to compress large character ranges for faster re performance; update CHANGES to reflect new booleansearchparser example

github.com/pyparsing/pyparsing - 072f0ddd3c7907bf061c12a21d352a0f31001508 authored about 5 years ago by Paul McGuire <[email protected]>
Minor unit test cleanups

github.com/pyparsing/pyparsing - d5c036d138d83160dfb9ad24c87d42f2d25dd7c3 authored about 5 years ago by Paul McGuire <[email protected]>
Update contribution guidelines

github.com/pyparsing/pyparsing - 92e79f0f4217d031ef1b8c45127baa3efdeaa420 authored about 5 years ago by Paul McGuire <[email protected]>
Add Py2 compat code at submitter's request; add non-Western test case; more helpful message when tests fail; exit with exit code to include with package tests; trim trailing whitespace

github.com/pyparsing/pyparsing - e909715d91a024f8f98996de450700cfe599cbf9 authored about 5 years ago by Paul McGuire <[email protected]>
Add .DS_Store to .gitignore (#115)

github.com/pyparsing/pyparsing - 8b8cf2c3a8c37962e39aab8ce07001e3bc3f9994 authored about 5 years ago by Cengiz Kaygusuz <[email protected]>
Boolean Search query parser: allows to perform searches with the common boolean search syntax against a text (#21)

* Add files via upload

Boolean Search query parser, based on searchparser, that allows to per...

github.com/pyparsing/pyparsing - 709030db87149be9a2d8c045b6e125ed068a00c2 authored about 5 years ago by xecgr <[email protected]>
Update example to proto3 syntax (#113)

Thanks again for submitting!

github.com/pyparsing/pyparsing - 4ff075c8fa7c81657b9bbec34041627c5704317f authored about 5 years ago by Andrew Artyushok <[email protected]>
3.x-ify some print statements and an except (#114)

Thanks, and nice catch on the except statement too!

github.com/pyparsing/pyparsing - 2c6f881943ecf0fbf02354623b51cc0566325c75 authored about 5 years ago by kms70847 <[email protected]>
More Py2 compatibility scrubbing in unit tests, and migration ZeroOrMore to [...] notation

github.com/pyparsing/pyparsing - e115e882361701a91d78ca6ef1cd90d6a5adfd43 authored about 5 years ago by ptmcg <[email protected]>
Remove Py2 compatibility code from unit tests

github.com/pyparsing/pyparsing - 781a39cbc43525b8d8d36baec30438027fbc14e0 authored about 5 years ago by Paul McGuire <[email protected]>
Rework __diag__ and __compat__ to be actual classes instead of just namespaces, to add helpful behavior and methods

github.com/pyparsing/pyparsing - 675e87a859ce9f7bfefb091e9d6198c4a7f5eafd authored about 5 years ago by Paul McGuire <[email protected]>
Fixed bug in indentedBlock with a parser using two different types of nested indented blocks with different indent values, but sharing the same indent stack. Raised in comments on #87.

github.com/pyparsing/pyparsing - 7c1db54c6b4de188d7bebcc7372b926a13fd3da4 authored about 5 years ago by Paul McGuire <[email protected]>
Typo and spelling cleanup, add helpful comments

github.com/pyparsing/pyparsing - c02db7427de3197d607e30ba42031884802a6f94 authored about 5 years ago by Paul McGuire <[email protected]>
Fixed bug in CloseMatch where end location was incorrectly computed; and updated partial_gene_match.py example.

github.com/pyparsing/pyparsing - 123e83037b5de90fb964e96267bd60e90c70db19 authored about 5 years ago by Paul McGuire <[email protected]>
Code style updates; remove deprecated methods

github.com/pyparsing/pyparsing - 9ca5931db90a487085851fd9f847066fd48ae55b authored about 5 years ago by Paul McGuire <[email protected]>
Remove deprecated methods and names; disabled __compat__.collect_all_And_tokens; correct doctests; more minor whitespace cleanup

github.com/pyparsing/pyparsing - 10b5e96bda409e6ecd895fe41f65cc9bd943b824 authored about 5 years ago by Paul McGuire <[email protected]>
First pass removing Py2 cross-compatibility features

github.com/pyparsing/pyparsing - c45813fdaa1254b1d28a371f357a7856e7443e51 authored about 5 years ago by Paul McGuire <[email protected]>
Improved handling of '-' ErrorStop's when used within Each

github.com/pyparsing/pyparsing - 897e536d2131c6d07cbc355edb0ed744213c6997 authored about 5 years ago by Paul McGuire <[email protected]>
Example BigQuery view SQL parser (#112)

Example BigQuery view SQL parser

github.com/pyparsing/pyparsing - b0f76d82a134d2ea2324b384ac9eba6c50a516d3 authored about 5 years ago by Michael Smedberg <[email protected]>