Author: Matti Picus
Branch: issue2996
Changeset: r96474:dd163eb782ad
Date: 2019-04-14 10:54 +0300
http://bitbucket.org/pypy/pypy/changeset/dd163eb782ad/
Log:make second new test fail too
diff --git a/pypy/objspace/std/test/test_callmethod.py
b/pypy/objspace/std/test/test_callmethod.py
--- a
Author: Matti Picus
Branch:
Changeset: r96475:b694a5048039
Date: 2019-04-14 13:10 +0300
http://bitbucket.org/pypy/pypy/changeset/b694a5048039/
Log:document _overlapped in the release
diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++
Author: Matti Picus
Branch:
Changeset: r96476:92546e4e1bd5
Date: 2019-04-14 13:15 +0300
http://bitbucket.org/pypy/pypy/changeset/92546e4e1bd5/
Log:update contributors
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -110,6 +110,7 @@
Devin Jeanpierre
Bob Ippolito
Bruno
Author: Matti Picus
Branch:
Changeset: r96479:caa1292bce3e
Date: 2019-04-14 13:21 +0300
http://bitbucket.org/pypy/pypy/changeset/caa1292bce3e/
Log:add 2997 fix to release note
diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++ b/pypy
Author: Matti Picus
Branch: release-pypy3.6-v7.x
Changeset: r96478:784b254d6699
Date: 2019-04-14 13:17 +0300
http://bitbucket.org/pypy/pypy/changeset/784b254d6699/
Log:merge py3.6 into release
diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py
new file mode 100644
--- /dev/null
+
Author: Matti Picus
Branch: release-pypy2.7-v7.x
Changeset: r96477:8cdda8b8cdb8
Date: 2019-04-14 13:16 +0300
http://bitbucket.org/pypy/pypy/changeset/8cdda8b8cdb8/
Log:merge default into release
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -110,6 +110,7 @@
Devin Jeanpierr
Author: Matti Picus
Branch: cpyext-add_newdoc
Changeset: r96480:a5bd01e6ba05
Date: 2019-04-14 15:28 +0300
http://bitbucket.org/pypy/pypy/changeset/a5bd01e6ba05/
Log:close experimental branch
___
pypy-commit mailing list
[email protected]
https
Author: Matti Picus
Branch: closed-branches
Changeset: r96482:63e901aa89cb
Date: 2019-04-14 15:28 +0300
http://bitbucket.org/pypy/pypy/changeset/63e901aa89cb/
Log:re-close this branch
___
pypy-commit mailing list
[email protected]
https://mail
Author: Matti Picus
Branch: closed-branches
Changeset: r96481:b609357b8cc5
Date: 2019-04-14 15:28 +0300
http://bitbucket.org/pypy/pypy/changeset/b609357b8cc5/
Log:Merge closed head a5bd01e6ba05 on branch cpyext-add_newdoc
___
pypy-commit mailing li
Author: Matti Picus
Branch:
Changeset: r96486:2a381b55d56f
Date: 2019-04-14 16:40 +0300
http://bitbucket.org/pypy/pypy/changeset/2a381b55d56f/
Log:merge datetime_api_27 which provides Date*_FromTimestamp
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/wha
Author: Paul Ganssle
Branch: datetime_api_27
Changeset: r96483:d5b44bb7b84d
Date: 2019-04-12 12:44 -0400
http://bitbucket.org/pypy/pypy/changeset/d5b44bb7b84d/
Log:Add _FromTimestamp methods to CAPI capsule
The CPython CAPI capsule includes fromtimestamp constructors, but
the
Author: Matti Picus
Branch: datetime_api_27
Changeset: r96484:8a60117eee9d
Date: 2019-04-14 16:32 +0300
http://bitbucket.org/pypy/pypy/changeset/8a60117eee9d/
Log:typo
diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py
--- a/pypy/module/cpyext/cdatetime.py
+++ b/p
Author: Matti Picus
Branch: datetime_api_27
Changeset: r96485:5799459b8a2a
Date: 2019-04-14 16:40 +0300
http://bitbucket.org/pypy/pypy/changeset/5799459b8a2a/
Log:document and close branch to be merged
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsn
Author: Matti Picus
Branch: py3.6
Changeset: r96487:569233e35ecd
Date: 2019-04-14 16:41 +0300
http://bitbucket.org/pypy/pypy/changeset/569233e35ecd/
Log:merge default into branch
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -110,6 +110,7 @@
Devin Jeanpierre
Bob Ippolit
Author: Paul Ganssle
Branch: py3.6
Changeset: r96488:8cb9d2e352b4
Date: 2019-04-12 16:35 -0400
http://bitbucket.org/pypy/pypy/changeset/8cb9d2e352b4/
Log:Use built-in UTC object in tzinfo test
In Python 3.6, there is a built-in UTC object, so there is no need
to make a custom
Author: Maciej Fijalkowski
Branch: arm64
Changeset: r96489:27c1f4063137
Date: 2019-04-12 12:45 +
http://bitbucket.org/pypy/pypy/changeset/27c1f4063137/
Log:implement int ops
diff --git a/rpython/jit/backend/aarch64/codebuilder.py
b/rpython/jit/backend/aarch64/codebuilder.py
--- a/rpytho
Author: Maciej Fijalkowski
Branch: arm64
Changeset: r96490:ba9733af746e
Date: 2019-04-14 13:30 +
http://bitbucket.org/pypy/pypy/changeset/ba9733af746e/
Log:overflow ops (except mul_ovf)
diff --git a/rpython/jit/backend/aarch64/TODO b/rpython/jit/backend/aarch64/TODO
--- a/rpython/jit/bac
Author: Matti Picus
Branch:
Changeset: r96491:ebdfe9c517c3
Date: 2019-04-14 23:49 +0300
http://bitbucket.org/pypy/pypy/changeset/ebdfe9c517c3/
Log:update index of release notes
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-re
Author: Matti Picus
Branch:
Changeset: r96492:aad43009d972
Date: 2019-04-14 23:52 +0300
http://bitbucket.org/pypy/pypy/changeset/aad43009d972/
Log:fix formatting of release note
diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++ b/py
Author: Matti Picus
Branch:
Changeset: r96493:005bf0d4bd35
Date: 2019-04-15 00:36 +0300
http://bitbucket.org/pypy/pypy/changeset/005bf0d4bd35/
Log:formatting, index missing whatsnew
diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst
--- a/pypy/doc/index-of-whatsnew
Author: Matti Picus
Branch: py3.6
Changeset: r96494:0f6d909ffb0c
Date: 2019-04-15 01:37 +0300
http://bitbucket.org/pypy/pypy/changeset/0f6d909ffb0c/
Log:add rudimentary context manager for "with pytest.raises()" in
apptests
diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/
21 matches
Mail list logo