index
:
teamy-quick-lineup
build-readme
input-defaults
installation-details
master
mysql-locales
porting_to_python2
pyinstaller
readme-update
requirements
Command-line interface for line-up management in JFR Teamy.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-11-25
Parsing command-line arguments with argparse
emkael
2016-11-25
Wrapping app entry point in method
emkael
2016-11-25
More verbose config-related messages
emkael
2016-11-25
Configuration from external JSON file. Fixes #2
emkael
2016-11-25
Global error handling
emkael
2016-11-25
Handling Ctrl+C/Ctrl+D a bit more gracefully
emkael
2016-11-25
All the necessary hidden imports. Fixes #4
emkael
2016-11-25
clearing up Pair info for printing purposes
emkael
2016-11-25
fun fact: `print()` in Python2 prints out "()"
emkael
2016-11-25
encoding readline completer options in case Python2 unicode strings are involved
emkael
2016-11-25
alias raw_input() as input() for python2
emkael
2016-11-25
adjust super() calls to python2
Michal Zimniewicz
2016-11-25
Replacing cached_property module from Django to a standalone one
emkael
2016-11-25
Merge branch 'requirements' into pyinstaller
emkael
2016-11-25
README for MySQL engines updated. Closes: #5
emkael
2016-11-25
Requirements files split per platform
emkael
2016-11-25
bootstrap file and environment for pyinstaller
emkael
2016-10-09
Initial commit
Michal Zimniewicz