[pypy-commit] pypy default: in-progress

2016-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r88344:7f3ff26e1ac7 Date: 2016-11-13 14:56 + http://bitbucket.org/pypy/pypy/changeset/7f3ff26e1ac7/ Log:in-progress diff --git a/rpython/tool/disassembler.py b/rpython/tool/disassembler.py --- a/rpython/tool/disassembler.py +++ b/rpython/tool/disass

[pypy-commit] pypy default: in-progress: adapt stm.rst

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r76365:1cf084edb3ab Date: 2015-03-13 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/1cf084edb3ab/ Log:in-progress: adapt stm.rst diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -45,11 +45,10 @@

[pypy-commit] pypy default: in-progress: call_release_gil

2014-08-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r73202:0b926ccd6944 Date: 2014-08-30 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0b926ccd6944/ Log:in-progress: call_release_gil diff --git a/rpython/jit/backend/arm/callbuilder.py b/rpython/jit/backend/arm/callbuilder.py --- a/rpython/jit/bac

[pypy-commit] pypy default: in-progress document about embedding

2014-02-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r69456:7f6f07e39700 Date: 2014-02-26 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/7f6f07e39700/ Log:in-progress document about embedding diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: in-progress

2012-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r57497:77e53dea1fe0 Date: 2012-09-23 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/77e53dea1fe0/ Log:in-progress diff --git a/pypy/module/_csv/__init__.py b/pypy/module/_csv/__init__.py --- a/pypy/module/_csv/__init__.py +++ b/pypy/module/_csv/__

[pypy-commit] pypy default: in-progress: writer

2012-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r57503:c8258d1b52d9 Date: 2012-09-24 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/c8258d1b52d9/ Log:in-progress: writer diff --git a/pypy/module/_csv/__init__.py b/pypy/module/_csv/__init__.py --- a/pypy/module/_csv/__init__.py +++ b/pypy/module

[pypy-commit] pypy default: In-progress: streamline the write barrier called by the x86

2012-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r55276:247ff481a07e Date: 2012-06-03 01:37 +0200 http://bitbucket.org/pypy/pypy/changeset/247ff481a07e/ Log:In-progress: streamline the write barrier called by the x86 jit backend. The goal is to try out if a simpler write barrier wouldn't

[pypy-commit] pypy default: In-progress: the very first test passes.

2011-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r44055:b3db989ddedc Date: 2011-05-10 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/b3db989ddedc/ Log:In-progress: the very first test passes. diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/py