aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* progress on having flags correctly propagated, almost therefijal2017-11-041-28/+33
* * Return a flag from check_utf8.fijal2017-11-042-17/+52
* fix readbuf_wfijal2017-10-311-12/+15
* circumvent the problem of elidable with exceptions by using an elidable helperCarl Friedrich Bolz-Tereick2017-10-272-11/+43
* remove decode from repr functionfijal2017-10-262-1/+106
* partition/rpartitionfijal2017-10-261-3/+6
* Rewrite unicode.index/find to use rutf8.codepoints_in_utf8(). It shouldArmin Rigo2017-10-142-7/+37
* Force 'allow_surrogates' to be specified in check_utf8()Armin Rigo2017-10-141-3/+3
* Tweak for the JIT, similar to W_UnicodeObject in the py3.5 branchArmin Rigo2017-10-141-2/+2
* hg merge defaultArmin Rigo2017-10-1245-189/+1546
|\
| * some passing cases, and comments how they workCarl Friedrich Bolz-Tereick2017-10-112-0/+55
| * Fix handling of high surrogates in unicode_encode_utf_32Ronan Lamy2017-10-102-31/+32
| * Merged in loganchien/pypy (pull request #570)Ronan Lamy2017-10-071-4/+3
| |\
| | * fix the PYPYLOG link in rpython docLogan Chien2017-10-041-4/+3
| * | Cache the siphash24 of 0 and 1 bytes stringsArmin Rigo2017-10-062-10/+42
| * | Optimize the case of siphash computing the hash of a latin1 unicode stringArmin Rigo2017-10-061-29/+34
| * | Add direct tests for latin1 siphash computationArmin Rigo2017-10-061-0/+14
| |/
| * (antocuni, arigo)Armin Rigo2017-10-023-2/+28
| * (antocuni, arigo)Armin Rigo2017-10-022-1/+12
| * fix memory leak in _get_crl_dpPhilip Jenvey2017-09-201-0/+1
| * remove redundant test, fix translationMatti Picus2017-09-151-1/+2
| * getsockopt calls on win32 with BOOL param return 1 byteMatti Picus2017-09-141-0/+2
| * Redo f3070ec0eeb3Armin Rigo2017-09-142-35/+28
| * Redo 90a0d3659179; the problem was 9bd6fef43680.Armin Rigo2017-09-145-4/+26
| * Forgot to save this fileArmin Rigo2017-09-141-1/+2
| * Test and fix: an ll_assert() can rarely fail in debug mode in the GC,Armin Rigo2017-09-143-4/+42
| * tweak windows builds and docsMatti Picus2017-09-131-4/+4
| * Temporarily backout 90a0d3659179 and f3070ec0eeb3, which cause failuresArmin Rigo2017-09-146-51/+39
| * Found out that gc.get_objects() returns some, but not all,Armin Rigo2017-09-145-4/+26
| * Tweak inspector.get_rpy_roots()Armin Rigo2017-09-132-35/+25
| * really fix testsCarl Friedrich Bolz-Tereick2017-09-111-1/+1
| * disable another pointless warningfijal2017-09-101-2/+3
| * issue #2650 testingCarl Friedrich Bolz-Tereick2017-09-092-1/+22
| * bug from #2650fijal2017-09-091-0/+35
| * fix tests, hopefullyCarl Friedrich Bolz-Tereick2017-09-091-1/+1
| * use constants to make the code less confusingCarl Friedrich Bolz-Tereick2017-09-082-20/+29
| * Blind fix for WindowsArmin Rigo2017-09-071-2/+5
| * print an explanation why the function cannot be elidable/loopinvariant byCarl Friedrich Bolz-Tereick2017-09-064-9/+98
| * checks that specialize:argtype() makes two copies of aArmin Rigo2017-09-061-0/+19
| * improve error message: include name of calling graph, not just opCarl Friedrich Bolz-Tereick2017-09-066-27/+34
| * emit guard_nonnull_class in the short preamble, instead of two guards in caseCarl Friedrich Bolz-Tereick2017-09-052-3/+33
| * Backport rpython changes from branch py3.5Ronan Lamy2017-09-035-4/+914
| * optimize this sequence:Carl Friedrich Bolz-Tereick2017-08-282-2/+27
| * typo (the method is unused)Carl Friedrich Bolz-Tereick2017-08-281-1/+1
| * generate tuples more efficiently to stop the occasional FailedHealthCheckCarl Friedrich Bolz-Tereick2017-08-281-2/+5
| * "Fix" the most glaring issue about sandboxingArmin Rigo2017-08-271-3/+7
| * Imperative py.test.skip() is evilRonan Lamy2017-08-251-2/+2
* | Revert runicode to be exactly like in defaultArmin Rigo2017-10-121-8/+6
* | first attempt at findfijal2017-10-071-8/+10
* | whack whack whack until we get to the point of getitem workingfijal2017-10-065-13/+105