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
/
tests
/
test_unit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regex matching for Python quoted strings
ptmcg
2023-04-18
1
-0
/
+34
*
Blacken
ptmcg
2023-04-03
1
-102
/
+103
*
Fix #474 - redo QuotedString '\' escape handling as a state machine so that a...
ptmcg
2023-03-28
1
-0
/
+57
*
Add 'url' named capture group to common.url Regex - update unit tests too
ptmcg
2023-03-27
1
-0
/
+1
*
Fix #470 - Removed "" from the list of values that ParseResults will not save...
ptmcg
2023-03-27
1
-0
/
+59
*
Fix #475 - SkipTo used incorrect storage of ignore expressions, would match t...
ptmcg
2023-03-26
1
-0
/
+17
*
Add ParseResults.deepcopy() - fixes #463
ptmcg
2023-03-06
1
-0
/
+114
*
Remove ^ and $ tags from pp.common.url regex - fixes #459
ptmcg
2023-01-18
1
-5
/
+3
*
Remove ^ and $ tags from pp.common.url regex - fixes #459
ptmcg
2023-01-18
1
-0
/
+18
*
Add pyparsing.unicode.identifier class property
ptmcg
2023-01-13
1
-52
/
+65
*
Add docs that `expr * ...` is a valid alternative to `ZeroOrMore(expr)` (Issu...
ptmcg
2022-11-06
1
-0
/
+2
*
Deprecate ParserElement.validate() (Issue #444)
ptmcg
2022-11-06
1
-1
/
+2
*
Fix stacklevel when warning invalid config setting; added assertWarns wrapper...
ptmcg
2022-11-06
1
-1
/
+17
*
Add recurse option to set_debug(), fixes #399
ptmcg
2022-07-11
1
-0
/
+44
*
Merge branch 'ptm_address_booleansearchparser_issue'
ptmcg
2022-07-09
1
-0
/
+87
|
\
|
*
Fix delimited_list bug (Issue #408)
ptmcg
2022-07-09
1
-1
/
+107
*
|
Fix bug in delimited_list (premature streamline), issue #408
ptmcg
2022-07-09
1
-1
/
+21
|
/
*
Add return of NotImplemented to other binary operators (similar to PR #425), ...
ptmcg
2022-07-04
1
-175
/
+234
*
Added python_quoted_string; fixed exception messages for ParseElementEnhance ...
ptmcg
2022-06-29
1
-105
/
+150
*
Remove assignment to __class__ in Word, remove internal _WordRegex class
ptmcg
2022-06-24
1
-2
/
+10
*
Use Literal.__new__ to select optimized subclasses (#413)
Devin J. Pohly
2022-06-16
1
-5
/
+10
*
Fix up docstrings for deprecated functions (doc as deprecated, instead of dup...
ptmcg
2022-06-16
1
-2
/
+2
*
Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha...
ptmcg
2022-06-10
1
-0
/
+52
*
Convert most str.format() calls in tests to use f-strings
ptmcg
2022-05-30
1
-247
/
+103
*
More added type annotations; reworked Word.__init__ so that excludeChars excl...
ptmcg
2022-05-29
1
-0
/
+24
*
Tighten up unit test calls to parseString, to pass parseAll=True except when ...
ptmcg
2022-05-29
1
-273
/
+330
*
Make expr[:ender] equivalent to expr[...:ender]
ptmcg
2022-05-18
1
-9
/
+47
*
Add support for slice in expr[] notation, to pass stop_on repetition sentinel
ptmcg
2022-05-18
1
-11
/
+14
*
Fixed bug in srange (escaped chars inside range set); fixed ignore type annot...
ptmcg
2022-05-14
1
-0
/
+2
*
Added BMP unicode_set for the Unicode Basic Multilingual Plane (issue #392)
ptmcg
2022-04-28
1
-0
/
+29
*
Add tests and updated docs for changes to lpar and rpar args to infix_notatio...
ptmcg
2022-03-24
1
-10
/
+127
*
Black and pre-commit fixes
ptmcg
2022-02-15
1
-54
/
+90
*
Update CHANGES and timestamp from #362; fix related unit test and ValueError ...
Paul McGuire
2022-02-05
1
-2
/
+2
*
optimize pyparsing import time by deferring regex compile (#363)
Anthony Sottile
2022-02-05
1
-1
/
+1
*
Fix #355 - needed re.escape, not escape_regex_range_chars in QuotedString
Paul McGuire
2022-01-14
1
-0
/
+23
*
Issue #350 - fixed whitespace skipping around White expressions
ptmcg
2022-01-02
1
-0
/
+14
*
Fixed PEP-8 compatibility logic in WordStart and WordEnd (Issue #346)
ptmcg
2021-12-18
1
-0
/
+18
*
Fix #345 - delimitedList calling streamline() changes content of expr in some...
ptmcg
2021-12-14
1
-0
/
+37
*
Minor enhancement to Word generation of internal regular expression when char...
ptmcg
2021-12-06
1
-20
/
+31
*
Documented ParseResults bugfix to evaluate ParseResults as True if either lis...
ptmcg
2021-12-06
1
-0
/
+10
*
Added min/max keyword arguments for delimited_list (#335)
Marius
2021-12-04
1
-0
/
+19
*
Add warning suppression detection for all diagnostic warnings
pyparsing_3.0.6
ptmcg
2021-11-12
1
-11
/
+50
*
Revert results names for packaging compatibility (#110)
ptmcg
2021-11-12
1
-2
/
+22
*
Add tests written when working on #323
Paul McGuire
2021-11-11
1
-4
/
+72
*
Add asserts in unit test
ptmcg
2021-11-10
1
-0
/
+4
*
Rework version_info to use typing.NamedTuple
ptmcg
2021-11-10
1
-8
/
+7
*
Fix delimitedList regression when called with a literal string instead of a P...
ptmcg
2021-11-09
1
-0
/
+6
*
Removed spurious warnings when assigning results name to originalTextFor expr...
ptmcg
2021-10-31
1
-0
/
+16
*
Add tests to verify that warnings are not raised when not enabled
ptmcg
2021-10-31
1
-8
/
+47
*
Fix bug where streamline() did not return self if already streamlined
ptmcg
2021-10-30
1
-0
/
+22
[next]