1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
abandonment notice More... over 10 years ago
updated the documentation with background and descriptions of some of the examples. removed the dice example. More... about 16 years ago
Added a few tests for text parsers. More... about 16 years ago
Removed support for different OS line endings. Python handles these, there is no reason to duplicate functionality. More... about 16 years ago
Text parser fixes. More... about 16 years ago
import fix More... about 16 years ago
Renamed text tests to be more consistent with the others.
=
More... about 16 years ago
Reverted previous hack. Setting the PYTHONPATH appropriatly works just as well.
=
More... about 16 years ago
Added path hack to import pico from the correct location in tests. Talk to Brehaut about a better way of doing this. More... about 16 years ago
Added an assertMatch function for writing tests. Added #! to test scripts. Added run_parser to ParserTestCase to assist writing text parser tests.
=
More... about 16 years ago
Fixed Lambda example
=
More... about 16 years ago
Licensing fixes. More... about 16 years ago
added a bunch of 'tri' calls to make the backtracking work correctly. More... almost 17 years ago
adds a basic rfc5322 email address validator. More... almost 17 years ago
Use setuptools if available to allow extra commands (develop, etc) More... about 17 years ago
Use assertNoMatch in testany_token for consistency More... about 17 years ago
Test full result of run_parser, including remaining tokens More... about 17 years ago
Use tri in sep1 to backtrack on trailing separator More... about 17 years ago
Applied Python2.4 backport patch kindly provided by Anselm Kruis More... about 17 years ago
added another example, a generalised paren.py to show how to specalise a parser More... about 17 years ago
Added lambda example More... over 17 years ago
string reverted and literal improved to handle the functionality correctly, desc decorator added More... over 17 years ago
added desc for strings More... over 17 years ago
adds literal parsers to picoparse.text and merges stevens changes More... over 17 years ago
fix for duplicate expecting More... over 17 years ago
removed import pdb More... over 17 years ago
Tied error messages to diag More... over 17 years ago
Semi-decent error messages, and a paren parser More... over 17 years ago
Merge branch 'master' of git://github.com/brehaut/picoparse More... over 17 years ago
minor doc fixes More... over 17 years ago