February 2020 Archives by thread
Starting: Sun Feb 2 09:45:19 EST 2020
Ending: Sat Feb 29 17:38:17 EST 2020
Messages: 176
- [pypy-commit] pypy default: backport some of the changes from py3.6
mattip
- [pypy-commit] pypy default: do not import stdlib os
mattip
- [pypy-commit] pypy default: simplify the call to wrap_oserror2
mattip
- [pypy-commit] pypy default: pep-8 cleanup
mattip
- [pypy-commit] pypy default: fix failing win32 test
mattip
- [pypy-commit] pypy py3.6: move test to extra_tests, speed up unstranslated tests by 50%
mattip
- [pypy-commit] pypy py3.6: redo tests to not import app-level lib-python/3/os.py
mattip
- [pypy-commit] pypy py3.6: fix for path-as-memoryview on win32, avoid app-level code in _io.open
mattip
- [pypy-commit] pypy py3.6: emit correct exception class
mattip
- [pypy-commit] pypy py3.6: fix typos, also posix.environ returns bytes
mattip
- [pypy-commit] pypy py3.6: make putenv complain about bad names (test already existed)
cfbolz
- [pypy-commit] pypy default: backport part of 8fb4dc6f07e6
mattip
- [pypy-commit] pypy py3.6: revert bogus code
mattip
- [pypy-commit] pypy py3.7: merge py3.6
cfbolz
- [pypy-commit] pypy py3.7: the weird behaviour was fixed in 3.7
cfbolz
- [pypy-commit] pypy default: cleanup missing import; skip leak tests on win32
mattip
- [pypy-commit] pypy default: remove failing test: cpython2 does not raise either
mattip
- [pypy-commit] pypy py3.6: save one call to fsencode, fix win32 memoryview fail
mattip
- [pypy-commit] pypy py3.6: merge default into py3.6
mattip
- [pypy-commit] pypy py3.6: fix merge
mattip
- [pypy-commit] pypy py3.6: refactor wrap_oserror: remove exception_name
mattip
- [pypy-commit] pypy default: back out 0395c16d6bbe, it did not improve benchmarks
mattip
- [pypy-commit] pypy py3.6: remove (duplicate) equivalent of 0395c16d6bbe
mattip
- [pypy-commit] pypy StringIO-perf: Add explicit state attribute to W_StringIO
rlamy
- [pypy-commit] pypy StringIO-perf: Move pos attribute from UnicodeIO to W_StringIO
rlamy
- [pypy-commit] pypy py3.7: f(x for x in y, ) raises an error now
cfbolz
- [pypy-commit] pypy py3.6: check for overflow in device_encoding (caused by a bad fileno)
mattip
- [pypy-commit] pypy py3.7: use the Python implementation of hmac.digest for now
cfbolz
- [pypy-commit] buildbot default: differentiate between projects in upload
mattip
- [pypy-commit] pypy StringIO-perf: Add new operation mode for W_StringIO, backed by a W_UnicodeObject, for read-only operations
rlamy
- [pypy-commit] buildbot default: typo
mattip
- [pypy-commit] pypy default: runpack should align for next read
Sreepathi Pai
- [pypy-commit] pypy default: Revert pytest.ini, make test work on 32-bit systems
Sreepathi Pai
- [pypy-commit] pypy default: Change the FAQ entry "why not github"
arigo
- [pypy-commit] cffi default: #442: memory leak in getwinerror() in py3
arigo
- [pypy-commit] buildbot limit-disk-usage: close abandoned branch
mattip
- [pypy-commit] buildbot coalesce-by-hash: close abandoned branch
mattip
- [pypy-commit] buildbot numpy-tests: close abandoned branch
mattip
- [pypy-commit] buildbot cffi-build-step: close abandoned branch
mattip
- [pypy-commit] pypy py3.7: sys.setrecursionlimit changes:
cfbolz
- [pypy-commit] pypy py3.7: those attributes are gone
cfbolz
- [pypy-commit] pypy py3.7: generator expressions aren't allowed in class definitions
cfbolz
- [pypy-commit] pypy py3.7: fix error msg
cfbolz
- [pypy-commit] pypy py3.7: check for other async constructs outside of async functions too
cfbolz
- [pypy-commit] cffi default: Document the memory leak fix
arigo
- [pypy-commit] cffi default: Bump version number to 1.14.0
arigo
- [pypy-commit] cffi default: May fix test on OS/X
arigo
- [pypy-commit] pypy default: update to cffi/f2ec51ca7510
arigo
- [pypy-commit] pypy py3.6: #3166
arigo
- [pypy-commit] benchmarks single-run: fix bad merge
mattip
- [pypy-commit] benchmarks single-run: update help for --args
mattip
- [pypy-commit] benchmarks single-run: make sure sphinx benchmark runs use the same docutils
mattip
- [pypy-commit] cffi release-1.14: Release branch
arigo
- [pypy-commit] cffi release-1.14: md5/sha
arigo
- [pypy-commit] cffi release-1.14: Added tag v1.14.0 for changeset 694e7139131f
arigo
- [pypy-commit] cffi default: hg merge release-1.14
arigo
- [pypy-commit] cffi default: Move some whatsnew entries into the "Older version" heading
arigo
- [pypy-commit] pypy record-known-result: merge default
cfbolz
- [pypy-commit] pypy record-known-result: optimize int(str(i)) and same for rbigints. (Note that the other direction is
cfbolz
- [pypy-commit] pypy record-known-result: add missing op
cfbolz
- [pypy-commit] pypy default: (cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", instead
arigo
- [pypy-commit] pypy py3.6: merge default
cfbolz
- [pypy-commit] pypy default: fix translation (why does the same code work on py3.6?)
cfbolz
- [pypy-commit] pypy py3.6: slightly overengineered code to improve the performance of str.join (helps both
cfbolz
- [pypy-commit] pypy pypy-jitdriver-greenkeys: a branch to try refactor the way that green keys are done on all the small
cfbolz
- [pypy-commit] pypy pypy-jitdriver-greenkeys: - introduce space.iterator_greenkey which returns "something" that can be used
cfbolz
- [pypy-commit] pypy.org nikola: rework navbar
mattip
- [pypy-commit] pypy.org nikola: commit rendered site
mattip
- [pypy-commit] pypy pypy-jitdriver-greenkeys: various fixes
cfbolz
- [pypy-commit] pypy.org nikola: restore deleted css to format content
mattip
- [pypy-commit] pypy.org nikola: add favicons
mattip
- [pypy-commit] pypy.org nikola: improve small screen view
mattip
- [pypy-commit] pypy.org default: merge nikola into default
mattip
- [pypy-commit] pypy.org extradoc: close branch, new commits go to default
mattip
- [pypy-commit] pypy.org nikola: close branch, new commits go to default
mattip
- [pypy-commit] pypy.org default: merge heads
mattip
- [pypy-commit] pypy StringIO-perf: Optimize sequences of .write() calls on W_StringIO
rlamy
- [pypy-commit] pypy pypy-jitdriver-greenkeys: random finding: return early in this safety checking function in the JIT (I
cfbolz
- [pypy-commit] pypy pypy-jitdriver-greenkeys: test showing the effect
cfbolz
- [pypy-commit] pypy pypy-jitdriver-greenkeys: slightly simplify for the jit, for the common non-tracing case
cfbolz
- [pypy-commit] pypy jit-generating-extension: hacky experiment: can we write a generating extension for meta-interpreter (in
cfbolz
- [pypy-commit] extradoc extradoc: people.txt edited online with Bitbucket: add myself
rlamy
- [pypy-commit] pypy default: update script for portable builds
mattip
- [pypy-commit] pypy heptapod: start to migrate documentation to foss.heptapod.net and document new workflow
mattip
- [pypy-commit] pypy heptapod: more heptapod migration
mattip
- [pypy-commit] pypy default: README.rst edited online with Bitbucket
mattip
- [pypy-commit] buildbot default: convert to heptapod
mattip
- [pypy-commit] cffi default: typo in overview code (thanks __imp__)
arigo
- [pypy-commit] cffi default: Last change on bitbucket
arigo
- [pypy-commit] extradoc extradoc: Added Florian Angerer from GraalPython team
timfel
- [pypy-commit] extradoc extradoc: README.md created online with Bitbucket
mattip
- [pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: it seems that space.iteriterable is broken, because exceptions from space.next
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.7] Re-delete files that were wrongly added by 2779449dd1d5
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] add assert that could not be determined by the translation step, the amount of…
Richard Plangger
- [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: byteorder related issue, check the byte order of that machine
Richard Plangger
- [pypy-commit] [Git][pypy/pypy][branch/warmup-improvements-various] 2 commits: fix a generator corner case
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] count the number of ops that aren't even executed, because they are caught by
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/pypy-jitdriver-greenkeys] 24 commits: update script for portable builds
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/pypystreambelarus
Dmitry
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/issue_macos_unsigned_int
IharSha
- [pypy-commit] [Git][pypy/pypy][branch/warmup-improvements-various] fix tests due to changen in guard_not_invalidated
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/pypy-jitdriver-greenkeys] 2 commits: fix translation
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] fix translation
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] fix test
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/pypy-jitdriver-greenkeys] 3 commits: fix test
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/Fix_link_to_issue_tracker
Maya
- [pypy-commit] [Git][pypy/pypy][branch/better-storesink] 5527 commits: an FAQ entry about PyPy2
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] __BIG_ENDIAN__ is not defined by the s390x target, use some other macros to…
Richard Plangger
- [pypy-commit] [Git][pypy/pypy][branch/default] should have been #if not #ifdef
Richard Plangger
- [pypy-commit] [Git][pypy/pypy][branch/default] delete build dependencies when finished with them
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 11 commits: byteorder related issue, check the byte order of that machine
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] older msvc does not have TCP_FASTOPEN
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 18 commits: a branch to try refactor the way that green keys are done on all the small
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] 16 commits: a branch to try refactor the way that green keys are done on all the small
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-bpo-29894
Yannick Jadoul
- [pypy-commit] [Git][pypy/pypy][branch/better-storesink] 3 commits: minimize the cse optimization to a version that actually works
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/warmup-improvements-various] 17 commits: start to migrate documentation to foss.heptapod.net and document new workflow
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/benchmarks][branch/default] 2 commits: ignore more files
Matti Picus
- [pypy-commit] [Git][pypy/extradoc][branch/extradoc] 2 commits: List dates of Omer
Matti Picus
- [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7-bpo-29894] Fix DeprecationWarnings on __complex__ returning subclass
Yannick Jadoul
- [pypy-commit] [Git][pypy/benchmarks][branch/single-run] fix a few internal API changes that are skipped on python3
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: make it possible to convert classes to strs in RPython (I keep running into
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: merge heads
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/benchmarks] Deleted branch topic/default/bitbucket-pr-7
Matti Picus
- [pypy-commit] [Git][pypy/pypy.org][branch/default] 2 commits: tweak CSS
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/wininstaller_py2] 247 commits: use cling-config to get the cpp flags
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 15 commits: redo 8fcba04d307f: don't generate tons and tons of guard_not_invalidated while
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: redo 8fcba04d307f: don't generate tons and tons of guard_not_invalidated while
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/record-known-result] 66 commits: update to cffi/f2ec51ca7510
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] fix off-by-one, rework system calls to _get_tzname on windows, add test
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/record-known-result] 3 commits: fix off-by-one, rework system calls to _get_tzname on windows, add test
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] issue 3163: the constant is defined both in vmprof_common.h and vmprof_common.c
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] Add hypothesis tests for io.StringIO
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] Fix issue with .readline(0)
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] issue 3134: half-untested fix
Armin Rigo
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] Fix StringIO.__setstate__(): start in READING mode and don't retranslate the string
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/default] change tuple to list since "can only iterate over tuples of length 1 for now"
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] clean up test
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] fix translation
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] Reduce diff with pypy2
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/StringIO-perf] Backport changes from branch py3-StringIO-perf
Ronan Lamy
- [pypy-commit] [Git][pypy/extradoc][branch/extradoc] 4 commits: README.md created online with Bitbucket
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: fix off-by-one, rework system calls to _get_tzname on windows, add test
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] not sure why I added this, it is wrong (test added), and not needed
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3-StringIO-perf] Document branch
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/StringIO-perf] Document branch
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/StringIO-perf] 48 commits: a branch to try refactor the way that green keys are done on all the small
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: help the annotator use a more efficient comparison
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy] Deleted branch branch/StringIO-perf
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/default] fix test: one of the ptr_eq is no longer necessary, due to the improved
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: Store UnicodeIO data as a list of unichars instead of GC strings
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 19 commits: Store UnicodeIO data as a list of unichars instead of GC strings
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3-StringIO-perf
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 10 commits: merge default into branch
Ronan Lamy
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: fix for zero-length in e19783dac960
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/default] fix for zero-length in e19783dac960
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] 2 commits: removed RPYTHON_LL2CTYPES from the command line of the compiler, linking of pypy-c.so fails
Richard Plangger
- [pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] some header definitions do not need to be exported as RPY_EXTERN, do only enable…
Richard Plangger
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/ignore-pyvenv-launcher
Yannick Jadoul
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/test_doctest-linenumber
Yannick Jadoul
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-bpo-30537
Yannick Jadoul
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-bpo-30346
Yannick Jadoul
- [pypy-commit] [Git][pypy/pypy][branch/default] fix bug
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: remove very convoluted _build_consts_array function
Carl Friedrich Bolz-Tereick
- [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/ignore-pyenv-launcher/ignore-pyvenv-launcher
Matti Picus
- [pypy-commit] [Git][pypy/pypy][topic/py3.6/ignore-pyvenv-launcher] add default value for key
Matti Picus
- [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: Removing __PYVENV_LAUNCHER__ during initial import of site
Matti Picus
- [pypy-commit] [Git][pypy/pypy] Deleted branch topic/ignore-pyenv-launcher/ignore-pyvenv-launcher
Matti Picus
- [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/ignore-pyvenv-launcher
Matti Picus
Last message date:
Sat Feb 29 17:38:17 EST 2020
Archived on: Sat Feb 29 17:38:25 EST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).