[pypy-commit] pypy default: Update: mention the varying slow-down factor

2014-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r71438:05559fd0dfb2 Date: 2014-05-10 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/05559fd0dfb2/ Log:Update: mention the varying slow-down factor diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -3

[pypy-commit] pypy default: test and fix

2014-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r71439:6a78aac458a8 Date: 2014-05-10 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6a78aac458a8/ Log:test and fix diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/debug.py +++ b/rpython/rlib/debug.py @@ -288,7 +288,9

[pypy-commit] pypy default: test, fix to only output IRC topic if nonrelease or if PYPY_IRC_TOPIC set

2014-05-10 Thread mattip
Author: mattip Branch: Changeset: r71440:adbfbb5d604d Date: 2014-05-10 23:16 +0300 http://bitbucket.org/pypy/pypy/changeset/adbfbb5d604d/ Log:test, fix to only output IRC topic if nonrelease or if PYPY_IRC_TOPIC set diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_ma

[pypy-commit] pypy default: fix docs

2014-05-10 Thread mattip
Author: mattip Branch: Changeset: r71441:5286728a9f98 Date: 2014-05-10 23:38 +0300 http://bitbucket.org/pypy/pypy/changeset/5286728a9f98/ Log:fix docs diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/how-to-release.rst @

[pypy-commit] pypy decimal-libmpdec: Add decimal "Signals", i.e. exceptions.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71448:2ca4490e70b9 Date: 2014-05-01 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/2ca4490e70b9/ Log:Add decimal "Signals", i.e. exceptions. diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/__init__.p

[pypy-commit] pypy decimal-libmpdec: One more test, progress!

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71457:2277990d7939 Date: 2014-05-09 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/2277990d7939/ Log:One more test, progress! diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py

[pypy-commit] pypy py3.3: Skip a test in test_re

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r71442:22619b806fa7 Date: 2014-05-01 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/22619b806fa7/ Log:Skip a test in test_re diff --git a/lib-python/3/test/test_re.py b/lib-python/3/test/test_re.py --- a/lib-python/3/test/test_re.py

[pypy-commit] pypy decimal-libmpdec: A branch to use the "fast" libmpdec for the decimal module.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71444:c4c346892732 Date: 2014-05-01 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/c4c346892732/ Log:A branch to use the "fast" libmpdec for the decimal module. ___ pypy-commit

[pypy-commit] pypy decimal-libmpdec: Lots of progress in context.create_decimal().

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71458:f8e3661a9e69 Date: 2014-05-10 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f8e3661a9e69/ Log:Lots of progress in context.create_decimal(). diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decim

[pypy-commit] pypy decimal-libmpdec: Fixes

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71453:67994435c7e0 Date: 2014-05-05 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/67994435c7e0/ Log:Fixes diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/int

[pypy-commit] pypy decimal-libmpdec: More context methods, will be able to start test_decimal.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71450:2ea4370d6126 Date: 2014-05-02 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/2ea4370d6126/ Log:More context methods, will be able to start test_decimal. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyopti

[pypy-commit] pypy decimal-libmpdec: Add 4 basic operations.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71462:b81b759072ba Date: 2014-05-10 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/b81b759072ba/ Log:Add 4 basic operations. diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py -

[pypy-commit] pypy decimal-libmpdec: Fix translation

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71460:e26eb44b77a7 Date: 2014-05-10 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e26eb44b77a7/ Log:Fix translation diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py --- a/pyp

[pypy-commit] pypy decimal-libmpdec: Decimal: More tests, more constructors.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71456:8667f0db8c8c Date: 2014-05-07 00:30 +0200 http://bitbucket.org/pypy/pypy/changeset/8667f0db8c8c/ Log:Decimal: More tests, more constructors. diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/int

[pypy-commit] pypy decimal-libmpdec: Add _decimal.Decimal, empty.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71446:3a643e398e1d Date: 2014-05-01 21:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3a643e398e1d/ Log:Add _decimal.Decimal, empty. diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/__init__.py --- a/pyp

[pypy-commit] pypy py3.3: Finish sys.implementation

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r71443:c7f33aefe221 Date: 2014-05-01 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c7f33aefe221/ Log:Finish sys.implementation diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/mod

[pypy-commit] pypy decimal-libmpdec: Really start the Decimal type: some constructors.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71451:563cb51db85c Date: 2014-05-02 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/563cb51db85c/ Log:Really start the Decimal type: some constructors. diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/

[pypy-commit] pypy decimal-libmpdec: Add enough of context constructor,

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71449:494911ddea62 Date: 2014-05-02 01:04 +0200 http://bitbucket.org/pypy/pypy/changeset/494911ddea62/ Log:Add enough of context constructor, so that test_decimal can be imported and run tests. diff --git a/pypy/module

[pypy-commit] pypy decimal-libmpdec: add decimal.Context.__repr__

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71461:e6fb259b2e7e Date: 2014-05-10 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e6fb259b2e7e/ Log:add decimal.Context.__repr__ diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/__init__.py --- a/pyp

[pypy-commit] pypy decimal-libmpdec: Start decimal.context, so far only with a skeleton of the "flags" attribute.

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71447:a858f7de905a Date: 2014-05-01 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a858f7de905a/ Log:Start decimal.context, so far only with a skeleton of the "flags" attribute. diff --git a/pypy/module/_decimal/

[pypy-commit] pypy decimal-libmpdec: Progress

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71454:0c0a9f75a3c7 Date: 2014-05-05 23:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0c0a9f75a3c7/ Log:Progress diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/__init__.py --- a/pypy/module/_decimal/__

[pypy-commit] pypy decimal-libmpdec: More constructors to Decimal, add __str__

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71452:46b622916a28 Date: 2014-05-05 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/46b622916a28/ Log:More constructors to Decimal, add __str__ diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy

[pypy-commit] pypy decimal-libmpdec: Add tuple->Decimal conversion

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71455:c80a6ebb000b Date: 2014-05-06 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c80a6ebb000b/ Log:Add tuple->Decimal conversion diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decima

[pypy-commit] pypy decimal-libmpdec: Add passing test

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71459:a24293c9d03b Date: 2014-05-10 12:16 +0200 http://bitbucket.org/pypy/pypy/changeset/a24293c9d03b/ Log:Add passing test diff --git a/pypy/module/_decimal/test/test_decimal.py b/pypy/module/_decimal/test/test_decimal.py --

[pypy-commit] pypy decimal-libmpdec: Add Context.clear_flags()

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71465:739252dd6bf7 Date: 2014-05-10 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/739252dd6bf7/ Log:Add Context.clear_flags() diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py

[pypy-commit] pypy decimal-libmpdec: Add int() conversion, support for trunc(), round()...

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71464:502a9fa6ddd6 Date: 2014-05-10 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/502a9fa6ddd6/ Log:Add int() conversion, support for trunc(), round()... diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/modul

[pypy-commit] pypy decimal-libmpdec: Progress: Decimal.__repr__

2014-05-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r71463:423fc178afd4 Date: 2014-05-10 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/423fc178afd4/ Log:Progress: Decimal.__repr__ diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.p