[pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: Implement bpo-29104: Fixed parsing backslashes in f-strings

Matti Picus foss at heptapod.net
Tue Jun 30 04:36:13 EDT 2020



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
19156729 by Yannick Jadoul at 2020-06-29T00:37:09+02:00
Implement bpo-29104: Fixed parsing backslashes in f-strings

--HG--
branch : py3.6

- - - - -
647bc53c by Yannick Jadoul at 2020-06-29T01:41:50+02:00
Fix annotation error

--HG--
branch : py3.6

- - - - -
7707ae63 by Matti Picus at 2020-06-29T10:02:40+03:00
skip pthread tests on win32

--HG--
branch : py3.6

- - - - -
205468a8 by Armin Rigo at 2020-06-29T09:50:55+02:00
sleep() bug: the main loop writes the remaining time to sleep into a variable
called 'secs' but that variable is only present in trunk, not in py3.6.

Secondary fix: be more careful again on Windows, like in trunk.

--HG--
branch : py3.6

- - - - -
4fa49d1e by Matti Picus at 2020-06-29T12:21:13+03:00
set_wakeup_fd test passes untranslated

--HG--
branch : py3.6

- - - - -
1ba137e2 by Matti Picus at 2020-06-29T13:58:49+03:00
back out 61892379e74b, set_wakeup_fd is very different on win32

--HG--
branch : py3.6

- - - - -
19eb2a60 by Armin Rigo at 2020-06-29T19:17:16+02:00
A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython.
Why?"

- - - - -
93f8ae2b by Armin Rigo at 2020-06-29T22:53:06+02:00
Trying to check errors in the locking functions on Windows

- - - - -
cef83aba by Armin Rigo at 2020-06-29T22:57:21+02:00
fix

- - - - -
1ee79bf3 by Armin Rigo at 2020-06-29T23:56:11+02:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
a370aad7 by Chris AtLee at 2020-06-30T09:10:15+03:00
issue 3242: add missing lzma_stream_encoder

--HG--
branch : py3.6

- - - - -
81f9f002 by Matti Picus at 2020-06-30T10:07:03+03:00
test for b46f35a803e0, remove unused field from lzma_stream

--HG--
branch : py3.6

- - - - -
22e124ad by Matti Picus at 2020-06-30T08:30:45+00:00
Merge branch 'topic/py3.6/py3.6-bpo-29104' into 'branch/py3.6'

Implement bpo-29104: Fixed parsing backslashes in f-strings

See merge request pypy/pypy!736

--HG--
branch : py3.6

- - - - -
34b47f18 by Matti Picus at 2020-06-30T11:35:47+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -


10 changed files:

- + extra_tests/test_lzma.py
- lib_pypy/_lzma_build.py
- pypy/doc/faq.rst
- pypy/interpreter/astcompiler/fstring.py
- pypy/interpreter/pyparser/parsestring.py
- pypy/module/signal/interp_signal.py
- pypy/module/signal/test/test_signal.py
- pypy/module/time/interp_time.py
- pypy/objspace/std/test/apptest_fstring.py
- rpython/translator/c/src/thread_nt.c


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8142a58d1be5e39aabb59bda1c1f024707fa6f70...34b47f18c6392f1d0b417265fd5df4616d90c4c2

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8142a58d1be5e39aabb59bda1c1f024707fa6f70...34b47f18c6392f1d0b417265fd5df4616d90c4c2
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200630/a315328e/attachment-0001.html>


More information about the pypy-commit mailing list