[med-svn] [python3-typed-ast] 01/02: Updated version 1.0.4 from 'upstream/1.0.4'
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Jun 23 15:54:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/1.0.4-1
in repository python3-typed-ast.
commit 0e34b6460273f0aaa7b9bc92a2c808e223516e08
Merge: 239bc06 acaa4f7
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Fri Jun 23 08:45:07 2017 -0700
Updated version 1.0.4 from 'upstream/1.0.4'
with Debian dir 62288664c2a792d6c7057ac617e539c8d8b24d97
MANIFEST.in | 2 +-
PKG-INFO | 17 +-
ast27/Python/ast.c | 22 +-
{ast35 => ast3}/Custom/typed_ast.c | 38 +-
ast3/Include/Python-ast.h | 672 +++++++++++++++
{ast35 => ast3}/Include/asdl.h | 16 +-
{ast35 => ast3}/Include/ast.h | 14 +-
{ast35 => ast3}/Include/bitset.h | 6 +-
{ast35 => ast3}/Include/compile.h | 6 +-
{ast35 => ast3}/Include/errcode.h | 6 +-
{ast35 => ast3}/Include/graminit.h | 0
{ast35 => ast3}/Include/grammar.h | 15 +-
{ast35 => ast3}/Include/node.h | 16 +-
{ast35 => ast3}/Include/parsetok.h | 24 +-
{ast35 => ast3}/Include/token.h | 16 +-
{ast35 => ast3}/Parser/acceler.c | 6 +-
{ast35 => ast3}/Parser/bitset.c | 0
{ast35 => ast3}/Parser/grammar.c | 41 +-
{ast35 => ast3}/Parser/grammar1.c | 8 +-
{ast35 => ast3}/Parser/node.c | 19 +-
{ast35 => ast3}/Parser/parser.c | 37 +-
{ast35 => ast3}/Parser/parser.h | 14 +-
{ast35 => ast3}/Parser/parsetok.c | 64 +-
{ast35 => ast3}/Parser/tokenizer.c | 223 +++--
{ast35 => ast3}/Parser/tokenizer.h | 16 +-
{ast35 => ast3}/Python/Python-ast.c | 897 +++++++++++++++++---
{ast35 => ast3}/Python/asdl.c | 12 +-
{ast35 => ast3}/Python/ast.c | 1570 ++++++++++++++++++++++++++++-------
{ast35 => ast3}/Python/graminit.c | 167 ++--
ast35/Include/Python-ast.h | 637 --------------
setup.cfg | 1 -
setup.py | 77 +-
typed_ast.egg-info/PKG-INFO | 17 +-
typed_ast.egg-info/SOURCES.txt | 54 +-
typed_ast.egg-info/top_level.txt | 2 +-
typed_ast/ast27.py | 30 +-
typed_ast/{ast35.py => ast3.py} | 105 ++-
typed_ast/conversions.py | 116 +--
38 files changed, 3371 insertions(+), 1612 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python3-typed-ast.git
More information about the debian-med-commit
mailing list