summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate custom deallocation code when there are C++ members to destruct.Robert Bradshaw2015-08-222-0/+5
* Failing test for calling derived class destructor in deallocation.Robert Bradshaw2015-08-221-0/+16
* Include grammar in manifest.Robert Bradshaw2015-08-221-0/+1
* remove unused importsStefan Behnel2015-08-221-4/+1
* seems like the explicit deepcopy helpers in the control flow state objects ar...Stefan Behnel2015-08-221-20/+2
* fix ticket 154: C compilation error for unused local buffer variablesStefan Behnel2015-08-223-1/+19
* extend try-finally smoke test with some arbitrary syntax constructsStefan Behnel2015-08-171-0/+12
* fix compiler crash due to infinite recursing while deep copying finally clausesStefan Behnel2015-08-171-0/+1
* fix crash where Coroutine deallocation could execute Python code to print a w...Stefan Behnel2015-08-172-0/+5
* hide unused label in Py3.4+Stefan Behnel2015-08-161-2/+2
* fix test in Py3Stefan Behnel2015-08-161-3/+3
* changelogStefan Behnel2015-08-151-0/+6
* fix compiler crashStefan Behnel2015-08-151-1/+1
* exclude optimised builtin methods from being the Python method call optimisat...Stefan Behnel2015-08-152-3/+18
* fix warning in newer IPython versionsStefan Behnel2015-08-151-1/+5
* fix some tests on 32bit systemsStefan Behnel2015-08-145-23/+75
* remove unused import in testStefan Behnel2015-08-141-3/+0
* discard C++ style comment in C helper fileStefan Behnel2015-08-141-1/+2
* changelogStefan Behnel2015-08-141-0/+3
* disable syntax support for "yield" expressions in function argument annotatio...Stefan Behnel2015-08-141-0/+5
* fix #855: make "import *" include all necessary "from_py" coercion helper fun...Stefan Behnel2015-08-094-1/+34
* changelogStefan Behnel2015-08-091-2/+2
* adapt coroutine docstrings to CPythonStefan Behnel2015-08-091-3/+3