aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PyUnicode_Contains accepts bytes on python2 (comment to issue 3400)release-pypy2.7-v7.3.5rc1Matti Picus2021-05-012-13/+49
* fix issue #3440: when assigning the full slice of a list, evaluate the rhsCarl Friedrich Bolz-Tereick2021-04-162-3/+13
* update version to 7.3.5Matti Picus2021-04-213-4/+4
* make ftplib not trust the PASV response (bpo 43285)Matti Picus2021-04-202-3/+35
* merge default into releaserelease-pypy2.7-v7.3.4rc2release-pypy2.7-v7.3.4Matti Picus2021-04-041-1/+1
|\
| * skip zlib test on 1.2.7 too (manylinux2014 buildbot)Matti Picus2021-04-031-1/+1
* | merge default into releaseMatti Picus2021-04-0230-1095/+616
|\|
| * revert pyrepl to 8ef001285964, before merging upstreamMatti Picus2021-04-0230-1095/+616
* | merge default into py3.7Matti Picus2021-04-015-30/+55
|\|
| * restore code that got lost in the shuffle (thanks obfusk)Matti Picus2021-04-011-4/+19
| * mention HPy in release note; tweak documentationMatti Picus2021-04-014-26/+36
* | merge default into releaseMatti Picus2021-04-017-70/+116
|\|
| * typo, fix memory leakMatti Picus2021-04-012-2/+2
| * fix memory leakMatti Picus2021-04-011-16/+18
| * fix needed for testingMatti Picus2021-04-011-1/+2
| * merge PR 34 from github.com/pypy/pyrepl (issue 2371)Matti Picus2021-03-315-53/+96
| * fix regex (backported from CPython 2.7.18)Matti Picus2021-03-311-1/+1
* | merge default into branchMatti Picus2021-03-311-1/+1
|\|
| * typoMatti Picus2021-03-311-1/+1
* | merge default into branchMatti Picus2021-03-311-1/+6
|\|
| * leave a wrapped setupterm rpython function to avoid including "term.h"Matti Picus2021-03-311-1/+6
* | merge default into branchMatti Picus2021-03-312-3/+3
|\|
| * fix function declarationMatti Picus2021-03-311-1/+1
| * use win64 rpython in force-buildsMatti Picus2021-03-311-2/+2
* | merge default into releaseMatti Picus2021-03-3172-853/+1696
|\|
| * restart pypy3 whatsnew, update doc indicesMatti Picus2021-03-312-0/+16
| * move whatsnew pypy3 head to 7.3.4Matti Picus2021-03-311-3/+3
| * restart whatsnew pypy2Matti Picus2021-03-311-0/+8
| * backport pypy3 whatsnew, move pypy2 whatsnewMatti Picus2021-03-312-3/+89
| * update release noteMatti Picus2021-03-312-1/+16
| * fix testsMatti Picus2021-03-311-3/+6
| * merge headsCarl Friedrich Bolz-Tereick2021-03-302-7/+14
| |\
| | * fix bugs (thanks mattip)Carl Friedrich Bolz-Tereick2021-03-302-7/+14
| * | move processing setupterm error message to rpython for a nicer messageMatti Picus2021-03-302-27/+21
| |/
| * fix testCarl Friedrich Bolz-Tereick2021-03-301-4/+8
| * only embed gdbm on darwinMatti Picus2021-03-301-4/+5
| * try harder to force recompiling openssl when building _ssl importMatti Picus2021-03-293-2/+3
| * tweak error formattingMatti Picus2021-03-291-1/+1
| * update openssl to 1.1.k for darwin, linux and always embed the new versionMatti Picus2021-03-292-3/+3
| * fix 8824760015f0Matti Picus2021-03-291-2/+2
| * revert and redo bbb8186527b6 for backward compatibility (issue 3422)Matti Picus2021-03-292-9/+30
| * backport of 3a37dfe596eb: restore pickling of dict iteratorsCarl Friedrich Bolz-Tereick2021-03-262-24/+20
| * test and fixCarl Friedrich Bolz-Tereick2021-03-262-1/+6
| * a fast path for l[:] = l2Carl Friedrich Bolz-Tereick2021-03-261-4/+17
| * improve error message for upstream pyrepl, document merged branchMatti Picus2021-03-262-4/+12
| * fix the get_printable_location of rsre jitCarl Friedrich Bolz-Tereick2021-03-262-3/+3
| * Merge branch 'branch/icon-aliasing' into 'branch/default'Carl Friedrich Bolz-Tereick2021-03-261-0/+0
| |\
| | * regenerate iconnulano2021-03-261-0/+0
| |/
| * fix import, make tests follow the implementation (test_reader does not exist ...Matti Picus2021-03-252-5/+5
| * instance_ptr_eq and instance_ptr_ne are symmetricCarl Friedrich Bolz-Tereick2021-03-252-0/+39