Messages by Thread
-
[pypy-commit] [Git][pypy/pypy][branch/default] #3682: speed up string_to_float by checking whether the string starts with a
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3682: don't make a string copy for the input strings of float(s) to remove
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-hack-http-use-less-bytearray
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/special-method-shortcut
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] add dummy argument to suppress following call sites too much
Yusuke Izawa (@3tty0n)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] continuation of dbd784f76a49 (issue 3678)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] change jitdriver name for threaded code gen and improve definition of CALL
Yusuke Izawa (@3tty0n)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 20 commits: Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] pypy now has 447 docstrings in builtins
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] add _winapi functions needed for SharedMemory (issue 3678)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: issue #3676: make sure that frozensets cannot be mutated by using methods from
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] when the JIT is off, don't do any works in the counters and just return early
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: issue #3676: make sure that frozensets cannot be mutated by using methods from
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] make sure OpenSSL<1.1.1m is still supported (issue 3671), backport test changes
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix 4d74e06add5b, add back s390x
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] update repackaging script for using "candidate" in release candidate versioning
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] avoid possible deadlocks by creating ProcessPoolExecutor processes earlier (issue 3650)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: mention the **kwargs speed regression
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 24 commits: mention the **kwargs speed regression
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: do not redefine PY_UINT32_T when using cpyext and rpython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix memory leak
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3662: follow the CPython logic more precisely, about when to do a line trace
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags would define it)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3666 fix position of function creation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: do not redefine PY_UINT32_T when using cpyext and rpython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: clean up some char * -> const char *
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] fix translation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: clean up some char * -> const char *
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: mention the **kwargs speed regression
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: mention the **kwargs speed regression
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: issue #3665: fix oddity in class docstring line numbers
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix offset computation of non-ascii SyntaxError
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] improve 1117ad6dc285 (Thomas Grainger)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: disable _locale.gettext and friends on macOS like on CPython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] clear some compilation errors when compileing dtoa.c after `#include <Python.h>"
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip test of RecursionError
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] update bundled setuptools to 58.1.0 to get fix for new PyPy layout
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 16 commits: expose PyCMethodObject
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/pep-573] add missing check to PyState_AddModule
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/pep-573] fix order of args to W_PyCMethodObject.__init__
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/pep-573] 4 commits: fix previous commit
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/speedup-dict-copy] make it possible to trace into update of virtual dicts
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: #3656: update fast2locals to deal with the fact that it's now possible to
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: #3656: update fast2locals to deal with the fact that it's now possible to
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/benchmarks][branch/default] properly skip genshi for python>3.8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: distinguish between a c-api CMethod and an app-level Method
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/pep-573] add PyType_FromModuleAndSpec, PyType_GetModule, PyType_GetModuleState, ht_module
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] add Py_GenericAlias and generate genericaliasobject.h
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix tests from merge
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pep-573
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/cpyext-cmethod
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] sync and rearrange object.h to better match upstream (issue 3587)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: the reverse locals2fast has the same bug
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: update fast2locals to deal with the fact that it's now possible to
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/benchmarks][branch/default] skip genshi, use array.to_bytes for python 3.9
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 27 commits: Backed out changeset 85525c43dc44
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: exceptions in atexit functions shouldn't crash the interpreter at shutdown
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] make it clear this function is a copy
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] exceptions in atexit functions shouldn't crash the interpreter at shutdown
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] this test is cpython only, it's about the careful destruction of everything at
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 25 commits: Backed out changeset 85525c43dc44
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 17 commits: Backed out changeset 85525c43dc44
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] (mgorny): #3653: fix the search paths for the time zone info files
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: test, fix: use rewinddir() in scandir
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3652: fix handling of backslash in raw unicode escape decoders that don't
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: catch correct error
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] pycparser isn't required, it's vendored
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] This is version 7.3.8
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] skip one overly-pedantic check for structseq length, fix test that list raises
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] dup2 returns fd2, stat(-1) raises OSError, test, fix exception for __fspath__
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix: use rewinddir() in scandir
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] prefer pypy's offset over cpython's offset
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix unused value in ropenssl
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: some small improvements to the release notes, mention that this will be the
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] put the bot into the script, so that it sticks on regeneration
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] revert pinning externals which was done for v7.3.6
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] update verions.json, remove bot from contributors
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: #3642: replace "raise ImportError" with "raise ModuleNotFoundError" where
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: #3642: replace "raise ImportError" with "raise ModuleNotFoundError" where
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: this test just works now
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] a bit of contributor gardening
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3c
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3642: replace "raise ImportError" with "raise ModuleNotFoundError" where
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: #3644: directly access the __context__ descriptor from BaseException. two reasons:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: #3644: directly access the __context__ descriptor from BaseException. two reasons:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3644: directly access the __context__ descriptor from BaseException. two reasons:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/release-pypy3.9-v7.x
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] NPN detection is disabled on CPython bpo-30622
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/speedup-dict-copy] 3 commits: progress on making sure virtual dict copies stay virtual:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] add __file__ to the multistage-loaded _ctypes_test
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 43 commits: add PyDateTime_TimeZone_UTC, enable passing stdlib C-API tests of datetime
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] add WITH_DYLD to sysconfig for darwin
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] add WITH_DYLD to sysconfig for darwin
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: add WITH_DYLD to sysconfig for darwin
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix merge
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 38 commits: add PyDateTime_TimeZone_UTC, enable passing stdlib C-API tests of datetime
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] more merge fixes
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] Backed out changeset 85525c43dc44
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix merge
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] 2 commits: Skip tests requiring TLS 1.2 under OpenSSL 3
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update release note and list of contributors/LICENSE
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/shared
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unipycation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unipycation-termcopy-in-uni
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] Remove PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER - these aren't exposed in Python 2.7
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] Backport OSError to Python 2.7 IOError
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] Backport 'str' to Python 2.7 'unicode'
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] 2 commits: Revert bpo-28182: Expose OpenSSL verification results (#3412)
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] 3 commits: Avoid forcing the use of TLS 1.0 in SSL Tests
Stefano Rivera (@stefanor)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py2.7-openssl3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] make test skip more cleanly
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] backport winreg test and change from python3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: more release note work
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] update darwin MACOSX_DEPLOYMENT_TARGET to 10.9
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-speedup-dict-copy
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] test and fix for kwargsdict popitem bug
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/speedup-dict-copy] 4 commits: work on release note
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] work on release note
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] file must be parse-able by pycparser
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: fix libpypy*.so name in venv
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: test_nomalization.py was removed in bpo 38043
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] remove local modifications to upstream file
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] python3.9 removed test_dummy_thread*.py
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/vendor/stdlib-3.9] update to 3.9.10
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: update to 3.9.10
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: missed a decode
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip test that hangs (fork + threading), fix gc call
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/speedup-dict-copy
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: better error messages on unknown options
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: better error messages on unknown options
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] add two fast paths for one of the dicts being empty. this fixes one test_pypy_c
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: fix another crash
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: skip this one, it doesn't really make sense in this form on pypy3
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] fix broken link, issue 3638
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] bad me, no cookies: re-enable accidentally commented out look_inside_iff
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: move the unsafe test into a forked process
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip fork server test on PyPy which is tuned tightly for CPython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: when run with -D, pytest has a py3k_skip function
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] more release note work
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip test if AssertionError is the wrong one
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: PyPy raises different exceptions
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] move import
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] test and fix for a crash
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] better error messages on unknown options
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 46 commits: detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 10 commits: merge py3.7-appmain-bytes-argv: be more careful when decoding the commandline
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: add PyErr_WarnExplicit, issue 3521
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] missed part of previous commit
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: implement PyCodec_Decode, PyCodec_Encode
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: merge py3.7-appmain-bytes-argv: be more careful when decoding the commandline
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] fix for python2 call to winreg.OpenKeyEx without kwargs (issue 3595)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/io-simpler-buffers
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 15 commits: a branch to try to make app_main.py process argv as *bytes* (because only
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: a branch to try to make app_main.py process argv as *bytes* (because only
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-appmain-bytes-argv
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: backport change from 007460cad4dd in py3.8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] revert ab5d681a5aa1, importing sys.version.py drags in too much rpython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] adjust test for 58144a0105d3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] skip test of signal that cannot work on windows
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] #3584: add __builtins__ to globals dict in eval call
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] add clause for _fake (tests) when getting stdlib target
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: keep cffi buffer alive (issue 3625)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: keep cffi buffer alive (issue 3625)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] backport change from 007460cad4dd in py3.8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: make it possible to translate with --platlibdir like this:
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-platlibdir] 95 commits: fix failing test
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix _posixsubprocess ztranslation test
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 14 commits: detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: add memory pressure for RawByteBuffer around the malloc
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] avoid problems with setuptools>=60 (pep 483 deprecation warning), pytest==4.0.0
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] add memory pressure for RawByteBuffer around the malloc
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] this maybe fixes test_sys
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: make sure warnings are caught in test
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test for when _locale.setlocale(_locale.LC_CTYPE, None) == "C"
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test_signal for non-windows
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] remove pdb
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] update python3 version used for test_app_main
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] windows cannot check non-blocking mode
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: windows cannot check non-blocking mode
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: add a test for _posixprocess.fork_exec based on issue 3630
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix corner case when running with -c
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] slightly indirect, but this unbreaks test_ztranslation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: add a test for 54baec57aa68, issue #3623, don't call threading._after_fork
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] remove redundant call of threading._after_fork, done via an explicit hook (issue 3623)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix indent to properly skip implementation detail
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] virtualenv-20.13.0 now supports the new pypy3.9 naming scheme
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] add a test for _posixprocess.fork_exec based on issue 3630
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 37 commits: limit pwd.getpwnam to str, issue 3624
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] use _marshal, it's py2 compatible
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix the magic test finally
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix PySet_Add on frozenset after breaking it in 8b8cbecba837
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix test
Carl Friedrich Bolz-Tereick (@cfbolz)