| Commit message (Expand) | Author | Age | Files | Lines |
* | support for two-argument enumerate with a constant second argument | Carl Friedrich Bolz-Tereick | 2022-03-26 | 1 | -2/+7 |
* | rename the argument to simple_hash_eq, as suggested by antocuni and arigato | Carl Friedrich Bolz-Tereick | 2017-12-11 | 1 | -10/+10 |
* | thread the fast_hash info through the various layers into the rordereddict | Carl Friedrich Bolz-Tereick | 2017-12-11 | 1 | -8/+11 |
* | a branch to support fast hash functions with r_dict | Carl Friedrich Bolz-Tereick | 2017-12-11 | 1 | -1/+6 |
* | Use union() instead of unionof() in a few places | Ronan Lamy | 2016-09-02 | 1 | -3/+3 |
* | Use the correct exceptions in rpython/annotator/builtin.py | Ronan Lamy | 2016-02-04 | 1 | -7/+9 |
* | Handle pdb.set_trace() in rpython/annotator/builtin.py | Ronan Lamy | 2016-02-04 | 1 | -0/+11 |
* | Remove 'bookkeeper' attribute from ListDef | Ronan Lamy | 2015-11-29 | 1 | -2/+3 |
* | Move builtin_isinstance() to the only place where it's used: unaryop | Ronan Lamy | 2015-11-24 | 1 | -67/+0 |
* | Turn isinstance into a SpaceOperation | Ronan Lamy | 2015-11-24 | 1 | -7/+3 |
* | Turn knowntypedata into a dict of dicts | Ronan Lamy | 2015-11-10 | 1 | -2/+2 |
* | hg merge default | Ronan Lamy | 2015-10-15 | 1 | -1/+2 |
|\ |
|
| * | Remove OrderedDict compatibility hacks for Python 2.6 | Ronan Lamy | 2015-10-15 | 1 | -1/+2 |
* | | fix imports | Ronan Lamy | 2015-10-14 | 1 | -2/+2 |
|/ |
|
* | add the interface 'instantiate(Cls, nonmovable=True)' | Armin Rigo | 2015-10-11 | 1 | -1/+1 |
* | Test and fix in the annotator! Still! | Armin Rigo | 2015-07-04 | 1 | -1/+4 |
* | cleanup | Brian Kearns | 2014-09-10 | 1 | -5/+5 |
* | attempt to support EnvironmentError properly in rpython | Brian Kearns | 2014-09-05 | 1 | -6/+2 |
* | support IOError in rpython | Brian Kearns | 2014-09-05 | 1 | -0/+4 |
* | Fix suspect usage of AnnotatorError | Amaury Forgeot d'Arc | 2014-05-16 | 1 | -1/+2 |
* | Don't ever call SomeObject() | Ronan Lamy | 2014-05-15 | 1 | -1/+1 |
* | move low-level stuff out of the annotator | Ronan Lamy | 2014-05-15 | 1 | -226/+3 |
* | move some utilities to rpython.annotator.bookkeeper | Ronan Lamy | 2014-05-14 | 1 | -13/+2 |
* | modernise raise syntax | Ronan Lamy | 2014-05-04 | 1 | -2/+2 |
* | move low-level stuff out of rpython.annotator.model | Ronan Lamy | 2014-01-29 | 1 | -5/+4 |
* | move SomePtr, SomeInteriorPtr, SomeLLADTMeth to rpython.rtyper | Ronan Lamy | 2014-01-27 | 1 | -2/+2 |
* | move SomeAddress and SomeTypedAddressAccess to rpython.rtyper | Ronan Lamy | 2014-01-26 | 1 | -1/+2 |
* | Use a decorator to register builtin_analyzers. | Ronan Lamy | 2014-01-26 | 1 | -84/+75 |
* | merge branch annotator | Ronan Lamy | 2014-01-21 | 1 | -6/+0 |
|\ |
|
| * | rm unused builtin analyzer for __import__ | Ronan Lamy | 2013-08-20 | 1 | -6/+0 |
* | | It doesn't make sense for bytearray() to return a constant, | Armin Rigo | 2013-12-25 | 1 | -1/+1 |
|/ |
|
* | hg merge default | Ronan Lamy | 2013-11-19 | 1 | -0/+7 |
|\ |
|
| * | Python 2.6 compatibility | Armin Rigo | 2013-11-12 | 1 | -2/+1 |
| * | finish porting | Maciej Fijalkowski | 2013-10-29 | 1 | -0/+5 |
| * | Provide OrderedDict implemention for RPython, stolen from rdict-experiments-3 | Maciej Fijalkowski | 2013-10-29 | 1 | -0/+3 |
* | | kill all (broken by design) support for **-unpacking | Ronan Lamy | 2013-11-18 | 1 | -1/+1 |
|/ |
|
* | hg merge default | Ronan Lamy | 2013-08-30 | 1 | -1/+1 |
|\ |
|
| * | (Edd, Ronan) Change any RPython error that the user should see to a subclass ... | Edd Barrett | 2013-08-28 | 1 | -1/+1 |
* | | Fix duplication between 'nonzero' and 'is_true' ops. | Ronan Lamy | 2013-08-19 | 1 | -1/+1 |
|/ |
|
* | Removed some code that had been commented out since forever: | Alex Gaynor | 2013-07-28 | 1 | -2/+0 |
* | hg merge default | Ronan Lamy | 2013-07-23 | 1 | -6/+6 |
|\ |
|
| * | Corrected a bunch of code that wasn't using 4-space indents. | Alex Gaynor | 2013-07-10 | 1 | -13/+13 |
* | | Remove ootype support from the annotator | Ronan Lamy | 2013-07-06 | 1 | -103/+12 |
|/ |
|
* | Added support for reversed() on lists | Alex Gaynor | 2013-04-29 | 1 | -0/+6 |
* | cleanups in rpython.annotator | Brian Kearns | 2013-03-22 | 1 | -2/+2 |
* | (cfbolz, timfel) refactor hack to find operation that is currently being anno... | Tim Felgentreff | 2013-03-12 | 1 | -7/+1 |
* | Merge 25f5ab9 from py3k: | Amaury Forgeot d'Arc | 2013-01-24 | 1 | -1/+1 |
* | Moved pypy.tool.error, pypy.tool.leakfinder, pypy.tool.logparser, pypy.tool.p... | Alexander Hesse | 2013-01-04 | 1 | -1/+1 |
* | Initial package rename: | Alexander Hesse | 2012-12-30 | 1 | -0/+713 |