| Commit message (Expand) | Author | Age | Files | Lines |
* | merge py3.10release-pypy3.10-v7.3.12rc1 | Matti Picus | 2023-05-11 | 13 | -20/+8481 |
|\ |
|
| * | merge py3.9 | Matti Picus | 2023-05-11 | 12 | -19/+8480 |
| |\ |
|
| | * | merge pep492_async_iter which provides _PyEval_GetAsyncGenFirstiter and _PyEv... | Matti Picus | 2023-05-11 | 5 | -3/+8457 |
| | |\ |
|
| | | * | implement _PyEval_GetAsyncGenFirstiter, _PyEval_GetAsyncGenFinalizer and test | Matti Picus | 2023-05-11 | 3 | -2/+19 |
| | | * | copy cython-compiled file from part of cython/tests/run/test_asyncgen.py (iss... | Matti Picus | 2023-05-11 | 2 | -0/+8436 |
| | | * | properly support exec phase of multiphase module creation in tests | Matti Picus | 2023-05-11 | 2 | -3/+4 |
| | * | | merge default | Matti Picus | 2023-05-11 | 3 | -8/+9 |
| | |\ \ |
|
| | | * | | update repackage script | Matti Picus | 2023-05-11 | 1 | -4/+4 |
| | | * | | update release note | Matti Picus | 2023-05-11 | 1 | -3/+3 |
| | | * | | update contributors (one new contributor since the last release) | Matti Picus | 2023-05-11 | 1 | -1/+2 |
| | * | | | #3931 fix typo: make fpathconf also use rposix.pathconf_names, *not* the | Carl Friedrich Bolz-Tereick | 2023-05-10 | 2 | -2/+8 |
| | | |/
| | |/| |
|
| | * | | use version of c_pthread_kill that properly casts tid to a pthread_t | Matti Picus | 2023-05-08 | 1 | -2/+2 |
| | * | | merge default | Matti Picus | 2023-05-08 | 1 | -1/+1 |
| | |\| |
|
| | | * | typos | Matti Picus | 2023-05-04 | 1 | -1/+1 |
| | * | | use the internal attributes instead of the public getters, since pandas overr... | Matti Picus | 2023-05-07 | 1 | -3/+3 |
| * | | | fix failing apptest, cpy behaves like this anyway | Carl Friedrich Bolz-Tereick | 2023-05-05 | 1 | -1/+1 |
* | | | | fix versioning | Matti Picus | 2023-05-11 | 1 | -1/+1 |
* | | | | create a release-3.10 branch | Matti Picus | 2023-05-04 | 3 | -4/+4 |
|/ / / |
|
* | | | merge py3.9 | Matti Picus | 2023-05-04 | 5 | -5/+185 |
|\| | |
|
| * | | merge default | Matti Picus | 2023-05-04 | 4 | -4/+185 |
| |\| |
|
| | * | Add a release note. Hightlights still missing | Matti Picus | 2023-05-04 | 1 | -4/+17 |
| | * | start 7.3.13 release, create 7.3.12 release notes | Matti Picus | 2023-05-04 | 4 | -4/+172 |
| * | | remove cruft left over from an old cpython3.6 release. This broke meson builds | Matti Picus | 2023-05-01 | 1 | -16/+0 |
* | | | merge py3.9 | Carl Friedrich Bolz-Tereick | 2023-04-30 | 21 | -79/+253 |
|\| | |
|
| * | | merge default | Carl Friedrich Bolz-Tereick | 2023-04-30 | 21 | -79/+253 |
| |\| |
|
| | * | #3917 fix various cases where a mutating __index__ method could crash the | Carl Friedrich Bolz-Tereick | 2023-04-29 | 15 | -40/+110 |
| | * | two more such bugs | Carl Friedrich Bolz-Tereick | 2023-04-29 | 3 | -17/+31 |
| | * | same for bytearray.__getitem__ | Carl Friedrich Bolz-Tereick | 2023-04-29 | 2 | -1/+23 |
| | * | make space.decode_index(4) use the __index__ special method, not __int__ | Carl Friedrich Bolz-Tereick | 2023-04-27 | 3 | -2/+27 |
| | * | #3917: make list slicing robust against the __index__ operation of one of the | Carl Friedrich Bolz-Tereick | 2023-04-27 | 4 | -33/+74 |
* | | | merge py3.9 | Matti Picus | 2023-04-30 | 8 | -58/+87 |
|\| | |
|
| * | | refactor os.remove/os.unlink to take symlink into account | Matti Picus | 2023-04-30 | 2 | -2/+23 |
| * | | #3520 now that the base implementation in BufferView.as_str does the correct | Carl Friedrich Bolz-Tereick | 2023-04-29 | 2 | -45/+10 |
| * | | #3520 fix wrong implementation of _copy_base for slices of n-dimensional | Carl Friedrich Bolz-Tereick | 2023-04-29 | 2 | -10/+37 |
| * | | #3925 fix weirdness about combining annotations and a global declaration of a | Carl Friedrich Bolz-Tereick | 2023-04-29 | 3 | -1/+18 |
* | | | merge py3.9 | Matti Picus | 2023-04-26 | 2 | -2/+2 |
|\| | |
|
| * | | use fsdecode_w to allow buffers and Path objects | Matti Picus | 2023-04-26 | 2 | -2/+2 |
* | | | merge py3.9 | Matti Picus | 2023-04-25 | 7 | -35/+71 |
|\| | |
|
| * | | Merge with win-fix-unicode, which fixes mkdir for unicode on windows and enab... | Matti Picus | 2023-04-25 | 5 | -21/+42 |
| |\ \ |
|
| | * | | cleanups | Matti Picus | 2023-04-25 | 2 | -8/+11 |
| | * | | re-enable os.symlink, os.readlink on windows | Matti Picus | 2023-04-25 | 2 | -6/+3 |
| | * | | make test actually use unicode | Matti Picus | 2023-04-25 | 1 | -2/+2 |
| | * | | add FileEncoder/FileDecoder.as_utf8 and use it in rposix.mkdir | Matti Picus | 2023-04-24 | 2 | -3/+24 |
| | * | | prefer utf-8 encoding on windows | Matti Picus | 2023-04-24 | 2 | -4/+4 |
| * | | | also implement __copy__ and __deepcopy__ for zlib (de)compressors | Carl Friedrich Bolz-Tereick | 2023-04-17 | 2 | -14/+29 |
| |/ / |
|
* | | | another case for the "incomplete input" case | Carl Friedrich Bolz-Tereick | 2023-04-17 | 2 | -1/+8 |
* | | | reorder test cases | Carl Friedrich Bolz-Tereick | 2023-04-17 | 1 | -4/+6 |
* | | | another fix for the code in b6f37015d348, deal with async for loops properly | Carl Friedrich Bolz-Tereick | 2023-04-17 | 2 | -3/+21 |
* | | | remove the assert, it actually fails and isn't important anyway | Carl Friedrich Bolz-Tereick | 2023-04-16 | 1 | -1/+0 |
* | | | this is a more conservative change to fix the test of 3b69d01af6a6 | Carl Friedrich Bolz-Tereick | 2023-04-16 | 2 | -2/+3 |