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


Commits:
1b36a677 by Yannick Jadoul at 2020-06-26T16:50:54+02:00
Implement bpo-32043: New "developer mode": "-X dev" option

--HG--
branch : py3.7

- - - - -
24b26f1a by Yannick Jadoul at 2020-06-26T17:49:19+02:00
Implement bpo-32089: Fix warnings filters in dev mode and bpo-32101: Add 
PYTHONDEVMODE environment variable

--HG--
branch : py3.7

- - - - -
f037ca07 by Yannick Jadoul at 2020-06-26T18:17:45+02:00
Implement bpo-32230: Set sys.warnoptions with -X dev

--HG--
branch : py3.7

- - - - -
814c8ec2 by Yannick Jadoul at 2020-06-27T01:36:52+02:00
Move checking of PYTHONDEVMODE to parse_command_line

--HG--
branch : py3.7

- - - - -
685b36ff by Yannick Jadoul at 2020-06-27T02:21:08+02:00
Add -X dev and PYTHONDEVMODE to test_app_main.py

--HG--
branch : py3.7

- - - - -
50e73a2e by Yannick Jadoul at 2020-06-27T20:24:59+02:00
Add PYTHONFAULTHANDLER and PYTHONDEVMODE to help text

--HG--
branch : py3.7

- - - - -
beac9f5b by Matti Picus at 2020-06-28T14:42:59+00:00
Merge branch 'topic/py3.7/py3.7--x-dev-option' into 
'branch/py3.7'

Implement 3.7 features related to -X dev and warnings module

See merge request pypy/pypy!733

--HG--
branch : py3.7

- - - - -


4 changed files:

- pypy/interpreter/app_main.py
- pypy/interpreter/test/test_app_main.py
- pypy/module/_warnings/interp_warnings.py
- pypy/module/_warnings/test/test_warnings.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/303269c22ae81d43f77919916d89574bce64090b...beac9f5be8ea193960030111c4d86f526f12b9b7

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/303269c22ae81d43f77919916d89574bce64090b...beac9f5be8ea193960030111c4d86f526f12b9b7
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to