summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better support for Windows x64 builds with VS Express0.4.4Alexey Borzenkov2014-09-085-10/+30
* PyGreenlet_SetParent: fix return type in greenlet.hAlexey Borzenkov2014-08-231-1/+1
* Merge pull request #56 from BoonsNaibot/patch-2Alexey Borzenkov2014-08-231-1/+1
|\
| * `PyGreenlet_SetParent` returns `int`BoonsNaibot2014-08-221-1/+1
|/
* Add Python 3.3 and 3.4 to classifiersAlexey Borzenkov2014-08-081-0/+2
* Increment version to 0.4.30.4.3Alexey Borzenkov2014-08-072-2/+2
* Add documentation for switch tracingAlexey Borzenkov2014-08-072-0/+39
* Add NEWS for upcoming greenlet 0.4.3Alexey Borzenkov2014-08-071-0/+10
* Merge pull request #53 from BoonsNaibot/patch-1Alexey Borzenkov2014-07-251-1/+1
|\
| * Fixed return type of `PyGreenlet_Switch`.BoonsNaibot2014-07-251-1/+1
|/
* Add Dirk Mueller to AUTHORSAlexey Borzenkov2014-06-261-0/+1
* Add support for custom build directory for testsAlexey Borzenkov2014-06-252-6/+11
* Don't symlink libraries unless inplace build is requestedAlexey Borzenkov2014-06-254-6/+26
* Restore accidentally removed use of my_build_extAlexey Borzenkov2014-06-251-0/+2
* Call PyBaseObject_Type.tp_new instead of tp_allocAlexey Borzenkov2014-06-252-1/+38
* Enable support for SunStudio on 32-bit SunOSAlexey Borzenkov2014-06-251-0/+2
* Fix invalid aarch64 constraintAlexey Borzenkov2014-06-241-1/+1
* Run gc.collect() twice in threaded leak testsAlexey Borzenkov2014-06-241-0/+4
* Get rid of -fno-tree-dominator-optsAlexey Borzenkov2014-06-244-57/+8
* Define and use PyVarObject_HEAD_INIT compatibility macroAlexey Borzenkov2014-06-241-5/+4
* Change maintainerAlexey Borzenkov2014-06-241-2/+2
* 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