| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -1/+1 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -18/+28 |
| * | hubs: defang after remove; related to second simultaneous read issue94-second-read | Michael Kerrin | 2014-08-12 | 1 | -0/+2 |
| * | Fix second simultaneous read (parallel paramiko issue) | Jan Grant | 2014-08-12 | 1 | -1/+11 |
| * | python3 compat fixes; Thanks to Astrum Kuo | 郭旭星Astrum Kuo | 2014-04-02 | 1 | -2/+4 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -19/+29 |
| * | Monkey patch threading.current_thread() as well | Johannes Erdfelt | 2012-02-29 | 1 | -20/+0 |
| * | Reducing copypasta with utility function. | Ryan Williams | 2011-04-09 | 1 | -0/+18 |
| * | Not enabling MySQLdb patching in import_patched for now. | Ryan Williams | 2010-10-08 | 1 | -2/+2 |
| * | Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we... | Ryan Williams | 2010-10-07 | 1 | -3/+18 |
| * | Adding import locks around the places where we mess with sys.modules in patch... | Ryan Williams | 2010-08-04 | 1 | -23/+30 |
| * | Tightened up original's dependency-checking code in patcher, importing eventl... | Ryan Williams | 2010-07-23 | 1 | -10/+15 |
| * | Race condition fix in patcher, added a bit more sleep to the env test so slow... | Ryan Williams | 2010-06-10 | 1 | -0/+2 |
| * | Fix argument parsing in patched function. | Ryan Williams | 2010-06-07 | 1 | -1/+2 |
| * | Defending against one possible flaw in original() which isn't currently a pro... | Ryan Williams | 2010-06-04 | 1 | -0/+9 |
| * | Fixed main thread patching and moved the code into patcher.py. Implemented a... | Ryan Williams | 2010-06-04 | 1 | -47/+80 |
| * | Added _original_patch_function to fix up the case where tpool is trying to im... | Ryan Williams | 2010-06-02 | 1 | -14/+41 |
| * | patcher.original no longer leaves the modules it imports in sys.modules to ge... | Ryan Williams | 2010-06-02 | 1 | -0/+2 |
| * | Merge | Ryan Williams | 2010-04-17 | 1 | -1/+7 |
| |\ |
|
| | * | Recent test failures exposed a small bug in patcher, this is the fix. | Ryan Williams | 2010-04-11 | 1 | -1/+7 |
| * | | Updated green psycopg support, added a test for it (which hasn't been run bec... | Ryan Williams | 2010-04-09 | 1 | -2/+18 |
| * | | Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th... | Ryan Williams | 2010-04-08 | 1 | -1/+9 |
| |/ |
|
| * | Simplified monkey_patch interface by removing the need for the all keyword pa... | Ryan Williams | 2010-03-27 | 1 | -15/+23 |
| * | Merge | Ryan Williams | 2010-02-25 | 1 | -30/+32 |
| |\ |
|
| | * | fixed various minor issues that pyflakes complained about, removed extraneous... | Tavis Rudd | 2010-02-24 | 1 | -30/+32 |
| * | | Much easier to just use the blanket defaults. :) | Ryan Williams | 2010-02-24 | 1 | -0/+9 |
| |/ |
|
| * | Improved patcher so as to not require make_original. | Ryan Williams | 2010-02-24 | 1 | -15/+10 |
| * | python -m eventlet.patcher module.py. Fixes #23. Patch from Chris Atlee. | Ryan Williams | 2010-02-23 | 1 | -1/+7 |
| * | Improved support for monkeypatching by eliminating race conditions in eventle... | Ryan Williams | 2010-02-17 | 1 | -2/+28 |
| * | Updated patcher.monkey_patch so it was easier to implement the util usecases.... | Ryan Williams | 2010-02-09 | 1 | -11/+23 |
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. Un... | Ryan Williams | 2010-02-09 | 1 | -1/+2 |
| * | Tweaked the way monkey_patch works so that it'll work better if called after ... | Ryan Williams | 2010-02-07 | 1 | -6/+43 |
| * | Added monkey_patch to patcher, as well as defaults to import_patched. With t... | Ryan Williams | 2010-02-05 | 1 | -0/+44 |
| * | Fixed issue where patcher wasn't correctly restoring modules after an importe... | Ryan Williams | 2010-01-16 | 1 | -20/+22 |
| * | Fixed second-thread importing of select module. Also slight patcher fix. | Ryan Williams | 2010-01-08 | 1 | -0/+2 |
| * | Fixed a bug where patcher was leaving crap in sys.modules, added a unit test ... | Ryan Williams | 2009-12-31 | 1 | -0/+2 |
| * | Replaced copy-and-paste code of urllib with short patcher snippet, adding a h... | Ryan Williams | 2009-11-29 | 1 | -1/+18 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -18/+0 |
| * | Added in patcher module only; this is suboptimal because the history is lost,... | Ryan Williams | 2009-09-28 | 1 | -0/+63 |