Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Tags: gitpython-developers/async

Tags

0.6.2

Toggle 0.6.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Removed threaded operation entirely to help travis tests to work.

It's better that way, as it's time to see that async doesn't do what
it was meant to do, at least not in multi-threaded mode.

0.6.1

Toggle 0.6.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
setup.py: added zip_safe flag

0.6.0

Toggle 0.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixing issues with easy_install in setup.py to allow async to be easy…

…_installed. Its a mess, but I didn't expect anything else. Having everything in one directory really is not what they want ...