[pypy-commit] pypy default: Mention rpython.rlib.*

2013-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67595:1e3a1707f812 Date: 2013-10-25 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1e3a1707f812/ Log:Mention rpython.rlib.* diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -266,6

[pypy-commit] pypy jit-settrace: a new program to debug

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67598:9ce613a941bb Date: 2013-10-25 08:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9ce613a941bb/ Log:a new program to debug diff --git a/pypy/tool/pypyjit_demo.py b/pypy/tool/pypyjit_demo.py ---

[pypy-commit] pypy stmgc-c4: import stmgc with better constptr allocation

2013-10-25 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r67599:a4d501389912 Date: 2013-10-25 14:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a4d501389912/ Log:import stmgc with better constptr allocation diff --git a/rpython/translator/stm/src_stm/et.c

[pypy-commit] pypy rdict-experiments-3: don't look into this function

2013-10-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: rdict-experiments-3 Changeset: r67601:5c1b0e817070 Date: 2013-10-25 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/5c1b0e817070/ Log:don't look into this function diff --git a/rpython/rtyper/lltypesystem/rdict.py

[pypy-commit] pypy jit-settrace: fijal says it's safe

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67602:d65280b97f33 Date: 2013-10-25 09:31 -0700 http://bitbucket.org/pypy/pypy/changeset/d65280b97f33/ Log:fijal says it's safe diff --git a/pypy/interpreter/eval.py b/pypy/interpreter/eval.py ---

[pypy-commit] pypy jit-settrace: Put is_tracefunc on the greenkey

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67603:823690e51853 Date: 2013-10-25 09:39 -0700 http://bitbucket.org/pypy/pypy/changeset/823690e51853/ Log:Put is_tracefunc on the greenkey diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy jit-settrace: order here too

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67605:57961032b236 Date: 2013-10-25 09:42 -0700 http://bitbucket.org/pypy/pypy/changeset/57961032b236/ Log:order here too diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy jit-settrace: fix order

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67604:913739345d22 Date: 2013-10-25 09:42 -0700 http://bitbucket.org/pypy/pypy/changeset/913739345d22/ Log:fix order diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy remove-eval-frame: Remove eval.Frame class that didn't add value (and added foncusion)

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: remove-eval-frame Changeset: r67606:d7fd8a64c1db Date: 2013-10-25 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/d7fd8a64c1db/ Log:Remove eval.Frame class that didn't add value (and added foncusion) diff --git a/pypy/interpreter/eval.py

[pypy-commit] pypy remove-eval-frame: This changed

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: remove-eval-frame Changeset: r67607:380243ad56c7 Date: 2013-10-25 10:33 -0700 http://bitbucket.org/pypy/pypy/changeset/380243ad56c7/ Log:This changed diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy rdict-experiments-3: fix one benchmarks by tweaking the heuristic here

2013-10-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: rdict-experiments-3 Changeset: r67608:12e93b008934 Date: 2013-10-25 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/12e93b008934/ Log:fix one benchmarks by tweaking the heuristic here diff --git a/rpython/rtyper/lltypesystem/rdict.py

[pypy-commit] pypy remove-eval-frame: more removed instructions

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: remove-eval-frame Changeset: r67609:49c14f23008c Date: 2013-10-25 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/49c14f23008c/ Log:more removed instructions diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy default: Merged remove-eval-frame

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67611:dad9dd8a5972 Date: 2013-10-25 12:04 -0700 http://bitbucket.org/pypy/pypy/changeset/dad9dd8a5972/ Log:Merged remove-eval-frame Removed eval.Frame and just put all the stuff onto pyframe.PyFrame where it

[pypy-commit] pypy remove-eval-frame: Close branch for merge

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: remove-eval-frame Changeset: r67610:eb0fe53861e9 Date: 2013-10-25 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/eb0fe53861e9/ Log:Close branch for merge ___ pypy-commit mailing list

[pypy-commit] pypy jit-settrace: merged default in

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67612:10d4f8c79311 Date: 2013-10-25 12:06 -0700 http://bitbucket.org/pypy/pypy/changeset/10d4f8c79311/ Log:merged default in diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++

[pypy-commit] pypy jit-settrace: Moved changes over

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67613:acdbfb92636b Date: 2013-10-25 12:08 -0700 http://bitbucket.org/pypy/pypy/changeset/acdbfb92636b/ Log:Moved changes over diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy jit-settrace: these should have been set as well:

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67614:74c7fe24d0eb Date: 2013-10-25 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/74c7fe24d0eb/ Log:these should have been set as well: diff --git a/pypy/interpreter/nestedscope.py

