index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
async
/
task.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Channel: Read method revised - now it really really doesn't block anymore, an...
Sebastian Thiel
2010-06-09
1
-1
/
+1
*
HSCondition: Fixed terrible bug which it inherited from its default python Co...
Sebastian Thiel
2010-06-09
1
-1
/
+1
*
thread: fixed initialization problem if an empty iterable was handed in
Sebastian Thiel
2010-06-09
1
-1
/
+22
*
queue: fixed critical bug in the notify method, as it was not at all thread-s...
Sebastian Thiel
2010-06-09
1
-2
/
+1
*
workerthread: adjusted to use a blocking queue, it will receive termination e...
Sebastian Thiel
2010-06-08
1
-1
/
+1
*
Revised task deletion works well, adjusted test to be creating new tasks all ...
Sebastian Thiel
2010-06-08
1
-53
/
+11
*
task: now deletes itself once its done - for the test this doesn't change a t...
Sebastian Thiel
2010-06-08
1
-6
/
+16
*
Its getting better already - intermediate commit before further chaning the t...
Sebastian Thiel
2010-06-08
1
-0
/
+2
*
The new channeldesign actually works, but it also shows that its located at t...
Sebastian Thiel
2010-06-08
1
-3
/
+3
*
introduced a new counter keeping track of the scheduled tasks - this prevent ...
Sebastian Thiel
2010-06-07
1
-2
/
+45
*
improved testing to test the actual async handling of the pool. there are sti...
Sebastian Thiel
2010-06-07
1
-0
/
+11
*
task: Fixed incorrect handling of channel closure. Performance is alright for...
Sebastian Thiel
2010-06-07
1
-3
/
+21
*
Moved pool utilities into util module, fixed critical issue that caused havok...
Sebastian Thiel
2010-06-07
1
-1
/
+25
*
pool: First version which works as expected in async mode. Its just using a s...
Sebastian Thiel
2010-06-07
1
-2
/
+10
*
Plenty of fixes in the chunking routine, made possible by a serialized chunki...
Sebastian Thiel
2010-06-06
1
-1
/
+1
*
First step of testing the pool - tasks have been separated into a new module ...
Sebastian Thiel
2010-06-06
1
-0
/
+144