[pypy-commit] [Git][pypy/pypy][branch/py3.6] 8 commits: allow codec errorhandlers to modify exc.object

Matti Picus foss at heptapod.net
Wed Jul 15 16:35:49 EDT 2020



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


Commits:
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

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

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

- - - - -
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

- - - - -


11 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- 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/time/interp_time.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/fbfc897574600598822a07bb1eb1923783112441...fcfd9557317b8097b782ee1f6ef48d1991edf7f0

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/fbfc897574600598822a07bb1eb1923783112441...fcfd9557317b8097b782ee1f6ef48d1991edf7f0
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/3ccb6900/attachment.html>


More information about the pypy-commit mailing list