[pypy-commit] pypy stdlib-2.7.4: Bumped version numbers

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66191:c40b7b15e939 Date: 2013-08-18 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/c40b7b15e939/ Log:Bumped version numbers diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy

[pypy-commit] pypy stdlib-2.7.4: maintain the old unused_data

2013-08-18 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.4 Changeset: r66192:d721f5424f2a Date: 2013-04-01 18:51 -0700 http://bitbucket.org/pypy/pypy/changeset/d721f5424f2a/ Log:maintain the old unused_data (transplanted from 41bea643d6b454d6a9ca653b7e9b2022a45f5bf2) diff --git a/pypy/module/zlib/in

[pypy-commit] pypy default: Fix

2013-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r66193:10d40557981e Date: 2013-08-18 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/10d40557981e/ Log:Fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/llgraph/runner.py +++ b

[pypy-commit] pypy stdlib-2.7.4: include the needed modules for these tests

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66194:2bdbee976ee9 Date: 2013-08-18 12:38 -0700 http://bitbucket.org/pypy/pypy/changeset/2bdbee976ee9/ Log:include the needed modules for these tests diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multipr

[pypy-commit] pypy stdlib-2.7.4: merged upstream

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66195:fc2e67e99022 Date: 2013-08-18 12:39 -0700 http://bitbucket.org/pypy/pypy/changeset/fc2e67e99022/ Log:merged upstream diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/test_connecti

[pypy-commit] pypy stdlib-2.7.4: merged default in

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66196:b02eea9a0b2e Date: 2013-08-18 12:39 -0700 http://bitbucket.org/pypy/pypy/changeset/b02eea9a0b2e/ Log:merged default in diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/back

[pypy-commit] pypy default: Increase the pause times. The tests failed today but I cannot reproduce,

2013-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r66197:d2d78b9065ec Date: 2013-08-18 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d2d78b9065ec/ Log:Increase the pause times. The tests failed today but I cannot reproduce, so I'm guessing it was because the machine was busy and t

[pypy-commit] pypy stdlib-2.7.4: bumped this version number

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66198:f76f365843e0 Date: 2013-08-18 12:49 -0700 http://bitbucket.org/pypy/pypy/changeset/f76f365843e0/ Log:bumped this version number diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py +++

[pypy-commit] pypy stdlib-2.7.4: Made import site work. Also cleaned up some code that predated sets

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66199:679f3facaae0 Date: 2013-08-18 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/679f3facaae0/ Log:Made import site work. Also cleaned up some code that predated sets diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.

[pypy-commit] pypy stdlib-2.7.4: removed dead import

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66200:80a41d701907 Date: 2013-08-18 15:42 -0700 http://bitbucket.org/pypy/pypy/changeset/80a41d701907/ Log:removed dead import diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/co

[pypy-commit] pypy stdlib-2.7.4: Added need modules for this test

2013-08-18 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.4 Changeset: r66201:e464044561a2 Date: 2013-08-18 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/e464044561a2/ Log:Added need modules for this test diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/t

[pypy-commit] pypy stmgc-c4: start using allocate_public_integer_address. Breaks tests in test_stm_integration.py...

2013-08-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66205:a95356764f49 Date: 2013-08-19 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a95356764f49/ Log:start using allocate_public_integer_address. Breaks tests in test_stm_integration.py... diff --git a/rpython/jit/backend/llsuppor

[pypy-commit] pypy stmgc-c4: fix that test so it makes sense

2013-08-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66202:6d7c5891dacc Date: 2013-08-19 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6d7c5891dacc/ Log:fix that test so it makes sense diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py b/rpython/jit/backend/llsupport/test/zrp

[pypy-commit] stmgc nonmovable-int-ref: merge

2013-08-18 Thread Raemi
Author: Remi Meier Branch: nonmovable-int-ref Changeset: r482:bd11f3c7cfe8 Date: 2013-08-15 18:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/bd11f3c7cfe8/ Log:merge diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -1337,9 +1337,13 @@ and then free B, which wil

[pypy-commit] pypy stmgc-c4: the revision too...

2013-08-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66204:c64c72742660 Date: 2013-08-19 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/c64c72742660/ Log:the revision too... diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/transla