| Commit message (Expand) | Author | Age | Files | Lines |
* | progress on having flags correctly propagated, almost there | fijal | 2017-11-04 | 1 | -28/+33 |
* | * Return a flag from check_utf8. | fijal | 2017-11-04 | 2 | -17/+52 |
* | fix readbuf_w | fijal | 2017-10-31 | 1 | -12/+15 |
* | circumvent the problem of elidable with exceptions by using an elidable helper | Carl Friedrich Bolz-Tereick | 2017-10-27 | 2 | -11/+43 |
* | remove decode from repr function | fijal | 2017-10-26 | 2 | -1/+106 |
* | partition/rpartition | fijal | 2017-10-26 | 1 | -3/+6 |
* | Rewrite unicode.index/find to use rutf8.codepoints_in_utf8(). It should | Armin Rigo | 2017-10-14 | 2 | -7/+37 |
* | Force 'allow_surrogates' to be specified in check_utf8() | Armin Rigo | 2017-10-14 | 1 | -3/+3 |
* | Tweak for the JIT, similar to W_UnicodeObject in the py3.5 branch | Armin Rigo | 2017-10-14 | 1 | -2/+2 |
* | hg merge default | Armin Rigo | 2017-10-12 | 45 | -189/+1546 |
|\ |
|
| * | some passing cases, and comments how they work | Carl Friedrich Bolz-Tereick | 2017-10-11 | 2 | -0/+55 |
| * | Fix handling of high surrogates in unicode_encode_utf_32 | Ronan Lamy | 2017-10-10 | 2 | -31/+32 |
| * | Merged in loganchien/pypy (pull request #570) | Ronan Lamy | 2017-10-07 | 1 | -4/+3 |
| |\ |
|
| | * | fix the PYPYLOG link in rpython doc | Logan Chien | 2017-10-04 | 1 | -4/+3 |
| * | | Cache the siphash24 of 0 and 1 bytes strings | Armin Rigo | 2017-10-06 | 2 | -10/+42 |
| * | | Optimize the case of siphash computing the hash of a latin1 unicode string | Armin Rigo | 2017-10-06 | 1 | -29/+34 |
| * | | Add direct tests for latin1 siphash computation | Armin Rigo | 2017-10-06 | 1 | -0/+14 |
| |/ |
|
| * | (antocuni, arigo) | Armin Rigo | 2017-10-02 | 3 | -2/+28 |
| * | (antocuni, arigo) | Armin Rigo | 2017-10-02 | 2 | -1/+12 |
| * | fix memory leak in _get_crl_dp | Philip Jenvey | 2017-09-20 | 1 | -0/+1 |
| * | remove redundant test, fix translation | Matti Picus | 2017-09-15 | 1 | -1/+2 |
| * | getsockopt calls on win32 with BOOL param return 1 byte | Matti Picus | 2017-09-14 | 1 | -0/+2 |
| * | Redo f3070ec0eeb3 | Armin Rigo | 2017-09-14 | 2 | -35/+28 |
| * | Redo 90a0d3659179; the problem was 9bd6fef43680. | Armin Rigo | 2017-09-14 | 5 | -4/+26 |
| * | Forgot to save this file | Armin Rigo | 2017-09-14 | 1 | -1/+2 |
| * | Test and fix: an ll_assert() can rarely fail in debug mode in the GC, | Armin Rigo | 2017-09-14 | 3 | -4/+42 |
| * | tweak windows builds and docs | Matti Picus | 2017-09-13 | 1 | -4/+4 |
| * | Temporarily backout 90a0d3659179 and f3070ec0eeb3, which cause failures | Armin Rigo | 2017-09-14 | 6 | -51/+39 |
| * | Found out that gc.get_objects() returns some, but not all, | Armin Rigo | 2017-09-14 | 5 | -4/+26 |
| * | Tweak inspector.get_rpy_roots() | Armin Rigo | 2017-09-13 | 2 | -35/+25 |
| * | really fix tests | Carl Friedrich Bolz-Tereick | 2017-09-11 | 1 | -1/+1 |
| * | disable another pointless warning | fijal | 2017-09-10 | 1 | -2/+3 |
| * | issue #2650 testing | Carl Friedrich Bolz-Tereick | 2017-09-09 | 2 | -1/+22 |
| * | bug from #2650 | fijal | 2017-09-09 | 1 | -0/+35 |
| * | fix tests, hopefully | Carl Friedrich Bolz-Tereick | 2017-09-09 | 1 | -1/+1 |
| * | use constants to make the code less confusing | Carl Friedrich Bolz-Tereick | 2017-09-08 | 2 | -20/+29 |
| * | Blind fix for Windows | Armin Rigo | 2017-09-07 | 1 | -2/+5 |
| * | print an explanation why the function cannot be elidable/loopinvariant by | Carl Friedrich Bolz-Tereick | 2017-09-06 | 4 | -9/+98 |
| * | checks that specialize:argtype() makes two copies of a | Armin Rigo | 2017-09-06 | 1 | -0/+19 |
| * | improve error message: include name of calling graph, not just op | Carl Friedrich Bolz-Tereick | 2017-09-06 | 6 | -27/+34 |
| * | emit guard_nonnull_class in the short preamble, instead of two guards in case | Carl Friedrich Bolz-Tereick | 2017-09-05 | 2 | -3/+33 |
| * | Backport rpython changes from branch py3.5 | Ronan Lamy | 2017-09-03 | 5 | -4/+914 |
| * | optimize this sequence: | Carl Friedrich Bolz-Tereick | 2017-08-28 | 2 | -2/+27 |
| * | typo (the method is unused) | Carl Friedrich Bolz-Tereick | 2017-08-28 | 1 | -1/+1 |
| * | generate tuples more efficiently to stop the occasional FailedHealthCheck | Carl Friedrich Bolz-Tereick | 2017-08-28 | 1 | -2/+5 |
| * | "Fix" the most glaring issue about sandboxing | Armin Rigo | 2017-08-27 | 1 | -3/+7 |
| * | Imperative py.test.skip() is evil | Ronan Lamy | 2017-08-25 | 1 | -2/+2 |
* | | Revert runicode to be exactly like in default | Armin Rigo | 2017-10-12 | 1 | -8/+6 |
* | | first attempt at find | fijal | 2017-10-07 | 1 | -8/+10 |
* | | whack whack whack until we get to the point of getitem working | fijal | 2017-10-06 | 5 | -13/+105 |