aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disabled more in test signal (bbot seems to still timeout...), simplification...Richard Plangger2016-02-031-2/+5
* disabled blocking testsRichard Plangger2016-02-031-0/+2
* introduce a special class W_ModuleDictObject which stores the strategy as aCarl Friedrich Bolz2016-01-131-1/+1
* Add __pypy__.decode_long(), an app-level interface toArmin Rigo2016-01-053-3/+29
* fix translationfijal2015-11-181-2/+4
* implement a simple code callbackfijal2015-11-183-0/+25
* Another performance boost to the common case of zip().Armin Rigo2015-09-282-0/+5
* fix fork-before=pyjitplMaciej Fijalkowski2015-09-081-7/+0
* fix jitlogparser testsMaciej Fijalkowski2015-09-081-0/+2
* uncomment the part that checks cpumodel, but leave the noteMaciej Fijalkowski2015-09-081-14/+14
* merge defaultMaciej Fijalkowski2015-08-283-8/+67
|\
| * use attach_gdb in __pypy__Carl Friedrich Bolz2015-08-102-8/+5
| * add __pypy__.get_hidden_tb so pypy2's app_main can grab the current tracebackPhilip Jenvey2015-06-183-0/+24
| * adapt to py2.7Philip Jenvey2015-06-181-4/+1
| * hide app_main's frames. this breaks sys.exc_info but py3 offers a workaroundPhilip Jenvey2013-02-243-0/+41
* | write a commentMaciej Fijalkowski2015-06-051-0/+4
* | disable those features in favor of having a working --fork-before for nowMaciej Fijalkowski2015-06-051-13/+13
|/
* issue #1442: protect against the little-sensical reload(sys) thatArmin Rigo2015-02-273-0/+22
* hg merge defaultArmin Rigo2015-01-192-0/+15
|\
| * Write docstring for __pypy__.reversed_dict().Armin Rigo2015-01-131-0/+8
| * Implement __pypy__.reversed_dict()Armin Rigo2015-01-132-0/+7
* | in-progressArmin Rigo2015-01-141-5/+7
|/
* Use __class__.__name__ directly here.Armin Rigo2014-07-091-7/+3
* Unify __pypy__.list_strategy() with __pypy__.dictstrategy() and make itArmin Rigo2014-07-094-28/+49
* fix test_bytebuffer on win32Brian Kearns2014-04-241-2/+3
* unicodeobject has old buffer interfaceBrian Kearns2014-04-241-0/+2
* clean up buffer/memoryview setitemBrian Kearns2014-04-241-0/+12
* move buffer to rpythonBrian Kearns2014-04-231-1/+1
* merge defaultBrian Kearns2014-04-222-3/+9
|\
| * Fix for 6dac6407412f. Very obscure.Armin Rigo2014-04-161-3/+8
| * Test and fix: submodules of built-in modules had their classesArmin Rigo2014-04-151-0/+1
* | use a readonly flag on buffers rather than separate classesBrian Kearns2014-03-251-2/+5
|/
* more unusedBrian Kearns2014-03-181-1/+0
* more buffer cleanupsBrian Kearns2014-03-181-3/+1
* hg merge defaultManuel Jacob2014-03-185-3/+92
|\
| * fix test_list_strategyBrian Kearns2014-03-041-0/+2
| * Add __pypy__.locals_to_fast(), from an idea by Fabio Zadrozny to allow aArmin Rigo2014-02-063-0/+88
| * shorten operationerrfmt -> oefmt to ease its use all over the placePhilip Jenvey2014-02-031-3/+2
* | hg merge defaultManuel Jacob2014-01-282-4/+6
|\|
| * disambiguate the 6 different uses of "index"Carl Friedrich Bolz2014-01-241-3/+3
| * rename the String strategies and {getitems,listview,newlist}_str -> bytes to bePhilip Jenvey2014-01-211-1/+3
* | hg merge defaultManuel Jacob2013-11-206-3/+15
|\|
| * Wait longer in this testArmin Rigo2013-11-111-1/+1
| * alex convinced me to kill this special case. let the jit handle itMaciej Fijalkowski2013-11-051-9/+1
| * actually run testsMaciej Fijalkowski2013-11-051-3/+1
| * hack a little differently. test to followMaciej Fijalkowski2013-11-051-1/+8
| * optimize calling with strings of length oneMaciej Fijalkowski2013-11-051-1/+5
| * Add __pypy__.debug_flush() to request a debug_flush from app-levelArmin Rigo2013-11-033-0/+11
| * Rename the flag "threadsafe" to rffi.llexternal() into "releasegil", whichArmin Rigo2013-09-151-2/+2
* | Fix __pypy__.bytebuffer.Manuel Jacob2013-08-281-1/+2
|/