[pypy-commit] pypy py3.5: (ronan, plan_rich) fix descriptor invocation inside the descr_call of W_TypeObject

2017-02-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90413:411407ffbeac Date: 2017-02-27 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/411407ffbeac/ Log:(ronan, plan_rich) fix descriptor invocation inside the descr_call of W_TypeObject diff --git

[pypy-commit] pypy py3.5: merge py3.5-text-utf8

2017-02-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90414:ee44cdf8b435 Date: 2017-02-28 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/ee44cdf8b435/ Log:merge py3.5-text-utf8 diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py ---

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

2017-02-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90416:38f6842e3229 Date: 2017-02-28 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/38f6842e3229/ Log:merge heads diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py ---

[pypy-commit] pypy py3.5: document branch

2017-02-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90415:51f8b20c486b Date: 2017-02-28 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/51f8b20c486b/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] cffi default: Document more explicitly the difference between CompiledFFI and FFI.

2017-02-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r2895:46f49821e351 Date: 2017-02-28 09:10 +0100 http://bitbucket.org/cffi/cffi/changeset/46f49821e351/ Log:Document more explicitly the difference between CompiledFFI and FFI. diff --git a/doc/source/ref.rst b/doc/source/ref.rst ---

[pypy-commit] pypy py3.5-fix-globals: (stevie, robert-zaremba) Fix symtable for nonlocal

2017-02-28 Thread robert-zaremba
Author: Robert Zaremba Branch: py3.5-fix-globals Changeset: r90411:802f8b2e090c Date: 2017-02-27 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/802f8b2e090c/ Log:(stevie, robert-zaremba) Fix symtable for nonlocal Added tests and updated

[pypy-commit] pypy py3.5-fix-globals: (stevie, robert-zaremba)

2017-02-28 Thread robert-zaremba
Author: Robert Zaremba Branch: py3.5-fix-globals Changeset: r90410:baf2561c870c Date: 2017-02-27 13:36 +0100 http://bitbucket.org/pypy/pypy/changeset/baf2561c870c/ Log:(stevie, robert-zaremba) Test and fix global variable reporting error. diff --git

