[pypy-commit] pypy py3.3: Add 'documentation' for new module.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72598:d53e58ebfc12 Date: 2014-07-29 01:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d53e58ebfc12/ Log:Add 'documentation' for new module. diff --git a/pypy/doc/config/objspace.usemodules._lzma.txt b/pypy/doc/config/objspace.usemodu

[pypy-commit] pypy py3.3: Use the latest version of _posixsubprocess.c from CPython.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72593:67ef90c16a52 Date: 2014-07-27 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/67ef90c16a52/ Log:Use the latest version of _posixsubprocess.c from CPython. Fix tests. diff --git a/pypy/module/_posixsubprocess/_posixsubp

[pypy-commit] pypy py3.3: Thanks to the new imporlib, we don't ignore the optimize flag anymore.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72594:0d3f4870fc29 Date: 2014-07-28 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/0d3f4870fc29/ Log:Thanks to the new imporlib, we don't ignore the optimize flag anymore. diff --git a/lib-python/3/test/test_imp.py b/lib-py

[pypy-commit] pypy py3.3: Python3.3 rewrote the bz2 module at applevel, the C part only contains compressor objects.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72595:1fa088c6d91d Date: 2014-07-28 18:05 +0200 http://bitbucket.org/pypy/pypy/changeset/1fa088c6d91d/ Log:Python3.3 rewrote the bz2 module at applevel, the C part only contains compressor objects. diff --git a/pypy/module/bz2/__

[pypy-commit] pypy py3.3: Just enough of lzma for the first compress() test.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72597:d9880908500a Date: 2014-07-29 01:42 +0200 http://bitbucket.org/pypy/pypy/changeset/d9880908500a/ Log:Just enough of lzma for the first compress() test. diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.p

[pypy-commit] pypy py3.3: A minimal _lzma module, allows to import lzma.py.

2014-07-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72596:5ff448f5dc64 Date: 2014-07-28 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5ff448f5dc64/ Log:A minimal _lzma module, allows to import lzma.py. Test suite will fail... diff --git a/pypy/config/pypyoption.py b/pypy/co

[pypy-commit] pypy default: Change variable name in test to be slightly more consistent.

2014-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r72592:79b2a6eb9c40 Date: 2014-07-28 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/79b2a6eb9c40/ Log:Change variable name in test to be slightly more consistent. diff --git a/rpython/flowspace/test/test_model.py b/rpython/flowspace/test/test_mo

[pypy-commit] cffi parse_constant_plus: Close branch parse_constant_plus

2014-07-28 Thread arigo
Author: Armin Rigo Branch: parse_constant_plus Changeset: r1553:b8540d978fe0 Date: 2014-07-28 20:59 +0200 http://bitbucket.org/cffi/cffi/changeset/b8540d978fe0/ Log:Close branch parse_constant_plus ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] cffi default: Merged in leethargo/cffi/parse_constant_plus (pull request #43)

2014-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1552:8d650b674140 Date: 2014-07-28 20:59 +0200 http://bitbucket.org/cffi/cffi/changeset/8d650b674140/ Log:Merged in leethargo/cffi/parse_constant_plus (pull request #43) add parsing of constant with unary + diff --git a/cffi/cparser.py b/cffi/

[pypy-commit] pypy improve-docs: RPython docs: split toctree on index page into sections (general, user documentation, writing your own interpreter, internals).

