issues
search
pnpnpn
/
timeout-decorator
Timeout decorator for Python
MIT License
628
stars
94
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Set custom exception message in decorator
#36
joshddunn
closed
7 years ago
1
Class method support
#35
k2fong
closed
7 years ago
0
Added support for class methods
#34
k2fong
closed
7 years ago
0
Check if function is a method that requires self as parameter.
#33
dabercro
closed
7 years ago
1
Unable to pass arguments to a function which uses timeout_decorator with use_signals = False
#32
akshay-hazari
closed
7 years ago
3
Add ability to specify what exception gets raised
#31
leviable
closed
7 years ago
3
Add additional python versions to CI testing
#30
leviable
closed
7 years ago
2
Using thread-safe version of timeout decorator in a serwer
#29
wojciech-galan
opened
8 years ago
1
Multithreading
#28
brokeharvard
opened
8 years ago
1
"crate.io" badge in README is broken
#27
allanlewis
closed
2 years ago
1
Unable to run example code in Usage
#26
romanbo
closed
7 years ago
1
Thread stuck in self.__queue.get()
#25
odedfos
opened
8 years ago
1
Use timeout parameter of queue.get()
#24
zqy2084
closed
7 years ago
3
Allow to use timeout in function kwargs even when initial seconds is None
#23
roidelapluie
closed
3 years ago
9
Added object base class for _Timeout class.
#22
deeplook
closed
9 years ago
0
Context managers?
#21
selwin
opened
9 years ago
2
Use signal.setitimer to allow setting sub-second timeouts.
#20
aaronelliotross
closed
9 years ago
2
Coveralls isn't registered
#19
hvdklauw
opened
9 years ago
2
Fixed issue with PicklingError causes the timeout to never be reached.
#18
hvdklauw
closed
9 years ago
4
Update .travis.yml
#17
bubenkoff
closed
9 years ago
0
Added optional threading support via python multiprocessing.
#16
bubenkoff
closed
9 years ago
4
support each function timeout?threading
#15
rfyiamcool
closed
9 years ago
0
Unset alarm before removing SIGALRM handler
#14
nugend
closed
9 years ago
0
README.md is missing on pypi
#13
phsteve
closed
9 years ago
2
Fix 0.2.0 release: include README.md that's missing from the package
#12
pimterry
closed
9 years ago
1
auto-deploy with travis
#11
pnpnpn
closed
9 years ago
0
Make timeout error an assertion error, not just any old exception
#10
pimterry
closed
9 years ago
1
Release Python 3 support
#9
pimterry
closed
9 years ago
2
added travis
#8
pnpnpn
closed
10 years ago
0
Update long_description
#7
toddsifleet
closed
10 years ago
0
Setup.py long_description fails
#6
toddsifleet
closed
10 years ago
0
Use functools.wraps in decorator
#5
toddsifleet
closed
10 years ago
2
Use Standardized License
#4
deeplook
closed
10 years ago
1
Add support for timeout in function kwargs
#3
jonblack
closed
10 years ago
1
Python 3 support
#2
deeplook
closed
9 years ago
3
Doesn't work in Windows
#1
mohanraj-r
closed
11 years ago
3
Previous