[pypy-commit] pypy cpyext-ext: (ronan, fijal) add stubs for datetime object

2016-02-25 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r82524:ea86b9ae3ca6 Date: 2016-02-25 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ea86b9ae3ca6/ Log:(ronan, fijal) add stubs for datetime object diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py ---

[pypy-commit] pypy fix-longevity: (plan_rich, remi) replace is_callee_lookup with attribute on regloc

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82523:491569178ceb Date: 2016-02-25 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/491569178ceb/ Log:(plan_rich,remi) replace is_callee_lookup with attribute on regloc diff --git

[pypy-commit] pypy fix-longevity: (remi, plan_rich) fixed translation

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82522:7cf8129ae01d Date: 2016-02-25 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/7cf8129ae01d/ Log:(remi, plan_rich) fixed translation diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy default: fix whatsnew

2016-02-25 Thread fijal
Author: fijal Branch: Changeset: r82520:a3552a8e8c2c Date: 2016-02-25 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a3552a8e8c2c/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@

[pypy-commit] pypy default: fix the test

2016-02-25 Thread fijal
Author: fijal Branch: Changeset: r82519:a53b593b3b95 Date: 2016-02-25 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a53b593b3b95/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_jitdriver.py b/rpython/jit/metainterp/test/test_jitdriver.py ---

[pypy-commit] pypy fix-longevity: (plan_rich, remi) possibly silghtly improve corner case

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82518:ff9c442e6dc8 Date: 2016-02-25 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ff9c442e6dc8/ Log:(plan_rich,remi) possibly silghtly improve corner case diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy py3.3: Intern keyword arguments.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82517:34c1abf3cd35 Date: 2016-02-25 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/34c1abf3cd35/ Log:Intern keyword arguments. diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py ---

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

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82516:868d62ac2a40 Date: 2016-02-25 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/868d62ac2a40/ Log:hg merge py3k diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@ Amaury Forgeot d'Arc

[pypy-commit] pypy py3k: hg merge default

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82515:299018381016 Date: 2016-02-25 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/299018381016/ Log:hg merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@ Amaury Forgeot

[pypy-commit] pypy fix-longevity: (plan_rich, remi) add additional arg to LiveRanges() in test and fix test

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82514:46c6887af094 Date: 2016-02-25 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/46c6887af094/ Log:(plan_rich,remi) add additional arg to LiveRanges() in test and fix test diff --git

[pypy-commit] pypy cpyext-ext: Fix refcount bug in test

2016-02-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-ext Changeset: r82513:4f809c093ddd Date: 2016-02-25 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4f809c093ddd/ Log:Fix refcount bug in test diff --git a/pypy/module/cpyext/test/test_dictobject.py

[pypy-commit] pypy fix-longevity: (plan_rich, remi) fix for updating bridge argument register assignment

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82512:af0b03bc7ce0 Date: 2016-02-25 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/af0b03bc7ce0/ Log:(plan_rich,remi) fix for updating bridge argument register assignment diff --git

[pypy-commit] pypy fix-longevity: (remi, plan_rich) did not save two files

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82511:bcfdedbf3019 Date: 2016-02-25 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/bcfdedbf3019/ Log:(remi, plan_rich) did not save two files diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) the first version that correctly considers call args and live ranges that survive calls

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82510:9823e109f391 Date: 2016-02-25 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/9823e109f391/ Log:(remi, plan_rich) the first version that correctly considers call args and live ranges that

[pypy-commit] extradoc extradoc: updates

2016-02-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5611:ff9f6252e503 Date: 2016-02-25 16:23 +0100 http://bitbucket.org/pypy/extradoc/changeset/ff9f6252e503/ Log:updates diff --git a/blog/draft/cpyext-gcsupport.rst b/blog/draft/cpyext-gcsupport.rst ---

[pypy-commit] pypy fix-longevity: (plan_rich, remi) fix and test for call survival condition

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82509:a1c4102f1903 Date: 2016-02-25 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a1c4102f1903/ Log:(plan_rich,remi) fix and test for call survival condition diff --git

[pypy-commit] extradoc extradoc: updates

2016-02-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5610:a8a9dcfcf523 Date: 2016-02-25 16:18 +0100 http://bitbucket.org/pypy/extradoc/changeset/a8a9dcfcf523/ Log:updates diff --git a/blog/draft/cpyext-gcsupport.rst b/blog/draft/cpyext-gcsupport.rst ---

[pypy-commit] pypy fix-longevity: merged fix-longevity

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82508:947d61d6c498 Date: 2016-02-25 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/947d61d6c498/ Log:merged fix-longevity diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_integration.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) forward with argument allocation for calls

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82507:5678f7fbd0b3 Date: 2016-02-25 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/5678f7fbd0b3/ Log:(remi, plan_rich) forward with argument allocation for calls diff --git

[pypy-commit] pypy default: Remove objspace.usepycfiles option.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82506:bc2f7f711496 Date: 2016-02-25 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/bc2f7f711496/ Log:Remove objspace.usepycfiles option. This option was needed for the sandbox feature, where it might not be

