summaryrefslogtreecommitdiff
path: root/eventlet/green/profile.py
Commit message (Expand)AuthorAgeFilesLines
* Improve PEP8 conformanceJakub Stasiak2014-11-111-1/+2
* Clean upJakub Stasiak2014-10-111-3/+1
* PEP-8 fixesSergey Shepelev2014-08-271-32/+29
* Python 3 compatibility fixesJakub Stasiak2014-07-181-4/+6
* green.profile: accumulate results between runs; Thanks to Zhang HuaSergey Shepelev2014-03-241-9/+16
* Using slurp_properties throughout eventlet.green.Ryan Williams2011-04-091-3/+3
* More robust transference of properties from stdlib modules. Also more effici...Ryan Williams2010-08-181-3/+4
* Consolidated execs in various green modules.Ryan Williams2010-06-251-2/+2
* amajorek's commit reminded me that we need the non-monkeypatched thread modul...Ryan Williams2010-02-271-1/+2
* py3k - extracting errno from exception wrapped into get_errno function to wor...amajorek2010-02-271-2/+2
* Greenlet-aware profile module courtesy of CCP's Kristján Jonssón.Ryan Williams2010-02-241-0/+250