[pypy-commit] cffi default: Move some whatsnew entries into the "Older version" heading

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3341:41fecd428c08 Date: 2020-02-07 17:02 +0100 http://bitbucket.org/cffi/cffi/changeset/41fecd428c08/ Log:Move some whatsnew entries into the "Older version" heading diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsn

[pypy-commit] cffi release-1.14: Release branch

2020-02-07 Thread arigo
Author: Armin Rigo Branch: release-1.14 Changeset: r3337:6a87aa6bf3f3 Date: 2020-02-07 16:40 +0100 http://bitbucket.org/cffi/cffi/changeset/6a87aa6bf3f3/ Log:Release branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] cffi release-1.14: Added tag v1.14.0 for changeset 694e7139131f

2020-02-07 Thread arigo
Author: Armin Rigo Branch: release-1.14 Changeset: r3339:1e69882a43d7 Date: 2020-02-07 16:49 +0100 http://bitbucket.org/cffi/cffi/changeset/1e69882a43d7/ Log:Added tag v1.14.0 for changeset 694e7139131f diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -24,3 +24,4 @@ 17c06e75f54

[pypy-commit] cffi release-1.14: md5/sha

2020-02-07 Thread arigo
Author: Armin Rigo Branch: release-1.14 Changeset: r3338:694e7139131f Date: 2020-02-07 16:49 +0100 http://bitbucket.org/cffi/cffi/changeset/694e7139131f/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst

[pypy-commit] cffi default: hg merge release-1.14

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3340:dd8402bc57e3 Date: 2020-02-07 16:49 +0100 http://bitbucket.org/cffi/cffi/changeset/dd8402bc57e3/ Log:hg merge release-1.14 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -24,3 +24,4 @@ 17c06e75f54cf5a31865961f0b498f99232a0bc8 v1.13

[pypy-commit] benchmarks single-run: make sure sphinx benchmark runs use the same docutils

2020-02-07 Thread mattip
Author: Matti Picus Branch: single-run Changeset: r450:1d835bfd140d Date: 2020-02-07 17:14 +0200 http://bitbucket.org/pypy/benchmarks/changeset/1d835bfd140d/ Log:make sure sphinx benchmark runs use the same docutils diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchma

[pypy-commit] benchmarks single-run: update help for --args

2020-02-07 Thread mattip
Author: Matti Picus Branch: single-run Changeset: r449:6f1745431542 Date: 2020-02-07 14:05 +0200 http://bitbucket.org/pypy/benchmarks/changeset/6f1745431542/ Log:update help for --args diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -126,13 +126,7 @@ 'res

[pypy-commit] benchmarks single-run: fix bad merge

2020-02-07 Thread mattip
Author: Matti Picus Branch: single-run Changeset: r448:a6fedeeb3d70 Date: 2020-02-07 13:32 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a6fedeeb3d70/ Log:fix bad merge diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -218,8 +218,11 @@ os.mkdi

[pypy-commit] pypy py3.6: #3166

2020-02-07 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r98680:f13039d71ef7 Date: 2020-02-07 10:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f13039d71ef7/ Log:#3166 Obscure ordering-of-which-error-to-report-first issue diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objsp

[pypy-commit] pypy default: update to cffi/f2ec51ca7510

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r98679:2a3fbcfca429 Date: 2020-02-07 10:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2a3fbcfca429/ Log:update to cffi/f2ec51ca7510 diff --git a/extra_tests/cffi_tests/cffi0/test_function.py b/extra_tests/cffi_tests/cffi0/test_function.py --- a/ext

[pypy-commit] cffi default: May fix test on OS/X

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3336:f2ec51ca7510 Date: 2020-02-07 09:54 +0100 http://bitbucket.org/cffi/cffi/changeset/f2ec51ca7510/ Log:May fix test on OS/X diff --git a/testing/support.py b/testing/support.py --- a/testing/support.py +++ b/testing/support.py @@ -103,6 +103,7 @@

[pypy-commit] cffi default: Bump version number to 1.14.0

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3335:336db19a4a94 Date: 2020-02-07 09:48 +0100 http://bitbucket.org/cffi/cffi/changeset/336db19a4a94/ Log:Bump version number to 1.14.0 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@

[pypy-commit] cffi default: Document the memory leak fix

2020-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3334:c6a071f57bf4 Date: 2020-02-07 09:23 +0100 http://bitbucket.org/cffi/cffi/changeset/c6a071f57bf4/ Log:Document the memory leak fix diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsne