[pypy-commit] pypy default: Added test for fix for issue 1739

2014-04-28 Thread kirbyfan64sos
Author: Ryan Gonzalez Branch: Changeset: r71034:bc7d31eac294 Date: 2014-04-27 22:30 + http://bitbucket.org/pypy/pypy/changeset/bc7d31eac294/ Log:Added test for fix for issue 1739 diff --git a/rpython/rlib/test/test_streamio.py b/rpython/rlib/test/test_streamio.py --- a/rpython/rlib/tes

[pypy-commit] pypy default: Removed redundant 'except' clause

2014-04-28 Thread kirbyfan64sos
Author: Ryan Gonzalez Branch: Changeset: r71035:f1b863443b2d Date: 2014-04-27 23:16 + http://bitbucket.org/pypy/pypy/changeset/f1b863443b2d/ Log:Removed redundant 'except' clause diff --git a/rpython/rlib/test/test_streamio.py b/rpython/rlib/test/test_streamio.py --- a/rpython/rlib/tes

[pypy-commit] pypy default: Fix the test:

2014-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r71036:d63b49940eff Date: 2014-04-28 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d63b49940eff/ Log:Fix the test: - make it pass (O_APPEND missing) - make it fail before the O_APPEND change diff --git a/rpython/rlib/streamio.py

