[pypy-commit] pypy py3k: Fix syntax error in test

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75914:e8654d723f68 Date: 2015-02-16 09:54 +0100 http://bitbucket.org/pypy/pypy/changeset/e8654d723f68/ Log:Fix syntax error in test diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a/pypy/mod

[pypy-commit] pypy py3k: Adapt compiler test to py3k: coding cookie is only used if source is bytes.

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75915:cb55f5432429 Date: 2015-02-16 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/cb55f5432429/ Log:Adapt compiler test to py3k: coding cookie is only used if source is bytes. diff --git a/pypy/interpreter/test/test_compile

[pypy-commit] pypy py3k: SSL passwords can be unicode.

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75913:2cf9d354d605 Date: 2015-02-16 09:52 +0100 http://bitbucket.org/pypy/pypy/changeset/2cf9d354d605/ Log:SSL passwords can be unicode. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/i

[pypy-commit] pypy py3k: Fix refcount issue in cpython3 test: this object's reference was

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75916:745619bed083 Date: 2015-02-16 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/745619bed083/ Log:Fix refcount issue in cpython3 test: this object's reference was already "stolen" by a PyTuple_SET_ITEM above. diff --git a

[pypy-commit] pypy vmprof: merge

2015-02-16 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75918:c48ac690c37b Date: 2015-02-16 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c48ac690c37b/ Log:merge diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/rpython/jit/backend/llsupport/asmmemmgr.py --- a/rpython/jit/backe

[pypy-commit] pypy vmprof: Somewhat controversial strategy - store info about code objects in a tempfile().

2015-02-16 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75917:ef83e90448b8 Date: 2015-02-16 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ef83e90448b8/ Log:Somewhat controversial strategy - store info about code objects in a tempfile(). Let's see how it goes diff --git a/pypy/co

[pypy-commit] pypy dtrace-support: start writing dtrace support for basic events

2015-02-16 Thread fijal
Author: Maciej Fijalkowski Branch: dtrace-support Changeset: r75919:1c6e04d35be2 Date: 2015-02-16 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/1c6e04d35be2/ Log:start writing dtrace support for basic events diff --git a/rpython/config/translationoption.py b/rpython/config/translatio

[pypy-commit] stmgc default: Backed out changeset: 7540c1f155d0

2015-02-16 Thread Raemi
Author: Remi Meier Branch: Changeset: r1625:689a9663d13f Date: 2015-02-16 15:55 +0100 http://bitbucket.org/pypy/stmgc/changeset/689a9663d13f/ Log:Backed out changeset: 7540c1f155d0 diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.c @@ -566,13 +566,10

[pypy-commit] stmgc default: Backed out changeset: 60f7ccae893c

2015-02-16 Thread Raemi
Author: Remi Meier Branch: Changeset: r1624:edb90028410a Date: 2015-02-16 15:53 +0100 http://bitbucket.org/pypy/stmgc/changeset/edb90028410a/ Log:Backed out changeset: 60f7ccae893c diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.c @@ -96,9 +96,12 @@

[pypy-commit] stmgc default: fix for on-major-gc validation not doing anything when a transaction thought it was still uncommitted and inevitable

2015-02-16 Thread Raemi
Author: Remi Meier Branch: Changeset: r1627:30791bd74ef2 Date: 2015-02-16 16:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/30791bd74ef2/ Log:fix for on-major-gc validation not doing anything when a transaction thought it was still uncommitted and inevitable diff --git a/c8/stm/

[pypy-commit] stmgc default: fix demo_random.c

2015-02-16 Thread Raemi
Author: Remi Meier Branch: Changeset: r1626:1df0ed9de072 Date: 2015-02-16 16:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/1df0ed9de072/ Log:fix demo_random.c diff --git a/c8/demo/demo_random.c b/c8/demo/demo_random.c --- a/c8/demo/demo_random.c +++ b/c8/demo/demo_random.c @@ -9,12 +9,

[pypy-commit] pypy py3.3: hg merge py3k

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75920:2f8ea7e067df Date: 2015-02-16 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2f8ea7e067df/ Log:hg merge py3k Lots of conflicts... diff too long, truncating to 2000 out of 50524 lines diff --git a/.gitignore b/.gitig

[pypy-commit] pypy py3.3: Fixes

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75921:36e9b041cbb7 Date: 2015-02-16 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/36e9b041cbb7/ Log:Fixes diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy framestate: add 2 tests for with blocks

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75924:42000e974b69 Date: 2015-02-15 04:19 + http://bitbucket.org/pypy/pypy/changeset/42000e974b69/ Log:add 2 tests for with blocks diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objspace.py --- a/rpyth

[pypy-commit] pypy framestate: handle interaction of return with finally: in analyze_signals()

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75922:e6c7a78a35e5 Date: 2015-02-14 23:11 + http://bitbucket.org/pypy/pypy/changeset/e6c7a78a35e5/ Log:handle interaction of return with finally: in analyze_signals() diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode

[pypy-commit] pypy framestate: deal with unreachable END_FINALLY

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75927:feaa2a862f65 Date: 2015-02-16 19:21 + http://bitbucket.org/pypy/pypy/changeset/feaa2a862f65/ Log:deal with unreachable END_FINALLY diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flowspace/by

[pypy-commit] pypy framestate: delete unused FlowSignals

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75923:dae9c828b3d3 Date: 2015-02-15 02:40 + http://bitbucket.org/pypy/pypy/changeset/dae9c828b3d3/ Log:delete unused FlowSignals diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flowspace/bytecode.p

[pypy-commit] pypy framestate: Use SETUP_ instructions rather than FrameBlocks in do_signals()

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75925:53b3547f5829 Date: 2015-02-15 17:55 + http://bitbucket.org/pypy/pypy/changeset/53b3547f5829/ Log:Use SETUP_ instructions rather than FrameBlocks in do_signals() diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode

[pypy-commit] pypy framestate: put a dummy unroller on the stack for WITH_CLEANUP

2015-02-16 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75926:3838b73fb409 Date: 2015-02-16 16:57 + http://bitbucket.org/pypy/pypy/changeset/3838b73fb409/ Log:put a dummy unroller on the stack for WITH_CLEANUP diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpy

[pypy-commit] pypy py3.3: Fix typo in cffi

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75928:3c7542345bfa Date: 2015-02-16 21:47 +0100 http://bitbucket.org/pypy/pypy/changeset/3c7542345bfa/ Log:Fix typo in cffi diff --git a/lib_pypy/cffi/verifier.py b/lib_pypy/cffi/verifier.py --- a/lib_pypy/cffi/verifier.py +++ b/lib_pypy

[pypy-commit] pypy default: test, fix load_dh_params get_saved_errno for win32

2015-02-16 Thread mattip
Author: mattip Branch: Changeset: r75929:1bf192278b3f Date: 2015-02-17 00:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1bf192278b3f/ Log:test, fix load_dh_params get_saved_errno for win32 diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/mod

[pypy-commit] pypy default: import * masked unused import from 1bf192278b3f, fix

2015-02-16 Thread mattip
Author: mattip Branch: Changeset: r75930:3ffd8f58f1b5 Date: 2015-02-17 08:01 +0200 http://bitbucket.org/pypy/pypy/changeset/3ffd8f58f1b5/ Log:import * masked unused import from 1bf192278b3f, fix diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_