aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...gentoo-2.7-7.3.8Miss Islington (bot)2022-02-201-5/+6
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)Miss Islington (bot)2022-02-202-3/+74
* use_pyxmlMike Gilbert2022-02-201-15/+18
* Skip test failures specific to our build environmentMichał Górny2022-02-202-0/+2
* Fancy patch for distutils C++ support, rebased for pypy7.3.3rc1Michał Górny2022-02-206-51/+112
* Apply 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patchMichał Górny2022-02-201-1/+1
* merge defaultrelease-pypy2.7-v7.3.8Matti Picus2022-02-1813-173/+460
|\
| * update the release noteMatti Picus2022-02-171-14/+31
| * #3682: speed up string_to_float by checking whether the string starts with aCarl Friedrich Bolz-Tereick2022-02-172-14/+24
| * when the JIT is off, don't do any works in the counters and just return earlyCarl Friedrich Bolz-Tereick2022-02-142-1/+23
| * finally, move the methods to W_SetObject (except for descr_difference_update,Carl Friedrich Bolz-Tereick2022-02-141-57/+59
| * just make all the interp2apps use the right class. this means we also won'tCarl Friedrich Bolz-Tereick2022-02-142-58/+60
| * issue #3676: make sure that frozensets cannot be mutated by using methods fromCarl Friedrich Bolz-Tereick2022-02-142-13/+18
| * make sure OpenSSL<1.1.1m is still supported (issue 3671), backport test changesMatti Picus2022-02-122-6/+63
| * update for rc2Matti Picus2022-02-114-10/+166
| * fix 4d74e06add5b, add back s390xMatti Picus2022-02-111-9/+10
| * update repackaging script for using "candidate" in release candidate versioningMatti Picus2022-02-111-5/+11
| * mention 3628c3d47abe and issue 3650 in the release noteMatti Picus2022-02-111-1/+6
| * Added tag release-pypy3.9-v7.3.8rc2 for changeset 59025807f35aMatti Picus2022-02-111-0/+1
| * Added tag release-pypy3.8-v7.3.8rc2 for changeset e093771497daMatti Picus2022-02-111-0/+1
| * Added tag release-pypy3.7-v7.3.8rc2 for changeset 11d3d95ae917Matti Picus2022-02-111-0/+1
| * Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085Matti Picus2022-02-111-0/+1
* | make this the non-candidate releaseMatti Picus2022-02-152-2/+2
* | fix release version to rc2release-pypy2.7-v7.3.8rc2Matti Picus2022-02-102-3/+3
* | make this a release candidateMatti Picus2022-02-102-2/+2
* | merge default into releaseMatti Picus2022-02-1023-133/+415
|\|
| * update release noteMatti Picus2022-02-081-1/+8
| * fix memory leakMatti Picus2022-02-081-0/+1
| * avoid using epoll_event from RPython since it is a packed structMatti Picus2022-02-081-30/+53
| * don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags ...Matti Picus2022-02-082-1/+5
| * test, fix pyexpat error msg conversionMatti Picus2022-02-082-2/+3
| * do not redefine PY_UINT32_T when using cpyext and rpythonMatti Picus2022-02-081-0/+2
| * fix translationMatti Picus2022-02-071-1/+1
| * flags are int, not longMatti Picus2022-02-071-2/+2
| * clean up some char * -> const char *Matti Picus2022-02-073-26/+35
| * merge headsCarl Friedrich Bolz-Tereick2022-02-071-2/+4
| |\
| | * mention the **kwargs speed regressionCarl Friedrich Bolz-Tereick2022-01-271-2/+4
| * | #3667: improve x << y where x and y are ints but the results doesn't fit into aCarl Friedrich Bolz-Tereick2022-02-071-3/+19
| * | clear some compilation errors when compileing dtoa.c after `#include <Python.h>"Matti Picus2022-02-061-0/+6
| * | update release noteMatti Picus2022-02-041-5/+33
| * | skip check that exposes difference between rpython os.stat and python2 os.statMatti Picus2022-01-281-1/+3
| * | catch correct errorMatti Picus2022-01-281-1/+1
| * | pycparser isn't required, it's vendoredStefano Rivera2022-01-271-1/+0
| * | re-remove _hashlib which was restored in 1c5c15c4d48cMatti Picus2022-01-275-353/+0
| * | fix unused value in ropensslMatti Picus2022-01-271-1/+1
| |/
| * put the bot into the script, so that it sticks on regenerationCarl Friedrich Bolz-Tereick2022-01-271-1/+1
| * some small improvements to the release notes, mention that this will be theCarl Friedrich Bolz-Tereick2022-01-271-7/+8
| * update verions.json, remove bot from contributorsMatti Picus2022-01-275-7/+182
| * a bit of contributor gardeningCarl Friedrich Bolz-Tereick2022-01-263-45/+47
| * Added tag release-pypy3.9-v7.3.8rc1 for changeset 307e102d7222Matti Picus2022-01-261-0/+1