[pypy-commit] pypy improve-docs: fix some references

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: improve-docs Changeset: r74100:6ea906e1e90a Date: 2014-10-23 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/6ea906e1e90a/ Log:fix some references diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---

[pypy-commit] pypy look-into-all-modules: look into all modules

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: look-into-all-modules Changeset: r74101:9de35201221b Date: 2014-10-23 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/9de35201221b/ Log:look into all modules diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py

[pypy-commit] pypy online-transforms: Handle method_descriptor case

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: online-transforms Changeset: r74102:ee3b3b9274c1 Date: 2014-10-23 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ee3b3b9274c1/ Log:Handle method_descriptor case diff --git a/rpython/annotator/bookkeeper.py

[pypy-commit] pypy kill-exported-symbols-list: Try another approach: kill 'eci.exported_symbols'

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74103:aab7e664e48a Date: 2014-10-23 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/aab7e664e48a/ Log:Try another approach: kill 'eci.exported_symbols' diff --git a/rpython/rlib/entrypoint.py

[pypy-commit] extradoc extradoc: Planning for today

2014-10-23 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: extradoc Changeset: r5447:572d3874591d Date: 2014-10-23 12:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/572d3874591d/ Log:Planning for today diff --git a/sprintinfo/warsaw-2014/planning.txt b/sprintinfo/warsaw-2014/planning.txt

[pypy-commit] pypy kill-exported-symbols-list: pom pom pom

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74105:745fbb3dd367 Date: 2014-10-23 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/745fbb3dd367/ Log:pom pom pom diff --git a/pypy/module/_rawffi/alt/test/test_funcptr.py

[pypy-commit] pypy kill-exported-symbols-list: fix fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74104:b63c8a1c9269 Date: 2014-10-23 11:33 +0200 http://bitbucket.org/pypy/pypy/changeset/b63c8a1c9269/ Log:fix fix diff --git a/rpython/rlib/rdtoa.py b/rpython/rlib/rdtoa.py --- a/rpython/rlib/rdtoa.py +++

[pypy-commit] pypy kill-exported-symbols-list: fixfixfix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74106:8358f7f90e35 Date: 2014-10-23 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8358f7f90e35/ Log:fixfixfix diff --git a/rpython/rtyper/tool/test/test_mkrffi.py

[pypy-commit] pypy kill-exported-symbols-list: fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74107:9dfe6c33078f Date: 2014-10-23 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9dfe6c33078f/ Log:fix diff --git a/rpython/rtyper/tool/test/test_rffi_platform.py

[pypy-commit] pypy kill-exported-symbols-list: fixfix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74108:a6e30a6db8cb Date: 2014-10-23 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a6e30a6db8cb/ Log:fixfix diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py ---

[pypy-commit] pypy look-into-all-modules: unicodedata is really jit.dont_look_inside

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: look-into-all-modules Changeset: r74109:7536cccef99c Date: 2014-10-23 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/7536cccef99c/ Log:unicodedata is really jit.dont_look_inside diff --git a/pypy/module/pypyjit/policy.py

[pypy-commit] pypy kill-exported-symbols-list: fixfixfix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74110:f3a7cebf1c70 Date: 2014-10-23 13:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f3a7cebf1c70/ Log:fixfixfix diff --git a/pypy/module/_ssl/thread_lock.py b/pypy/module/_ssl/thread_lock.py ---

[pypy-commit] pypy kill-exported-symbols-list: fixfix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74111:b944214058b2 Date: 2014-10-23 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b944214058b2/ Log:fixfix diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy remove-remaining-smm: Back out c0abbab51946.

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: remove-remaining-smm Changeset: r74112:219193ee464e Date: 2014-10-23 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/219193ee464e/ Log:Back out c0abbab51946. diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/appsupport.py ---

[pypy-commit] pypy look-into-all-modules: don't look into the gc module

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: look-into-all-modules Changeset: r74113:82a21fe25558 Date: 2014-10-23 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/82a21fe25558/ Log:don't look into the gc module diff --git a/pypy/module/pypyjit/policy.py

[pypy-commit] pypy kill-exported-symbols-list: raaaaaaaaaaaah

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74114:be3b6bac8a16 Date: 2014-10-23 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/be3b6bac8a16/ Log:rh diff --git a/pypy/module/cppyy/src/dummy_backend.cxx

[pypy-commit] pypy kill-exported-symbols-list: fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74115:6d8e41d687fa Date: 2014-10-23 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6d8e41d687fa/ Log:fix diff --git a/pypy/module/cpyext/test/dotted.c b/pypy/module/cpyext/test/dotted.c ---

[pypy-commit] pypy kill-exported-symbols-list: more of the same

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74116:236d193604f8 Date: 2014-10-23 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/236d193604f8/ Log:more of the same diff --git a/pypy/module/cpyext/test/banana.c b/pypy/module/cpyext/test/banana.c ---

[pypy-commit] pypy kill-exported-symbols-list: oups. Giving i to PyArg_ParseTuple but arg is a pointer to a long -- should be int

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74117:476ee156a38d Date: 2014-10-23 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/476ee156a38d/ Log:oups. Giving i to PyArg_ParseTuple but arg is a pointer to a long -- should be int diff --git

[pypy-commit] pypy default: (ronan, arigo)

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74118:011ad82c4431 Date: 2014-10-23 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/011ad82c4431/ Log:(ronan, arigo) Filter out the dummy class pointer introduced by lltypesystem/rdict diff --git

[pypy-commit] pypy py3k: hg merge default

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: py3k Changeset: r74119:44d5b6ce30c0 Date: 2014-10-23 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/44d5b6ce30c0/ Log:hg merge default diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

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

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: py3.3 Changeset: r74120:f6b6b9342209 Date: 2014-10-23 15:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f6b6b9342209/ Log:hg merge py3k diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

