aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.10release-pypy3.10-v7.3.12rc1Matti Picus2023-05-114-4/+10
|\
| * merge py3.9Matti Picus2023-05-115-5/+11
| |\
| | * merge defaultMatti Picus2023-05-085-5/+11
| | |\
| | | * properly cast first argument of pthread_kill to pthread_t, used in python3Matti Picus2023-05-084-4/+10
| | | * typosMatti Picus2023-05-041-1/+1
* | | | create a release-3.10 branchMatti Picus2023-05-041-1/+1
|/ / /
* | | merge py3.9Carl Friedrich Bolz-Tereick2023-04-301-18/+1
|\| |
| * | merge defaultCarl Friedrich Bolz-Tereick2023-04-301-18/+1
| |\|
| | * remove duplicate test, remove unneeded xfailCarl Friedrich Bolz-Tereick2023-04-291-18/+1
* | | merge py3.9Matti Picus2023-04-306-5/+57
|\| |
| * | refactor os.remove/os.unlink to take symlink into accountMatti Picus2023-04-304-4/+48
| * | fix st_mode as returned from lstat, which fixes ntpath.islinkMatti Picus2023-04-302-1/+9
* | | merge py3.9Matti Picus2023-04-251-4/+8
|\| |
| * | add FileEncoder/FileDecoder.as_utf8 and use it in rposix.mkdirMatti Picus2023-04-241-4/+8
* | | merge py3.9Carl Friedrich Bolz-Tereick2023-04-093-4/+11
|\| |
| * | merge defaultCarl Friedrich Bolz-Tereick2023-04-093-4/+11
| |\|
| | * ouch, missing CJK range in unicodedata version 13 :-(Carl Friedrich Bolz-Tereick2023-04-093-4/+11
* | | change default ppc_64 multiarch (from centos) to powerpc64le, like debian (is...Matti Picus2023-03-261-1/+1
|/ /
* | merge defaultCarl Friedrich Bolz-Tereick2023-03-072-2/+18
|\|
| * allow using a default in dict_to_switch with int keysCarl Friedrich Bolz-Tereick2023-03-072-2/+18
* | merge default into py3.9Matti Picus2023-03-045-6/+45
|\|
| * fix test response msgMatti Picus2023-03-041-1/+1
| * add python.org newer ip addressesMatti Picus2023-03-041-1/+2
| * #3892: fix wrong assert in intutils, it should be an InvalidLoop insteadCarl Friedrich Bolz-Tereick2023-03-033-4/+42
| * backport changes from py3.10 to rpythonMatti Picus2023-02-1410-11/+643
* | rewsync with rpython: increment macosx-version-min to 10.9Matti Picus2023-02-142-3/+1
* | fix tests for windows, correctly implement readlink, cleanup symlinkMatti Picus2023-01-282-12/+10
* | re-enable os.symlink and os.readlink on windowsMatti Picus2023-01-281-14/+13
* | move utf82wcharp_ex to rffi.pyMatti Picus2023-01-281-0/+26
* | add a _invalid_parameter_handler in winreparse.cMatti Picus2023-01-281-4/+18
* | back out rpython changes, they broke windowsMatti Picus2023-01-282-93/+101
* | fix moving windows-specific things to rwin32 in 6be20c0dda3cMatti Picus2023-01-262-7/+9
* | fix py.local -> str conversion in 6be20c0dda3cMatti Picus2023-01-261-1/+1
* | pull in code needed for os.symlink, os.readlink on windows. Still failing testsMatti Picus2023-01-254-82/+352
* | merge defaultMatti Picus2023-01-061-1/+1
|\|
| * happy new yearMatti Picus2023-01-051-1/+1
* | merge py3.8Matti Picus2022-12-181-1/+1
|\ \
| * | merge defaultMatti Picus2022-12-181-1/+1
| |\|
| | * fix testMatti Picus2022-12-181-1/+1
| | * update to v7.3.12Matti Picus2022-12-171-1/+1
| * | update to v7.3.12Matti Picus2022-12-171-1/+1
* | | update to v7.3.12Matti Picus2022-12-171-1/+1
* | | merge py3.8Matti Picus2022-12-1724-2699/+3619
|\| |
| * | merge defaultMatti Picus2022-12-1724-2699/+3619
| |\|
| | * add pinned object count to gc collection stats reported in the on_gc_collect ...Matti Picus2022-12-143-9/+16
| | * slightly improve version detection with git, for bettern udir creationMatti Picus2022-12-132-8/+19
| | * try to make the test work on 32bitCarl Friedrich Bolz-Tereick2022-12-131-2/+2
| | * typo?Matti Picus2022-12-121-1/+1
| | * (cfbolz, mattip around, arigo around): unbreak b38599cd5da0: we can't justCarl Friedrich Bolz-Tereick2022-12-112-5/+63
| | * only use pthread_jit_write_protect_np on arm64 + darwinRenaud Blanch2022-12-091-4/+5