[pypy-commit] pypy py3.5: be like cpython, maybe fix translation, tests on windows 8 and above

2018-02-17 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93829:7dc75691f071 Date: 2018-02-18 00:23 -0500 http://bitbucket.org/pypy/pypy/changeset/7dc75691f071/ Log:be like cpython, maybe fix translation, tests on windows 8 and above diff --git a/rpython/rlib/rposix_environ.py b/rpython/rlib/rposix_envi

[pypy-commit] pypy default: find the correct place to modify the tp_basicsize for "date"

2018-02-17 Thread mattip
Author: Matti Picus Branch: Changeset: r93828:15b387800a8e Date: 2018-02-17 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/15b387800a8e/ Log:find the correct place to modify the tp_basicsize for "date" diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py ---

[pypy-commit] pypy default: test, fix for tzinfo. datetime inherits from date, but date has no tzinfo, monkeypatch alloc appropriately

2018-02-17 Thread mattip
Author: Matti Picus Branch: Changeset: r93827:c7ea666563e3 Date: 2018-02-17 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c7ea666563e3/ Log:test, fix for tzinfo. datetime inherits from date, but date has no tzinfo, monkeypatch alloc appropriately diff --git a/pypy/module/cpye