[pypy-commit] pypy kill-exported-symbols-list: Blind fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74121:4a6745cd8a67 Date: 2014-10-23 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4a6745cd8a67/ Log:Blind fix diff --git a/pypy/module/cppyy/test/test_crossing.py

[pypy-commit] pypy kill-exported-symbols-list: Fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74122:518641f51951 Date: 2014-10-23 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/518641f51951/ Log:Fix diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++

[pypy-commit] pypy kill-exported-symbols-list: fixfixfixfixfixfix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74123:eade611af677 Date: 2014-10-23 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/eade611af677/ Log:fixfixfixfixfixfix diff --git a/pypy/module/_multibytecodec/c_codecs.py

[pypy-commit] pypy kill-exported-symbols-list: blind fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74124:fcb6d190a78d Date: 2014-10-23 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/fcb6d190a78d/ Log:blind fix diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py ---

[pypy-commit] pypy kill-exported-symbols-list: (antocuni, arigo) pom pom progress more of the same

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74125:26f9c7710d50 Date: 2014-10-23 16:11 +0200 http://bitbucket.org/pypy/pypy/changeset/26f9c7710d50/ Log:(antocuni, arigo) pom pom progress more of the same diff --git

[pypy-commit] pypy remove-remaining-smm: Close to-be-merged branch.

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: remove-remaining-smm Changeset: r74127:4a4a92998480 Date: 2014-10-23 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/4a4a92998480/ Log:Close to-be-merged branch. ___ pypy-commit mailing list

[pypy-commit] pypy remove-remaining-smm: Remove guard_not_invalidated from test.

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: remove-remaining-smm Changeset: r74126:e5a28d36267a Date: 2014-10-23 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/e5a28d36267a/ Log:Remove guard_not_invalidated from test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py

[pypy-commit] pypy default: hg merge remove-remaining-smm

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: Changeset: r74128:07c9efe667e5 Date: 2014-10-23 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/07c9efe667e5/ Log:hg merge remove-remaining-smm Remove all remaining multimethods. The multimethod machinery is killed in

[pypy-commit] pypy default: Document branch remove-remaining-smm.

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: Changeset: r74129:0c799115fb73 Date: 2014-10-23 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0c799115fb73/ Log:Document branch remove-remaining-smm. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy kill-multimethod: hg merge default

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: kill-multimethod Changeset: r74131:67da075acbca Date: 2014-10-23 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/67da075acbca/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3k: hg merge default

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: py3k Changeset: r74132:c37a4c0b1d1c Date: 2014-10-23 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c37a4c0b1d1c/ Log:hg merge default diff --git a/rpython/jit/codewriter/assembler.py b/rpython/jit/codewriter/assembler.py ---

[pypy-commit] pypy default: hg merge

2014-10-23 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: Changeset: r74130:05a158d8f78b Date: 2014-10-23 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/05a158d8f78b/ Log:hg merge diff --git a/rpython/jit/codewriter/assembler.py b/rpython/jit/codewriter/assembler.py ---

[pypy-commit] pypy look-into-all-modules: enough to make the translation work

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: look-into-all-modules Changeset: r74133:595ae5e38a7d Date: 2014-10-23 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/595ae5e38a7d/ Log:enough to make the translation work diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy kill-exported-symbols-list: fiiiiiix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74135:acbc2816fd8b Date: 2014-10-23 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/acbc2816fd8b/ Log:fiix diff --git a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py

[pypy-commit] pypy kill-exported-symbols-list: blind check-in

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74134:7c41a4317ec5 Date: 2014-10-23 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/7c41a4317ec5/ Log:blind check-in diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py

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

2014-10-23 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: py3.3 Changeset: r74136:c86f14771b80 Date: 2014-10-23 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/c86f14771b80/ Log:hg merge py3k diff --git a/rpython/jit/codewriter/assembler.py b/rpython/jit/codewriter/assembler.py ---

[pypy-commit] pypy kill-exported-symbols-list: fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74137:ded224e5ce19 Date: 2014-10-23 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ded224e5ce19/ Log:fix diff --git a/rpython/rtyper/lltypesystem/test/test_rffi.py

[pypy-commit] pypy kill-exported-symbols-list: meh

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74138:a88dfbbe8d53 Date: 2014-10-23 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a88dfbbe8d53/ Log:meh diff --git a/rpython/translator/c/dlltool.py b/rpython/translator/c/dlltool.py ---

[pypy-commit] pypy kill-exported-symbols-list: Fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: kill-exported-symbols-list Changeset: r74139:9ed7a8dbd974 Date: 2014-10-23 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/9ed7a8dbd974/ Log:Fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: Fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74140:c4dd49a098e8 Date: 2014-10-23 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c4dd49a098e8/ Log:Fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy default: oops

2014-10-23 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r74141:290533c1b363 Date: 2014-10-23 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/290533c1b363/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: Use a blacklist instead of a whitelist for modules

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74143:f7bc5ed1602f Date: 2014-10-23 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/f7bc5ed1602f/ Log:Use a blacklist instead of a whitelist for modules diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy look-into-all-modules: close to be merged branch

2014-10-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: look-into-all-modules Changeset: r74142:93e8457ecf86 Date: 2014-10-23 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/93e8457ecf86/ Log:close to be merged branch ___ pypy-commit mailing list

[pypy-commit] pypy py3k: (mattip) attempt to fix win32 translation

2014-10-23 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74144:a203c518cb8e Date: 2014-10-23 14:31 -0700 http://bitbucket.org/pypy/pypy/changeset/a203c518cb8e/ Log:(mattip) attempt to fix win32 translation diff --git a/pypy/module/posix/interp_nt.py