[pypy-commit] pypy fix-longevity: (plan_rich, remi) test and fix for call_dists calculation

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82505:4e99dd1d0654 Date: 2016-02-25 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/4e99dd1d0654/ Log:(plan_rich,remi) test and fix for call_dists calculation diff --git

[pypy-commit] pypy default: start updating for bug-fix releases

2016-02-25 Thread mattip
Author: mattip Branch: Changeset: r82504:2828af388188 Date: 2016-02-25 12:58 +0100 http://bitbucket.org/pypy/pypy/changeset/2828af388188/ Log:start updating for bug-fix releases diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst ---

[pypy-commit] pypy cpyext-ext: (matti, arigo, ronan around)

2016-02-25 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82503:1dfe3b071dc6 Date: 2016-02-25 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1dfe3b071dc6/ Log:(matti, arigo, ronan around) Test and fix: initialize ob_pypy_link correctly to 0 diff --git

[pypy-commit] pypy fix-longevity: (plan_rich, remi) faster update_free_registers

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82502:3271c1578a13 Date: 2016-02-25 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/3271c1578a13/ Log:(plan_rich,remi) faster update_free_registers diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy default: Reset sys.dont_write_bytecode because apparently the tests are not independent from each other.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82500:b94753e4f5cc Date: 2016-02-25 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/b94753e4f5cc/ Log:Reset sys.dont_write_bytecode because apparently the tests are not independent from each other. diff --git

[pypy-commit] pypy default: Try to make import tests more independent from each other.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82501:34a4d2b7e371 Date: 2016-02-25 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/34a4d2b7e371/ Log:Try to make import tests more independent from each other. diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy fix-longevity: (plan_rich, remi) support changing of register set for tests

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82499:851789a1560c Date: 2016-02-25 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/851789a1560c/ Log:(plan_rich,remi) support changing of register set for tests diff --git

[pypy-commit] pypy fix-longevity: (plan_rich, remi) small fixes and allow updating the free regs lists

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82498:d6ea9d88da47 Date: 2016-02-25 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/d6ea9d88da47/ Log:(plan_rich,remi) small fixes and allow updating the free regs lists diff --git

[pypy-commit] pypy fix-longevity: (remi, plan_rich) renamed index property to value

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82497:ed33bb43fa34 Date: 2016-02-25 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/ed33bb43fa34/ Log:(remi, plan_rich) renamed index property to value diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) fixed all broken tests because of our refactoring

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82496:1b6e563e6cb0 Date: 2016-02-25 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/1b6e563e6cb0/ Log:(remi, plan_rich) fixed all broken tests because of our refactoring diff --git

[pypy-commit] pypy fix-longevity: (plan_rich, remi) fix trivial errors

2016-02-25 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82495:4d5d168ea4e5 Date: 2016-02-25 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4d5d168ea4e5/ Log:(plan_rich,remi) fix trivial errors diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) missing changes that should have been commited earlier?

2016-02-25 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82494:dad960bd604f Date: 2016-02-25 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/dad960bd604f/ Log:(remi, plan_rich) missing changes that should have been commited earlier? diff --git

[pypy-commit] pypy default: Add app level tests for sys.dont_write_bytecode.

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82493:423372b7d89b Date: 2016-02-25 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/423372b7d89b/ Log:Add app level tests for sys.dont_write_bytecode. diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy llvm-translation-backend: hg merge default (+ fixes)

2016-02-25 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82492:d01ebac8cf46 Date: 2016-02-24 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/d01ebac8cf46/ Log:hg merge default (+ fixes) diff too long, truncating to 2000 out of 11381 lines diff --git

[pypy-commit] benchmarks single-run: fix

2016-02-25 Thread fijal
Author: fijal Branch: single-run Changeset: r349:898cedf9e20c Date: 2016-02-25 10:23 +0100 http://bitbucket.org/pypy/benchmarks/changeset/898cedf9e20c/ Log:fix diff --git a/bench-data.json b/bench-data.json --- a/bench-data.json +++ b/bench-data.json @@ -31,7 +31,9 @@ "warmup": 40 },

[pypy-commit] pypy desc-specialize: fixes

2016-02-25 Thread rlamy
Author: Ronan Lamy Branch: desc-specialize Changeset: r82491:aef099eea410 Date: 2016-02-25 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/aef099eea410/ Log:fixes diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py

[pypy-commit] pypy desc-specialize: Create special FunctionDesc subclass for @specialize.memo() functions

2016-02-25 Thread rlamy
Author: Ronan Lamy Branch: desc-specialize Changeset: r82490:67633b1da4fa Date: 2016-02-24 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/67633b1da4fa/ Log:Create special FunctionDesc subclass for @specialize.memo() functions diff --git

[pypy-commit] pypy stmgc-c8: disable cpyext on stm

2016-02-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82489:19cfa846e509 Date: 2016-02-25 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/19cfa846e509/ Log:disable cpyext on stm We don't support the rawrefcount functionality in our GC, and I think there