index
:
python-pushover
master
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-08-16
Fix bug: incorrect reading of configuration file
Thibaut Horel
2014-08-16
Fix conflicting argument on the command line
Thibaut Horel
2014-08-16
Update the documentation
Thibaut Horel
2014-08-16
Add some parameters to the command line utility
Thibaut Horel
2014-08-16
Better handling of the parameters
Thibaut Horel
2014-08-16
PEP8
Thibaut Horel
2014-07-29
Add support for python3
Thibaut Horel
2014-07-28
Specify minimum version number for requests dependency
Thibaut Horel
2014-07-28
Merge branch 'master' of https://github.com/Crupuk/python-pushover
Thibaut Horel
2014-07-28
Fix #3 add console script entry point
Thibaut Horel
2014-07-28
Fix #6 using setuptools rather than distutils, time to use modern packaging
Thibaut Horel
2014-07-28
Fix #2 proper dependencies resolution
Thibaut Horel
2014-07-25
Fix #4 typo in the documentation
Thibaut Horel
2014-07-25
Merge pull request #5 from sbirch/patch-1
Thibaut Horel
2014-07-23
Addressed changes
Sam Birch
2014-07-23
Merge pull request #8 from sbirch/master
Thibaut Horel
2014-07-22
Should stringify before return as well...
Sam Birch
2014-07-22
init() in get_client()
Sam Birch
2014-07-22
print -> return
Sam Birch
2014-07-22
Clarified some of the terms
Sam Birch
2014-07-22
Convenience function to create a client
Sam Birch
2013-08-26
Update condition for timestamp
Crupuk
2013-07-22
Merge pull request #1 from Crupuk/patch-1
Thibaut Horel
2013-07-22
Use true timestamp to avoid "Invalid timestamp"
Crupuk
2013-07-22
Use true timestamp to avoid "Invalid timestamp"
Crupuk
2013-04-17
Add .gitignore
Thibaut Horel
2013-04-17
Add MANIFEST.in file
v0.1
Thibaut Horel
2013-04-16
Adding some more meta-information
Thibaut Horel
2013-04-16
Restructure the documentation
Thibaut Horel
2013-04-16
Use flask-sphinx-theme for the documentation
Thibaut Horel
2013-04-13
Add some documentation
Thibaut Horel
2013-04-12
Make the library callable as a script for basic message sending
Thibaut Horel
2013-04-12
Add an __all__ variable to limit the exported methods
Thibaut Horel
2013-04-11
Initial commit
Thibaut Horel