aboutsummaryrefslogtreecommitdiff
path: root/pypy
Commit message (Expand)AuthorAgeFilesLines
* merge py3.10release-pypy3.10-v7.3.12rc1Matti Picus2023-05-1113-20/+8481
|\
| * merge py3.9Matti Picus2023-05-1112-19/+8480
| |\
| | * merge pep492_async_iter which provides _PyEval_GetAsyncGenFirstiter and _PyEv...Matti Picus2023-05-115-3/+8457
| | |\
| | | * implement _PyEval_GetAsyncGenFirstiter, _PyEval_GetAsyncGenFinalizer and testMatti Picus2023-05-113-2/+19
| | | * copy cython-compiled file from part of cython/tests/run/test_asyncgen.py (iss...Matti Picus2023-05-112-0/+8436
| | | * properly support exec phase of multiphase module creation in testsMatti Picus2023-05-112-3/+4
| | * | merge defaultMatti Picus2023-05-113-8/+9
| | |\ \
| | | * | update repackage scriptMatti Picus2023-05-111-4/+4
| | | * | update release noteMatti Picus2023-05-111-3/+3
| | | * | update contributors (one new contributor since the last release)Matti Picus2023-05-111-1/+2
| | * | | #3931 fix typo: make fpathconf also use rposix.pathconf_names, *not* theCarl Friedrich Bolz-Tereick2023-05-102-2/+8
| | | |/ | | |/|
| | * | use version of c_pthread_kill that properly casts tid to a pthread_tMatti Picus2023-05-081-2/+2
| | * | merge defaultMatti Picus2023-05-081-1/+1
| | |\|
| | | * typosMatti Picus2023-05-041-1/+1
| | * | use the internal attributes instead of the public getters, since pandas overr...Matti Picus2023-05-071-3/+3
| * | | fix failing apptest, cpy behaves like this anywayCarl Friedrich Bolz-Tereick2023-05-051-1/+1
* | | | fix versioningMatti Picus2023-05-111-1/+1
* | | | create a release-3.10 branchMatti Picus2023-05-043-4/+4
|/ / /
* | | merge py3.9Matti Picus2023-05-045-5/+185
|\| |
| * | merge defaultMatti Picus2023-05-044-4/+185
| |\|
| | * Add a release note. Hightlights still missingMatti Picus2023-05-041-4/+17
| | * start 7.3.13 release, create 7.3.12 release notesMatti Picus2023-05-044-4/+172
| * | remove cruft left over from an old cpython3.6 release. This broke meson buildsMatti Picus2023-05-011-16/+0
* | | merge py3.9Carl Friedrich Bolz-Tereick2023-04-3021-79/+253
|\| |
| * | merge defaultCarl Friedrich Bolz-Tereick2023-04-3021-79/+253
| |\|
| | * #3917 fix various cases where a mutating __index__ method could crash theCarl Friedrich Bolz-Tereick2023-04-2915-40/+110
| | * two more such bugsCarl Friedrich Bolz-Tereick2023-04-293-17/+31
| | * same for bytearray.__getitem__Carl Friedrich Bolz-Tereick2023-04-292-1/+23
| | * make space.decode_index(4) use the __index__ special method, not __int__Carl Friedrich Bolz-Tereick2023-04-273-2/+27
| | * #3917: make list slicing robust against the __index__ operation of one of theCarl Friedrich Bolz-Tereick2023-04-274-33/+74
* | | merge py3.9Matti Picus2023-04-308-58/+87
|\| |
| * | refactor os.remove/os.unlink to take symlink into accountMatti Picus2023-04-302-2/+23
| * | #3520 now that the base implementation in BufferView.as_str does the correctCarl Friedrich Bolz-Tereick2023-04-292-45/+10
| * | #3520 fix wrong implementation of _copy_base for slices of n-dimensionalCarl Friedrich Bolz-Tereick2023-04-292-10/+37
| * | #3925 fix weirdness about combining annotations and a global declaration of aCarl Friedrich Bolz-Tereick2023-04-293-1/+18
* | | merge py3.9Matti Picus2023-04-262-2/+2
|\| |
| * | use fsdecode_w to allow buffers and Path objectsMatti Picus2023-04-262-2/+2
* | | merge py3.9Matti Picus2023-04-257-35/+71
|\| |
| * | Merge with win-fix-unicode, which fixes mkdir for unicode on windows and enab...Matti Picus2023-04-255-21/+42
| |\ \
| | * | cleanupsMatti Picus2023-04-252-8/+11
| | * | re-enable os.symlink, os.readlink on windowsMatti Picus2023-04-252-6/+3
| | * | make test actually use unicodeMatti Picus2023-04-251-2/+2
| | * | add FileEncoder/FileDecoder.as_utf8 and use it in rposix.mkdirMatti Picus2023-04-242-3/+24
| | * | prefer utf-8 encoding on windowsMatti Picus2023-04-242-4/+4
| * | | also implement __copy__ and __deepcopy__ for zlib (de)compressorsCarl Friedrich Bolz-Tereick2023-04-172-14/+29
| |/ /
* | | another case for the "incomplete input" caseCarl Friedrich Bolz-Tereick2023-04-172-1/+8
* | | reorder test casesCarl Friedrich Bolz-Tereick2023-04-171-4/+6
* | | another fix for the code in b6f37015d348, deal with async for loops properlyCarl Friedrich Bolz-Tereick2023-04-172-3/+21
* | | remove the assert, it actually fails and isn't important anywayCarl Friedrich Bolz-Tereick2023-04-161-1/+0
* | | this is a more conservative change to fix the test of 3b69d01af6a6Carl Friedrich Bolz-Tereick2023-04-162-2/+3