| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵ | Sergey Shepelev | 2013-12-03 | 1 | -4/+3 |
| | | | | | print() function syntax | ||||
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -2/+3 |
| | | |||||
| * | doc: hubs: Point to the correct function in exception message | Floris Bruynooghe | 2013-06-05 | 1 | -25/+40 |
| | | |||||
| * | Including blocking detector in the documentation. | Ryan Williams | 2010-08-30 | 1 | -1/+2 |
| | | |||||
| * | Fix blocking detector for cases that don't have the itimer module installed. | Ryan Williams | 2010-08-28 | 1 | -2/+15 |
| | | |||||
| * | Add support for the itimer module with blocking detection | R. Tyler Ballance | 2010-06-24 | 1 | -1/+2 |
| | | | | | | | This will allow for subsecond blocking detection thanks to the itimer module recently released by Slide, Inc: http://github.com/slideinc/itimer | ||||
| * | Merge | Ryan Williams | 2010-06-24 | 1 | -4/+5 |
| |\ | |||||
| | * | Filled out __all__ in debug.py | Ryan Williams | 2010-06-02 | 1 | -2/+3 |
| | | | |||||
| | * | Speling fix. | Ryan Williams | 2010-05-06 | 1 | -2/+2 |
| | | | |||||
| * | | Probably horribly broken block detecter, only for poll/epoll hubs. | Ryan Williams | 2010-05-07 | 1 | -0/+11 |
| |/ | |||||
| * | Added multiple-reader prevention code because it seems to be a fairly common ↵ | Ryan Williams | 2010-03-15 | 1 | -4/+8 |
| | | | | | pitfall. Also added defaults to the debug methods so you can call them no-args to reset them. | ||||
| * | py3k - more changes | amajorek | 2010-03-07 | 1 | -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 module | Chris AtLee | 2010-02-21 | 1 | -1/+3 |
| | | |||||
| * | Moved timer to hubs package, since that's almost all of its usage. | Ryan Williams | 2010-02-13 | 1 | -1/+1 |
| | | |||||
| * | Added spawn_after, with tests and documentation. Removed dead code in ↵ | Ryan Williams | 2010-02-13 | 1 | -0/+20 |
| | | | | | timer_test. | ||||
| * | Necessary imports to use debug.spew. | Ryan Williams | 2010-01-25 | 1 | -0/+2 |
| | | |||||
| * | Added debug control over exceptions in greenpool, benchmarks directory. | Ryan Williams | 2010-01-21 | 1 | -0/+2 |
| | | |||||
| * | Doc improvements, removed docs for coros and proc modules. | Ryan Williams | 2010-01-18 | 1 | -7/+20 |
| | | |||||
| * | Fleshing out debug module some more. | Ryan Williams | 2010-01-08 | 1 | -2/+31 |
| | | |||||
| * | Moved spew/unspew into a new debug module. | Ryan Williams | 2010-01-08 | 1 | -0/+59 |
