summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert integer literal suffixing again and instead generate C hex literals if...Stefan Behnel2015-09-063-27/+15
* extend testStefan Behnel2015-09-051-2/+5
* rewrite literal DEF integer coercion to constants:Stefan Behnel2015-09-054-11/+29
* changelogStefan Behnel2015-09-051-0/+2
* update temp ref expression after analyse_types() if node was replacedStefan Behnel2015-09-052-0/+20
* remove dead codeStefan Behnel2015-09-051-1/+0
* Add static method pxd test.Robert Bradshaw2015-09-031-0/+3
* Fix static methods declared in pxd files.Robert Bradshaw2015-09-023-2/+17
* fix bytes literal creation from compile-time DEF expressions (used to become ...Stefan Behnel2015-09-026-32/+62
* adapt Coverage plugin to coverage 4.0b2Stefan Behnel2015-09-012-2/+13
* Py3 fixes in Coverage pluginStefan Behnel2015-09-011-3/+3
* changelogStefan Behnel2015-09-011-0/+4
* Use reference rather than pointer for destructor calling.Robert Bradshaw2015-09-012-3/+3
* Clarify posix typedef declarations.Robert Bradshaw2015-09-011-1/+13
* Fix typo.Jakub Wilk2015-09-011-1/+1
* correct processing of large integers (PyLong values) in compile time env unde...Stefan Behnel2015-09-013-3/+27
* docs: clarify a bit more what it means to acquire/release the GILStefan Behnel2015-08-231-0/+10
* fix invalid C code comment (was intended to be discarded in utility code)Stefan Behnel2015-08-231-2/+4
* docs: clarify a bit more what it means to acquire/release the GILStefan Behnel2015-08-231-2/+12
* prepare release of 0.23.10.23.1Stefan Behnel2015-08-222-3/+10