aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...gentoo-2.7-7.3.8rc2Miss Islington (bot)2022-02-111-5/+6
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)Miss Islington (bot)2022-02-112-3/+74
* use_pyxmlMike Gilbert2022-02-111-15/+18
* Skip test failures specific to our build environmentMichał Górny2022-02-112-0/+2
* Fancy patch for distutils C++ support, rebased for pypy7.3.3rc1Michał Górny2022-02-116-51/+112
* Apply 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patchMichał Górny2022-02-111-1/+1
* 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
| * Added tag release-pypy3.8-v7.3.8rc1 for changeset 67f1b98040baMatti Picus2022-01-261-0/+1
| * Added tag release-pypy3.7-v7.3.8rc1 for changeset 0e322cb44401Matti Picus2022-01-261-0/+1
| * Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3cMatti Picus2022-01-261-0/+1
| * Backed out changeset 85525c43dc44Matti Picus2022-01-235-0/+353
* | update version to 7.3.8release-pypy2.7-v7.3.8rc1Matti Picus2022-01-223-5/+5
* | merge default into releaseMatti Picus2022-01-22286-378010/+823404
|\|
| * merge py2.7-openssl3 which provides OpenSSL3Matti Picus2022-01-22110-19214/+2535
| |\
| | * fix link, use OpenSSL 1.1.1m by defaultMatti Picus2022-01-221-2/+2
| | * bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25...Stefano Rivera2022-01-222-7/+17
| | * Skip tests requiring TLS 1.2 under OpenSSL 3Stefano Rivera2022-01-221-0/+3
| | * bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by defaultStefano Rivera2022-01-223-0/+13
| | * Remove PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER - these aren't exposed in ...Stefano Rivera2022-01-211-16/+3
| | * Backport OSError to Python 2.7 IOErrorStefano Rivera2022-01-211-1/+1
| | * Backport 'str' to Python 2.7 'unicode'Stefano Rivera2022-01-211-1/+1
| | * Revert bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Stefano Rivera2022-01-211-28/+3
| | * Revert bpo-28182: Expose OpenSSL verification results (#3412)Stefano Rivera2022-01-212-29/+2
| | * Fix backporting typos, these are .format() stringsStefano Rivera2022-01-211-3/+3