[pypy-commit] pypy default: Expand documentation of __pypy_ module. Corrections, additions, removals welcome

2019-03-05 Thread mattip
Author: Matti Picus Branch: Changeset: r96211:c8c8b63926be Date: 2019-03-05 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c8c8b63926be/ Log:Expand documentation of __pypy_ module. Corrections, additions, removals welcome diff --git a/pypy/doc/__pypy__-module.rst b/pypy/doc/__

[pypy-commit] pypy default: Expand like about revdb

2019-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r95751:1cabe8ae73e8 Date: 2019-01-30 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1cabe8ae73e8/ Log:Expand like about revdb diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst --- a/pypy/doc/release-v7.0.0.rst +++ b/pypy/doc/r

[pypy-commit] pypy default: expand test, fix translation

2017-05-29 Thread mattip
Author: Matti Picus Branch: Changeset: r91439:b17c6b5755f2 Date: 2017-05-30 09:44 +0300 http://bitbucket.org/pypy/pypy/changeset/b17c6b5755f2/ Log:expand test, fix translation diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test/test_tupleobject.py --- a/pypy/

[pypy-commit] pypy default: expand the comments

2016-12-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88995:e8b1d9913039 Date: 2016-12-10 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e8b1d9913039/ Log:expand the comments diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +

[pypy-commit] pypy default: expand header of release note

2016-04-20 Thread mattip
Author: mattip Branch: Changeset: r83791:ede770bcad43 Date: 2016-04-20 21:07 +0300 http://bitbucket.org/pypy/pypy/changeset/ede770bcad43/ Log:expand header of release note diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst +++ b/pypy/doc/re

[pypy-commit] pypy default: Expand by saying that there is more than just the cpyext fix (though not much more)

2016-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83165:6a20a2ae2c3b Date: 2016-03-19 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/6a20a2ae2c3b/ Log:Expand by saying that there is more than just the cpyext fix (though not much more) diff --git a/pypy/doc/release-5.0.1.rst b/pypy/doc/re

[pypy-commit] pypy default: expand

2016-03-07 Thread fijal
Author: fijal Branch: Changeset: r82868:cc69148b1226 Date: 2016-03-07 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/cc69148b1226/ Log:expand diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0.0.rst @@ -12,11

[pypy-commit] pypy default: expand this point

2016-02-14 Thread fijal
Author: fijal Branch: Changeset: r82239:63df3933561b Date: 2016-02-14 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/63df3933561b/ Log:expand this point 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.rs

[pypy-commit] pypy default: Expand the error message

2016-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r81754:e57a3cef398c Date: 2016-01-14 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e57a3cef398c/ Log:Expand the error message diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py --- a/pypy/module/_c

[pypy-commit] pypy default: Expand the docs

2015-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r76670:2485283de005 Date: 2015-04-01 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2485283de005/ Log:Expand the docs diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -678,7 +678,12 @@

[pypy-commit] pypy default: Expand the text on threadlocalproperty.

2015-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r76610:cda2320ed4dc Date: 2015-03-28 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cda2320ed4dc/ Log:Expand the text on threadlocalproperty. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -396,18

[pypy-commit] pypy default: Expand on transaction.time and .clock

2015-03-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r76560:623926e972d5 Date: 2015-03-25 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/623926e972d5/ Log:Expand on transaction.time and .clock diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -350,10 +

[pypy-commit] pypy default: Expand trace_slow_path to speed up tracing of dictionaries (with commonly

2015-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r75367:49b4c3d9035e Date: 2015-01-16 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/49b4c3d9035e/ Log:Expand trace_slow_path to speed up tracing of dictionaries (with commonly one or two GC refs per array item) diff --git a/rpython/memory/

[pypy-commit] pypy default: Expand a failing AssertionError with a more descriptive TyperError.

2014-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r72626:372fd1f54b6d Date: 2014-07-31 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/372fd1f54b6d/ Log:Expand a failing AssertionError with a more descriptive TyperError. diff --git a/rpython/rtyper/normalizecalls.py b/rpython/rtyper/normalizecalls

[pypy-commit] pypy default: Expand the example

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70533:7ddd3c163570 Date: 2014-04-10 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7ddd3c163570/ Log:Expand the example diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++ b/

[pypy-commit] pypy default: Expand the comment

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69101:61a9f16c3e8b Date: 2014-02-08 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/61a9f16c3e8b/ Log:Expand the comment diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/history.py ++

[pypy-commit] pypy default: Expand the comments. No actual change in the code.

2013-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r63459:a1173abdf19e Date: 2013-04-17 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/a1173abdf19e/ Log:Expand the comments. No actual change in the code. diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Expand this section

2013-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r60709:8f7466dbf151 Date: 2013-01-30 09:23 +0100 http://bitbucket.org/pypy/pypy/changeset/8f7466dbf151/ Log:Expand this section diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -300,12 +300,26 @@ Do I ha

[pypy-commit] pypy default: Expand a bit the explanation.

2012-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r56783:f8cdc9d037ca Date: 2012-08-21 23:41 +0200 http://bitbucket.org/pypy/pypy/changeset/f8cdc9d037ca/ Log:Expand a bit the explanation. diff --git a/pypy/module/_cffi_backend/test/test_c.py b/pypy/module/_cffi_backend/test/test_c.py --- a/pypy/module

[pypy-commit] pypy default: Expand a bit more the comment

2012-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r54552:d9b5f8a7d8fe Date: 2012-04-19 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d9b5f8a7d8fe/ Log:Expand a bit more the comment diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/asse

[pypy-commit] pypy default: Expand a bit the comments.

2012-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r54539:b89254c1241f Date: 2012-04-19 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b89254c1241f/ Log:Expand a bit the comments. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembl

[pypy-commit] pypy default: Expand the code of unpackiterable() into several versions instead

2011-11-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r48641:33adaaf2cc05 Date: 2011-11-01 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/33adaaf2cc05/ Log:Expand the code of unpackiterable() into several versions instead of keeping a single does-it-all version. diff --git a/pypy/interpreter/

[pypy-commit] pypy default: Expand /3GB stuff a bit

2011-07-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r45888:3540a8fca517 Date: 2011-07-22 22:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3540a8fca517/ Log:Expand /3GB stuff a bit diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst

[pypy-commit] pypy default: expand this task

2011-06-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44730:6ef744efe14c Date: 2011-06-06 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/6ef744efe14c/ Log:expand this task diff --git a/pypy/doc/image/jitviewer.png b/pypy/doc/image/jitviewer.png new file mode 100644 index 0

[pypy-commit] pypy default: expand an xxx

2011-06-04 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44702:382d20525d33 Date: 2011-06-04 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/382d20525d33/ Log:expand an xxx diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/projec