[pypy-commit] pypy py3.3: Remove trailing whitespace.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81942:9b1940890dc0 Date: 2016-01-26 02:59 +0100 http://bitbucket.org/pypy/pypy/changeset/9b1940890dc0/ Log:Remove trailing whitespace. diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zlib/test/test_zlib.py --- a/pypy/module/zlib/t

[pypy-commit] pypy py3.3: Close this head.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81941:8abc47287812 Date: 2016-01-26 02:51 +0100 http://bitbucket.org/pypy/pypy/changeset/8abc47287812/ Log:Close this head. Something went wrong with the last merge from py3k. I'm trying to fix this by redoing the merge and all s

[pypy-commit] pypy llvm-translation-backend: Add a hack to make functions linked in from C code inlinable.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r81940:697b7fe15e58 Date: 2016-01-16 01:34 +0100 http://bitbucket.org/pypy/pypy/changeset/697b7fe15e58/ Log:Add a hack to make functions linked in from C code inlinable. To make inlining these functions possible, their

[pypy-commit] pypy py3.3: Redo 88aafcb7c318: hg merge py3k (+ fixes)

2016-01-27 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81987:4fea3e2ca354 Date: 2016-01-27 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/4fea3e2ca354/ Log:Redo 88aafcb7c318: hg merge py3k (+ fixes) That merge (88aafcb7c318) went wrong because someone merged from the default br

[pypy-commit] pypy py3.3: hg merge 03591a1499c8

2016-01-27 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81986:edefd168b2b3 Date: 2016-01-27 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/edefd168b2b3/ Log:hg merge 03591a1499c8 This merges marky1991's changes before he merged the problematic merge 88aafcb7c318. diff --git a/l

[pypy-commit] pypy py3k: Fix import for renamed module rposix -> rposix_stat.

2016-01-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82001:ae38513dafd2 Date: 2016-01-28 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ae38513dafd2/ Log:Fix import for renamed module rposix -> rposix_stat. diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/mo

[pypy-commit] pypy py3k: hg merge default

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82029:fd7884dc77a3 Date: 2016-02-01 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/fd7884dc77a3/ Log:hg merge default diff too long, truncating to 2000 out of 16652 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitigno

[pypy-commit] pypy py3k: 2to3

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82027:91eaf91dbb4c Date: 2016-02-01 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/91eaf91dbb4c/ Log:2to3 diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@ -203,7 +203,7 @@

[pypy-commit] pypy default: Add lib_pypy/_libmpdec/ to default's .hgignore as well.

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82028:22349fa2fc33 Date: 2016-02-01 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/22349fa2fc33/ Log:Add lib_pypy/_libmpdec/ to default's .hgignore as well. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -75,6 +75,7 @@ ^

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82047:fbb1c9fd86c0 Date: 2016-02-02 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fbb1c9fd86c0/ Log:2to3 diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py --- a/pypy/module/itertools/

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82045:60029cb06b5b Date: 2016-02-02 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/60029cb06b5b/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py b/pypy/module/_cffi_backend/test/test_recompiler.py --- a/pypy/module/

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82044:8645b9cf5eab Date: 2016-02-02 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/8645b9cf5eab/ Log:2to3 diff --git a/pypy/module/__pypy__/test/test_magic.py b/pypy/module/__pypy__/test/test_magic.py --- a/pypy/module/__pypy__/test/test_m

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82046:77bfed7253ce Date: 2016-02-02 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/77bfed7253ce/ Log:2to3 diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/test/tes

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

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82048:1d68aca1032f Date: 2016-02-02 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/1d68aca1032f/ Log:hg merge py3k diff too long, truncating to 2000 out of 16702 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore

[pypy-commit] pypy default: Skip vmprof jit tests on non-x86-64 CPUs.

2016-02-05 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82089:e2685b2b1e87 Date: 2016-02-05 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/e2685b2b1e87/ Log:Skip vmprof jit tests on non-x86-64 CPUs. diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/

[pypy-commit] extradoc extradoc: Change my departure day from 28th to 27th.

2016-02-07 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5603:600e94781178 Date: 2016-02-07 13:56 +0100 http://bitbucket.org/pypy/extradoc/changeset/600e94781178/ Log:Change my departure day from 28th to 27th. diff --git a/sprintinfo/leysin-winter-2016/people.txt b/sprintinfo/leysin-winter-2016/pe

