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
/
unitTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add enumerated place holders for strings that invoke str.format(), for Py2 co...
ptmcg
2019-01-09
1
-10
/
+12
*
Unit test to test fix for issue #65
ptmcg
2019-01-07
1
-0
/
+14
*
Add experimental ParseException.explain() method, to return a multiline strin...
Paul McGuire
2019-01-05
1
-4142
/
+4181
*
Remove print() call left in to test decoy
Paul McGuire
2018-12-30
1
-1
/
+1
*
Cleanup unit tests for better Py2 compatibility and current pyparsing usage: ...
Paul McGuire
2018-12-30
1
-83
/
+100
*
Fix matching of dictOf with empty contents (Issue #53)
ptmcg
2018-12-28
1
-0
/
+19
*
Fix partial named results when And embedded in named MatchFirst or Or
ptmcg
2018-12-28
1
-0
/
+25
*
Replace bare 'except:' with 'except Exception;'
Jon Dufresne
2018-12-24
1
-4
/
+4
*
Remove unused imports throughout project
Jon Dufresne
2018-12-24
1
-13
/
+10
*
Trim trailing white space throughout the project
Jon Dufresne
2018-12-22
1
-223
/
+223
*
Fix encoding cookie to use encoding "utf-8"
Jon Dufresne
2018-12-22
1
-1
/
+1
*
Fix postParse bug introduced in runTests; extended cleanup of unitTests (conv...
Paul McGuire
2018-12-21
1
-439
/
+515
*
Add support for optional postParse argument to ParserElement.runTests
Paul McGuire
2018-12-21
1
-1
/
+17
*
Intern unicode range strings to prevent their listing in generated docs (pypa...
ptmcg
2018-11-22
1
-3
/
+32
*
Add support for combining unicode_sets using multiple inheritance
Paul McGuire
2018-11-17
1
-2
/
+6
*
Add unit test for named ParseResults combined with Dict-created named results...
ptmcg
2018-11-13
1
-3
/
+20
*
Added unicode sets for LatinA and LatinB ranges
ptmcg
2018-11-09
1
-0
/
+19
*
assertRaises not compatible in Py2.6
pyparsing_2.3.0
ptmcg
2018-10-31
1
-9
/
+10
*
Add unit test for indentedBlock expression
ptmcg
2018-10-30
1
-0
/
+37
*
Clean up old cruft from unit tests
ptmcg
2018-10-30
1
-30
/
+2
*
Undefined name: file() was removed in Python 3
cclauss
2018-10-30
1
-1
/
+1
*
Add Py2 unicodeisms
ptmcg
2018-10-27
1
-2
/
+2
*
Add unicode character ranges by name
ptmcg
2018-10-27
1
-0
/
+14
*
Add unit test for ParserElement.setBreak()
ptmcg
2018-10-27
1
-0
/
+24
*
Fix extra nesting level in ParseResults when defining results name in another...
ptmcg
2018-10-12
1
-0
/
+15
*
Better description of bug and fix for Issue #22
ptmcg
2018-10-07
1
-1
/
+10
*
Fix Issue #22, test for returning given parse results from a parse action; co...
ptmcg
2018-10-07
1
-83
/
+100
*
Added PrecededBy class (Issue#30); updated FollowedBy to accept results names...
ptmcg
2018-10-06
1
-4
/
+48
*
Issue #4 - add special handling for IndexError exceptions raised in user pars...
ptmcg
2018-09-30
1
-0
/
+22
*
tighten up error checking in Regex.sub()
Paul McGuire
2018-09-29
1
-0
/
+27
*
Add Regex.sub() method, and asMatch and asGroupList parameters
Paul McGuire
2018-09-29
1
-0
/
+45
*
Fix tab-space inconsistency wrought by misconfigured editor
Paul McGuire
2018-09-24
1
-7
/
+7
*
Issue #28, bug in SkipTo when skipping to an expr that saves as a list
Paul McGuire
2018-09-24
1
-0
/
+8
*
Stage for 2.2.1 release; add Getting Started section to module docstring; fix...
ptmcg
2018-09-17
1
-1
/
+14
*
Move src to root
Cengiz Kaygusuz
2017-11-20
1
-0
/
+3675
[prev]