aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops, fix for dc929547a198Armin Rigo2017-06-261-1/+4
* Issue #2595: copies the test, and fixArmin Rigo2017-06-261-6/+16
* generalize these imports for py2/py3Brian Kearns2013-03-081-1/+1
* port some lib_pypy cleanups/fixes/modernizations from py3kBrian Kearns2013-03-081-4/+4
* indent fixyrttyr2012-12-161-2/+2
* Baaah. /me finds the horrible hack, despairs, and add "XXX HAAAAACK".Armin Rigo2011-09-221-39/+26
* Reduce a little bit the code.Armin Rigo2011-09-221-32/+32
* Randomly fix something else in stackless.py.Armin Rigo2011-09-221-8/+1
* Support pickling, at least good enough to have the single testArmin Rigo2011-09-161-72/+1
* Fix.Armin Rigo2011-09-141-2/+2
* Fold the 4 cases into 1 for greenlets and coroutines callingArmin Rigo2011-09-141-20/+2
* Bah. test_stackless.py fails completely nowadays. I'm not sure IArmin Rigo2011-09-131-32/+40
* (fenrrir)Armin Rigo2011-09-051-107/+111
* fix pickling of stackless.tasklet.Carl Friedrich Bolz2011-05-251-13/+13
* Remove some extraneous imports that made test_distributed fail, these are aut...Alex Gaynor2010-08-061-1/+3
* Fix for failing (and hanging) stackless and coroutine tests.Alex Gaynor2010-08-061-2/+4
* - Implementation of application level CoroutineExit and TaskletExit exception...Gabriel Lavoie2010-07-011-5/+6
* merge the sys-prefix branch.Antonio Cuni2010-06-241-0/+634