Messages by Thread
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] make error messages follow cpython
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: some fixes
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] the unsigned short unwrapped raises ValueError on negative numbers since 3.8
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix error message
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 10 commits: fix target on default
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: fix target on default
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: indentation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] add undocumented _socket.socket.timeout getter
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-fix-jitting-of-empty-listcomps
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-fix-jitting-of-empty-listcomps
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix target on default
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: fix indentation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix target on default
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: fix indentation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix indentation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] more cpython header compatibility fixes for untranslated tests and windows support
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix translation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: two missing collects
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix segfault
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: woops, while 0: break gave an error before
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: deprecate function
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] countOf change bpo-44558
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-finally-bug] move the unsafe test into a forked process
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] PyLong_AsLong tries __index__ first, issue 3585
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement OrderedDict.__or__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement math.lcm
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement math.gcd with many args
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] move the repeated keyword checking from the parser to the code generator. it's
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] test fixes, these belong to the "contains" changes in 6c576fc69d3f
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix typo
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: remove method moved to base class in b84c4bf8fe7f
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] add library_dirs_for_openssl and include_dirs_for_openssl to the posix platform
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] backport rpython changes from py3.9
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: avoid hardcoding cpython version, move sitepackages/README
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: typo
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] add exports.h, refactor headers to more closely follow CPython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: start supporting usedforsecurity, still need the HASHXOF class to begin testing
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] tweak error messages
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: Disable a GC pointer to raw address conversion if the GC address space is split.
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/lexer-less-dict-lookups] 4 commits: make it possible to attach labels to end states
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 56 commits: experimental branch that tries to integrate the new peg parser
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] stop using all the complicated space call machinery to parse numbers
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/lexer-less-dict-lookups
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] add a view function for NFAs and DFAs
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] fix a problem with generic aliases' __eq__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] make extra newline after compount_stmt on the shell optional. this means the
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: kill astbuilder class!
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: try to de-weird this code a bit. turns out its using huge longs as bitsets of
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-finally-bug
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix tests, fix sys.path[0] to be '' when run interactively
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix tests, fix sys.path[0] to be '' when run interactively
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-hashlib] pass around usedforsecurity and handle edge cases to make test_hashlib pass
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 2 commits: get the assignment/deletion target errors right
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] Disable a GC pointer to raw address conversion if the GC address space is split.
Manuel Jacob (@mjacob)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: Disable a GC pointer to raw address conversion if the GC address space is split.
Manuel Jacob (@mjacob)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 7 commits: unify all those places
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 133 commits: remove unused functions and add a few tweaks for openssl3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-hashlib
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: switch order of windows nightlies
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 42 commits: document warning fixes
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] improve logging, add lib64 to link directories for openssl
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] add more debugging information if a cffi build fails
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 122 commits: remove unused functions and add a few tweaks for openssl3
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] refine a bit
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] formatting, typos
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: test and fix: stop calling a decoder without an error handler
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] test and fix: stop calling a decoder without an error handler
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 9 commits: start removing the AST builder
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] document setting up a M1 machine for x86_64 translation
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/conda] add bin dir when building cffi imports since the layout is non-standard
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: fix broken test and also improve the error position
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 55 commits: remove unused functions and add a few tweaks for openssl3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: make way less inefficient
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] restore missing function needed for _hash
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 30 commits: remove unused functions and add a few tweaks for openssl3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] add a fast path for unicode literals that don't contain escapes in the parser
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] always create cffi extensions in lib_pypy, add lib64 linker path
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] update gdbm to get fix for gcc used by aarch64 buildbot
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] fix another OSError(errno, str) conversion failure when !(str)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] cannot yum install, no sudo available inside the docker image
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 6 commits: move out all the python code into a regular non-generated python file
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] typo
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] 2 commits: need perl modules to build openssl3, remove unused declaration
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: fix tests and implementation, missing 0-based to 1-based conversion when raising
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] mention that the macos tarballs are unsigned, and that homebrew does sign them
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] 10 commits: remove uneeded files
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] unused DTLS1_RT_HEARTBEAT not available in OpenSSL3
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/conda] remove unused constant
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/refactor-syntaxerror-offset
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-peg-parser
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 22 commits: one less copy of strings in memmove (and not make it immediately old) as well...
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/default] pin docutils to unbreak python2 doc build
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: add test that passes on CPython, segfault on PyPy3.7
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: add test that passes on CPython, segfault on PyPy3.7
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/format-width] fix over-eager incrementing when counting pyobject formatters, add more tests
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/format-width] move test, fix format parsing code
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] rename this function too
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] 2 commits: clarify the comment
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] 2 commits: revert the RPython changes (one accidental, one ported to default)
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/default] print more details about the percentages
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/format-width
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] redo sysconfigdata_env for py3.8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix _ssl errors on windows - OSError(int, str=None) only creates subclasses if str is a string
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] this is a hack for bytes *only*
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] actually make this float
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] display more digits
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] jit cant see this
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] rename the w_bytes to bytes to avoid confusion
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] run your tests kids
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try harder to pin things when they go through layers of offset in bytes
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] flake8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: export constants into module namespace for compatibility (issue 3589)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] export constants into module namespace for compatibility (issue 3589)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: revert C-API changes that make 7.3.6 incompatible with 7.3.5
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] update to CPython 3.9's Python.asdl. this simplifies a few things around
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: implement position on ast.keyword
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix PyDescr_NewGetSet
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 12 commits: start working on the new 3.9 bytecode for finally, which works by duplicating
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] 2 commits: also record negative line deltas, the format supports it and CPython does that
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] fix line numbers of code *after* the copy of the finally block
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] new classmethod feature
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] try to unbreak forking (not completely correct)
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] 2 commits: fix dict |=
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] 101 commits: run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: typo
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sysconfigdata_env
Isuru Fernando (@isuruf)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] kill dead stuff, fix translation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] 2 commits: fix continue, fix lineno of try: statements
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-bytecode-changes
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: dict merging only works on dicts
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7-openssl-3.0.0] 2 commits: remove unused and deprecated delcaration
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] typo
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: revert C-API changes that make 7.3.6 incompatible with 7.3.5
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] update links and mention binary-testing in how-to-release doc
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix translation
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: fix versions
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: give GenericAlias a __new__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: C-API changed, make this 7.4.1 not 7.3.7
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] HEAD is now v7.3.8
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] update versions.json and index the release note
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Added tag release-pypy3.8-v7.3.7 for changeset 9ef55f6fc369
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix hmac.compare_digest
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: add the "usedforsecurity" argument to hashlib constructors, but just ignore it for now
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: turn test into an apptest file
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: turn test into an apptest file
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] Backed out changeset: ea61e398bbcb
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] typos
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] remove PEP 495 TimeAndFold functions since they too break backward compatibility
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] cleanup and update libffi-7 to libffi-8 on windows (graft dc6099d20cfa)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] formatting
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] use sys.base_prefix when finding INCLUDEPY and LIBDIR, continuation of issue 3582
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] use sys.base_prefix when finding INCLUDEPY and LIBDIR, continuation of issue 3582
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] switch order of windows nightlies
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: implement posix.waitstatus_to_exitcode
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] use tag when pulling externals to remain with libffi-7.dll for this release
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/abi-compat
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] C-API changed, make this 7.4.1 not 7.3.7
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: backport fixes to close ProcessPoolExecutor (issue 3317)
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: test and fix: the "optimization" of starred tuple creation with constants had
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.7] test and fix: the "optimization" of starred tuple creation with constants had
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: implement LOAD_ASSERTION_ERROR
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] buffering argument was removed
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/vendor/stdlib-3.9
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: import stdlib from 3.9.7
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix case of the suffix being empty
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: apply the rest of the changes in the fix to cpython bpo-39104
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] backport fixes to close ProcessPoolExecutor (issue 3317)
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8-fix-for-tracing] document branch
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: #3577 this extra .lineno_set = False is no longer necessary, since we set the
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8-fix-for-tracing] follow CPython's line trace event logic more precisely
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-fix-for-tracing
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] Backed out changeset 5ff0319ceb27 (breaks stuff)
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3577 this extra .lineno_set = False is no longer necessary, since we set the
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: Add .flake8 config for rpython
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/default] #3568 use an unsigned int and masking for the request argument of fcntl.ioctl
Carl Friedrich Bolz-Tereick (@cfbolz)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try to use (unsafely!) the new primitive
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] hide this from the JIT
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try harder to please the rtyper
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] quick and dirty hack to always pass directly offset of OffsetInBytes
Maciej Fijalkowski (@fijal)
-
[pypy-commit] [Git][pypy/pypy][branch/flake8-configs] 4 commits: Update flake8 config for __all__ metaprogramming
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy][branch/flake8-configs] Update flake8 exclude list
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy][branch/flake8-configs] 2 commits: Add flake8 config for pypy
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy][branch/flake8-configs] flake8 config: group TODO items
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy][branch/flake8-configs] 2 commits: Fix placeholder substitution mismatches
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/flake8-configs
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy] Deleted branch branch/flake8-config
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/flake8-config
Oliver Margetts (@olliemath)
-
[pypy-commit] [Git][pypy/pypy][branch/default] cleanup and update libffi-7 to libffi-8 on windows
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] release 7.3.6
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Added tag release-pypy2.7-v7.3.6 for changeset b89256933b0b
Matti Picus (@mattip)
-
[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] revert 9dcb0815f970 - LDFLAGS should not define -shared (issue 3576)
Matti Picus (@mattip)