]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2016-08-24 Oleg BroytmanProcess input stream line by line
2016-08-24 Oleg BroytmanSimplify test: use 'for' loop to loop over generator
2016-08-24 Oleg BroytmanAdd sample and scripts to sdist
2016-08-24 Oleg BroytmanA trailing space added by distutils
2016-08-24 Oleg BroytmanAllow whitespaces and comments after the last statement
2016-08-21 Oleg BroytmanGroup statements separated by semicolons
2016-08-21 Oleg BroytmanExclude ez_setup.py from flake8 testing
2016-08-21 Oleg BroytmanRename scripts
2016-08-14 Oleg BroytmanRefactor identical code in the script
2016-08-14 Oleg BroytmanUse .flatten() to avoid recursion
2016-08-14 Oleg BroytmanSimplify get_tokens_str; rename get_tokens_str -> tlist2str
2016-08-14 Oleg BroytmanUse token_list.flatten() to simplify tree traversing
2016-08-11 Oleg BroytmanFix the test
2016-08-11 Oleg BroytmanSimplify print_tokens()
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename tag.vim -> get-commit-message.vim
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias
2016-08-10 Oleg BroytmanRename tag-with-version to tag-with-message
2016-08-05 Oleg BroytmanAdd a demo script that prints queries from a file
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-04 Oleg BroytmanRefactor 'else if' to 'elif'
2016-08-03 Oleg BroytmanParse command-line queries separately
2016-08-03 Oleg BroytmanParse many queries from command line
2016-08-03 Oleg BroytmanDo not output statement separators in print_tokens
2016-08-03 Oleg BroytmanMinor refactoring
2016-08-03 Oleg BroytmanPass setup.py install option --optimize
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-29 Oleg BroytmanRequire argparse for python 2.6
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-28 Oleg BroytmanDeclare Python 3 compatibility
2016-07-28 Oleg BroytmanUse except SystemExit as msg for Python 3 compatibility
2016-07-26 Oleg BroytmanExplain Ignore: E402
2016-07-25 Oleg BroytmanChange classifiers: intended audience are developers
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-23 Oleg BroytmanAdd the first test
2016-07-23 Oleg BroytmanOutput tokens to an output stream instead of printing
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script
2016-07-23 Oleg BroytmanRequire sqlparse
2016-07-23 Oleg BroytmanBetter explain the project
2016-07-23 Oleg BroytmanFix flake8 warning
2016-07-22 Oleg BroytmanInitial commit - created the project