index
:
delta/python-packages/pyparsing.git
master
pyparsing_1.5.x
svn.code.sf.net: Obsolete (use python-packages/pyparsing-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated some examples to more current pyparsing coding methods
ptmcg
2016-09-24
4
-155
/
+86
*
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@441 9bf210a0-9d2d-49...
ptmcg
2016-09-15
1
-8
/
+3
*
Remove all uses of 'eval'
ptmcg
2016-09-15
1
-4
/
+9
*
Minor changes to unitTests.py
ptmcg
2016-09-15
1
-4
/
+1
*
Expand results names to capture multiple values; add '*' as potential functio...
ptmcg
2016-09-13
1
-3
/
+3
*
Added support for multiline test strings in runTests
ptmcg
2016-09-11
2
-3
/
+10
*
Add tests of sci_real
ptmcg
2016-09-11
1
-0
/
+8
*
Fix typo in doc string; add comment on support for ()'s in infixNotation
ptmcg
2016-09-11
2
-4
/
+11
*
Fix spelling on contributor's name
ptmcg
2016-09-10
1
-1
/
+1
*
Cleanup/notes in prep for 2.1.9 release
ptmcg
2016-09-10
3
-11
/
+26
*
Simpler API to AutoReset context manager for testing
ptmcg
2016-09-09
1
-25
/
+29
*
Minor rework to unitTest - suppresses test output unless there is an exception
ptmcg
2016-09-09
1
-23
/
+41
*
Fix Py3 bug in ParseResults.getName; fixed bug in Keyword and CaselessKeyword...
ptmcg
2016-09-08
3
-6
/
+77
*
Copied upcaseTokens and downcaseTokens to pyparsing_common; renamed pyparsing...
ptmcg
2016-08-26
3
-11
/
+59
*
Upgrade to use pyparsing_common for numbers
ptmcg
2016-08-19
1
-4
/
+5
*
Fix 'from' results name to include all join elements.
ptmcg
2016-08-18
1
-1
/
+1
*
Added CloseMatch class
ptmcg
2016-08-17
3
-3
/
+99
*
Some docstring changes
ptmcg
2016-08-15
1
-11
/
+34
*
Some docstring changes
ptmcg
2016-08-14
1
-9
/
+11
*
Change log - reformat test comments for runTests
ptmcg
2016-08-14
1
-0
/
+2
*
reformat test comments for runTests; example of using results from runTests i...
ptmcg
2016-08-14
3
-24
/
+67
*
enhanced runTests to better handle non-parsing exceptions
ptmcg
2016-08-14
1
-3
/
+17
*
Add examples from pyparsing_common
ptmcg
2016-08-14
1
-1
/
+13
*
Update to new pyparsing and Python features
ptmcg
2016-08-14
1
-14
/
+7
*
Simplified merging ParseResults from expressions in an Each; also fixed class...
ptmcg
2016-08-13
3
-40
/
+80
*
Add limit=n args to extract_stack and extract_tb calls, to minimize scanning ...
ptmcg
2016-08-12
3
-7
/
+64
*
Clearer example output in ParseResults
ptmcg
2016-08-11
1
-15
/
+18
*
Added inline doc example for ParserElement.setDebug
ptmcg
2016-08-11
2
-2
/
+33
*
Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Su...
ptmcg
2016-08-11
3
-3
/
+61
*
Update changelog with Iterable improvements to oneOf
ptmcg
2016-08-11
1
-0
/
+5
*
oneOf test cleanup
ptmcg
2016-08-11
1
-5
/
+5
*
Undo removal of generator handling
ptmcg
2016-08-11
1
-1
/
+5
*
Remove dangling ref to _generatorType
ptmcg
2016-08-11
1
-1
/
+1
*
Add support for all iterables (sets, generators, etc.) to oneOf and ParseExpr...
ptmcg
2016-08-11
2
-11
/
+24
*
Add missing authorship attributions and copyrights to examples
ptmcg
2016-08-09
18
-46
/
+92
*
Fix regression when using packrat parsing and raising ParseSyntaxException in...
ptmcg
2016-08-09
3
-11
/
+42
*
Update to current pyparsing features
ptmcg
2016-08-07
3
-45
/
+21
*
Typo in Keyword docstring
ptmcg
2016-08-07
1
-1
/
+1
*
docstring tweak (ParseResults.asDict)
ptmcg
2016-08-07
1
-1
/
+1
*
More docstring cleanup/enhancement
ptmcg
2016-08-07
1
-27
/
+45
*
Fix typo in SkipTo docstring
ptmcg
2016-08-07
1
-1
/
+1
*
Fix relative dir typo in xcopy pyparsing.py command
ptmcg
2016-08-07
1
-1
/
+1
*
Reformat Word docstring to include links to helper strings
ptmcg
2016-08-07
1
-9
/
+10
*
Update indentedGrammarExample.py to use indentedBlock
ptmcg
2016-08-07
2
-69
/
+10
*
Add the last of the new inline doc examples
ptmcg
2016-08-06
1
-57
/
+469
*
Add more inline doc examples
ptmcg
2016-08-06
1
-36
/
+286
*
Fixed version date
ptmcg
2016-08-06
1
-1
/
+1
*
Add inline examples to docstrings, for real
ptmcg
2016-08-05
1
-481
/
+1094
*
Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5, when the pa...
ptmcg
2016-08-05
3
-5
/
+15
*
Add inline examples to docstrings, so that reference docs will show sample co...
ptmcg
2016-08-05
2
-8
/
+16
[next]