aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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.6Miss Islington (bot)2021-10-061-5/+6
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)Miss Islington (bot)2021-10-062-3/+74
* use_pyxmlMike Gilbert2021-10-061-15/+18
* Skip test failures specific to our build environmentMichał Górny2021-10-062-0/+2
* Fancy patch for distutils C++ support, rebased for pypy7.3.3rc1Michał Górny2021-10-066-51/+112
* Apply 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patchMichał Górny2021-10-061-1/+1
* Support Gentoo install schemeMichał Górny2021-10-061-1/+11
* merge default into releaserelease-pypy2.7-v7.3.6rc3release-pypy2.7-v7.3.6rc2release-pypy2.7-v7.3.6Matti Picus2021-10-0318-70/+332
|\
| * skip the test on CPythonRonan Lamy2021-09-291-1/+3
| * Move test from deprecated test_lib_pypy/ to extra_tests/Ronan Lamy2021-09-292-12/+10
| * fix test_pypy_c, goes with 0012ea4931c1Carl Friedrich Bolz-Tereick2021-09-291-4/+8
| * make test work without hypothesisCarl Friedrich Bolz-Tereick2021-09-291-7/+22
| * document newly-merged improvementsMatti Picus2021-09-293-6/+13
| * update repackage.shMatti Picus2021-09-291-5/+10
| * update versions.jsonMatti Picus2021-09-292-0/+138
| * (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: useCarl Friedrich Bolz-Tereick2021-09-282-20/+24
| * merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it...fijal2021-09-275-19/+106
| |\
| | * close to be merged branchfijal2021-09-270-0/+0
| | * move stuff around so we can actually import sslfijal2021-09-271-1/+1
| | * cffi renamefijal2021-09-274-4/+4
| | * dumb testfijal2021-09-271-0/+4
| | * write a dumb test, a bit hard to testfijal2021-09-271-0/+8
| | * write and use StackNew for a cffi helperfijal2021-09-274-19/+94
| |/
| * issue #3463Armin Rigo2021-09-251-2/+4
| * replace the confusing paragraph with mostly a link to the blog postCarl Friedrich Bolz-Tereick2021-09-181-8/+4
| * Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927Matti Picus2021-09-131-0/+1
| * Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9Matti Picus2021-09-131-0/+1
| * Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691Matti Picus2021-09-131-0/+1
| * tweak release note, fix other doc errorsMatti Picus2021-09-133-5/+6
* | merge default into releaserelease-pypy2.7-v7.3.6rc1Matti Picus2021-09-126-122/+314
|\|
| * mention stdlib 3.7.12 in the release noteMatti Picus2021-09-121-1/+2
| * merge win64-stat which upgrades os.stat on windows to Python 3.8 symanticsMatti Picus2021-09-093-121/+291
| |\
| | * CloseFile -> CloseHandleMatti Picus2021-09-092-11/+5
| | * add st_file_attributes and st_reparse_tag to os.stat on win64Matti Picus2021-09-083-121/+297
| * | document branchMatti Picus2021-09-091-0/+5
| * | backport check for '=' in env keys, fixes crash in os.execveMatti Picus2021-09-091-0/+16
| |/
* | merge default into releaseMatti Picus2021-09-0810-77/+167
|\|
| * document new sorting strategyMatti Picus2021-09-081-1/+5
| * document fixed issue, add new contributorMatti Picus2021-09-083-1/+5
| * implement https://bugs.python.org/issue34561Carl Friedrich Bolz-Tereick2021-09-062-34/+89
| * move this function out of the specialization, can be reusedCarl Friedrich Bolz-Tereick2021-09-041-16/+18
| * add a hypothesis test to the listsort testingCarl Friedrich Bolz-Tereick2021-09-041-1/+16
| * update release noteMatti Picus2021-09-051-13/+22
| * one less TimSort specialization, with utf-8 unicode strings it is the same asCarl Friedrich Bolz-Tereick2021-09-041-7/+1
| * fix 7da4cfec5f00Matti Picus2021-09-041-1/+1
| * fix Vanessa's first name (see https://twitter.com/codefrau )Carl Friedrich Bolz-Tereick2021-09-043-3/+4
| * document merged branchMatti Picus2021-09-023-2/+8
| * merge no-make-portable which adds a negative option to packagingMatti Picus2021-09-021-1/+1
| |\
| | * add a --no-make-portable to disable portable build on macOSMichael Cho2021-09-021-1/+1
* | | merge default into release (LICENSE, contributor.rst)Matti Picus2021-09-026-63/+81
|\| |