[pypy-commit] pypy default: remove debug cruft

2018-01-19 Thread mattip
Author: Matti Picus Branch: Changeset: r93686:a6ac7d827f5b Date: 2018-01-19 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/a6ac7d827f5b/ Log:remove debug cruft diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py ---

[pypy-commit] pypy py3.5: fix merge

2018-01-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93687:a7d7fd1b9931 Date: 2018-01-19 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a7d7fd1b9931/ Log:fix merge diff --git a/pypy/interpreter/timeutils.py b/pypy/interpreter/timeutils.py ---

[pypy-commit] pypy py3.5: merge default into py3.5

2018-01-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93685:6742308b0f34 Date: 2018-01-19 14:45 +0200 http://bitbucket.org/pypy/pypy/changeset/6742308b0f34/ Log:merge default into py3.5 diff too long, truncating to 2000 out of 2456 lines diff --git

[pypy-commit] pypy cpyext-datetime2: document, close branch to be merged

2018-01-19 Thread mattip
Author: Matti Picus Branch: cpyext-datetime2 Changeset: r93683:800224fafa61 Date: 2018-01-19 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/800224fafa61/ Log:document, close branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge cpyext-datetime2 which adds a tzinfo field to datetime C-API types

2018-01-19 Thread mattip
Author: Matti Picus Branch: Changeset: r93684:8a1cb5467f77 Date: 2018-01-19 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/8a1cb5467f77/ Log:merge cpyext-datetime2 which adds a tzinfo field to datetime C-API types diff --git a/lib_pypy/datetime.py

[pypy-commit] pypy default: stop defending against Python 2.5

2018-01-19 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r93682:321c8707dfd5 Date: 2018-01-19 00:14 -0800 http://bitbucket.org/pypy/pypy/changeset/321c8707dfd5/ Log:stop defending against Python 2.5 diff --git a/rpython/rlib/rstruct/test/test_ieee.py

[pypy-commit] pypy default: replace rfloat.isnan and rfloat.isinf with the functions in the math module

2018-01-19 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r93681:3d1f618efa2e Date: 2018-01-19 00:13 -0800 http://bitbucket.org/pypy/pypy/changeset/3d1f618efa2e/ Log:replace rfloat.isnan and rfloat.isinf with the functions in the math module diff --git