[pypy-commit] pypy py3.5: Merged in robert-zaremba/pypy/py3.5-fix-globals (pull request #521)

2017-02-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90412:0436a099e10a Date: 2017-02-28 09:58 + http://bitbucket.org/pypy/pypy/changeset/0436a099e10a/ Log:Merged in robert-zaremba/pypy/py3.5-fix-globals (pull request #521) (stevie, robert-zaremba)

[pypy-commit] pypy py3.5-text-utf8: close branch

2017-02-28 Thread plan_rich
Author: Richard Plangger Branch: py3.5-text-utf8 Changeset: r90417:136caa31d4f8 Date: 2017-02-28 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/136caa31d4f8/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy nogil-unsafe-2: progress

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90422:643158ba7b39 Date: 2017-02-28 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/643158ba7b39/ Log:progress diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory/gctransform/shadowstack.py ---

[pypy-commit] pypy default: test showing a corner case of the interaction between finalizers and heap

2017-02-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90421:846ed5d2ac16 Date: 2017-02-28 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/846ed5d2ac16/ Log:test showing a corner case of the interaction between finalizers and heap caching in the JIT diff --git

[pypy-commit] pypy py3.5-fix-decimal-module-name: Added .venv (virtualenvironment) and .cache to .hgignore

2017-02-28 Thread robert-zaremba
Author: Robert Zaremba Branch: py3.5-fix-decimal-module-name Changeset: r90423:cc54d3bbf8a5 Date: 2017-02-28 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/cc54d3bbf8a5/ Log:Added .venv (virtualenvironment) and .cache to .hgignore diff --git a/.hgignore

[pypy-commit] pypy py3.5: Merged in robert-zaremba/pypy/py3.5-fix-decimal-module-name (pull request #522)

2017-02-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90425:b7745d301387 Date: 2017-02-28 14:48 + http://bitbucket.org/pypy/pypy/changeset/b7745d301387/ Log:Merged in robert-zaremba/pypy/py3.5-fix-decimal-module-name (pull request #522) Py3.5 fix decimal

[pypy-commit] pypy nogil-unsafe-2: (fijal, arigo) Starting to copy some part of the logic from nogil-unsafe

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90418:927663f424f4 Date: 2017-02-28 13:19 +0100 http://bitbucket.org/pypy/pypy/changeset/927663f424f4/ Log:(fijal, arigo) Starting to copy some part of the logic from nogil- unsafe diff --git

[pypy-commit] pypy py3.5-fix-decimal-module-name: (stevie, robert-zaremba) FIX: test_pickle (test.test_decimal.PyPythonAPItests)

2017-02-28 Thread robert-zaremba
Author: Robert Zaremba Branch: py3.5-fix-decimal-module-name Changeset: r90424:793b49cacddd Date: 2017-02-28 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/793b49cacddd/ Log:(stevie, robert-zaremba) FIX: test_pickle

[pypy-commit] pypy nogil-unsafe-2: (remi, arigo) port some locks from stmgc

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90427:52bbdf98f118 Date: 2017-02-28 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/52bbdf98f118/ Log:(remi, arigo) port some locks from stmgc diff --git a/rpython/translator/c/src/mem.c

[pypy-commit] pypy nogil-unsafe-2: (fijal, remi, arigo) add a lock

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90426:41abf85d7a14 Date: 2017-02-28 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/41abf85d7a14/ Log:(fijal, remi, arigo) add a lock diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py

[pypy-commit] pypy default: (remi, arigo)

2017-02-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r90428:71318996f4ec Date: 2017-02-28 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/71318996f4ec/ Log:(remi, arigo) - use incminimark in test_standalone, instead of semispace gc - fix potential future bug diff

[pypy-commit] pypy nogil-unsafe-2: (fijal, arigo) test and fix

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90420:56c4cf2a149a Date: 2017-02-28 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/56c4cf2a149a/ Log:(fijal, arigo) test and fix diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---

[pypy-commit] pypy nogil-unsafe-2: (fijal, arigo) add the test

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90419:ef99e1203aa4 Date: 2017-02-28 13:20 +0100 http://bitbucket.org/pypy/pypy/changeset/ef99e1203aa4/ Log:(fijal, arigo) add the test diff --git a/rpython/memory/gc/test/test_thread.py

[pypy-commit] pypy nogil-unsafe-2: (remi, arigo) general process, still completely crashing

2017-02-28 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe-2 Changeset: r90429:7be972407621 Date: 2017-02-28 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/7be972407621/ Log:(remi, arigo) general process, still completely crashing diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] pypy py3.5: Fix logging.getLevelName, applying #29220 CPython issue.

2017-02-28 Thread robert-zaremba
Author: Robert Zaremba Branch: py3.5 Changeset: r90430:55230b1507ef Date: 2017-02-28 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/55230b1507ef/ Log:Fix logging.getLevelName, applying #29220 CPython issue. The getLevelName function incorrectly

[pypy-commit] pypy default: hack hack hack getnightly.py until it extracts also the *.h files in the proper dir

2017-02-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r90431:e2e364614275 Date: 2017-02-27 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/e2e364614275/ Log:hack hack hack getnightly.py until it extracts also the *.h files in the proper dir diff --git

[pypy-commit] pypy fix-cpyext-releasebuffer: (antocuni, rlamy): modify an existing test to show broken behavior: the correct way to implement bf_getbuffer is to do a Py_INCREF(obj), which the broken t

2017-02-28 Thread antocuni
Author: Antonio Cuni Branch: fix-cpyext-releasebuffer Changeset: r90432:0d60d6a74fdc Date: 2017-02-28 23:09 +0100 http://bitbucket.org/pypy/pypy/changeset/0d60d6a74fdc/ Log:(antocuni, rlamy): modify an existing test to show broken behavior: the correct way to

[pypy-commit] pypy default: merge heads

2017-02-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r90433:fdae6b92de2f Date: 2017-02-28 23:10 +0100 http://bitbucket.org/pypy/pypy/changeset/fdae6b92de2f/ Log:merge heads diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +++

[pypy-commit] pypy.org extradoc: update the values

2017-02-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r866:2970c7ecb9a9 Date: 2017-03-01 08:27 +0100 http://bitbucket.org/pypy/pypy.org/changeset/2970c7ecb9a9/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -