| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...gentoo-2.7-7.3.6rc3gentoo-2.7-7.3.6rc2gentoo-2.7-7.3.6 | Miss Islington (bot) | 2021-10-06 | 1 | -5/+6 |
* | bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038) | Miss Islington (bot) | 2021-10-06 | 2 | -3/+74 |
* | use_pyxml | Mike Gilbert | 2021-10-06 | 1 | -15/+18 |
* | Skip test failures specific to our build environment | Michał Górny | 2021-10-06 | 2 | -0/+2 |
* | Fancy patch for distutils C++ support, rebased for pypy7.3.3rc1 | Michał Górny | 2021-10-06 | 6 | -51/+112 |
* | Apply 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch | Michał Górny | 2021-10-06 | 1 | -1/+1 |
* | Support Gentoo install scheme | Michał Górny | 2021-10-06 | 1 | -1/+11 |
* | merge default into releaserelease-pypy2.7-v7.3.6rc3release-pypy2.7-v7.3.6rc2release-pypy2.7-v7.3.6 | Matti Picus | 2021-10-03 | 18 | -70/+332 |
|\ |
|
| * | skip the test on CPython | Ronan Lamy | 2021-09-29 | 1 | -1/+3 |
| * | Move test from deprecated test_lib_pypy/ to extra_tests/ | Ronan Lamy | 2021-09-29 | 2 | -12/+10 |
| * | fix test_pypy_c, goes with 0012ea4931c1 | Carl Friedrich Bolz-Tereick | 2021-09-29 | 1 | -4/+8 |
| * | make test work without hypothesis | Carl Friedrich Bolz-Tereick | 2021-09-29 | 1 | -7/+22 |
| * | document newly-merged improvements | Matti Picus | 2021-09-29 | 3 | -6/+13 |
| * | update repackage.sh | Matti Picus | 2021-09-29 | 1 | -5/+10 |
| * | update versions.json | Matti Picus | 2021-09-29 | 2 | -0/+138 |
| * | (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use | Carl Friedrich Bolz-Tereick | 2021-09-28 | 2 | -20/+24 |
| * | merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it... | fijal | 2021-09-27 | 5 | -19/+106 |
| |\ |
|
| | * | close to be merged branch | fijal | 2021-09-27 | 0 | -0/+0 |
| | * | move stuff around so we can actually import ssl | fijal | 2021-09-27 | 1 | -1/+1 |
| | * | cffi rename | fijal | 2021-09-27 | 4 | -4/+4 |
| | * | dumb test | fijal | 2021-09-27 | 1 | -0/+4 |
| | * | write a dumb test, a bit hard to test | fijal | 2021-09-27 | 1 | -0/+8 |
| | * | write and use StackNew for a cffi helper | fijal | 2021-09-27 | 4 | -19/+94 |
| |/ |
|
| * | issue #3463 | Armin Rigo | 2021-09-25 | 1 | -2/+4 |
| * | replace the confusing paragraph with mostly a link to the blog post | Carl Friedrich Bolz-Tereick | 2021-09-18 | 1 | -8/+4 |
| * | Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927 | Matti Picus | 2021-09-13 | 1 | -0/+1 |
| * | Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9 | Matti Picus | 2021-09-13 | 1 | -0/+1 |
| * | Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 | Matti Picus | 2021-09-13 | 1 | -0/+1 |
| * | tweak release note, fix other doc errors | Matti Picus | 2021-09-13 | 3 | -5/+6 |
* | | merge default into releaserelease-pypy2.7-v7.3.6rc1 | Matti Picus | 2021-09-12 | 6 | -122/+314 |
|\| |
|
| * | mention stdlib 3.7.12 in the release note | Matti Picus | 2021-09-12 | 1 | -1/+2 |
| * | merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics | Matti Picus | 2021-09-09 | 3 | -121/+291 |
| |\ |
|
| | * | CloseFile -> CloseHandle | Matti Picus | 2021-09-09 | 2 | -11/+5 |
| | * | add st_file_attributes and st_reparse_tag to os.stat on win64 | Matti Picus | 2021-09-08 | 3 | -121/+297 |
| * | | document branch | Matti Picus | 2021-09-09 | 1 | -0/+5 |
| * | | backport check for '=' in env keys, fixes crash in os.execve | Matti Picus | 2021-09-09 | 1 | -0/+16 |
| |/ |
|
* | | merge default into release | Matti Picus | 2021-09-08 | 10 | -77/+167 |
|\| |
|
| * | document new sorting strategy | Matti Picus | 2021-09-08 | 1 | -1/+5 |
| * | document fixed issue, add new contributor | Matti Picus | 2021-09-08 | 3 | -1/+5 |
| * | implement https://bugs.python.org/issue34561 | Carl Friedrich Bolz-Tereick | 2021-09-06 | 2 | -34/+89 |
| * | move this function out of the specialization, can be reused | Carl Friedrich Bolz-Tereick | 2021-09-04 | 1 | -16/+18 |
| * | add a hypothesis test to the listsort testing | Carl Friedrich Bolz-Tereick | 2021-09-04 | 1 | -1/+16 |
| * | update release note | Matti Picus | 2021-09-05 | 1 | -13/+22 |
| * | one less TimSort specialization, with utf-8 unicode strings it is the same as | Carl Friedrich Bolz-Tereick | 2021-09-04 | 1 | -7/+1 |
| * | fix 7da4cfec5f00 | Matti Picus | 2021-09-04 | 1 | -1/+1 |
| * | fix Vanessa's first name (see https://twitter.com/codefrau ) | Carl Friedrich Bolz-Tereick | 2021-09-04 | 3 | -3/+4 |
| * | document merged branch | Matti Picus | 2021-09-02 | 3 | -2/+8 |
| * | merge no-make-portable which adds a negative option to packaging | Matti Picus | 2021-09-02 | 1 | -1/+1 |
| |\ |
|
| | * | add a --no-make-portable to disable portable build on macOS | Michael Cho | 2021-09-02 | 1 | -1/+1 |
* | | | merge default into release (LICENSE, contributor.rst) | Matti Picus | 2021-09-02 | 6 | -63/+81 |
|\| | |
|