summaryrefslogtreecommitdiff
path: root/eventlet/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-4/+3
| | | | print() function syntax
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-2/+3
|
* doc: hubs: Point to the correct function in exception messageFloris Bruynooghe2013-06-051-25/+40
|
* Including blocking detector in the documentation.Ryan Williams2010-08-301-1/+2
|
* Fix blocking detector for cases that don't have the itimer module installed.Ryan Williams2010-08-281-2/+15
|
* Add support for the itimer module with blocking detectionR. Tyler Ballance2010-06-241-1/+2
| | | | | | This will allow for subsecond blocking detection thanks to the itimer module recently released by Slide, Inc: http://github.com/slideinc/itimer
* MergeRyan Williams2010-06-241-4/+5
|\
| * Filled out __all__ in debug.pyRyan Williams2010-06-021-2/+3
| |
| * Speling fix.Ryan Williams2010-05-061-2/+2
| |
* | Probably horribly broken block detecter, only for poll/epoll hubs.Ryan Williams2010-05-071-0/+11
|/
* Added multiple-reader prevention code because it seems to be a fairly common ↵Ryan Williams2010-03-151-4/+8
| | | | pitfall. Also added defaults to the debug methods so you can call them no-args to reset them.
* py3k - more changesamajorek2010-03-071-8/+9
| | | | | - _SilentException inherits from BaseException - eveltnet.debug parsing changed to use re.split instead of string.maketrans and string.translate
* Improve coverage of debug moduleChris AtLee2010-02-211-1/+3
|
* Moved timer to hubs package, since that's almost all of its usage.Ryan Williams2010-02-131-1/+1
|
* Added spawn_after, with tests and documentation. Removed dead code in ↵Ryan Williams2010-02-131-0/+20
| | | | timer_test.
* Necessary imports to use debug.spew.Ryan Williams2010-01-251-0/+2
|
* Added debug control over exceptions in greenpool, benchmarks directory.Ryan Williams2010-01-211-0/+2
|
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-181-7/+20
|
* Fleshing out debug module some more.Ryan Williams2010-01-081-2/+31
|
* Moved spew/unspew into a new debug module.Ryan Williams2010-01-081-0/+59