[pypy-commit] pypy stmgc-c7: add app-level hint_commit_soon for experimentation

2014-05-08 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r71397:d86fc4a4ae43 Date: 2014-05-08 14:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d86fc4a4ae43/ Log:add app-level hint_commit_soon for experimentation diff --git a/lib_pypy/atomic.py b/lib_pypy/atomic.py --- a/lib_pypy/atomic.py +++ b/li

[pypy-commit] stmgc default: Small fix. Without this, the first 255 transaction's read markers are

2014-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1202:dcea4c839318 Date: 2014-05-08 15:00 +0200 http://bitbucket.org/pypy/stmgc/changeset/dcea4c839318/ Log:Small fix. Without this, the first 255 transaction's read markers are written in the shared mmap, but then we mount a private zero

[pypy-commit] stmgc default: Add a #define USE_REMAP_FILE_PAGES which can be turned off.

2014-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1203:31f9797a356c Date: 2014-05-08 15:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/31f9797a356c/ Log:Add a #define USE_REMAP_FILE_PAGES which can be turned off. diff --git a/c7/stm/core.h b/c7/stm/core.h --- a/c7/stm/core.h +++ b/c7/stm/core.h @@

[pypy-commit] stmgc default: Fix duhton

2014-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1204:2504945a518f Date: 2014-05-08 15:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/2504945a518f/ Log:Fix duhton diff --git a/duhton/object.c b/duhton/object.c --- a/duhton/object.c +++ b/duhton/object.c @@ -35,6 +35,8 @@ trace((struct Du

[pypy-commit] stmgc default: try to reduce the commit-time overhead a bit (adds to all other threads as sync-pause time)

2014-05-08 Thread Raemi
Author: Remi Meier Branch: Changeset: r1205:b0dd12f874f8 Date: 2014-05-08 17:32 +0200 http://bitbucket.org/pypy/stmgc/changeset/b0dd12f874f8/ Log:try to reduce the commit-time overhead a bit (adds to all other threads as sync-pause time) diff --git a/c7/stm/contention.c b/c7/stm/con

[pypy-commit] pypy tkinter_osx_packaging: (alex_gaynor) use /Current/, it symlinks to the proper place

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: tkinter_osx_packaging Changeset: r71401:d873a874ad92 Date: 2014-05-08 19:06 +0400 http://bitbucket.org/pypy/pypy/changeset/d873a874ad92/ Log:(alex_gaynor) use /Current/, it symlinks to the proper place diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tki

[pypy-commit] pypy tkinter_osx_packaging: better error message: this needs X11 headers too

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: tkinter_osx_packaging Changeset: r71398:5d8ce46c0acb Date: 2014-05-08 18:45 +0400 http://bitbucket.org/pypy/pypy/changeset/5d8ce46c0acb/ Log:better error message: this needs X11 headers too diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__in

[pypy-commit] pypy tkinter_osx_packaging: OS/X specific header path

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: tkinter_osx_packaging Changeset: r71399:5783d7359f2b Date: 2014-05-08 18:47 +0400 http://bitbucket.org/pypy/pypy/changeset/5783d7359f2b/ Log:OS/X specific header path diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkint

[pypy-commit] pypy tkinter_osx_packaging: backout 5d8ce46c0acb - maybe it does not really need X11 headers on all platforms

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: tkinter_osx_packaging Changeset: r71400:b6e026fbbc37 Date: 2014-05-08 18:58 +0400 http://bitbucket.org/pypy/pypy/changeset/b6e026fbbc37/ Log:backout 5d8ce46c0acb - maybe it does not really need X11 headers on all platforms diff --git a/lib_pypy/_tki

[pypy-commit] pypy release-2.3.x: Merged in kostialopuhin/pypy/tkinter_osx_packaging (pull request #238)

2014-05-08 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71402:9c855807e9e0 Date: 2014-05-08 19:23 +0300 http://bitbucket.org/pypy/pypy/changeset/9c855807e9e0/ Log:Merged in kostialopuhin/pypy/tkinter_osx_packaging (pull request #238) Fix tkinter packaging on OS/X diff --git a/lib_pypy/

[pypy-commit] pypy default: fix ioctl with negative code param on osx

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71403:d03659ab55ea Date: 2014-05-08 09:25 -0700 http://bitbucket.org/pypy/pypy/changeset/d03659ab55ea/ Log:fix ioctl with negative code param on osx diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py --- a/pypy/module

[pypy-commit] lang-smalltalk stmgc-c7: stm: basis stm activation (primary transaction breaks)

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r812:77ddbd714cfb Date: 2014-05-08 18:24 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/77ddbd714cfb/ Log:stm: basis stm activation (primary transaction breaks) diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/inte

[pypy-commit] lang-smalltalk stmgc-c7: stm: compile time stm checks assume everytime no stm, replace them

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r811:fe1ee893cfb1 Date: 2014-05-08 18:22 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/fe1ee893cfb1/ Log:stm: compile time stm checks assume everytime no stm, replace them rgc.is_stm_enabled first return None and is replace w

[pypy-commit] lang-smalltalk stmgc-c7: model: disable @jit.elidable for as_repr_string

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r813:014f5e42251f Date: 2014-05-08 18:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/014f5e42251f/ Log:model: disable @jit.elidable for as_repr_string Marking as_repr_string on models as @jit.elidable recreates rpython

[pypy-commit] pypy release-2.3.x: fix ioctl with negative code param on osx

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: release-2.3.x Changeset: r71404:da8ff770beb2 Date: 2014-05-08 09:25 -0700 http://bitbucket.org/pypy/pypy/changeset/da8ff770beb2/ Log:fix ioctl with negative code param on osx diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py ---

[pypy-commit] pypy tkinter_osx_packaging: update whatsnew

2014-05-08 Thread mattip
Author: Matti Picus Branch: tkinter_osx_packaging Changeset: r71405:6bb854fd97a6 Date: 2014-05-08 19:27 +0300 http://bitbucket.org/pypy/pypy/changeset/6bb854fd97a6/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-2.3.0.rst b/pypy/doc/whatsnew-2.3.0.rst --- a/pypy/doc/whatsnew-2.3.0.rst ++

[pypy-commit] pypy tkinter_osx_packaging: close branch for merging

2014-05-08 Thread mattip
Author: Matti Picus Branch: tkinter_osx_packaging Changeset: r71406:53535dbab4bd Date: 2014-05-08 19:28 +0300 http://bitbucket.org/pypy/pypy/changeset/53535dbab4bd/ Log:close branch for merging ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: (alex_gaynor) use /Current/, it symlinks to the proper place

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: Changeset: r71409:b2cc67adbaad Date: 2014-05-08 19:06 +0400 http://bitbucket.org/pypy/pypy/changeset/b2cc67adbaad/ Log:(alex_gaynor) use /Current/, it symlinks to the proper place diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/l

[pypy-commit] pypy release-2.3.x: merge heads

2014-05-08 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71412:394146e9bb67 Date: 2014-05-08 19:36 +0300 http://bitbucket.org/pypy/pypy/changeset/394146e9bb67/ Log:merge heads diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py --- a/pypy/module/fcntl/interp_fcnt

[pypy-commit] pypy default: OS/X specific header path

2014-05-08 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: Changeset: r71408:0308ce1b8a22 Date: 2014-05-08 18:47 +0400 http://bitbucket.org/pypy/pypy/changeset/0308ce1b8a22/ Log:OS/X specific header path diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++ b/lib

[pypy-commit] pypy release-2.3.x: merge tkinter_osx_packaging into release

2014-05-08 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71407:13e694aa9918 Date: 2014-05-08 19:29 +0300 http://bitbucket.org/pypy/pypy/changeset/13e694aa9918/ Log:merge tkinter_osx_packaging into release diff --git a/pypy/doc/whatsnew-2.3.0.rst b/pypy/doc/whatsnew-2.3.0.rst --- a/pypy/doc/what

[pypy-commit] pypy default: update whatsnew

2014-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r71410:fecea0b0e138 Date: 2014-05-08 19:32 +0300 http://bitbucket.org/pypy/pypy/changeset/fecea0b0e138/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy release-2.3.x: update whatsnew

2014-05-08 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71411:37c8f69432ed Date: 2014-05-08 19:32 +0300 http://bitbucket.org/pypy/pypy/changeset/37c8f69432ed/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/do

[pypy-commit] pypy default: merge heads

2014-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r71413:272404841063 Date: 2014-05-08 19:37 +0300 http://bitbucket.org/pypy/pypy/changeset/272404841063/ Log:merge heads diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++ b/lib_pypy/_tkinter/tklib.

[pypy-commit] pypy default: update whatsnew

2014-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r71414:e0ca4c047889 Date: 2014-05-08 19:27 +0300 http://bitbucket.org/pypy/pypy/changeset/e0ca4c047889/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-2.3.0.rst b/pypy/doc/whatsnew-2.3.0.rst --- a/pypy/doc/whatsnew-2.3.0.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy default: backout d492bd661190: this breaks a couple rpython tests

2014-05-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71415:d4a4d951ddc2 Date: 2014-05-08 11:04 -0700 http://bitbucket.org/pypy/pypy/changeset/d4a4d951ddc2/ Log:backout d492bd661190: this breaks a couple rpython tests diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/r

[pypy-commit] pypy default: update list of 'important' builds

2014-05-08 Thread mattip
Author: mattip Branch: Changeset: r71416:036ae5f44a4b Date: 2014-05-08 21:22 +0300 http://bitbucket.org/pypy/pypy/changeset/036ae5f44a4b/ Log:update list of 'important' builds diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-b

[pypy-commit] pypy default: merge heads

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71420:e6b55fa0713c Date: 2014-05-08 17:07 -0400 http://bitbucket.org/pypy/pypy/changeset/e6b55fa0713c/ Log:merge heads diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py --- a/lib_pypy/_pypy_interact.py +++ b/lib_pypy/_pypy_interact

[pypy-commit] pypy default: test/fix quotes in bytearray repr

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71419:eefd0674de1d Date: 2014-05-08 17:05 -0400 http://bitbucket.org/pypy/pypy/changeset/eefd0674de1d/ Log:test/fix quotes in bytearray repr diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace

[pypy-commit] pypy default: make struct pack helper func

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71417:e09a947e8997 Date: 2014-05-06 12:05 -0400 http://bitbucket.org/pypy/pypy/changeset/e09a947e8997/ Log:make struct pack helper func diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/module/struct/i

[pypy-commit] pypy default: fix test_boolobject when run -A against cpython

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71418:cc7e428d4ab1 Date: 2014-05-08 16:54 -0400 http://bitbucket.org/pypy/pypy/changeset/cc7e428d4ab1/ Log:fix test_boolobject when run -A against cpython diff --git a/pypy/objspace/std/test/test_boolobject.py b/pypy/objspace/std/test/test_boolobjec

[pypy-commit] pypy default: more cleanups for complex parsing str

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71422:0cecb9c518a9 Date: 2014-05-08 17:36 -0400 http://bitbucket.org/pypy/pypy/changeset/0cecb9c518a9/ Log:more cleanups for complex parsing str diff --git a/pypy/objspace/std/complextype.py b/pypy/objspace/std/complextype.py --- a/pypy/objspace/std/

[pypy-commit] pypy default: test/fix parsing of spaces between nums in complex constructor

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71421:84388c3ff677 Date: 2014-05-08 17:14 -0400 http://bitbucket.org/pypy/pypy/changeset/84388c3ff677/ Log:test/fix parsing of spaces between nums in complex constructor diff --git a/pypy/objspace/std/complextype.py b/pypy/objspace/std/complextype.py

[pypy-commit] pypy default: reject whitespace here too

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71423:2b4f2f6ed112 Date: 2014-05-08 17:43 -0400 http://bitbucket.org/pypy/pypy/changeset/2b4f2f6ed112/ Log:reject whitespace here too diff --git a/pypy/objspace/std/complextype.py b/pypy/objspace/std/complextype.py --- a/pypy/objspace/std/complextype

[pypy-commit] pypy release-2.3.x: Added tag release-2.3 for changeset 394146e9bb67

2014-05-08 Thread mattip
Author: mattip Branch: release-2.3.x Changeset: r71424:2c73362455f7 Date: 2014-05-09 01:23 +0300 http://bitbucket.org/pypy/pypy/changeset/2c73362455f7/ Log:Added tag release-2.3 for changeset 394146e9bb67 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -9,3 +9,4 @@ 20e51c4389e

[pypy-commit] pypy default: merge release-2.3.x

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71425:181fef0fd807 Date: 2014-05-08 18:35 -0400 http://bitbucket.org/pypy/pypy/changeset/181fef0fd807/ Log:merge release-2.3.x diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -6,3 +6,7 @@ 9b623bc48b5950cf07184462a0e48f2c4df0d720 pypy-2

[pypy-commit] pypy default: update versions to 2.4.0-alpha0

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71426:f556d32f8319 Date: 2014-05-08 18:36 -0400 http://bitbucket.org/pypy/pypy/changeset/f556d32f8319/ Log:update versions to 2.4.0-alpha0 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/modu

[pypy-commit] pypy default: fix whatsnew

2014-05-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71427:0125c920eee7 Date: 2014-05-08 18:44 -0400 http://bitbucket.org/pypy/pypy/changeset/0125c920eee7/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head

[pypy-commit] pypy.org extradoc: update notable modules that work with PyPy

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r496:e6f69077f5ae Date: 2014-05-09 08:52 +0300 http://bitbucket.org/pypy/pypy.org/changeset/e6f69077f5ae/ Log:update notable modules that work with PyPy diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/com

[pypy-commit] pypy.org extradoc: rebuild

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r497:b25075d997cf Date: 2014-05-09 08:52 +0300 http://bitbucket.org/pypy/pypy.org/changeset/b25075d997cf/ Log:rebuild diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -45,12 +45,13 @@ Python compatibility -PyPy

[pypy-commit] pypy.org extradoc: release 2.3

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r494:9cfa715fc628 Date: 2014-05-09 02:22 +0300 http://bitbucket.org/pypy/pypy.org/changeset/9cfa715fc628/ Log:release 2.3 diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -3,13 +3,14 @@ titl

[pypy-commit] pypy.org extradoc: add a caveat

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r499:b81128f8345c Date: 2014-05-09 09:03 +0300 http://bitbucket.org/pypy/pypy.org/changeset/b81128f8345c/ Log:add a caveat diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -217,6 +217

[pypy-commit] pypy.org extradoc: change links for source archive

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r495:38d0f50e1742 Date: 2014-05-09 02:30 +0300 http://bitbucket.org/pypy/pypy.org/changeset/38d0f50e1742/ Log:change links for source archive diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download

[pypy-commit] pypy.org extradoc: typo

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r498:a1566bb0df0c Date: 2014-05-09 09:00 +0300 http://bitbucket.org/pypy/pypy.org/changeset/a1566bb0df0c/ Log:typo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -51,7 +51,7 @@ (but not the release) are s

[pypy-commit] pypy.org extradoc: the sad truth

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r500:759d2187da46 Date: 2014-05-09 09:18 +0300 http://bitbucket.org/pypy/pypy.org/changeset/759d2187da46/ Log:the sad truth diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -86,7 +86,7 @@ source or download

[pypy-commit] pypy.org extradoc: make checksum list on download page fit a bit better

2014-05-08 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r501:a5408dbc649c Date: 2014-05-09 09:21 +0300 http://bitbucket.org/pypy/pypy.org/changeset/a5408dbc649c/ Log:make checksum list on download page fit a bit better diff --git a/css/site.css b/css/site.css --- a/css/site.css +++ b/css/site.css @@