[pypy-commit] pypy py3.3: Remove tests which call importing.load_source_module(). This function was removed.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82143:7ce8c80e23e7 Date: 2016-02-10 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7ce8c80e23e7/ Log:Remove tests which call importing.load_source_module(). This function was removed. diff --git a/pypy/module/imp/test/test_import.p

[pypy-commit] pypy py3.3: Remove test which calls imp._run_compiled_module(). This function was removed.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82144:7cd3ceac33eb Date: 2016-02-10 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/7cd3ceac33eb/ Log:Remove test which calls imp._run_compiled_module(). This function was removed. diff --git a/pypy/module/imp/test/test_import.py b

[pypy-commit] pypy py3.3: Skip this test, which fails on CPython 3.3 as well (but not on later versions).

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82142:52c94a3c2dc9 Date: 2016-02-10 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/52c94a3c2dc9/ Log:Skip this test, which fails on CPython 3.3 as well (but not on later versions). diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3.3: Copy _r_long/_w_long helper functions from default's importing.py to this test file. Although these functions are not needed anymore in importing.py, some tests call them.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82145:42d83e6431d8 Date: 2016-02-10 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/42d83e6431d8/ Log:Copy _r_long/_w_long helper functions from default's importing.py to this test file. Although these functions are not needed anymor

[pypy-commit] pypy py3.3: Fix test_pyc_commandline_argument() by creating the .pyc file with the same python executable app_main.py is run with. Also check for correct output.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82191:bba9ea8739cc Date: 2016-02-12 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/bba9ea8739cc/ Log:Fix test_pyc_commandline_argument() by creating the .pyc file with the same python executable app_main.py is run with. Also check f

[pypy-commit] pypy py3.3: Explicitly pass name to SourcelessFileLoader.load_module(). This is seemingly sometimes needed when running on top of CPython.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82190:4939f7202eaf Date: 2016-02-12 18:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4939f7202eaf/ Log:Explicitly pass name to SourcelessFileLoader.load_module(). This is seemingly sometimes needed when running on top of CPython. dif

[pypy-commit] pypy py3.3: Improve (but not fix) app_main.py's Python 3.5 compatibility for testing on top of CPython and forward-compatibility.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82189:249ebc5d87a0 Date: 2016-02-12 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/249ebc5d87a0/ Log:Improve (but not fix) app_main.py's Python 3.5 compatibility for testing on top of CPython and forward-compatibility. diff --git a

[pypy-commit] pypy py3.3: Fix.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82192:7fc36d3705b5 Date: 2016-02-12 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7fc36d3705b5/ Log:Fix. diff --git a/pypy/interpreter/test/test_pycode.py b/pypy/interpreter/test/test_pycode.py --- a/pypy/interpreter/test/test_pycode.py

[pypy-commit] pypy llvm-translation-backend: hg merge default (+ fixes)

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82194:eaaed1d67e19 Date: 2016-02-12 22:30 +0100 http://bitbucket.org/pypy/pypy/changeset/eaaed1d67e19/ Log:hg merge default (+ fixes) diff too long, truncating to 2000 out of 12525 lines diff --git a/.hgignore b/.hgignore ---

[pypy-commit] pypy py3k: hg merge default (+ fixes)

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82195:5d115756a4ce Date: 2016-02-12 23:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5d115756a4ce/ Log:hg merge default (+ fixes) diff too long, truncating to 2000 out of 5677 lines diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.p

