[pypy-commit] pypy.org extradoc: update the values

2014-08-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r518:816a5cc2d940 Date: 2014-08-08 08:38 +0200 http://bitbucket.org/pypy/pypy.org/changeset/816a5cc2d940/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy py3k-qualname: oops, bump the actual magic number that now lives in importlib!

2014-08-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k-qualname Changeset: r72716:9f0e2a2c6084 Date: 2014-08-07 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/9f0e2a2c6084/ Log:oops, bump the actual magic number that now lives in importlib! diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3

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

2014-08-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k-qualname Changeset: r72715:525ebcd3c24a Date: 2014-08-05 17:36 -0700 http://bitbucket.org/pypy/pypy/changeset/525ebcd3c24a/ Log:merge py3.3 diff too long, truncating to 2000 out of 4104 lines diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-

[pypy-commit] pypy default: Fix comment

2014-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r72714:3bd94738d4f8 Date: 2014-08-07 21:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3bd94738d4f8/ Log:Fix comment diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backend/x86/callbuild

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

2014-08-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72711:5b52f9756edd Date: 2014-08-07 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/5b52f9756edd/ Log:Fix imports diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/assem

[pypy-commit] pypy stmgc-c7: Merge trunk again: redo the abandoned merge in 2aef0e942480.

2014-08-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72709:ce7658973a7b Date: 2014-08-07 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ce7658973a7b/ Log:Merge trunk again: redo the abandoned merge in 2aef0e942480. diff too long, truncating to 2000 out of 112693 lines diff --git a/.hgtags

[pypy-commit] pypy stmgc-c7: Kill this test too

2014-08-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72710:36d2641627cf Date: 2014-08-07 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/36d2641627cf/ Log:Kill this test too diff --git a/rpython/rlib/test/test_rstm.py b/rpython/rlib/test/test_rstm.py --- a/rpython/rlib/test/test_rstm.py +++

[pypy-commit] pypy stmgc-c7: Fix

2014-08-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72712:91f1b7951764 Date: 2014-08-07 18:01 +0200 http://bitbucket.org/pypy/pypy/changeset/91f1b7951764/ Log:Fix diff --git a/pypy/module/thread/stm.py b/pypy/module/thread/stm.py --- a/pypy/module/thread/stm.py +++ b/pypy/module/thread/stm.py @@

[pypy-commit] pypy default: Test and fix (the code in module/pypyjit was already doing that correctly)

2014-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r72713:380497b41b43 Date: 2014-08-07 20:44 +0200 http://bitbucket.org/pypy/pypy/changeset/380497b41b43/ Log:Test and fix (the code in module/pypyjit was already doing that correctly) diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/p

[pypy-commit] pypy default: Add python27.lib automatically, so MSVC users need not specify the .lib

2014-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r72708:4b4823920562 Date: 2014-08-07 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4b4823920562/ Log:Add python27.lib automatically, so MSVC users need not specify the .lib file in their Makefile diff --git a/include/PyPy.h b/include/PyPy

[pypy-commit] lang-smalltalk stmgc-c7: removed changes

2014-08-07 Thread Hubert Hesse
Author: Hubert Hesse Branch: stmgc-c7 Changeset: r1028:94fdcab50ba7 Date: 2014-07-17 13:32 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/94fdcab50ba7/ Log:removed changes diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter.py

[pypy-commit] lang-smalltalk stmgc-c7: merge

2014-08-07 Thread Hubert Hesse
Author: Hubert Hesse Branch: stmgc-c7 Changeset: r1029:3f5e33c7c8ae Date: 2014-08-07 10:59 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3f5e33c7c8ae/ Log:merge diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter.py @@ -17,40

[pypy-commit] lang-smalltalk stmgc-c7: remove dead code

2014-08-07 Thread Hubert Hesse
Author: Hubert Hesse Branch: stmgc-c7 Changeset: r1027:d597c6739d62 Date: 2014-07-17 10:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d597c6739d62/ Log:remove dead code diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter.p