[pypy-commit] pypy jit-settrace: not sure how this sneaked in

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: jit-settrace Changeset: r67615:ad372032051b Date: 2013-10-25 12:16 -0700 http://bitbucket.org/pypy/pypy/changeset/ad372032051b/ Log:not sure how this sneaked in diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py ---

[pypy-commit] pypy default: small cleanups

2013-10-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67616:ff15fb05ce74 Date: 2013-10-25 16:11 -0400 http://bitbucket.org/pypy/pypy/changeset/ff15fb05ce74/ Log:small cleanups diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy rdict-experiments-3: ups tweak this back

2013-10-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: rdict-experiments-3 Changeset: r67618:a0be44456d2c Date: 2013-10-25 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a0be44456d2c/ Log:ups tweak this back diff --git a/rpython/rtyper/lltypesystem/rdict.py

[pypy-commit] pypy default: Merge jit-settrace.

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67622:6b62779684ac Date: 2013-10-25 15:35 -0700 http://bitbucket.org/pypy/pypy/changeset/6b62779684ac/ Log:Merge jit-settrace. This lets the JIT stay active when sys.settrace() has a tracefunc enabled diff --git

[pypy-commit] pypy default: merged upstream

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67623:b2974d88f4d3 Date: 2013-10-25 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/b2974d88f4d3/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy py3k: 2to3

2013-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r67625:ecf25bee47a9 Date: 2013-10-25 11:53 -0700 http://bitbucket.org/pypy/pypy/changeset/ecf25bee47a9/ Log:2to3 diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py ---

[pypy-commit] extradoc extradoc: Draft blog post on coverage.py

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5097:43914da11da0 Date: 2013-10-25 16:04 -0700 http://bitbucket.org/pypy/extradoc/changeset/43914da11da0/ Log:Draft blog post on coverage.py diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst new file mode

[pypy-commit] extradoc extradoc: Fix up tables

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5098:bb499fa28163 Date: 2013-10-25 16:06 -0700 http://bitbucket.org/pypy/extradoc/changeset/bb499fa28163/ Log:Fix up tables diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst +++

[pypy-commit] extradoc extradoc: one more fix

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5099:4b0af7c8e75c Date: 2013-10-25 16:07 -0700 http://bitbucket.org/pypy/extradoc/changeset/4b0af7c8e75c/ Log:one more fix diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst +++

[pypy-commit] extradoc extradoc: Mention that I didn't reivew the literature exhaustively

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5100:a0d525fd94e7 Date: 2013-10-25 16:13 -0700 http://bitbucket.org/pypy/extradoc/changeset/a0d525fd94e7/ Log:Mention that I didn't reivew the literature exhaustively diff --git a/blog/draft/coverage.rst

[pypy-commit] extradoc extradoc: fixed typos (via cyli)

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5101:dd6af335e817 Date: 2013-10-25 16:18 -0700 http://bitbucket.org/pypy/extradoc/changeset/dd6af335e817/ Log:fixed typos (via cyli) diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst ---

[pypy-commit] extradoc extradoc: fancy dash

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5102:e2ad4c53afac Date: 2013-10-25 16:21 -0700 http://bitbucket.org/pypy/extradoc/changeset/e2ad4c53afac/ Log:fancy dash diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst +++

[pypy-commit] extradoc extradoc: rewrite

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5103:b710505c06d1 Date: 2013-10-25 16:25 -0700 http://bitbucket.org/pypy/extradoc/changeset/b710505c06d1/ Log:rewrite diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst +++

[pypy-commit] extradoc extradoc: final rephase

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5104:927371b8cf17 Date: 2013-10-25 16:42 -0700 http://bitbucket.org/pypy/extradoc/changeset/927371b8cf17/ Log:final rephase diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst +++

[pypy-commit] extradoc extradoc: fix for pygments

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5105:5f88260857ab Date: 2013-10-25 16:43 -0700 http://bitbucket.org/pypy/extradoc/changeset/5f88260857ab/ Log:fix for pygments diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst --- a/blog/draft/coverage.rst

[pypy-commit] pypy default: document this branch

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67627:2751bc1b671a Date: 2013-10-25 18:41 -0700 http://bitbucket.org/pypy/pypy/changeset/2751bc1b671a/ Log:document this branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: document this branch to

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67628:06b2c9fd9c98 Date: 2013-10-25 18:42 -0700 http://bitbucket.org/pypy/pypy/changeset/06b2c9fd9c98/ Log:document this branch to diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---