[pypy-commit] [Git][pypy/pypy][branch/py3.7] 21 commits: Redo what's in the issue-3211-debug branch, now in a more definitive way

Matti Picus foss at heptapod.net
Wed Jul 15 16:53:30 EDT 2020



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


Commits:
dde3bb1e by Armin Rigo at 2020-04-18T09:08:30+02:00
Redo what's in the issue-3211-debug branch, now in a more definitive way

--HG--
branch : fix-windows-utf8

- - - - -
d7b37c8f by Armin Rigo at 2020-04-18T09:30:05+02:00
fix os.listdir() on Windows with unicode file names

--HG--
branch : fix-windows-utf8

- - - - -
32676287 by Armin Rigo at 2020-04-19T11:25:30+02:00
Oops, fix

--HG--
branch : fix-windows-utf8

- - - - -
debbbfa1 by Armin Rigo at 2020-04-19T11:28:06+02:00
add a test

--HG--
branch : fix-windows-utf8

- - - - -
7ff15cb0 by Matti Picus at 2020-07-12T11:35:06+03:00
allow codec errorhandlers to modify exc.object

--HG--
branch : exc.object

- - - - -
a2b83949 by Matti Picus at 2020-07-12T18:51:54+03:00
implement PyUnicode_{En,De}codeLocale; change locale.py to use utf8

--HG--
branch : locale-encode-decode

- - - - -
375bfa17 by Yannick Jadoul at 2020-07-13T01:17:58+02:00
Fix handling of double braces in f-strings, after bpo-29104 implementation

--HG--
branch : py3.6

- - - - -
c8f9913f by Armin Rigo at 2020-07-14T10:31:39+02:00
hg merge py3.6

--HG--
branch : fix-windows-utf8

- - - - -
aa1c90a3 by Armin Rigo at 2020-07-14T10:35:13+02:00
Partial merge of the fix-windows-utf8 branch.

Drops the changes to the listdir() implementation, which have probably
been redone better in py3.6.  Keeps the test and the unicode checking
logic.

--HG--
branch : py3.6

- - - - -
ce59b886 by Armin Rigo at 2020-07-14T10:35:42+02:00
merge heads

--HG--
branch : py3.6

- - - - -
de67fa57 by Matti Picus at 2020-07-14T12:18:23+03:00
document merged branch

--HG--
branch : py3.6

- - - - -
6cdb79e8 by Matti Picus at 2020-07-14T20:24:50+03:00
fix translation

--HG--
branch : locale-encode-decode

- - - - -
f355fd76 by Matti Picus at 2020-07-14T17:26:44+00:00
Merge branch 'topic/py3.6/fix-fstring-double-braces' into 'branch/py3.6'

Fix handling of double braces in f-strings, after bpo-29104 implementation

See merge request pypy/pypy!739

--HG--
branch : py3.6

- - - - -
fbfc8975 by Matti Picus at 2020-07-15T00:39:43+03:00
remove function deprecated in python3.3, pytest.skip does not work in -A

--HG--
branch : py3.6

- - - - -
3adfab2f by Matti Picus at 2020-07-15T12:21:38+03:00
close branch to be merged

--HG--
branch : locale-encode-decode

- - - - -
8e37181e by Matti Picus at 2020-07-15T16:51:34+03:00
merge locale-encode-decode which adds PyUnicode_{En,De}codeLocale and refactors locale.py

--HG--
branch : py3.6

- - - - -
19794f38 by Matti Picus at 2020-07-15T23:31:02+03:00
merge py3.6 into branch

--HG--
branch : exc.object

- - - - -
7cf92eb4 by Matti Picus at 2020-07-15T23:33:46+03:00
close branch to be merged

--HG--
branch : exc.object

- - - - -
fcfd9557 by Matti Picus at 2020-07-15T23:35:10+03:00
merge exc.object which allows an errorhandler to modify the underlying object

--HG--
branch : py3.6

- - - - -
2dca7aff by Matti Picus at 2020-07-15T23:39:19+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -
cf271f7c by Matti Picus at 2020-07-15T23:46:37+03:00
fix merge

--HG--
branch : py3.7

- - - - -


15 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/astcompiler/fstring.py
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/interp_codecs.py
- pypy/module/_codecs/locale.py
- pypy/module/_codecs/locale_codec.c
- pypy/module/_codecs/locale_codec.h
- pypy/module/_codecs/test/test_codecs.py
- pypy/module/_codecs/test/test_locale.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/time/interp_time.py
- pypy/objspace/std/test/apptest_fstring.py
- pypy/objspace/std/unicodeobject.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c962e3cb5eb6f478713a25048d941aaa75aaa422...cf271f7cadb59debb5639f224f2e5634c2b3e7f8

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c962e3cb5eb6f478713a25048d941aaa75aaa422...cf271f7cadb59debb5639f224f2e5634c2b3e7f8
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/20200715/eb1c1b7f/attachment-0001.html>


More information about the pypy-commit mailing list