2014-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72591:7a3cd5964521 Date: 2014-07-28 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/7a3cd5964521/ Log:RPython docs: split toctree on index page into sections (general, user documentation, writing your own interpreter, internals

[pypy-commit] pypy improve-docs: RPython docs: Remove references to removed CLI backend.

2014-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72589:930dd91754b7 Date: 2014-07-28 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/930dd91754b7/ Log:RPython docs: Remove references to removed CLI backend. diff --git a/rpython/doc/cli-backend.rst b/rpython/doc/cli-backend.rst delet

[pypy-commit] pypy improve-docs: RPython docs: Add hidden toctree in jit/index.rst.

2014-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72590:c54f119015bc Date: 2014-07-28 13:17 +0200 http://bitbucket.org/pypy/pypy/changeset/c54f119015bc/ Log:RPython docs: Add hidden toctree in jit/index.rst. diff --git a/rpython/doc/jit/index.rst b/rpython/doc/jit/index.rst --- a/rpython/

[pypy-commit] lang-smalltalk strategies-bitmap:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies-bitmap Changeset: r1004:35f454029ab0 Date: 2014-07-28 09:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/35f454029ab0/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.python

[pypy-commit] lang-smalltalk storage-context-state-v3: Added LocalReturn. this is where it breaks.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r994:3bd27f741c83 Date: 2014-07-27 00:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3bd27f741c83/ Log:Added LocalReturn. this is where it breaks. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spy

[pypy-commit] lang-smalltalk storage-context-state:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state Changeset: r996:7c0f52366ec2 Date: 2014-07-27 12:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7c0f52366ec2/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.pyt

[pypy-commit] lang-smalltalk interpreter-flags: Added trace message on StackOverflow.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: interpreter-flags Changeset: r991:7b251d7d382c Date: 2014-05-13 12:04 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7b251d7d382c/ Log:Added trace message on StackOverflow. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interprete

[pypy-commit] lang-smalltalk strategies3:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies3 Changeset: r1000:d1bb8ae6a5d4 Date: 2014-07-28 09:46 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d1bb8ae6a5d4/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/m

[pypy-commit] lang-smalltalk strategies3: Fixing up the system to make some experiments.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies3 Changeset: r987:8fb43363b6c6 Date: 2014-03-19 12:05 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8fb43363b6c6/ Log:Fixing up the system to make some experiments. diff --git a/spyvm/fieldtypes.py b/spyvm/fieldtypes.py --- a/spyvm/fieldtype

[pypy-commit] lang-smalltalk storage-display-refactoring:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r997:f899ce5a63b0 Date: 2014-07-27 12:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f899ce5a63b0/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://ma

[pypy-commit] lang-smalltalk strategies3: Removed FixedSizeFieldTypes.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies3 Changeset: r986:f384492f22a3 Date: 2014-03-19 11:55 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f384492f22a3/ Log:Removed FixedSizeFieldTypes. diff --git a/spyvm/fieldtypes.py b/spyvm/fieldtypes.py --- a/spyvm/fieldtypes.py +++ b/spyvm/f

[pypy-commit] lang-smalltalk strategies:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies Changeset: r1003:e5751c8a4a39 Date: 2014-07-28 09:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e5751c8a4a39/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/ma

[pypy-commit] lang-smalltalk interpreter-flags: Added interrupts-flag to interpreter and entry-point to disable user interrupts.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: interpreter-flags Changeset: r990:187ad8278435 Date: 2014-05-13 12:00 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/187ad8278435/ Log:Added interrupts-flag to interpreter and entry-point to disable user interrupts. Added flag to entry-point to

[pypy-commit] lang-smalltalk strategies3: Fixing things up

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies3 Changeset: r988:a77d13fd8840 Date: 2014-03-19 12:42 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a77d13fd8840/ Log:Fixing things up diff --git a/spyvm/fieldtypes.py b/spyvm/fieldtypes.py --- a/spyvm/fieldtypes.py +++ b/spyvm/fieldtypes.py

[pypy-commit] lang-smalltalk strategies-inlining:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies-inlining Changeset: r1006:6c640c6a7724 Date: 2014-07-28 09:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6c640c6a7724/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.pyth

[pypy-commit] lang-smalltalk strategies2: cosing.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies2 Changeset: r985:c597902ccc06 Date: 2014-03-19 11:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c597902ccc06/ Log:cosing. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python

[pypy-commit] lang-smalltalk strategies-tagging:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies-tagging Changeset: r1005:3698fc95dde7 Date: 2014-07-28 09:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3698fc95dde7/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] lang-smalltalk storage-context-state-v2:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r1002:e4a9aefa19ac Date: 2014-07-28 09:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e4a9aefa19ac/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] lang-smalltalk strategies:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies Changeset: r1001:f23c08f44b8b Date: 2014-07-28 09:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f23c08f44b8b/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/ma

[pypy-commit] lang-smalltalk storage-ignoringStackOverflow:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-ignoringStackOverflow Changeset: r999:ae4fc5aa360d Date: 2014-07-28 09:42 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ae4fc5aa360d/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] lang-smalltalk storage-interpreter-refactoring:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-interpreter-refactoring Changeset: r998:63c0ad701980 Date: 2014-07-27 12:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/63c0ad701980/ Log: ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] lang-smalltalk storage-context-state-v3:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r995:a334c37ae996 Date: 2014-07-27 12:20 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a334c37ae996/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] lang-smalltalk storage-context-state-v3: Calling stack_frame from loop()

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r993:da722243ee58 Date: 2014-07-26 23:38 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/da722243ee58/ Log:Calling stack_frame from loop() diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpret

[pypy-commit] lang-smalltalk storage-vref: Added vref refactoring: keeping a virtual back-reference to the sender as long as possible.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-vref Changeset: r992:3fa384225c32 Date: 2014-07-10 12:56 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3fa384225c32/ Log:Added vref refactoring: keeping a virtual back-reference to the sender as long as possible. TODO: Explore why this

[pypy-commit] lang-smalltalk storage-allocRemoval: Merged storage branch.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-allocRemoval Changeset: r989:2e3b082dd9a1 Date: 2014-04-03 10:55 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2e3b082dd9a1/ Log:Merged storage branch. diff too long, truncating to 2000 out of 4957 lines diff --git a/images/Squeak4.5-noBitBlt