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
/
pyparsing
/
helpers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer use undocumented module "sre_constants" (#379)
Serhiy Storchaka
2022-03-29
1
-1
/
+1
*
Add tests and updated docs for changes to lpar and rpar args to infix_notatio...
ptmcg
2022-03-24
1
-5
/
+15
*
Fix bug #375 (#376)
Philippe PRADOS
2022-03-24
1
-2
/
+4
*
Clean up dump() examples in docstrings
ptmcg
2022-02-15
1
-4
/
+4
*
Updated version number for development; blackening; some timestamp cleanup
ptmcg
2022-02-15
1
-1
/
+3
*
Fixed exception generated in a ParserElementEnhance if the contained expr is ...
ptmcg
2022-01-18
1
-1
/
+1
*
Fix #345 - delimitedList calling streamline() changes content of expr in some...
ptmcg
2021-12-14
1
-1
/
+1
*
Added further type annotations
ptmcg
2021-12-06
1
-1
/
+1
*
Added min/max keyword arguments for delimited_list (#335)
Marius
2021-12-04
1
-1
/
+11
*
Revert results names for packaging compatibility (#110)
ptmcg
2021-11-12
1
-10
/
+4
*
Fix delimitedList regression when called with a literal string instead of a P...
ptmcg
2021-11-09
1
-1
/
+4
*
Added type hints for col, line, and lineno public methods; plus black
ptmcg
2021-11-02
1
-2
/
+8
*
Removed spurious warnings when assigning results name to originalTextFor expr...
ptmcg
2021-10-31
1
-3
/
+4
*
PEP-8 some internal names
ptmcg
2021-10-31
1
-2
/
+2
*
Fix bug where streamline() did not return self if already streamlined
ptmcg
2021-10-30
1
-1
/
+1
*
Fix regex typo in one_of (:? should be (?:
ptmcg
2021-10-27
1
-1
/
+1
*
Fixed IndentedBlock
ptmcg
2021-10-27
1
-35
/
+0
*
To blacken
ptmcg
2021-10-26
1
-1
/
+3
*
Fix one_of to generate regex internally, even if caseless or as_keyword given...
ptmcg
2021-10-26
1
-12
/
+26
*
blackening
ptmcg
2021-10-24
1
-4
/
+7
*
Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ...
ptmcg
2021-10-24
1
-1
/
+2
*
Clean up warning and exception messages with oneOf -> one_of
ptmcg
2021-10-23
1
-3
/
+3
*
Modified helpers common_html_entity and replace_html_entity() to use the HTML...
ptmcg
2021-10-22
1
-3
/
+4
*
Clean up bullet lists in docstrings
ptmcg
2021-10-02
1
-58
/
+58
*
Fixup type annotations
ptmcg
2021-09-29
1
-1
/
+1
*
Blacken and update version time
ptmcg
2021-09-25
1
-4
/
+4
*
Added start_line and end_line args to with_line_numbers, and more docstring
ptmcg
2021-09-25
1
-6
/
+7
*
Allow multiplying an expr by 0 or (0,0)
ptmcg
2021-09-24
1
-5
/
+6
*
Fix to IndentedBlock where first line of block was suppressed; use Empty().pr...
ptmcg
2021-09-23
1
-1
/
+5
*
The blackening
ptmcg
2021-09-08
1
-6
/
+3
*
Better type matching for infix_notation operator specs
ptmcg
2021-09-08
1
-6
/
+14
*
Optimization in infixNotation
ptmcg
2021-09-08
1
-2
/
+5
*
226 railroad updates (#298)
Paul McGuire
2021-09-08
1
-8
/
+6
*
Update docstrings to use new-style snake_case names
ptmcg
2021-09-02
1
-2
/
+2
*
mypy cleanup
ptmcg
2021-09-02
1
-4
/
+11
*
Fix annotations using Iterable, must import and use as IterableType so as not...
ptmcg
2021-08-23
1
-1
/
+1
*
Adding type annotations
ptmcg
2021-08-23
1
-26
/
+55
*
Fix f-string 3.6 compat bug in test_unit.py; rename __versionTime__ to __vers...
ptmcg
2021-08-16
1
-6
/
+6
*
Sweep code for usage of Optional -> Opt; sweep HowToUsePyparsing.rst for lega...
ptmcg
2021-08-08
1
-16
/
+16
*
Sweep code for calls using legacy names
ptmcg
2021-08-08
1
-15
/
+30
*
Add PEP-8 naming, with compatibility synonyms
ptmcg
2021-08-07
1
-145
/
+190
*
Add allowTrailingDelim to delimitedList helper (#285)
Kazantcev Andrey
2021-07-29
1
-4
/
+17
*
Deprecate `locatedExpr` in favor of new `Located` class
ptmcg
2020-12-24
1
-1
/
+3
*
Add IndentedBlock class; made vertical keyword arg more visible when creating...
pyparsing_3.0.0b1
ptmcg
2020-11-02
1
-1
/
+36
*
minor perf changes II
ptmcg
2020-10-25
1
-5
/
+7
*
Fix enum auto() incompat with Py3.5
Paul McGuire
2020-08-19
1
-2
/
+2
*
Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...
Paul McGuire
2020-08-19
1
-13
/
+7
*
Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...
ptmcg
2020-07-08
1
-31
/
+30
*
infixNotation unit tests require infixNotation bug fixes!
ptmcg
2020-07-07
1
-14
/
+11
*
Convert internal imports to relative imports, to support projects that vendor...
ptmcg
2020-05-13
1
-2
/
+15
[next]