index
:
delta/python-packages/pyparsing-git.git
226-railroad-updates
NZd4iiDQleE1FBF0
left_recursion_support
master
pep8_naming
pp_unicode
pyjion_testing
pyparsing_1.5.x
pyparsing_2.4.1.x
pyparsing_2.4.x
unittest_integration
github.com: pyparsing/pyparsing.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing Unicode block range in examples/booleansearchparser.py (#342)
tc-yu
2021-12-15
1
-25
/
+59
*
Added sys.setrecursionlimit for complex query strings; general reformatting
Paul McGuire
2021-11-13
1
-370
/
+126
*
Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317)
ptmcg
2021-10-26
1
-4
/
+4
*
Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ...
ptmcg
2021-09-27
1
-2
/
+2
*
Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ...
ptmcg
2021-09-27
1
-31
/
+43
*
Add numbers and punctuation to Cuneiform class
ptmcg
2021-09-25
1
-0
/
+1
*
Some tweaks to cuneiform_python.py
ptmcg
2021-09-24
1
-2
/
+4
*
Add cuneiform_python.py example
ptmcg
2021-09-23
1
-0
/
+101
*
Add pyparsing_common.url to urlExtractorNew.py
ptmcg
2021-09-11
1
-7
/
+49
*
Update eval_arith.py to have better representation of true and false eval exp...
ptmcg
2021-09-08
1
-2
/
+4
*
Reformat code for railroad_diagram_demo.py
ptmcg
2021-09-08
1
-6
/
+22
*
226 railroad updates (#298)
Paul McGuire
2021-09-08
8
-52
/
+85
*
Clean up number word parsers for better explanatory value.
ptmcg
2021-08-09
2
-45
/
+73
*
Add simplified 1-99 example, extracted from number_words.py
Paul McGuire
2021-08-08
1
-0
/
+72
*
Minor code cleanups
ptmcg
2021-08-07
1
-37
/
+7
*
Update __versionTime__; blacken core code and examples
ptmcg
2021-08-01
17
-177
/
+491
*
Rename enable_left_recursion to enableLeftRecursion for consistency with othe...
ptmcg
2021-08-01
1
-0
/
+45
*
Fix misc. documentation typos (#280)
luzpaz
2021-05-14
8
-22
/
+22
*
#261 - fix table name in sql2dot.py example
ptmcg
2021-04-13
1
-1
/
+1
*
Add IndentedBlock class; made vertical keyword arg more visible when creating...
pyparsing_3.0.0b1
ptmcg
2020-11-02
4
-19
/
+83
*
Add number_words.py example; update diagramming code
ptmcg
2020-10-25
1
-0
/
+89
*
ParseResults.List class to support returning an actual list from a parse acti...
ptmcg
2020-10-24
1
-13
/
+51
*
There will be black
Paul McGuire
2020-10-11
1
-1
/
+1
*
test_bibparse includes parsed strings with leading space, no longer included ...
Paul McGuire
2020-10-11
1
-28
/
+29
*
Add lookahead on matching identifiers to ensure we aren't matching a keyword
ptmcg
2020-08-17
1
-1
/
+10
*
Update lua_parser.py example to include associative arrays and more complete ...
ptmcg
2020-08-16
1
-22
/
+47
*
Add expression names and restructure relative time and day expressions based ...
Paul McGuire
2020-06-28
1
-22
/
+38
*
Simplify running railroad diagram examples
Paul McGuire
2020-06-28
1
-20
/
+21
*
Add make_diagram.py to examples to demonstrate creating railroad diags for se...
ptmcg
2020-06-27
11
-203
/
+272
*
Fix up lua parser to parse scripts of zero-or-more statements
Paul McGuire
2020-05-31
1
-2
/
+5
*
Added lua parser example (see #212)
Paul McGuire
2020-05-31
1
-0
/
+256
*
makeRomanNumeral bug fix, added MMMMM test (#216)
Jay Pedersen
2020-05-22
1
-1
/
+2
*
import and exception types cleanup in statemachine examples
ptmcg
2020-04-27
2
-1
/
+2
*
black cleanup
ptmcg
2020-04-26
1
-1
/
+1
*
change some lambdas to explicit methods for clarity (see discussion in #207);...
ptmcg
2020-04-26
11
-226
/
+100
*
Code cleanup in examples; move test code into main for bigquery_view_parser.p...
ptmcg
2020-04-25
1
-18
/
+25
*
enable packrat parsing in all examples using infixNotation
ptmcg
2020-04-07
6
-5
/
+23
*
Blacken changes
ptmcg
2020-02-23
1
-3
/
+3
*
Fix bug in delta_time when number of seconds/minutes/hours > 999 (confusion w...
ptmcg
2020-02-23
1
-5
/
+16
*
ensure test can fail (#178)
Kyle Lahnakoski
2020-02-23
1
-102
/
+93
*
Smedberg/various minor fixes (#173)
Michael Smedberg
2020-01-23
1
-40
/
+87
*
Include 2.4.x change notes to CHANGES; add select_parser to unit tests; minor...
ptmcg
2019-11-18
1
-4
/
+3
*
select_parser example: misc improvements (#157)
Robert Coup
2019-11-18
1
-152
/
+94
*
Blacken the project (#141)
Jon Dufresne
2019-10-31
92
-3863
/
+6316
*
Use pyupgrade to upgrade the code to use Python3 conventions (#138)
Jon Dufresne
2019-10-24
33
-160
/
+145
*
Py3 cleanup: Remove workaround for Python2 urllib (#143)
Jon Dufresne
2019-10-19
2
-16
/
+3
*
Remove unused imports (#147)
Jon Dufresne
2019-10-19
7
-9
/
+6
*
Py3 cleanup: Remove workaround from Python3 unichr() (#144)
Jon Dufresne
2019-10-17
1
-6
/
+1
*
Py3 cleanup: Remove use of closing() with urlopen() (#145)
Jon Dufresne
2019-10-17
5
-14
/
+11
*
Py3 cleanup: Remove unnecessary __ne__ method (#140)
Jon Dufresne
2019-10-17
1
-2
/
+0
[next]