[pypy-commit] pypy jit-leaner-frontend: fix the trace stiching

2016-03-24 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r83313:8e88a9afa548 Date: 2016-03-24 12:53 +0200 http://bitbucket.org/pypy/pypy/changeset/8e88a9afa548/ Log:fix the trace stiching diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metaint

[pypy-commit] pypy.org extradoc: update links

2016-03-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r727:136b49943029 Date: 2016-03-24 12:23 +0100 http://bitbucket.org/pypy/pypy.org/changeset/136b49943029/ Log:update links diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -196,7 +196,7 @@ uncompressed, they

[pypy-commit] pypy.org extradoc: Point to the 4.0.0 release for ppc, with a note that there is a bug in the 5.0.0 releases

2016-03-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r728:6d6e1e513945 Date: 2016-03-24 12:27 +0100 http://bitbucket.org/pypy/pypy.org/changeset/6d6e1e513945/ Log:Point to the 4.0.0 release for ppc, with a note that there is a bug in the 5.0.0 releases diff --git a/download.html b/download

[pypy-commit] pypy default: Fix import in pdbplus.py

2016-03-24 Thread krono
Author: Tobias Pape Branch: Changeset: r83314:c16375b8325d Date: 2016-03-24 12:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c16375b8325d/ Log:Fix import in pdbplus.py diff --git a/rpython/translator/tool/pdbplus.py b/rpython/translator/tool/pdbplus.py --- a/rpython/translator/tool/pdb

[pypy-commit] pypy release-5.x: calculate index value (const scale, const offset) before emiting the load for ConstPtrs

2016-03-24 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r83315:30178fbdc748 Date: 2016-03-01 08:32 +0100 http://bitbucket.org/pypy/pypy/changeset/30178fbdc748/ Log:calculate index value (const scale, const offset) before emiting the load for ConstPtrs diff --git a/rpython/jit/backend

[pypy-commit] pypy jit-leaner-frontend: a quick fix that might work, btu we need to refactor that

2016-03-24 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r83316:257b7819ee50 Date: 2016-03-24 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/257b7819ee50/ Log:a quick fix that might work, btu we need to refactor that diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/p

[pypy-commit] pypy.org extradoc: send out pypy-5.0.1+-ppc64*

2016-03-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r729:1e94b0683a62 Date: 2016-03-24 15:37 +0100 http://bitbucket.org/pypy/pypy.org/changeset/1e94b0683a62/ Log:send out pypy-5.0.1+-ppc64* diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -125,10 +125,8 @@ Fr

[pypy-commit] extradoc extradoc: move that to the correct place

2016-03-24 Thread fijal
Author: fijal Branch: extradoc Changeset: r5616:f38e3cf0a59d Date: 2016-03-24 16:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/f38e3cf0a59d/ Log:move that to the correct place diff --git a/scipyUS2016/proposal.rst b/talk/scipyUS2016/proposal.rst rename from scipyUS2016/proposal.rst re

[pypy-commit] extradoc extradoc: work on the last para

2016-03-24 Thread fijal
Author: fijal Branch: extradoc Changeset: r5617:afc5d24e8d8a Date: 2016-03-24 16:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/afc5d24e8d8a/ Log:work on the last para diff --git a/talk/scipyUS2016/proposal.rst b/talk/scipyUS2016/proposal.rst --- a/talk/scipyUS2016/proposal.rst +++ b/t

[pypy-commit] pypy cpyext-ext: fixes for win32

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83319:ca63eb4f0726 Date: 2016-03-24 01:42 +0200 http://bitbucket.org/pypy/pypy/changeset/ca63eb4f0726/ Log:fixes for win32 diff --git a/pypy/module/cpyext/include/floatobject.h b/pypy/module/cpyext/include/floatobject.h --- a/pypy/module/cpyext/

[pypy-commit] pypy cpyext-ext: fix merge

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83318:158eb5d4ebd0 Date: 2016-03-24 00:50 +0200 http://bitbucket.org/pypy/pypy/changeset/158eb5d4ebd0/ Log:fix merge diff --git a/pypy/module/cpyext/include/unicodeobject.h b/pypy/module/cpyext/include/unicodeobject.h --- a/pypy/module/cpyext/in

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83317:51207eafb0bd Date: 2016-03-24 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/51207eafb0bd/ Log:merge default into branch diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -19,3 +19,4 @@ 850edf14b2c75573720f59e95767335fb1a

[pypy-commit] pypy jit-leaner-frontend: since we never allocate resops in the frontend, try a bit harder to have less copies

2016-03-24 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r83320:26aeb872ebe0 Date: 2016-03-24 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/26aeb872ebe0/ Log:since we never allocate resops in the frontend, try a bit harder to have less copies diff --git a/rpython/jit/metainterp/opt

[pypy-commit] pypy guard-compatible: print the string values into the guard_compatible conditions

2016-03-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83323:c98ecc5ad0e4 Date: 2016-03-24 20:28 +0100 http://bitbucket.org/pypy/pypy/changeset/c98ecc5ad0e4/ Log:print the string values into the guard_compatible conditions diff --git a/rpython/jit/metainterp/compatible.py b/rpytho

[pypy-commit] pypy guard-compatible: at least print nullness of const ptrs

2016-03-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83321:bcbe3b068a65 Date: 2016-03-23 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/bcbe3b068a65/ Log:at least print nullness of const ptrs diff --git a/rpython/jit/metainterp/compatible.py b/rpython/jit/metainterp/compat

[pypy-commit] pypy guard-compatible: inform valgrind of the patching

2016-03-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83322:9ebf2fc754a2 Date: 2016-03-24 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9ebf2fc754a2/ Log:inform valgrind of the patching diff --git a/rpython/jit/backend/x86/guard_compat.py b/rpython/jit/backend/x86/guard_co

[pypy-commit] pypy cpyext-ext: test, add half of PyObject_Realloc

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83324:ed8ef8873c00 Date: 2016-03-24 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ed8ef8873c00/ Log:test, add half of PyObject_Realloc diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h --- a/pypy/modul

[pypy-commit] pypy rposix-for-3: Test and fix symlinkat()

2016-03-24 Thread rlamy
Author: Ronan Lamy Branch: rposix-for-3 Changeset: r83325:756915d867d0 Date: 2016-03-25 00:34 + http://bitbucket.org/pypy/pypy/changeset/756915d867d0/ Log:Test and fix symlinkat() diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib

[pypy-commit] pypy follow_symlinks: Add test for symlink(.., dir_fd=...)

2016-03-24 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83327:57c933e9ad24 Date: 2016-03-25 00:48 + http://bitbucket.org/pypy/pypy/changeset/57c933e9ad24/ Log:Add test for symlink(.., dir_fd=...) diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py -

[pypy-commit] pypy follow_symlinks: hg merge rposix-for-3

2016-03-24 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83326:8ecd99407360 Date: 2016-03-25 00:36 + http://bitbucket.org/pypy/pypy/changeset/8ecd99407360/ Log:hg merge rposix-for-3 diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib

[pypy-commit] pypy follow_symlinks: Split off interp-level tests from test_posix2.py

2016-03-24 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83328:7682a6f35d12 Date: 2016-03-25 01:08 + http://bitbucket.org/pypy/pypy/changeset/7682a6f35d12/ Log:Split off interp-level tests from test_posix2.py This prevents -A tests from trying to import hypothesis. diff --git a/py