summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 0.23.40.23.4Stefan Behnel2015-10-102-2/+2
* changelogStefan Behnel2015-10-101-0/+2
* Merge pull request #450 from pubnub/pr/0.23.x-1Robert Bradshaw2015-10-091-2/+6
|\
| * Fix a memory leak in ObjectHandling.cJay Oster2015-10-091-2/+6
|/
* extend testStefan Behnel2015-10-041-0/+10
* fix 1-arg min/max caseStefan Behnel2015-10-041-1/+1
* do not use cythonize() but Cython.Distutils in setup.py to avoid Cython compi...Stefan Behnel2015-10-031-14/+11
* clean up extension building in setup.py: clarify what's Py3.2-specific and us...Stefan Behnel2015-10-021-40/+46
* AppVeyor: Do not build legacy msi and exe installersLisandro Dalcin2015-10-021-4/+1
* setup.py: Use Cython.Distutils to cythonize itselfLisandro Dalcin2015-10-021-87/+33
* Fix cython.declare() after importLisandro Dalcin2015-10-021-2/+2
* minor safety fixStefan Behnel2015-10-011-1/+1
* AppVeyor: Update config file and install scriptLisandro Dalcin2015-10-012-44/+58
* Travis-CI: Add Python 3.5Lisandro Dalcin2015-10-011-0/+1
* fix testStefan Behnel2015-09-301-1/+1
* Merge branch '0.23.x' of git+ssh://github.com/cython/cython into 0.23.xStefan Behnel2015-09-303-60/+54
|\
| * AppVeyor: UpdateLisandro Dalcin2015-09-303-60/+54
* | changelogStefan Behnel2015-09-301-0/+11
* | suppress warning about unused value by casting it to (void)Stefan Behnel2015-09-301-1/+1
|/
* prefer MSVC special case over C99 compliant case to support VS-2008 quirksStefan Behnel2015-09-301-2/+2
* prepare release of 0.23.30.23.3Stefan Behnel2015-09-292-2/+2
* guess longness suffix of negative decimal integer literals based on their typ...Stefan Behnel2015-09-291-1/+9
* changelogStefan Behnel2015-09-281-1/+1
* automatically register with "backports_abc" module if availableStefan Behnel2015-09-282-13/+37
* changelogStefan Behnel2015-09-271-0/+3
* C++ signed enum conversion fix.Robert Bradshaw2015-09-261-1/+1
* Avoid taking the negation of an unsigned type in int conversion code.Robert Bradshaw2015-09-241-1/+1
* fix error output in cython.inline()Stefan Behnel2015-09-211-1/+1
* improve handling of large negative integer constants once more, including neg...Stefan Behnel2015-09-211-13/+25
* handle "-" sign in str_to_number() helperStefan Behnel2015-09-211-5/+10
* extend integer literal testsStefan Behnel2015-09-211-0/+20
* changelogStefan Behnel2015-09-151-0/+2
* undo CloneNode wrapping of the self-object when optimising method callsStefan Behnel2015-09-151-0/+4
* explicitly handle CloneNode in replacement transforms to make sure we take ca...Stefan Behnel2015-09-151-6/+28
* extend testStefan Behnel2015-09-151-0/+50
* changelogStefan Behnel2015-09-131-1/+2
* changelogStefan Behnel2015-09-131-0/+10
* fix wording in docsStefan Behnel2015-09-131-1/+1
* avoid potentially unsafe downcastStefan Behnel2015-09-131-7/+3
* __Pyx_decode_c_string: check for overflow when calling strlen.Nikolaus Rath2015-09-131-2/+11
* explicitly cast digits during PyLong conversion to avoid relying on potential...Stefan Behnel2015-09-131-2/+2
* correct abs() call type in helper functionStefan Behnel2015-09-121-1/+1
* Fix typos.Jakub Wilk2015-09-125-8/+8
* prepare release of 0.23.20.23.2Stefan Behnel2015-09-112-2/+2
* changelogStefan Behnel2015-09-111-0/+3
* unique_ptr & shared_ptr: Added missing bool operator!()Leo Razoumov2015-09-111-2/+4
* Allow passing more than two -v's to cygdb.Antony Lee2015-09-111-1/+1
* Further future division tests.Robert Bradshaw2015-09-112-0/+14
* docs: clarify behaviour of 'nogil' function annotationStefan Behnel2015-09-111-9/+12
* changelogStefan Behnel2015-09-061-2/+2