Messages by Date
-
2022/07/20
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 56 commits: Port 211c8c95037f to reverse_debugging.py.
Matti Picus (@mattip)
-
2022/07/20
[pypy-commit] [Git][pypy/pypy][branch/default] add another hook to actually disable tracing and be better at writing docstrings
Maciej Fijalkowski (@fijal)
-
2022/07/19
[pypy-commit] [Git][pypy/pypy][branch/py3.8] test, implement PyErr_SetFromErrnoWithFilenameObjects needed for HPy 0.0.4 tests
Matti Picus (@mattip)
-
2022/07/19
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: macos does not support arm32 builds
Matti Picus (@mattip)
-
2022/07/19
[pypy-commit] [Git][pypy/pypy][branch/py3.8] expose os.sendfile on darwin, skip test that hangs untranslated on darwin
Matti Picus (@mattip)
-
2022/07/19
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: expose os.sendfile on darwin, skip test that hangs untranslated on darwin
Matti Picus (@mattip)
-
2022/07/19
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: Implement logic and test for optimized adaption of base types.
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/18
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] clean up code, format if clauses properly
Nils (@shimst3r)
-
2022/07/18
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix pytest skip
Matti Picus (@mattip)
-
2022/07/17
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix pytest skip
Matti Picus (@mattip)
-
2022/07/17
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix the flowspace tests when running on top of pypy
Matti Picus (@mattip)
-
2022/07/17
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 52 commits: make it possible to skip the collect analyzer when defining a custom gc trace function
Matti Picus (@mattip)
-
2022/07/17
[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3778: use the name mapping when creating new hashes to pass the correct ssl
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/16
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: stop allocating lists for all the arguments of operations in the frontend
Matti Picus (@mattip)
-
2022/07/16
[pypy-commit] [Git][pypy/pypy][branch/default] fix the flowspace tests when running on top of pypy
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/16
[pypy-commit] [Git][pypy/pypy][branch/default] 8 commits: stop allocating lists for all the arguments of operations in the frontend
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/14
[pypy-commit] [Git][pypy/pypy][branch/default] typo
Matti Picus (@mattip)
-
2022/07/14
[pypy-commit] [Git][pypy/pypy][branch/default] revert rposix.open work-arounds, the problem was open()'s mode must be an int for variadic calls
Matti Picus (@mattip)
-
2022/07/13
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses
Nils (@shimst3r)
-
2022/07/13
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) Fix optimisation logic for adapt
Nils (@shimst3r)
-
2022/07/13
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 13 commits: WIP: refactor tracesplit
Yusuke Izawa (@3tty0n)
-
2022/07/13
[pypy-commit] [Git][pypy/pypy][branch/default] macos arm64 does not support ffi_prep_cif_var, we can just ignore it
Matti Picus (@mattip)
-
2022/07/12
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] create SplitCompileData for tracesplit and fix slicer
Yusuke Izawa (@3tty0n)
-
2022/07/11
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix the compile flags. CPython takes this from the Makefile, determined by configure
Matti Picus (@mattip)
-
2022/07/11
[pypy-commit] [Git][pypy/pypy][branch/default] rename variable, it's not a box
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/11
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix a potential leak: the temporary box in MIFrame can come from push_ref, in
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/09
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 26 commits: merge heads
Matti Picus (@mattip)
-
2022/07/08
[pypy-commit] [Git][pypy/pypy][branch/default] semlock does not work untranslated on darwin
Matti Picus (@mattip)
-
2022/07/08
[pypy-commit] [Git][pypy/pypy][branch/default] skip _cffi_backend test with a variadac fscanf on macOS
Matti Picus (@mattip)
-
2022/07/07
[pypy-commit] [Git][pypy/pypy][branch/default] sed on macos is different from gnused
Matti Picus (@mattip)
-
2022/07/07
[pypy-commit] [Git][pypy/pypy][branch/tracing-speedup-minor] 2 commits: use decorator
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/07
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/tracing-speedup-minor
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: mangle another name in cpyext
Matti Picus (@mattip)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: micro-optimize .next() to not allocate quite so many intermediate lists, it
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] back out e64d144190c4, test no longer hangs
Matti Picus (@mattip)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] do more name mangling for cpytext so untranslated tests on a pypy2 host run
Matti Picus (@mattip)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] add more natural arities
Maciej Fijalkowski (@fijal)
-
2022/07/06
[pypy-commit] [Git][pypy/pypy][branch/default] all these optimize_* functions that just call "emit" are pointless, because the
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/05
[pypy-commit] [Git][pypy/pypy][branch/default] update embedded openssl to 1.1.1p, 3.0.5
Matti Picus (@mattip)
-
2022/07/05
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] fix tests for trace split
Yusuke Izawa (@3tty0n)
-
2022/07/05
[pypy-commit] [Git][pypy/pypy][branch/default] two elidables, add some hypothesis tests for the shift methods
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/04
[pypy-commit] [Git][pypy/pypy][branch/default] skip test that hengs untranslated on macos arm64, issue 3774
Matti Picus (@mattip)
-
2022/07/03
[pypy-commit] [Git][pypy/pypy][branch/default] remove non-matchging redundant code to fix translation
Matti Picus (@mattip)
-
2022/07/03
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix reordering of calls in pypyjit test after 0a8acf22983f changed something
Matti Picus (@mattip)
-
2022/07/03
[pypy-commit] [Git][pypy/pypy][branch/default] backport changes from py3.8
Matti Picus (@mattip)
-
2022/07/03
[pypy-commit] [Git][pypy/pypy][branch/default] tweak test, macos build documentation
Matti Picus (@mattip)
-
2022/07/02
[pypy-commit] [Git][pypy/pypy][branch/default] use os.open instead of rposix.open where possible for M1 untranslated tests
Matti Picus (@mattip)
-
2022/07/02
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: be a bit more debugger friendly
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/02
[pypy-commit] [Git][pypy/pypy][branch/default] give lifetimes a repr
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/macos-arm64-ensreupip] more python3 to python2 compatibility fixes
Matti Picus (@mattip)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/macos-arm64-ensreupip] f-string -> format for python2
Matti Picus (@mattip)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/macos-arm64-ensreupip] 2 commits: make sure we have wrappers around variadic calls in the JIT, fixes #3762
Matti Picus (@mattip)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/default] make sure we have wrappers around variadic calls in the JIT, fixes #3762
Maciej Fijalkowski (@fijal)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] Support simple MatchAs without pattern
Tadeu Zagallo (@tadeuzagallo)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 2 commits: fix this
Antonio Cuni (@antocuni)
-
2022/07/01
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/macos-arm64-ensreupip
Matti Picus (@mattip)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: make it possible to skip the collect analyzer when defining a custom gc trace function
Antonio Cuni (@antocuni)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: make it possible to skip the collect analyzer when defining a custom gc trace function
Antonio Cuni (@antocuni)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy] Deleted branch branch/hpy-0.0.4-hpyfields
Antonio Cuni (@antocuni)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 26 commits: add a counter that shows how often a virtualizable is forced
Matti Picus (@mattip)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: update openssl versions
Matti Picus (@mattip)
-
2022/06/30
[pypy-commit] [Git][pypy/pypy][branch/default] update openssl versions
Matti Picus (@mattip)
-
2022/06/29
[pypy-commit] [Git][pypy/pypy][branch/py3.8] Port 211c8c95037f to reverse_debugging.py.
Manuel Jacob (@mjacob)
-
2022/06/29
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: add a counter that shows how often a virtualizable is forced
Antonio Cuni (@antocuni)
-
2022/06/29
[pypy-commit] [Git][pypy/pypy][branch/default] 15 commits: The final goal l of this branch is to ensure that we can use
Antonio Cuni (@antocuni)
-
2022/06/28
[pypy-commit] [Git][pypy/pypy] Deleted branch branch/gc-custom-trace-memo
Antonio Cuni (@antocuni)
-
2022/06/28
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/gc-custom-trace-memo-on-default
Antonio Cuni (@antocuni)
-
2022/06/27
[pypy-commit] [Git][pypy/pypy][branch/default] add three directories that are relevant to working on the Python interpreter
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/25
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] 3 commits: fix CALL and RET in tla
Yusuke Izawa (@3tty0n)
-
2022/06/24
[pypy-commit] [Git][pypy/pypy][branch/gc-custom-trace-memo] make sure to always inline the callback inside the specialized gc.trace...
Antonio Cuni (@antocuni)
-
2022/06/24
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] 3 commits: fix the token handling in tracesplit
Yusuke Izawa (@3tty0n)
-
2022/06/24
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] turn on flags for enabling shallow tracing
Yusuke Izawa (@3tty0n)
-
2022/06/23
[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 4 commits: (tadeuzagallo, cfbolz): Import AST nodes from CPython
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/23
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] fix tracesplit and its tests
Yusuke Izawa (@3tty0n)
-
2022/06/23
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] revert these unintended changes
Antonio Cuni (@antocuni)
-
2022/06/23
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] 2 commits: make it possible to skip the collect analyzer when defining a custom gc trace function
Antonio Cuni (@antocuni)
-
2022/06/22
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] fix tracesplit to cut `trace' and its tests
Yusuke Izawa (@3tty0n)
-
2022/06/22
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add test for the existing optimization of int_?shift(x, 0) to x
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/21
[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] Fix or_type tests.
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/21
[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] (tadeuzagallo, cfbolz): Implement __or__ for GenericAlias
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/21
[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] (tadeuzagallo, cfbolz): Modify lib-python _UnionGenericAlias.__repr__ to mimic...
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/21
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/threaded-code-generation-refactor-tracesplit
Yusuke Izawa (@3tty0n)
-
2022/06/21
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] 14 commits: The final goal l of this branch is to ensure that we can use
Antonio Cuni (@antocuni)
-
2022/06/20
[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] (tadeuzagallo,cfbolz): Fix how the typing module is imported in the type or implementation
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/20
[pypy-commit] [Git][pypy/pypy][branch/gc-custom-trace-memo] fix test_gcreftracer
Antonio Cuni (@antocuni)
-
2022/06/20
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/gc-custom-trace-memo
Antonio Cuni (@antocuni)
-
2022/06/20
[pypy-commit] [Git][pypy/pypy][branch/default] #3765: PyNumber_ToBase should accept big numbers as well
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/20
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-type-or
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/17
[pypy-commit] [Git][pypy/pypy][branch/BufferedReader-perf] Use rffi.scoped_alloc_buffer() instead of RawByteBuffer
Ronan Lamy (@rlamy)
-
2022/06/17
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: improve warnings: move the frame walking loop outside of setup_context and
Matti Picus (@mattip)
-
2022/06/17
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix handling of PYPY_PACKAGE_WITHOUTTK, maybe fixes m1 packaging
Matti Picus (@mattip)
-
2022/06/15
[pypy-commit] [Git][pypy/pypy][branch/BufferedReader-perf] raw-malloc only the result buffer
Ronan Lamy (@rlamy)
-
2022/06/14
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/BufferedReader-perf
Ronan Lamy (@rlamy)
-
2022/06/13
[pypy-commit] [Git][pypy/pypy][branch/reverse-debugger-fun] try harder
Maciej Fijalkowski (@fijal)
-
2022/06/13
[pypy-commit] [Git][pypy/pypy][branch/reverse-debugger-fun] fix imports
Maciej Fijalkowski (@fijal)
-
2022/06/13
[pypy-commit] [Git][pypy/pypy][branch/reverse-debugger-fun] stick revdb_time on the exception object
Maciej Fijalkowski (@fijal)
-
2022/06/13
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/reverse-debugger-fun
Maciej Fijalkowski (@fijal)
-
2022/06/12
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add a counter that shows how often a virtualizable is forced
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/better-storesink-2] 8 commits: refactor to introduce a Cache class
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/better-storesink-2
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: improve warnings: move the frame walking loop outside of setup_context and
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/default] improve warnings: move the frame walking loop outside of setup_context and
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9] make W_ZipLongest stop subclassing from W_Map as well
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix rpython
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9] use newtuple2
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 7 commits: (tadeuzagallo, cfbolz) Add strict argument to zip built-in. Pending...
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 23 commits: fix NFA generation in metaparser for grammar rules of form "foo: [a* b]"
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9-zip-strict] (tadeuzagallo) Avoid resizing list in W_Zip
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: make float hashing elidable
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/11
[pypy-commit] [Git][pypy/pypy][branch/py3.9-zip-strict] (tadeuzagallo) Remove inheritance from W_Zip to W_Map and fix strict zip
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/10
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 19 commits: fix NFA generation in metaparser for grammar rules of form "foo: [a* b]"
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/10
[pypy-commit] [Git][pypy/pypy][branch/default] introduce space.newtuple2 to save the list allocation when a specialized
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/10
[pypy-commit] [Git][pypy/pypy][branch/py3.8] small micro-optimization for one-arg print: don't make a loop
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/10
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix NFA generation in metaparser for grammar rules of form "foo: [a* b]"
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/10
[pypy-commit] [Git][pypy/pypy][branch/py3.9-zip-strict] 2 commits: (tadeuzagallo) Match CPython error messages for zip when strict=True
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy][branch/default] ouch: debug_assert_not_none does also not invalidate storesink caches
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy][branch/py3.9-zip-strict] (tadeuzagallo, cfbolz) Add strict validation to zip and partial error message support
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-zip-strict
Tadeu Zagallo (@tadeuzagallo)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Optimize float_abs(float_abs(x)) to float_abs(x)
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy][branch/mb-optimize-abs-abs] Fix test name and add nested abs case
Max Bernstein (@tekknolagi)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/mb-optimize-abs-abs
Max Bernstein (@tekknolagi)
-
2022/06/09
[pypy-commit] [Git][pypy/pypy][branch/default] skip _cffi_backend/test/test_recompiler on darwin untranslated
Matti Picus (@mattip)
-
2022/06/08
[pypy-commit] [Git][pypy/pypy][branch/default] no binary wheel avaialbe for vmprof on pypy
Matti Picus (@mattip)
-
2022/06/08
[pypy-commit] [Git][pypy/pypy][branch/default] update to cffi 1.15.1 (tentative, at cffi rev 42bc0cfb5a15)
Armin Rigo (@arigo)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/default] tweak build instructions, mainly to trigger a new build of default after...
Matti Picus (@mattip)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3758 fix the way that the lookup annotation optimization breaks python3 due to
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: use non-ll2ctypes-based call for something that's called during translation
Matti Picus (@mattip)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] skip untranslated tests that try to pass unicode into streamio.open_path_helper on darwin
Matti Picus (@mattip)
-
2022/06/06
[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] narrow the scope of the work-around to untranslated darwin to make own tests pass
Matti Picus (@mattip)
-
2022/06/05
[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] sys.platform is not rpython, redo differently
Matti Picus (@mattip)
-
2022/06/05
[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] special case windows
Matti Picus (@mattip)
-
2022/06/05
[pypy-commit] [Git][pypy/pypy] Deleted branch branch/sqlite-need-adapt-optimization
Nils (@shimst3r)
-
2022/06/05
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-need-adapt-optimization-pypy3
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Expand test case
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Add additional test case, fix call assertion conditional.
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Add type checking, draft a test case
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Remove wrong type call
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] 40 commits: remove old calls
Nils (@shimst3r)
-
2022/06/04
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-need-adapt-optimization
Nils (@shimst3r)
-
2022/06/03
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: #3759: remove the wrong and now unused __total_ordering__='auto' feature
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/03
[pypy-commit] [Git][pypy/pypy][branch/default] #3759: remove the wrong and now unused __total_ordering__='auto' feature
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/03
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: #3759: fix corner cases in method and code __ne__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/02
[pypy-commit] [Git][pypy/pypy][branch/default] #3759: fix corner cases in method and code __ne__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/06/02
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/test-streamio-using-osopen
Maciej Fijalkowski (@fijal)
-
2022/06/01
[pypy-commit] [Git][pypy/pypy][branch/py3.8] see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI
Matti Picus (@mattip)
-
2022/06/01
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] WIP: interpreter switching
Yusuke Izawa (@3tty0n)
-
2022/05/31
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 14 commits: remove old calls
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/31
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 12 commits: remove old calls
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/31
[pypy-commit] [Git][pypy/pypy][branch/default] nonsense, misread something
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/31
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: use more efficient api
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/30
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: remove old calls
Maciej Fijalkowski (@fijal)
-
2022/05/30
[pypy-commit] [Git][pypy/pypy][branch/default] convert http to https (Alex Gaynor on IRC)
Matti Picus (@mattip)
-
2022/05/30
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: clean up the number of w_obj.getclass variants in mapdict:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/py3.8] comment out warning until cython 0.29.31 to avoid pytest failures
Matti Picus (@mattip)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 92 commits: Start a branch to port stuff to m1 platform
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: change the way that space.lookup(w_obj, "<fixed string>") calls are cached:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/default] clean up this somewhat weird piece of machinery that was producing lots of...
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/default] 7 commits: change the way that space.lookup(w_obj, "<fixed string>") calls are cached:
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy][branch/space-lookup-cleanups] micro-opt
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/29
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/space-lookup-cleanups
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: fix xmm scratch register on win64 (issue 3753)
Matti Picus (@mattip)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] fix comment
Matti Picus (@mattip)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix xmm scratch register on win64 (issue 3753)
Matti Picus (@mattip)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 17 commits: a check for the problem of too much access_directly
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: a check for the problem of too much access_directly
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] fix test (don't know why this changed, does not matter)
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] test is order dependent, make it very explicit
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] #3619
Armin Rigo (@arigo)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] add missing doc about flag
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/28
[pypy-commit] [Git][pypy/pypy][branch/default] fix error checking
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/27
[pypy-commit] [Git][pypy/pypy][branch/default] fix test
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/27
[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] test and fix
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] remove access directly flags from non-virtualizables too
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] use == of course
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fix-access-directly
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/gcref-based-type-erasure] 133 commits: a new branch that is supposed to contain a really minimal version of record-known-result
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/default] add a test
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: add a test
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 14 commits: backport b0441aa4fa0a to default: hide structseqfield.__get__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/default] 10 commits: backport b0441aa4fa0a to default: hide structseqfield.__get__
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 44 commits: Start a branch to port stuff to m1 platform
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/26
[pypy-commit] [Git][pypy/pypy][branch/default] undo version change to unblock merge to py3.8
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/25
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: filesystemencoding changes rarely, make it quasi-immutable
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/25
[pypy-commit] [Git][pypy/pypy][branch/py3.8] ouch: jump_absolute can be forward nowadays
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/24
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: unroll map init for small numbers of iterables (for 1 and 2 there are special
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/24
[pypy-commit] [Git][pypy/pypy][branch/py3.8] Backport py3.9 logic for updating linenos. Fixes #3749.
Ronan Lamy (@rlamy)
-
2022/05/24
[pypy-commit] [Git][pypy/pypy][branch/py3.8] another immutable field around stat calls
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/24
[pypy-commit] [Git][pypy/pypy][branch/py3.8] filesystemencoding changes rarely, make it quasi-immutable
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: remove the hacks
Maciej Fijalkowski (@fijal)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] and of course everything in life is more complicated (this function is also
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: ouch: the pycode was not promoted before doing the whole lnotable decoding
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] the helper function is elidable too, of course
Carl Friedrich Bolz-Tereick (@cfbolz)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy] Deleted branch branch/m1
Maciej Fijalkowski (@fijal)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: close to be merge branch
Maciej Fijalkowski (@fijal)
-
2022/05/23
[pypy-commit] [Git][pypy/pypy][branch/default] 33 commits: Start a branch to port stuff to m1 platform
Maciej Fijalkowski (@fijal)
-
2022/05/22
[pypy-commit] [Git][pypy/pypy][branch/m1] fix running of the tests
Maciej Fijalkowski (@fijal)
-
2022/05/22
[pypy-commit] [Git][pypy/pypy][branch/m1] add aarch64 on OS X support
Maciej Fijalkowski (@fijal)
-
2022/05/22
[pypy-commit] [Git][pypy/pypy][branch/m1] I think enough to make mac asm happy
Maciej Fijalkowski (@fijal)
-
2022/05/22
[pypy-commit] [Git][pypy/pypy][branch/m1] frame info wrtiing is updating assembler
Maciej Fijalkowski (@fijal)