| Commit message (Expand) | Author | Age | Files | Lines |
* | test, fix error message for CPython compatibility | Stefano Rivera | 2020-10-07 | 1 | -1/+1 |
* | Issue #3255 | Armin Rigo | 2020-07-01 | 1 | -1/+5 |
* | various fixes | Carl Friedrich Bolz-Tereick | 2020-02-09 | 1 | -1/+7 |
* | - introduce space.iterator_greenkey which returns "something" that can be used | Carl Friedrich Bolz-Tereick | 2020-02-09 | 1 | -3/+4 |
* | Whack whack whack | Armin Rigo | 2019-04-29 | 1 | -0/+3 |
* | add the key used in the subscription when trying to use getitem on an object | Carl Friedrich Bolz-Tereick | 2018-05-25 | 1 | -1/+2 |
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | progress: remove space.w_str completely (replaced by space.w_bytes and | Carl Friedrich Bolz | 2016-12-02 | 1 | -4/+4 |
* | merge default | Carl Friedrich Bolz | 2016-11-30 | 1 | -28/+16 |
|\ |
|
| * | unspotted copy-paste mistake in descroperation, fix error message if __oct__, | Carl Friedrich Bolz | 2016-11-29 | 1 | -1/+1 |
| * | Replace 'lookup_in_type_where()[1]' with a method 'lookup_in_type()'. | Armin Rigo | 2016-11-24 | 1 | -30/+10 |
| * | issue 2435 testing: make sure to ignore the overridden __getitem__ method on | Carl Friedrich Bolz | 2016-11-23 | 1 | -6/+14 |
* | | start replacing space.str_w with either space.bytes_w or space.text_w | Carl Friedrich Bolz | 2016-11-30 | 1 | -4/+4 |
* | | remove a lot of space.wrap calls in the objspace and replace them by space.new* | Carl Friedrich Bolz | 2016-10-20 | 1 | -20/+20 |
|/ |
|
* | ignore __index__() on subclasses of 'int' or 'long' | Armin Rigo | 2016-10-17 | 1 | -5/+18 |
* | replace some _annspecialcase_ with @specialize in the interpreter | Carl Friedrich Bolz | 2016-09-22 | 1 | -9/+9 |
* | Probable fix for issue #2383: have 'list(S())' call 'S.__getitem__' if S | Armin Rigo | 2016-08-29 | 1 | -0/+14 |
* | Hash: turn -1 into -2 without using a condition, to avoid | Armin Rigo | 2016-07-29 | 1 | -15/+6 |
* | merge heads | Armin Rigo | 2016-07-23 | 1 | -4/+12 |
|\ |
|
| * | removed long codepath (covered by the last elif path), removed duplicate comm... | Unknown | 2016-07-23 | 1 | -10/+2 |
| * | removed duplicate hashing call | Unknown | 2016-07-23 | 1 | -1/+1 |
| * | cleanup of old comment | Unknown | 2016-07-23 | 1 | -1/+0 |
| * | Issue #2346 : Hashing of -1 did not return -2 as cpython | Unknown | 2016-07-23 | 1 | -5/+7 |
| * | Issue #2346 : Hashing of -1 did not return -2 as cpython | pizi | 2016-07-23 | 1 | -1/+16 |
* | | Issue #2352 generilization for tuple/iterator/set/dict. | touilleMan | 2016-07-23 | 1 | -1/+1 |
|/ |
|
* | Copy CPython's logic more closely | Armin Rigo | 2016-07-14 | 1 | -15/+0 |
* | space.is_true/space.issubtype -> space.issubtype_w | Philip Jenvey | 2016-05-22 | 1 | -5/+5 |
* | add space.issubtype_w | Philip Jenvey | 2016-05-22 | 1 | -1/+4 |
* | Restore semblance of sanity to gc.disable()/gc.enable(): now they | Armin Rigo | 2016-05-06 | 1 | -5/+0 |
* | merge oefmt (b974474) oefmt pypy/{objspace,tool}/ | Philip Jenvey | 2016-05-02 | 1 | -16/+12 |
|\ |
|
| * | oefmt pypy/{objspace,tool}/ | Philip Jenvey | 2016-05-01 | 1 | -16/+12 |
* | | Don't use deprecated except clause syntax (pypy/) | Ronan Lamy | 2016-05-02 | 1 | -3/+3 |
* | | Don't use deprecated raise statement syntax | Ronan Lamy | 2016-05-02 | 1 | -1/+1 |
|/ |
|
* | Add another test in cpyext, and fix, including to | Armin Rigo | 2016-04-18 | 1 | -1/+2 |
* | (fijal, arigo) add a fast-path straight from cpython | Maciej Fijalkowski | 2015-07-23 | 1 | -0/+2 |
* | for consistency, the in-place operators need the same bug compatibility hack ... | Armin Rigo | 2015-05-19 | 1 | -0/+17 |
* | Issue #2039 | Armin Rigo | 2015-05-05 | 1 | -2/+2 |
* | Issue2033: A descriptor with __delete__ and no __get__ is also a data descrip... | Amaury Forgeot d'Arc | 2015-04-20 | 1 | -1/+2 |
* | Trying out a bug compatibility fix... | Armin Rigo | 2014-09-06 | 1 | -14/+11 |
* | customize index's error message to match cpython | Philip Jenvey | 2014-05-06 | 1 | -2/+7 |
* | shorten operationerrfmt -> oefmt to ease its use all over the place | Philip Jenvey | 2014-02-03 | 1 | -61/+49 |
* | Test and fix (thanks ionelmc on irc). | Armin Rigo | 2013-12-20 | 1 | -0/+7 |
* | Kill the '?' argument to getname() | Armin Rigo | 2013-08-30 | 1 | -2/+2 |
* | Change the _mixin_ class DescrOperation into an import_from_mixin() class. | Armin Rigo | 2013-08-20 | 1 | -3/+3 |
* | Backed out changeset ee2311d4ba26 | Armin Rigo | 2013-08-20 | 1 | -1/+1 |
* | Test and fix: 'object' has an empty __init__ which we should not copy. | Armin Rigo | 2013-08-20 | 1 | -1/+1 |
* | Refactor for cpyext PyNumber_CoerceEx | Armin Rigo | 2013-07-30 | 1 | -2/+9 |
* | Corrected a bunch of code that wasn't using 4-space indents. | Alex Gaynor | 2013-07-10 | 1 | -6/+6 |
* | utilize %N everywhere | Philip Jenvey | 2013-05-25 | 1 | -5/+2 |