summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Enable automated testing with Python 3.4Corey Farwell2014-06-211-0/+1
* green_dealloc: cast to PyObject * in PyObject_IS_GCAlexey Borzenkov2014-02-211-1/+1
* green_dealloc: don't use trashcan on non-GC'ible greenletsAlexey Borzenkov2014-02-211-10/+18
* test_gc: move test_circular_greenlet under GREENLET_USE_GCAlexey Borzenkov2014-02-211-10/+10
* get rid of development version install instructionsRalf Schmitt2014-01-181-8/+3
* drop support for python 2.3Ralf Schmitt2014-01-152-33/+1
* Use Py_RETURN_(TRUE|FALSE) macros instead of manual reference countingGiel van Schijndel2014-01-151-5/+2
* add Giel van SchijndelRalf Schmitt2014-01-141-0/+1
* Merge pr41: use FLUSHW on sparcRalf Schmitt2014-01-141-0/+4
|\
| * Sparc: use the FLUSHW instruction when availableGiel van Schijndel2014-01-141-0/+4
* | Allow building for x86 Linux on GCC < 4.5Giel van Schijndel2014-01-141-2/+8
|/
* twine allows me to get rid of fixup subcommandRalf Schmitt2014-01-081-15/+1
* update AUTHORS0.4.2Ralf Schmitt2014-01-071-1/+3
* use explicit list of python versions and distutils commands to buildRalf Schmitt2014-01-071-22/+13
* exit with non-zero status when we have failuresRalf Schmitt2014-01-071-2/+2
* add m68k support to NEWSRalf Schmitt2014-01-071-0/+1
* update make-manifest and MANIFEST.inRalf Schmitt2014-01-073-26/+23
* test with 3.2 and 3.3 on travis-ciRalf Schmitt2014-01-071-0/+2
* Add support for m68kAndreas Schwab2014-01-062-0/+38
* prepare 0.4.2Ralf Schmitt2013-12-303-2/+9
* flush stdout in run-tests.pyRalf Schmitt2013-12-301-0/+1
* merge abramowitz' travisci changesRalf Schmitt2013-12-132-0/+13
|\
| * README.rst: Add Travis CI build badgeMarc Abramowitz2013-12-121-0/+3
| * Add .travis.ymlMarc Abramowitz2013-12-121-0/+10
* | Fix 'err' may be used uninitialized in this functionAlexey Borzenkov2013-12-131-1/+1
* | Check _MSC_VER for msvc specific codeAlexey Borzenkov2013-12-131-2/+2
* | setup.py: Use setuptools for bdist_wheelMarc Abramowitz2013-12-121-0/+1
|/
* Fix slp_switch on SPARC for multi-threaded environmentsFloris Bruynooghe2013-09-021-7/+25
* don't use print statements in setup.py0.4.1Ralf Schmitt2013-05-211-1/+0
* prepare 0.4.1 releaseRalf Schmitt2013-05-214-2/+18
* Merge branch 'wip-issue28-configure-compiler'Ralf Schmitt2013-05-211-3/+27
|\
| * try to disable certain gcc 4.8 optimizations that make greenlet crashwip-issue28-configure-compilerRalf Schmitt2013-04-221-3/+27
* | fix segfaults when using gcc 4.8 on amd64/x86 unixRalf Schmitt2013-05-202-2/+27
* | merge gcc 4.8 on aarch64 fixesRalf Schmitt2013-04-221-4/+35
|\ \ | |/ |/|
| * Fix greenlet on aarch64 with gcc 4.8Michael Matz2013-04-141-4/+35
* | update MANIFEST.inRalf Schmitt2013-04-101-0/+2
* | workaround segfault on SunOS/sun4vRalf Schmitt2013-04-101-1/+3
|/
* Add support for Aarch64Michael Matz2013-04-102-0/+47
* Updated version in doc.Marc Schlaich2012-12-051-2/+2
* Merge pull request #18 from fantix/masterRalf Schmitt2012-08-172-0/+63
|\
| * Add support for x32 psABI on x86_64Fantix King2012-08-172-0/+63
|/
* Merge pull request #17 from m27315/masterRalf Schmitt2012-07-312-4/+8
|\
| * Changed memory constraints for assembly macro for PPC Linux platforms.Trevor Bowen2012-07-312-4/+8
|/
* update MANIFEST.in0.4.0Ralf Schmitt2012-06-211-0/+2
* mention greenlet tracing in NEWSRalf Schmitt2012-06-211-0/+1
* fix 'make-win-release'Ralf Schmitt2012-06-201-0/+1
* try to fully automate the windows buildRalf Schmitt2012-06-202-22/+35
* Restart g_updatecurrent if ts_current switchesAlexey Borzenkov2012-06-151-0/+7
* Detect a late reparent to another threadAlexey Borzenkov2012-06-152-0/+28
* Experimental greenlet tracing + other changesAlexey Borzenkov2012-06-152-54/+248