[Python-modules-commits] [pyparsing] branch master updated (965510f -> 2286869)

Barry Warsaw barry at moszumanska.debian.org
Fri Jun 17 11:01:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch master
in repository pyparsing.

      from  965510f   Release
       new  cddd279   Import pyparsing_2.1.5+dfsg1.orig.tar.gz
       new  768cb75   record new upstream branch created by importing pyparsing_2.1.5+dfsg1.orig.tar.gz and merge it
       new  2286869   New upstream release.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |   63 +-
 PKG-INFO                                           |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    1 -
 examples/dictExample2.py                           |   11 +-
 examples/getNTPserversNew.py                       |   11 +-
 examples/invRegex.py                               |    4 +-
 examples/numerics.py                               |   62 +
 examples/simpleSQL.py                              |  114 +-
 examples/urlExtractorNew.py                        |    2 +-
 htmldoc/api-objects.txt                            |  227 +-
 htmldoc/class-tree.html                            |    2 +-
 htmldoc/help.html                                  |    2 +-
 htmldoc/identifier-index.html                      |  533 +-
 htmldoc/module-tree.html                           |    2 +-
 htmldoc/pyparsing-module.html                      |  110 +-
 htmldoc/pyparsing-pysrc.html                       | 8110 ++++++++++----------
 htmldoc/pyparsing.And-class.html                   |   23 +-
 htmldoc/pyparsing.CaselessKeyword-class.html       |   19 +-
 htmldoc/pyparsing.CaselessLiteral-class.html       |   19 +-
 htmldoc/pyparsing.CharsNotIn-class.html            |   19 +-
 htmldoc/pyparsing.Combine-class.html               |   19 +-
 htmldoc/pyparsing.Dict-class.html                  |   19 +-
 htmldoc/pyparsing.Each-class.html                  |   19 +-
 htmldoc/pyparsing.Empty-class.html                 |   19 +-
 htmldoc/pyparsing.FollowedBy-class.html            |   19 +-
 htmldoc/pyparsing.Forward-class.html               |   19 +-
 htmldoc/pyparsing.GoToColumn-class.html            |   19 +-
 htmldoc/pyparsing.Group-class.html                 |   19 +-
 htmldoc/pyparsing.Keyword-class.html               |   50 +-
 htmldoc/pyparsing.LineEnd-class.html               |   19 +-
 htmldoc/pyparsing.LineStart-class.html             |   19 +-
 htmldoc/pyparsing.Literal-class.html               |   19 +-
 htmldoc/pyparsing.MatchFirst-class.html            |   19 +-
 htmldoc/pyparsing.NoMatch-class.html               |   19 +-
 htmldoc/pyparsing.NotAny-class.html                |   19 +-
 htmldoc/pyparsing.OneOrMore-class.html             |   19 +-
 htmldoc/pyparsing.OnlyOnce-class.html              |    2 +-
 htmldoc/pyparsing.Optional-class.html              |   19 +-
 htmldoc/pyparsing.Or-class.html                    |   19 +-
 htmldoc/pyparsing.ParseBaseException-class.html    |    2 +-
 htmldoc/pyparsing.ParseElementEnhance-class.html   |   19 +-
 htmldoc/pyparsing.ParseException-class.html        |    2 +-
 htmldoc/pyparsing.ParseExpression-class.html       |   19 +-
 htmldoc/pyparsing.ParseFatalException-class.html   |    2 +-
 htmldoc/pyparsing.ParseResults-class.html          |   25 +-
 htmldoc/pyparsing.ParseSyntaxException-class.html  |    2 +-
 htmldoc/pyparsing.ParserElement-class.html         |  128 +-
 htmldoc/pyparsing.QuotedString-class.html          |   19 +-
 .../pyparsing.RecursiveGrammarException-class.html |    2 +-
 htmldoc/pyparsing.Regex-class.html                 |   10 +-
 htmldoc/pyparsing.Regex.compiledREtype-class.html  |    2 +-
 htmldoc/pyparsing.SkipTo-class.html                |   19 +-
 htmldoc/pyparsing.StringEnd-class.html             |   19 +-
 htmldoc/pyparsing.StringStart-class.html           |   19 +-
 htmldoc/pyparsing.Suppress-class.html              |   19 +-
 htmldoc/pyparsing.Token-class.html                 |   19 +-
 htmldoc/pyparsing.TokenConverter-class.html        |   19 +-
 htmldoc/pyparsing.White-class.html                 |   19 +-
 htmldoc/pyparsing.Word-class.html                  |   19 +-
 htmldoc/pyparsing.WordEnd-class.html               |   19 +-
 htmldoc/pyparsing.WordStart-class.html             |   19 +-
 htmldoc/pyparsing.ZeroOrMore-class.html            |   19 +-
 htmldoc/pyparsing.pyparsing_common-class.html      |  288 +-
 htmldoc/toc-everything.html                        |    3 +-
 htmldoc/toc-pyparsing-module.html                  |    3 +-
 pyparsing.egg-info/PKG-INFO                        |    2 +-
 pyparsing.egg-info/SOURCES.txt                     |    1 +
 pyparsing.py                                       |  327 +-
 70 files changed, 5524 insertions(+), 5274 deletions(-)
 create mode 100644 examples/numerics.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyparsing.git



More information about the Python-modules-commits mailing list