aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support for two-argument enumerate with a constant second argumentCarl Friedrich Bolz-Tereick2022-03-261-2/+7
* rename the argument to simple_hash_eq, as suggested by antocuni and arigatoCarl Friedrich Bolz-Tereick2017-12-111-10/+10
* thread the fast_hash info through the various layers into the rordereddictCarl Friedrich Bolz-Tereick2017-12-111-8/+11
* a branch to support fast hash functions with r_dictCarl Friedrich Bolz-Tereick2017-12-111-1/+6
* Use union() instead of unionof() in a few placesRonan Lamy2016-09-021-3/+3
* Use the correct exceptions in rpython/annotator/builtin.pyRonan Lamy2016-02-041-7/+9
* Handle pdb.set_trace() in rpython/annotator/builtin.pyRonan Lamy2016-02-041-0/+11
* Remove 'bookkeeper' attribute from ListDefRonan Lamy2015-11-291-2/+3
* Move builtin_isinstance() to the only place where it's used: unaryopRonan Lamy2015-11-241-67/+0
* Turn isinstance into a SpaceOperationRonan Lamy2015-11-241-7/+3
* Turn knowntypedata into a dict of dictsRonan Lamy2015-11-101-2/+2
* hg merge defaultRonan Lamy2015-10-151-1/+2
|\
| * Remove OrderedDict compatibility hacks for Python 2.6Ronan Lamy2015-10-151-1/+2
* | fix importsRonan Lamy2015-10-141-2/+2
|/
* add the interface 'instantiate(Cls, nonmovable=True)'Armin Rigo2015-10-111-1/+1
* Test and fix in the annotator! Still!Armin Rigo2015-07-041-1/+4
* cleanupBrian Kearns2014-09-101-5/+5
* attempt to support EnvironmentError properly in rpythonBrian Kearns2014-09-051-6/+2
* support IOError in rpythonBrian Kearns2014-09-051-0/+4
* Fix suspect usage of AnnotatorErrorAmaury Forgeot d'Arc2014-05-161-1/+2
* Don't ever call SomeObject()Ronan Lamy2014-05-151-1/+1
* move low-level stuff out of the annotatorRonan Lamy2014-05-151-226/+3
* move some utilities to rpython.annotator.bookkeeperRonan Lamy2014-05-141-13/+2
* modernise raise syntaxRonan Lamy2014-05-041-2/+2
* move low-level stuff out of rpython.annotator.modelRonan Lamy2014-01-291-5/+4
* move SomePtr, SomeInteriorPtr, SomeLLADTMeth to rpython.rtyperRonan Lamy2014-01-271-2/+2
* move SomeAddress and SomeTypedAddressAccess to rpython.rtyperRonan Lamy2014-01-261-1/+2
* Use a decorator to register builtin_analyzers.Ronan Lamy2014-01-261-84/+75
* merge branch annotatorRonan Lamy2014-01-211-6/+0
|\
| * rm unused builtin analyzer for __import__Ronan Lamy2013-08-201-6/+0
* | It doesn't make sense for bytearray() to return a constant,Armin Rigo2013-12-251-1/+1
|/
* hg merge defaultRonan Lamy2013-11-191-0/+7
|\
| * Python 2.6 compatibilityArmin Rigo2013-11-121-2/+1
| * finish portingMaciej Fijalkowski2013-10-291-0/+5
| * Provide OrderedDict implemention for RPython, stolen from rdict-experiments-3Maciej Fijalkowski2013-10-291-0/+3
* | kill all (broken by design) support for **-unpackingRonan Lamy2013-11-181-1/+1
|/
* hg merge defaultRonan Lamy2013-08-301-1/+1
|\
| * (Edd, Ronan) Change any RPython error that the user should see to a subclass ...Edd Barrett2013-08-281-1/+1
* | Fix duplication between 'nonzero' and 'is_true' ops.Ronan Lamy2013-08-191-1/+1
|/
* Removed some code that had been commented out since forever:Alex Gaynor2013-07-281-2/+0
* hg merge defaultRonan Lamy2013-07-231-6/+6
|\
| * Corrected a bunch of code that wasn't using 4-space indents.Alex Gaynor2013-07-101-13/+13
* | Remove ootype support from the annotatorRonan Lamy2013-07-061-103/+12
|/
* Added support for reversed() on listsAlex Gaynor2013-04-291-0/+6
* cleanups in rpython.annotatorBrian Kearns2013-03-221-2/+2
* (cfbolz, timfel) refactor hack to find operation that is currently being anno...Tim Felgentreff2013-03-121-7/+1
* Merge 25f5ab9 from py3k:Amaury Forgeot d'Arc2013-01-241-1/+1
* Moved pypy.tool.error, pypy.tool.leakfinder, pypy.tool.logparser, pypy.tool.p...Alexander Hesse2013-01-041-1/+1
* Initial package rename:Alexander Hesse2012-12-301-0/+713