summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number.0.20b1Robert Bradshaw2014-01-031-1/+1
* fix test tagStefan Behnel2014-01-031-1/+1
* whitespaceStefan Behnel2014-01-031-1/+3
* make doctest output readable on errorStefan Behnel2014-01-031-6/+7
* Py2.4/5 fixStefan Behnel2014-01-031-0/+2
* fix test tagStefan Behnel2014-01-031-1/+0
* fix Cython warningStefan Behnel2014-01-031-1/+2
* fix node subtree access in last change (use either local variable or attribut...Stefan Behnel2014-01-031-10/+11
* be another little more relaxed about temping in assignments (some things real...Stefan Behnel2014-01-031-3/+6
* be a little more relaxed about temping in assignments (looks like some things...Stefan Behnel2014-01-031-4/+5
* add tests for some evil cdef attribute assignments and fix themStefan Behnel2014-01-032-10/+114
* fix test tagStefan Behnel2014-01-031-1/+2
* make test runner bark at unknown tag names in test filesStefan Behnel2014-01-031-6/+19
* add test tagsStefan Behnel2014-01-032-4/+6
* fix test tagsStefan Behnel2014-01-0313-13/+13
* remove some useless temping (not sure if it's needed at all, but lacks tests)Stefan Behnel2014-01-021-1/+1
* copy 'constant_result' field in from_node() methodStefan Behnel2014-01-021-1/+1
* implement independent coercion of subexpressions for conditional if-else expr...Stefan Behnel2014-01-022-4/+26
* fix C comment in utility code that didn't get discarded from C codeStefan Behnel2014-01-021-1/+2
* avoid useless metaclass searching overhead when creating Python class without...Stefan Behnel2014-01-014-20/+36
* minor code simplificationStefan Behnel2014-01-011-6/+2
* fix refnanny counting for StopIteration value in yield-fromStefan Behnel2014-01-011-0/+2
* support non-types as Py2 metaclassesStefan Behnel2014-01-012-24/+31
* make cname prefixes of cached constants unique by type (avoid overlap with C ...Stefan Behnel2013-12-313-13/+23
* tighten test assertionStefan Behnel2013-12-311-1/+1
* fix control flow analysis for del-ing non-namesStefan Behnel2013-12-312-0/+15
* optimise dict.has_key()Stefan Behnel2013-12-311-0/+1
* optimise str % formattingStefan Behnel2013-12-313-2/+63
* changelogStefan Behnel2013-12-311-0/+2
* remove test after removing the code it testsStefan Behnel2013-12-311-5/+0
* undo while loop termination change - didn't consider "break" ...Stefan Behnel2013-12-311-6/+0
* mergeStefan Behnel2013-12-313-0/+48
|\
| * One more tiny fix.Robert Bradshaw2013-12-311-1/+1
| * Fix __richcmp__ bug that's been failing Sage tests.Robert Bradshaw2013-12-301-0/+3
| * Release notes.Robert Bradshaw2013-12-301-0/+3
| * Out of order base class test.Robert Bradshaw2013-12-301-0/+23
| * Fix bug when base classes were declared out-of-order.Robert Bradshaw2013-12-301-0/+19
* | mark infinite while loops as terminators when looking for unreachable codeStefan Behnel2013-12-312-0/+11
* | avoid some dead code in generator exitStefan Behnel2013-12-311-2/+4
* | warn about unreachable except-else clauseStefan Behnel2013-12-312-1/+13
* | reduce scope of gil state declaration in try-finallyStefan Behnel2013-12-311-3/+2
* | fix crash due to temporarily inconsistent exception state in parallel excepti...Stefan Behnel2013-12-311-2/+4
* | call giveref() before invalidating reference in parallel exception handling codeStefan Behnel2013-12-311-2/+2
* | fix C compiler warnings about unused utility codeStefan Behnel2013-12-311-4/+8
* | avoid generating some unreachable code on function exitStefan Behnel2013-12-311-11/+13
* | back up and restore complete exception state around 'finally' clauses; move c...Stefan Behnel2013-12-313-24/+92
* | discard C code comment from generated codeStefan Behnel2013-12-311-2/+2
* | fix refleak on literal/slow tuple creationStefan Behnel2013-12-291-0/+2
|/
* Merge pull request #269 from yasuyk/fix-elisp-header-linescoder2013-12-291-1/+1
|\
| * Fix header lineYasuyuki Oka2013-12-291-1/+1
|/