[pypy-commit] pypy py3.3: Merged in marky1991/pypy_new/py3.3 (pull request #396)

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82200:32dbf468ae33 Date: 2016-02-13 03:30 +0100 http://bitbucket.org/pypy/pypy/changeset/32dbf468ae33/ Log:Merged in marky1991/pypy_new/py3.3 (pull request #396) Fix test_reimport_builtin in py3.3 diff --git a/pypy/interpreter/mixedmodu

[pypy-commit] pypy py3.3: Tentatively fix translation.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82201:fce240f22548 Date: 2016-02-13 04:37 +0100 http://bitbucket.org/pypy/pypy/changeset/fce240f22548/ Log:Tentatively fix translation. This is not a proper fix because a MixedModule's dictionary does not have to be a W_DictMulti

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

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82202:b7e79d170a32 Date: 2016-02-13 04:38 +0100 http://bitbucket.org/pypy/pypy/changeset/b7e79d170a32/ Log:hg merge py3k diff too long, truncating to 2000 out of 5677 lines diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py --- a/dotv

[pypy-commit] pypy py3.3: hg backout fce240f22548

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82205:fc48d0bd0c1d Date: 2016-02-13 13:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fc48d0bd0c1d/ Log:hg backout fce240f22548 diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.

[pypy-commit] pypy py3.3: Merged in marky1991/pypy_new/py3.3 (pull request #398)

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82207:d31526af1a0e Date: 2016-02-13 13:32 +0100 http://bitbucket.org/pypy/pypy/changeset/d31526af1a0e/ Log:Merged in marky1991/pypy_new/py3.3 (pull request #398) Fix translation for 3.3. diff --git a/pypy/interpreter/mixedmodule.py b/py

[pypy-commit] pypy default: Make W_InterpIterable a interp-level-only object instead of letting it implement W_Root.

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82208:436b9109cbd7 Date: 2016-02-13 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/436b9109cbd7/ Log:Make W_InterpIterable a interp-level-only object instead of letting it implement W_Root. diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy default: Pass iterable instead of iterator to space.iteriterable() (both works).

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82210:5c06f73f7e1f Date: 2016-02-13 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/5c06f73f7e1f/ Log:Pass iterable instead of iterator to space.iteriterable() (both works). diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objsp

[pypy-commit] pypy py3k: hg merge default

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82211:837af91c362b Date: 2016-02-13 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/837af91c362b/ Log:hg merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyo

[pypy-commit] pypy py3k: Simplify code.

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82212:8e9369bbc962 Date: 2016-02-13 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8e9369bbc962/ Log:Simplify code. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultio

[pypy-commit] pypy py3.3: Simplify code and make it correctly respect the w_ convention.

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82214:3f20320bc330 Date: 2016-02-13 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3f20320bc330/ Log:Simplify code and make it correctly respect the w_ convention. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule

[pypy-commit] pypy default: Introduce space.contains_w(w_container, w_item) as a shortcut for space.is_true(space.contains(w_container, w_item)).

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82209:bc162d5aa423 Date: 2016-02-13 14:40 +0100 http://bitbucket.org/pypy/pypy/changeset/bc162d5aa423/ Log:Introduce space.contains_w(w_container, w_item) as a shortcut for space.is_true(space.contains(w_container, w_item)). diff --git a/pypy

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

2016-02-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82213:ee3f3a22ee31 Date: 2016-02-13 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/ee3f3a22ee31/ Log:hg merge py3k diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyopt

[pypy-commit] pypy default: Make integer constant fit in 32 bits to make vmprof tests pass on 32-bit again.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82262:02eab80025cb Date: 2016-02-15 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/02eab80025cb/ Log:Make integer constant fit in 32 bits to make vmprof tests pass on 32-bit again. diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py

[pypy-commit] pypy default: Change constant fit in 31 bits - it's signed.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82263:b6d62c49d868 Date: 2016-02-15 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/b6d62c49d868/ Log:Change constant fit in 31 bits - it's signed. diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py b/rpython/rlib/rvmprof/test/test_rvmprof.

[pypy-commit] pypy py3.3: Fix test by checking for correct behaviour.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82270:0a7d0c775a46 Date: 2016-02-15 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0a7d0c775a46/ Log:Fix test by checking for correct behaviour. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/

[pypy-commit] pypy py3.3: Fix test by inserting sys.meta_path hook at the beginning.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82269:3495c617f6d0 Date: 2016-02-15 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3495c617f6d0/ Log:Fix test by inserting sys.meta_path hook at the beginning. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_i

[pypy-commit] pypy py3.3: Add target_is_directory parameter to os.symlink, which is ignored on non-Windows platforms.

2016-02-18 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82320:ed8bc259dde5 Date: 2016-02-18 23:23 +0100 http://bitbucket.org/pypy/pypy/changeset/ed8bc259dde5/ Log:Add target_is_directory parameter to os.symlink, which is ignored on non-Windows platforms. diff --git a/pypy/module/posix/interp_

[pypy-commit] pypy py3.3: Fix test_structseq.py by not checking _structseq's __file__.

2016-02-18 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82321:040589830b1d Date: 2016-02-19 02:54 +0100 http://bitbucket.org/pypy/pypy/changeset/040589830b1d/ Log:Fix test_structseq.py by not checking _structseq's __file__. The __file__ attribute is not present on the _structseq module

[pypy-commit] pypy llvm-translation-backend: Use GCTransformer's get_prebuilt_hash() method.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82328:ee28a2e5145b Date: 2016-02-17 00:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ee28a2e5145b/ Log:Use GCTransformer's get_prebuilt_hash() method. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/l

[pypy-commit] pypy py3k: hg merge default

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82329:4634d8e8bf6e Date: 2016-02-19 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/4634d8e8bf6e/ Log:hg merge default diff --git a/lib-python/2.7/distutils/command/build_ext.py b/lib-python/2.7/distutils/command/build_ext.py --- a/lib-pyth

[pypy-commit] pypy py3.3: Fix _imp module direct app tests.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82331:7aac73fa16ed Date: 2016-02-19 21:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7aac73fa16ed/ Log:Fix _imp module direct app tests. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/t

[pypy-commit] pypy py3k: Add exec() workaround for running on top of old CPython 2.7 versions.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82330:1bf2ad223b9c Date: 2016-02-19 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/1bf2ad223b9c/ Log:Add exec() workaround for running on top of old CPython 2.7 versions. diff --git a/pypy/module/__pypy__/test/test_magic.py b/pypy/

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

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82332:58f595f70a58 Date: 2016-02-19 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/58f595f70a58/ Log:hg merge py3k diff --git a/lib-python/2.7/distutils/command/build_ext.py b/lib-python/2.7/distutils/command/build_ext.py --- a/lib-python

[pypy-commit] pypy py3.3: Check for SystemError instead of ValueError.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82334:8ed10a343cd5 Date: 2016-02-19 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/8ed10a343cd5/ Log:Check for SystemError instead of ValueError. SystemError is raised here on CPython as well, although this is "wrong" and w

[pypy-commit] pypy py3.3: Backport patch from CPython Issue 26367.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82333:01b8a2d215a6 Date: 2016-02-19 22:40 +0100 http://bitbucket.org/pypy/pypy/changeset/01b8a2d215a6/ Log:Backport patch from CPython Issue 26367. diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3/importlib/_bootstrap.py --- a/l

[pypy-commit] pypy py3.3: Fix test by pleasing sanity check.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82335:99af7e9c0c5f Date: 2016-02-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/99af7e9c0c5f/ Log:Fix test by pleasing sanity check. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/modu

[pypy-commit] pypy default: Add more entries to .hgignore.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82340:12cad570a035 Date: 2016-02-20 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/12cad570a035/ Log:Add more entries to .hgignore. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -49,6 +49,7 @@ ^rpython/translator/jvm/\.

[pypy-commit] pypy default: Kill rpython/rtyper/module/test/test_ll_strtod.py.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82344:b9270e154cea Date: 2016-02-20 13:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b9270e154cea/ Log:Kill rpython/rtyper/module/test/test_ll_strtod.py. diff --git a/rpython/rtyper/module/test/test_ll_strtod.py b/rpython/rtyper/module/test/test

[pypy-commit] pypy default: Move StringTraits and UnicodeTraits classes from rpython/rtyper/module/support.py to rpython/rlib/rposix.py.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82342:dd1e021c36b6 Date: 2016-02-20 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/dd1e021c36b6/ Log:Move StringTraits and UnicodeTraits classes from rpython/rtyper/module/support.py to rpython/rlib/rposix.py. diff --git a/rpython/rlib/

[pypy-commit] pypy default: Kill LLSupport from rpython/rtyper/module/support.py.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82341:ecb5a8d71071 Date: 2016-02-20 12:41 +0100 http://bitbucket.org/pypy/pypy/changeset/ecb5a8d71071/ Log:Kill LLSupport from rpython/rtyper/module/support.py. diff --git a/rpython/jit/metainterp/test/test_tlc.py b/rpython/jit/metainterp/test/test_

[pypy-commit] pypy default: Kill rpython/rtyper/module/support.py.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82343:92e0c2d63e6f Date: 2016-02-20 13:00 +0100 http://bitbucket.org/pypy/pypy/changeset/92e0c2d63e6f/ Log:Kill rpython/rtyper/module/support.py. diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py b/rpython/rtyper/lltypesystem/module/ll_math

[pypy-commit] pypy default: Move rpython/rtyper/module/test/test_posix.py to rpython/rlib/test/test_posix.py.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82345:3382e5a65bd7 Date: 2016-02-20 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/3382e5a65bd7/ Log:Move rpython/rtyper/module/test/test_posix.py to rpython/rlib/test/test_posix.py. diff --git a/rpython/rtyper/module/test/test_posix.py

[pypy-commit] pypy default: Kill empty python/rtyper/module.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82346:a7d549957c0a Date: 2016-02-20 13:29 +0100 http://bitbucket.org/pypy/pypy/changeset/a7d549957c0a/ Log:Kill empty python/rtyper/module. diff --git a/rpython/rtyper/module/__init__.py b/rpython/rtyper/module/__init__.py deleted file mode 100644 -

[pypy-commit] pypy default: Remove some outdated entries from .hgignore.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82347:90c52cca5101 Date: 2016-02-20 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/90c52cca5101/ Log:Remove some outdated entries from .hgignore. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -22,6 +22,7 @@ ^pypy/module

[pypy-commit] pypy default: Fix.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82348:0f32b277e2ec Date: 2016-02-20 23:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0f32b277e2ec/ Log:Fix. diff --git a/rpython/rtyper/test/test_rfloat.py b/rpython/rtyper/test/test_rfloat.py --- a/rpython/rtyper/test/test_rfloat.py +++ b/rpyth

[pypy-commit] pypy default: Convert BaseRtypingTest methods to staticmethods / classmethods to make it possible to use them without instantiation of BaseRtypingTest.

2016-02-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82349:2244ee1ca7ce Date: 2016-02-20 23:25 +0100 http://bitbucket.org/pypy/pypy/changeset/2244ee1ca7ce/ Log:Convert BaseRtypingTest methods to staticmethods / classmethods to make it possible to use them without instantiation of BaseRty

[pypy-commit] pypy default: Fix.

2016-02-21 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82351:73de30973361 Date: 2016-02-21 10:52 +0100 http://bitbucket.org/pypy/pypy/changeset/73de30973361/ Log:Fix. diff --git a/rpython/rlib/test/test_rerased.py b/rpython/rlib/test/test_rerased.py --- a/rpython/rlib/test/test_rerased.py +++ b/rpython/

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

2016-02-21 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82381:9234b0c20972 Date: 2016-02-22 02:05 +0100 http://bitbucket.org/pypy/pypy/changeset/9234b0c20972/ Log:hg merge py3k diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpreter/pyparser/pytokenizer.py --- a/pypy/interpreter/pyp

[pypy-commit] pypy py3k: hg merge default

2016-02-21 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82380:688a132b06b6 Date: 2016-02-22 02:04 +0100 http://bitbucket.org/pypy/pypy/changeset/688a132b06b6/ Log:hg merge default diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpreter/pyparser/pytokenizer.py --- a/pypy/interpreter/p

[pypy-commit] pypy default: Fix translation.

2016-02-21 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82379:337c536c54c1 Date: 2016-02-22 02:04 +0100 http://bitbucket.org/pypy/pypy/changeset/337c536c54c1/ Log:Fix translation. diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpreter/pyparser/pytokenizer.py --- a/pypy/interpreter/pypar

[pypy-commit] pypy py3.3: Remove unneeded and broken hack.

2016-02-22 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82392:9b79c1399d57 Date: 2016-02-22 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9b79c1399d57/ Log:Remove unneeded and broken hack. For some reason the hack resulted in later tests failing (e.g. AppTestUnicodeFormat.test_

[pypy-commit] pypy py3.3: cpyext: Add defines for PyExc_OSError aliases.

2016-02-22 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82397:573e529840d7 Date: 2016-02-22 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/573e529840d7/ Log:cpyext: Add defines for PyExc_OSError aliases. diff --git a/pypy/module/cpyext/include/Python.h b/pypy/module/cpyext/include/Python.h ---

[pypy-commit] pypy default: Fix test by testing with a less commonly used module.

2016-02-22 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82411:9a5c6a749b49 Date: 2016-02-22 23:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9a5c6a749b49/ Log:Fix test by testing with a less commonly used module. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py -

[pypy-commit] pypy py3k: hg merge default

2016-02-22 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82412:be90c2e77207 Date: 2016-02-22 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/be90c2e77207/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

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

2016-02-22 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82413:6107f05ecc93 Date: 2016-02-22 23:37 +0100 http://bitbucket.org/pypy/pypy/changeset/6107f05ecc93/ Log:hg merge py3k diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy default: Kill rpython -> pypy import in a test which is skipped anyway.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82416:f3c9014fe2c7 Date: 2016-02-23 10:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f3c9014fe2c7/ Log:Kill rpython -> pypy import in a test which is skipped anyway. diff --git a/rpython/jit/backend/ppc/test/test_runner.py b/rpython/jit/backend/

[pypy-commit] pypy default: Kill unused posix_function_name() method.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82429:b6338ee2fffb Date: 2016-02-23 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b6338ee2fffb/ Log:Kill unused posix_function_name() method. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpyth

[pypy-commit] pypy default: Kill unused ll_os_name() method.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82430:a70ddbff44ec Date: 2016-02-23 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a70ddbff44ec/ Log:Kill unused ll_os_name() method. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/r

[pypy-commit] pypy default: Try to fix an import cycle on Windows.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82431:0116c45060a7 Date: 2016-02-23 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/0116c45060a7/ Log:Try to fix an import cycle on Windows. diff --git a/rpython/rlib/_os_support.py b/rpython/rlib/_os_support.py new file mode 100644 --- /dev/nul

[pypy-commit] pypy refactor-translator: Close abandoned branch.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r82432:c7df87defdb6 Date: 2016-02-23 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c7df87defdb6/ Log:Close abandoned branch. I tried to achieve too many things at once in this branch. Some of the ideas might b

[pypy-commit] pypy kill-running_on_llinterp: Close superseded branch.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: kill-running_on_llinterp Changeset: r82433:3edacc8819f9 Date: 2016-02-23 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3edacc8819f9/ Log:Close superseded branch. The goal of this branch was already achieved in the recent llimpl branch. ___

[pypy-commit] pypy py3k: hg merge 0d15dde70904

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82437:3a5862bf62c0 Date: 2016-02-23 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5862bf62c0/ Log:hg merge 0d15dde70904 diff --git a/rpython/jit/backend/ppc/test/test_runner.py b/rpython/jit/backend/ppc/test/test_runner.py --- a/rpython

[pypy-commit] pypy py3k: hg merge default

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82462:842942cabb34 Date: 2016-02-23 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/842942cabb34/ Log:hg merge default diff too long, truncating to 2000 out of 5375 lines diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py

[pypy-commit] pypy py3k: hg merge 1df21a900a84

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82461:fa1b4e83847a Date: 2016-02-23 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/fa1b4e83847a/ Log:hg merge 1df21a900a84 diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext/bytesobj

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

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82463:a21adf0cd8fd Date: 2016-02-23 22:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a21adf0cd8fd/ Log:hg merge py3k diff too long, truncating to 2000 out of 5520 lines diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py --

[pypy-commit] pypy py3.3: Merged in marky1991/pypy_new/fix_module_repr (pull request #404)

2016-02-24 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82477:79680cd9c664 Date: 2016-02-24 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/79680cd9c664/ Log:Merged in marky1991/pypy_new/fix_module_repr (pull request #404) 3.3: Fix_module_repr to match PEP 420 and fix reload_builtin dif

[pypy-commit] pypy py3.3: Small cleanup: don't wrap already wrapped object.

2016-02-24 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82478:864c7d539f4d Date: 2016-02-24 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/864c7d539f4d/ Log:Small cleanup: don't wrap already wrapped object. diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a/pypy/interpre

[pypy-commit] pypy default: Add external package to test_tab.py's exclude set.

2016-02-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82479:f25587392dc9 Date: 2016-02-24 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/f25587392dc9/ Log:Add external package to test_tab.py's exclude set. diff --git a/pypy/tool/test/test_tab.py b/pypy/tool/test/test_tab.py --- a/pypy/tool/test/te

[pypy-commit] pypy default: Add stubs in LLInterp for missing gc_rawrefcount_* operations.

2016-02-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82480:969fad5c38b9 Date: 2016-02-24 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/969fad5c38b9/ Log:Add stubs in LLInterp for missing gc_rawrefcount_* operations. diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpyth

[pypy-commit] pypy llvm-translation-backend: hg merge default (+ fixes)

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82492:d01ebac8cf46 Date: 2016-02-24 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/d01ebac8cf46/ Log:hg merge default (+ fixes) diff too long, truncating to 2000 out of 11381 lines diff --git a/.hgignore b/.hgignore ---

[pypy-commit] pypy default: Add app level tests for sys.dont_write_bytecode.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82493:423372b7d89b Date: 2016-02-25 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/423372b7d89b/ Log:Add app level tests for sys.dont_write_bytecode. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/

[pypy-commit] pypy default: Try to make import tests more independent from each other.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82501:34a4d2b7e371 Date: 2016-02-25 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/34a4d2b7e371/ Log:Try to make import tests more independent from each other. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import

[pypy-commit] pypy default: Reset sys.dont_write_bytecode because apparently the tests are not independent from each other.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82500:b94753e4f5cc Date: 2016-02-25 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/b94753e4f5cc/ Log:Reset sys.dont_write_bytecode because apparently the tests are not independent from each other. diff --git a/pypy/module/imp/test/test_

[pypy-commit] pypy default: Remove objspace.usepycfiles option.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82506:bc2f7f711496 Date: 2016-02-25 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/bc2f7f711496/ Log:Remove objspace.usepycfiles option. This option was needed for the sandbox feature, where it might not be allowed to write to t

[pypy-commit] pypy py3k: hg merge default

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82515:299018381016 Date: 2016-02-25 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/299018381016/ Log:hg merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@ Amaury Forgeot d'Arc Antonio Cuni

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

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82516:868d62ac2a40 Date: 2016-02-25 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/868d62ac2a40/ Log:hg merge py3k diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@ Amaury Forgeot d'Arc Antonio Cuni Sa

[pypy-commit] pypy py3.3: Intern keyword arguments.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82517:34c1abf3cd35 Date: 2016-02-25 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/34c1abf3cd35/ Log:Intern keyword arguments. diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py --- a/pypy/objspace/std/kwargsdic

[pypy-commit] pypy py3.3: Preimport module to reduce stack depth.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82561:0f700cec0352 Date: 2016-02-26 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0f700cec0352/ Log:Preimport module to reduce stack depth. This test file passes if run in isolation. However, if run in conjunction with tes

[pypy-commit] pypy py3.3: Make sure test_os_wait tests are actually run.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82560:b1039c6babf1 Date: 2016-02-25 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/b1039c6babf1/ Log:Make sure test_os_wait tests are actually run. diff --git a/pypy/module/test_lib_pypy/test_os_wait.py b/pypy/module/test_lib_pypy/test_os

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82569:12537e5dacda Date: 2016-02-26 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/12537e5dacda/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

[pypy-commit] pypy py3k: Remove py3k modification which is not needed since 4f2954127738.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82570:e3a8051cb5b8 Date: 2016-02-26 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e3a8051cb5b8/ Log:Remove py3k modification which is not needed since 4f2954127738. diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/

[pypy-commit] pypy default: (ronan, mjacob) Make app-level time.sleep() release the GIL untranslated.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82568:4f2954127738 Date: 2016-02-26 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4f2954127738/ Log:(ronan, mjacob) Make app-level time.sleep() release the GIL untranslated. Some app-level tests call time.sleep() to release

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

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82573:e484ea33125b Date: 2016-02-26 19:20 +0100 http://bitbucket.org/pypy/pypy/changeset/e484ea33125b/ Log:hg merge py3k diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82572:f564a192eb18 Date: 2016-02-26 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f564a192eb18/ Log:hg merge default Also, bring both test_shadow_extension_* tests closer to default. diff --git a/pypy/module/imp/test/test_import.p

  1   2   3   4   5   6   >