summaryrefslogtreecommitdiff
path: root/inference.py
Commit message (Expand)AuthorAgeFilesLines
* fix #5010: understand python 2.5 explicit relative importsSylvain Thénault2008-11-191-2/+3
* don't rewrap instanceEmile Anclin2008-10-011-1/+3
* mergeAlexandre Fayolle2008-05-131-6/+7
|\
| * GeneratorExit should be explicitly catched to avoid yielding additional valuesSylvain Thénault2008-05-131-0/+9
| * catch everything since other exceptions such a ZeroDivisionError or ValueErro...Sylvain Thénault2008-05-131-1/+1
* | Patch by Maarten ter Huurne <maarten@treewalker.org> to handle Python2.5's Ge...Alexandre Fayolle2008-05-131-0/+8
|/
* test fix, some copyright updateSylvain Thénault2008-01-141-2/+2
* Brian Hawthorne 'with' statement patchSylvain Thénault2008-01-141-0/+15
* more infinite recursion fixSylvain Thénault2007-04-161-1/+2
* fix crash on numpy (though inference is broken on numpy functions due to wron...Sylvain Thénault2007-03-091-1/+2
* remove printSylvain Thénault2007-03-091-1/+0
* #3670: subscription inference crash in some casesSylvain Thénault2007-03-071-1/+8
* fix #3651: crash when callable as defaut argSylvain Thénault2007-03-071-2/+5
* fix chained import as bugSylvain Thénault2007-02-221-1/+3
* basic operator inferenceSylvain Thénault2007-02-191-4/+72
* fix infer_global bugSylvain Thénault2007-02-181-1/+3
* external attribute definition handling :)Sylvain Thénault2007-02-181-4/+18
* * api change to be able to infer using a context (used to infer function ...Sylvain Thénault2007-02-161-95/+211
* * slightly better inference on astng built from living object by trying to inferSylvain Thénault2007-02-151-3/+13
* avoir .iter attribute conflict, skip yes objects while resolving loop partsSylvain Thénault2006-11-231-4/+8
* minimal subscription and loop inferenceSylvain Thénault2006-11-231-12/+105
* forget the past.root2006-04-261-0/+388