aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* fix release version to rc2release-pypy2.7-v7.3.8rc2Matti Picus2022-02-102-3/+3
* make this a release candidateMatti Picus2022-02-102-2/+2
* merge default into releaseMatti Picus2022-02-1012-105/+372
|\
| * update release noteMatti Picus2022-02-081-1/+8
| * fix memory leakMatti Picus2022-02-081-0/+1
| * avoid using epoll_event from RPython since it is a packed structMatti Picus2022-02-081-30/+53
| * test, fix pyexpat error msg conversionMatti Picus2022-02-082-2/+3
| * flags are int, not longMatti Picus2022-02-071-2/+2
| * clean up some char * -> const char *Matti Picus2022-02-072-24/+33
| * merge headsCarl Friedrich Bolz-Tereick2022-02-071-2/+4
| |\
| | * mention the **kwargs speed regressionCarl Friedrich Bolz-Tereick2022-01-271-2/+4
| * | #3667: improve x << y where x and y are ints but the results doesn't fit into aCarl Friedrich Bolz-Tereick2022-02-071-3/+19
| * | update release noteMatti Picus2022-02-041-5/+33
| * | re-remove _hashlib which was restored in 1c5c15c4d48cMatti Picus2022-01-275-353/+0
| |/
| * put the bot into the script, so that it sticks on regenerationCarl Friedrich Bolz-Tereick2022-01-271-1/+1
| * some small improvements to the release notes, mention that this will be theCarl Friedrich Bolz-Tereick2022-01-271-7/+8
| * update verions.json, remove bot from contributorsMatti Picus2022-01-274-6/+182
| * a bit of contributor gardeningCarl Friedrich Bolz-Tereick2022-01-262-25/+28
| * Backed out changeset 85525c43dc44Matti Picus2022-01-235-0/+353
* | update version to 7.3.8release-pypy2.7-v7.3.8rc1Matti Picus2022-01-223-5/+5
* | merge default into releaseMatti Picus2022-01-2270-467/+1880
|\|
| * update default verison to 7.3.9Matti Picus2022-01-223-4/+4
| * update release note and list of contributors/LICENSEMatti Picus2022-01-223-11/+29
| * backport winreg test and change from python3Matti Picus2022-01-211-1/+5
| * test and fix for kwargsdict popitem bugCarl Friedrich Bolz-Tereick2022-01-192-0/+12
| * work on release noteMatti Picus2022-01-191-2/+53
| * fix broken link, issue 3638Matti Picus2022-01-141-1/+1
| * more release note workMatti Picus2022-01-141-4/+56
| * start v7.3.8 release noteMatti Picus2022-01-131-0/+151
| * adjust test for 58144a0105d3Matti Picus2022-01-111-1/+2
| * #3584: add __builtins__ to globals dict in eval callCarl Friedrich Bolz-Tereick2022-01-102-4/+7
| * fix condition for windowsMatti Picus2022-01-011-1/+1
| * more refactoring of exe nameMatti Picus2021-12-281-2/+2
| * move toward one source of truth for so_name and (windows) exe_name_wMatti Picus2021-12-271-3/+3
| * #3617: move the crash functionality for testing into its own function, addCarl Friedrich Bolz-Tereick2021-12-233-6/+10
| * fix error location of global declarationsCarl Friedrich Bolz-Tereick2021-12-112-1/+5
| * a mechanism for errors in the symtable, use it to improve position of theCarl Friedrich Bolz-Tereick2021-12-112-15/+25
| * update _cffi_backend file testsMatti Picus2021-12-062-6/+8
| * redo removal of PyPy.h 69fc5c4090e2Matti Picus2021-12-062-7/+80
| * back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenvMatti Picus2021-12-062-80/+7
| * more version fixes for cffi version updateMatti Picus2021-12-052-2/+5
| * deprecate PyPy.h but add it to the embedding docs, issue 3608Matti Picus2021-12-052-7/+80
| * copy dtoa changes from https://bugs.python.org/issue40780Carl Friedrich Bolz-Tereick2021-12-041-0/+2
| * bpo-44954: fix corner case in float.fromhexCarl Friedrich Bolz-Tereick2021-12-042-1/+15
| * fix codecs tests, seems the default has just always been wrong (but it didn't...Carl Friedrich Bolz-Tereick2021-12-041-1/+1
| * incrementality in the unicode escape handler was broken, fix itCarl Friedrich Bolz-Tereick2021-12-042-4/+37
| * change hash function for microarray dtypes to match numpy, fixes broken testsMatti Picus2021-12-012-32/+92
| * remove part of test that is no longer true, interned strings are sharedMatti Picus2021-11-301-14/+0
| * use python2 type comparison, not python3 for old-style classesMatti Picus2021-11-301-1/+1
| * refactor to get correct error message (with the '=' for inplace ops)Matti Picus2021-11-292-33/+52