Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump six req to >=1.4 | Trent Hauck | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | websocket-client for all versions1.3.0-release | Joffrey F | 2015-07-08 | 1 | -3/+1 |
| | |||||
* | Updated websocket-client dependency to latest version (now supports python 3) | Joffrey F | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-1' of https://github.com/luzfcb/docker-py into ↵ | Joffrey F | 2015-04-22 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | luzfcb-patch-1 Conflicts: setup.py | ||||
| * | added URL for this project in setup configuration | Fábio C. Barrionuevo da Luz | 2015-03-31 | 1 | -0/+1 |
| | | |||||
* | | added ports to setup.py | Yuval Kohavi | 2015-04-08 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | ||||
* | Bump requests version | Joffrey F | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | urllib3/requests issues | Joffrey F | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Resolves #101, don't use pinned dependencies. | Daniel Nephin | 2014-08-08 | 1 | -7/+10 |
| | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | Merge branch 'master' into momer-tls | Joffrey F | 2014-07-10 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: docker/client.py | ||||
| * | Added support for Python 3.4 in setup.py classifiers | Joffrey F | 2014-06-23 | 1 | -0/+1 |
| | | |||||
* | | * Merge branch 'tls' of github.com:momer/docker-py into momer-tls | Joffrey F | 2014-06-23 | 1 | -1/+2 |
|\ \ | |/ |/| | | | | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes | ||||
| * | Expanding on @denibertovic initial additions, we now have full support for ↵ | Mo Omer | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | | SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io. | ||||
* | | Reverted c3ebce91b0d76540280c0ef6f961c0a5305b30f3 | Joffrey F | 2014-06-22 | 1 | -2/+1 |
| | | |||||
* | | docker is now a namespace package | Joffrey F | 2014-06-23 | 1 | -1/+2 |
| | | |||||
* | | Correct test requirements in setup.py | Joffrey F | 2014-05-24 | 1 | -1/+2 |
| | | |||||
* | | Avoid version duplication | Joffrey F | 2014-05-24 | 1 | -1/+3 |
| | | |||||
* | | Set version to 0.3.2-dev. Fixes #216. | Maxime Petazzoni | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | ||||
* | | Bumped version to 0.3.10.3.1 | shin- | 2014-04-04 | 1 | -1/+1 |
|/ | |||||
* | Use different requirements list on Python 2 and 3 | Vladimir Rutsky | 2014-03-17 | 1 | -1/+7 |
| | | | | | In Python 3 websocker-client not required (and previously requiested version doesn't work at all). | ||||
* | Updated changelog, bumped version to 0.3.00.3.0 | shin- | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Declare explicitly supported python versions | Nicolas Delaby | 2014-01-07 | 1 | -7/+12 |
| | |||||
* | Updated changelog, bumped version in setup.py0.2.3 | shin- | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.2.20.2.2 | shin- | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | Fixed ImportErrors / package structure | shin- | 2013-10-23 | 1 | -3/+3 |
| | |||||
* | Bumped version to 0.2.10.2.1 | shin- | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | Syntax error | shin- | 2013-09-25 | 1 | -1/+1 |
| | |||||
* | Use requirements.txt to determine requires in setup.py | shin- | 2013-09-25 | 1 | -1/+4 |
| | |||||
* | Bumped version in setup.py and changed development status from alpha to beta | shin- | 2013-09-14 | 1 | -3/+5 |
| | |||||
* | Bumped version to 0.1.5 | shin- | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.1.40.1.4 | shin- | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.1.30.1.3 | shin- | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | Bumped version | shin- | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Bumped version0.1.1 | shin- | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Bumped version0.1.0 | shin- | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | Create tests module for setuptools test support | Mike Neilsen | 2013-07-13 | 1 | -1/+2 |
| | | | | | | | | Run test suite via python setup.py test Signed-off-by: Mike Neilsen <mneilsen@acm.org> | ||||
* | Merge pull request #15 from elbaschid/add_python3_support | Joffrey F | 2013-07-05 | 1 | -1/+1 |
|\ | | | | | Make docker-py compatible with python 3 | ||||
| * | Add python 3 support | Sebastian Vetter | 2013-07-06 | 1 | -1/+1 |
| | | |||||
* | | Bumped version0.0.6 | shin- | 2013-07-05 | 1 | -1/+1 |
|/ | |||||
* | Bumped version to 0.0.50.0.5 | shin- | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.0.40.0.4 | shin- | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | Bumped version0.0.3 | shin- | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Added .gitignore, proper packaging, updated setup.py, cleaned up commented code0.0.2 | shin- | 2013-05-23 | 1 | -4/+4 |
| | |||||
* | initial | John Costa | 2013-05-20 | 1 | -0/+22 |