index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
async
/
task.py
Age
Commit message (
Expand
)
Author
2010-06-09
test: prepared task dependency test, which already helped to find bug in the ...
Sebastian Thiel
2010-06-09
task: redesigned write channel access to allow the task creator to set own wr...
Sebastian Thiel
2010-06-09
task: removed scheduled task support, which at some point was introduced to i...
Sebastian Thiel
2010-06-09
Channel: Read method revised - now it really really doesn't block anymore, an...
Sebastian Thiel
2010-06-09
HSCondition: Fixed terrible bug which it inherited from its default python Co...
Sebastian Thiel
2010-06-09
thread: fixed initialization problem if an empty iterable was handed in
Sebastian Thiel
2010-06-09
queue: fixed critical bug in the notify method, as it was not at all thread-s...
Sebastian Thiel
2010-06-08
workerthread: adjusted to use a blocking queue, it will receive termination e...
Sebastian Thiel
2010-06-08
Revised task deletion works well, adjusted test to be creating new tasks all ...
Sebastian Thiel
2010-06-08
task: now deletes itself once its done - for the test this doesn't change a t...
Sebastian Thiel
2010-06-08
Its getting better already - intermediate commit before further chaning the t...
Sebastian Thiel
2010-06-08
The new channeldesign actually works, but it also shows that its located at t...
Sebastian Thiel
2010-06-07
introduced a new counter keeping track of the scheduled tasks - this prevent ...
Sebastian Thiel
2010-06-07
improved testing to test the actual async handling of the pool. there are sti...
Sebastian Thiel
2010-06-07
task: Fixed incorrect handling of channel closure. Performance is alright for...
Sebastian Thiel
2010-06-07
Moved pool utilities into util module, fixed critical issue that caused havok...
Sebastian Thiel
2010-06-07
pool: First version which works as expected in async mode. Its just using a s...
Sebastian Thiel
2010-06-06
Plenty of fixes in the chunking routine, made possible by a serialized chunki...
Sebastian Thiel
2010-06-06
First step of testing the pool - tasks have been separated into a new module ...
Sebastian Thiel