[pypy-commit] pypy default: Merged in asmosoinio/pypy/asmosoinio/fixed-pip-installation-url-github-githu-1398674840188 (pull request #235)

2014-04-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71039:554df1802294 Date: 2014-04-28 02:06 -0700 http://bitbucket.org/pypy/pypy/changeset/554df1802294/ Log:Merged in asmosoinio/pypy/asmosoinio/fixed-pip-installation-url- github-githu-1398674840188 (pull request #235) fixed pip instal

[pypy-commit] pypy asmosoinio/fixed-pip-installation-url-github-githu-1398674840188: fixed pip installation URL (github => githubusercontent)

2014-04-28 Thread asmosoinio
Author: Asmo Soinio Branch: asmosoinio/fixed-pip-installation-url-github-githu-1398674840188 Changeset: r71038:79ed26738adf Date: 2014-04-28 09:03 + http://bitbucket.org/pypy/pypy/changeset/79ed26738adf/ Log:fixed pip installation URL (github => githubusercontent) diff --git a/pypy/doc/g

[pypy-commit] benchmarks default: tweak multithreaded raytrace a bit

2014-04-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r253:bec3da064c27 Date: 2014-04-24 15:04 +0200 http://bitbucket.org/pypy/benchmarks/changeset/bec3da064c27/ Log:tweak multithreaded raytrace a bit diff --git a/multithread/raytrace/raytrace.py b/multithread/raytrace/raytrace.py --- a/multithread/raytrac

[pypy-commit] benchmarks default: a few tweaks

2014-04-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r254:de389b63b99c Date: 2014-04-28 13:50 +0200 http://bitbucket.org/pypy/benchmarks/changeset/de389b63b99c/ Log:a few tweaks diff --git a/multithread/btree/btree.py b/multithread/btree/btree.py --- a/multithread/btree/btree.py +++ b/multithread/btree/bt

[pypy-commit] pypy default: rlib parsing token_class extended with token_position_class

2014-04-28 Thread xando
Author: Sebastian Pawlu? Branch: Changeset: r71040:01046366784a Date: 2014-04-28 15:48 +0200 http://bitbucket.org/pypy/pypy/changeset/01046366784a/ Log:rlib parsing token_class extended with token_position_class diff --git a/rpython/rlib/parsing/lexer.py b/rpython/rlib/parsing/lexer.py ---

[pypy-commit] pypy default: Merged in xando/pypy/lexer_token_position_class (pull request #236)

2014-04-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r71042:f725787e0d52 Date: 2014-04-28 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f725787e0d52/ Log:Merged in xando/pypy/lexer_token_position_class (pull request #236) Extending LexingDFARunner with custom token_position_class d

[pypy-commit] pypy lexer_token_position_class: new line

2014-04-28 Thread xando
Author: Sebastian Pawlu? Branch: lexer_token_position_class Changeset: r71041:401c05e2904d Date: 2014-04-28 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/401c05e2904d/ Log:new line diff --git a/rpython/rlib/parsing/lexer.py b/rpython/rlib/parsing/lexer.py --- a/rpython/rlib/parsing/le

[pypy-commit] benchmarks default: more tweaks

2014-04-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r255:2193a2976d5b Date: 2014-04-28 16:35 +0200 http://bitbucket.org/pypy/benchmarks/changeset/2193a2976d5b/ Log:more tweaks diff --git a/multithread/bench.py b/multithread/bench.py --- a/multithread/bench.py +++ b/multithread/bench.py @@ -34,7 +34,7 @@

[pypy-commit] stmgc marker: in-progress

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1186:a8f77868840a Date: 2014-04-28 15:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/a8f77868840a/ Log:in-progress diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -196,6 +196,10 @@

[pypy-commit] stmgc marker: hg merge default

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1187:06fa05eeb305 Date: 2014-04-28 17:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/06fa05eeb305/ Log:hg merge default diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@ -44,6 +44,8 @@ visit((o

[pypy-commit] stmgc marker: in-progress: clean-up

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1188:fe38fc7a7c18 Date: 2014-04-28 17:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/fe38fc7a7c18/ Log:in-progress: clean-up diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -187,12

[pypy-commit] stmgc marker: Find out how to reuse the logic.

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1189:6b462cb2ba16 Date: 2014-04-28 18:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/6b462cb2ba16/ Log:Find out how to reuse the logic. diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c

[pypy-commit] stmgc marker: A passing test

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1190:3e7dc1e81647 Date: 2014-04-28 18:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/3e7dc1e81647/ Log:A passing test diff --git a/c7/test/test_marker.py b/c7/test/test_marker.py --- a/c7/test/test_marker.py +++ b/c7/test/test_marker.py @@ -2

[pypy-commit] stmgc marker: Report markers for forced pauses. Seems to work but hard to test for now...

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1191:4bde66e3b621 Date: 2014-04-28 18:36 +0200 http://bitbucket.org/pypy/stmgc/changeset/4bde66e3b621/ Log:Report markers for forced pauses. Seems to work but hard to test for now... diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7

[pypy-commit] pypy default: this workaround only necessary when using AI_NUMERICSERV

2014-04-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71044:877e67830b30 Date: 2014-04-28 12:53 -0400 http://bitbucket.org/pypy/pypy/changeset/877e67830b30/ Log:this workaround only necessary when using AI_NUMERICSERV diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsoc

[pypy-commit] pypy stmgc-c7: import stmgc/4bde66e3b621 (branch "marker")

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71045:73611e136820 Date: 2014-04-28 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/73611e136820/ Log:import stmgc/4bde66e3b621 (branch "marker") diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revisi

[pypy-commit] pypy stmgc-c7: Test and implementation of a way to grab the longest_abort_info from RPython

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71047:5971a915100c Date: 2014-04-28 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5971a915100c/ Log:Test and implementation of a way to grab the longest_abort_info from RPython diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rst

[pypy-commit] pypy stmgc-c7: Add a dummy stmcb_commit_soon(). Fix me!

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71046:3e0cdc451004 Date: 2014-04-28 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3e0cdc451004/ Log:Add a dummy stmcb_commit_soon(). Fix me! diff --git a/rpython/translator/stm/src_stm/stmgcintf.c b/rpython/translator/stm/src_stm/stmgci

[pypy-commit] pypy stmgc-c7: Give access to this info from app-level (untested so far)

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71048:9a04fbeb89a3 Date: 2014-04-28 19:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9a04fbeb89a3/ Log:Give access to this info from app-level (untested so far) diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.p

[pypy-commit] pypy stmgc-c7: Test and fix: the "counter" argument we pass to the callback

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71049:f6dab9f69e7c Date: 2014-04-28 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f6dab9f69e7c/ Log:Test and fix: the "counter" argument we pass to the callback from pypy_stm_perform_transaction() should start at 0. diff --git a/

[pypy-commit] pypy stmgc-c7: Jit Fix

2014-04-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71050:92c1768af884 Date: 2014-04-28 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/92c1768af884/ Log:Jit Fix diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpython/rlib/rstm.py @@ -132,6 +132,7 @

[pypy-commit] cffi release-0.8: clarify that cffi is distributed with pypy

2014-04-28 Thread mattip
Author: Matti Picus Branch: release-0.8 Changeset: r1508:0884285cc707 Date: 2014-04-28 18:32 + http://bitbucket.org/cffi/cffi/changeset/0884285cc707/ Log:clarify that cffi is distributed with pypy diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/d

[pypy-commit] pypy default: rework, call the release "Easier Than Ever" for want of a better name

2014-04-28 Thread mattip
Author: Matti Picus Branch: Changeset: r71051:8bc78794a75b Date: 2014-04-28 22:49 +0300 http://bitbucket.org/pypy/pypy/changeset/8bc78794a75b/ Log:rework, call the release "Easier Than Ever" for want of a better name diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.r

[pypy-commit] pypy default: fix for windows, script still does not create proper commands

2014-04-28 Thread mattip
Author: Matti Picus Branch: Changeset: r71053:430c42d4c761 Date: 2014-04-28 23:28 +0300 http://bitbucket.org/pypy/pypy/changeset/430c42d4c761/ Log:fix for windows, script still does not create proper commands diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.p

[pypy-commit] pypy default: whoops

2014-04-28 Thread mattip
Author: Matti Picus Branch: Changeset: r71054:5a6c8e00ee88 Date: 2014-04-28 23:29 +0300 http://bitbucket.org/pypy/pypy/changeset/5a6c8e00ee88/ Log:whoops diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst --- a/pypy/doc/release-2.3.0.rst +++ b/pypy/doc/release-2.3.0.rst @@

[pypy-commit] pypy default: fix test_compiler on osx buildbot

2014-04-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71055:d86c4a65f830 Date: 2014-04-28 13:52 -0700 http://bitbucket.org/pypy/pypy/changeset/d86c4a65f830/ Log:fix test_compiler on osx buildbot diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py +++ b/p

[pypy-commit] pypy default: kill useless ClassMethods metaclass

2014-04-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71056:c8e3b8cbc843 Date: 2014-04-29 01:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c8e3b8cbc843/ Log:kill useless ClassMethods metaclass diff --git a/rpython/rtyper/module/ll_os_path.py b/rpython/rtyper/module/ll_os_path.py --- a/rpython/rtyper/

[pypy-commit] pypy default: issue1746 -- added __closure__ to functions

2014-04-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71057:9913d8bb1a20 Date: 2014-04-28 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/9913d8bb1a20/ Log:issue1746 -- added __closure__ to functions diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/interpreter/typede

[pypy-commit] pypy default: merged upstream

2014-04-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71058:1f55d73ad8a0 Date: 2014-04-28 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/1f55d73ad8a0/ Log:merged upstream diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst --- a/pypy/doc/getting-started.rst +++ b/pypy/doc/getti

[pypy-commit] pypy default: add test for 9913d8bb1a20

2014-04-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71059:0524dae88c75 Date: 2014-04-28 23:27 -0400 http://bitbucket.org/pypy/pypy/changeset/0524dae88c75/ Log:add test for 9913d8bb1a20 diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/te