[pypy-commit] pypy rdict-experiments-2: introduce size

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59838:198841ce3268 Date: 2013-01-07 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/198841ce3268/ Log:introduce size diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpytho

[pypy-commit] pypy rdict-experiments-2: bring this branch to the state where it passes tests

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59841:09ee3d8253c3 Date: 2013-01-07 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/09ee3d8253c3/ Log:bring this branch to the state where it passes tests diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/l

[pypy-commit] pypy rdict-experiments-2: close this head

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59839:f1dfb9775129 Date: 2013-01-07 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f1dfb9775129/ Log:close this head ___ pypy-commit mailing list [email protected] http:/

[pypy-commit] pypy rdict-experiments-2: dummy merge

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59843:07a7e681aee9 Date: 2013-01-07 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/07a7e681aee9/ Log:dummy merge ___ pypy-commit mailing list [email protected] http://mai

[pypy-commit] pypy rdict-experiments-2: change the API (again)

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59840:8ed7cb8c71e4 Date: 2013-01-07 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/8ed7cb8c71e4/ Log:change the API (again) diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pyp

[pypy-commit] pypy rdict-experiments-2: use INTs

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59842:292fea80a9e1 Date: 2013-01-07 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/292fea80a9e1/ Log:use INTs diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpython/llty

[pypy-commit] cffi default: Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1120:c2d0ff47f54d Date: 2013-01-07 16:25 +0100 http://bitbucket.org/cffi/cffi/changeset/c2d0ff47f54d/ Log:Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/v

[pypy-commit] pypy default: back out changeset 5d07b9c30222: did not change readthedocs build failure

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59846:7d092712837a Date: 2013-01-07 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7d092712837a/ Log:back out changeset 5d07b9c30222: did not change readthedocs build failure diff --git a/pypy/doc/config/generate.py b/pypy/doc/config/generate.

[pypy-commit] pypy default: touch problematic documentation file, will this clean up the readthedocs build?

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59847:05fa45adf925 Date: 2013-01-07 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/05fa45adf925/ Log:touch problematic documentation file, will this clean up the readthedocs build? diff --git a/pypy/doc/config/translation.no__thread.txt b/pyp

[pypy-commit] pypy rdict-experiments-2: revert the multi-int-size-thing

2013-01-07 Thread fijal
Author: Maciej Fijalkowski Branch: rdict-experiments-2 Changeset: r59848:c965b4839eb3 Date: 2013-01-07 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/c965b4839eb3/ Log:revert the multi-int-size-thing diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py

[pypy-commit] pypy default: Hack hack hack again at the same old problem: libffi.a.

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59849:a984a9dda83d Date: 2013-01-07 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/a984a9dda83d/ Log:Hack hack hack again at the same old problem: libffi.a. diff --git a/pypy/translator/platform/linux.py b/pypy/translator/platform/linux.py --- a

[pypy-commit] pypy default: move call to make_cmdline_overview so that readthedocs can find it

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59850:832cba6f5385 Date: 2012-12-30 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/832cba6f5385/ Log:move call to make_cmdline_overview so that readthedocs can find it diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/pypy/doc/Makefile +++ b/p

[pypy-commit] pypy py3k: fix translation (for now)

2013-01-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59852:85478a2805be Date: 2013-01-07 12:34 -0800 http://bitbucket.org/pypy/pypy/changeset/85478a2805be/ Log:fix translation (for now) diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++

[pypy-commit] pypy py3k: kill the lonepycfiles option entirely, it's not so useful now that there's

2013-01-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59853:eeddf44bbf34 Date: 2013-01-07 12:36 -0800 http://bitbucket.org/pypy/pypy/changeset/eeddf44bbf34/ Log:kill the lonepycfiles option entirely, it's not so useful now that there's __pycache__ dirs diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy py3k: revert .pyc skips now that lonepycfiles was killed

2013-01-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59854:385839b6a744 Date: 2013-01-07 12:37 -0800 http://bitbucket.org/pypy/pypy/changeset/385839b6a744/ Log:revert .pyc skips now that lonepycfiles was killed diff --git a/lib-python/3.2/test/test_import.py b/lib-python/3.2/test/test_import.py -

[pypy-commit] pypy py3k: fix find_module's encoding check to look at line 2 and be more forgiving

2013-01-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59855:0430488c1af7 Date: 2013-01-07 12:52 -0800 http://bitbucket.org/pypy/pypy/changeset/0430488c1af7/ Log:fix find_module's encoding check to look at line 2 and be more forgiving diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/

[pypy-commit] pypy default: Add a passing test.

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59856:2dc74be985d3 Date: 2013-01-07 21:18 +0100 http://bitbucket.org/pypy/pypy/changeset/2dc74be985d3/ Log:Add a passing test. diff --git a/pypy/module/_weakref/test/test_weakref.py b/pypy/module/_weakref/test/test_weakref.py --- a/pypy/module/_weakre

[pypy-commit] pypy default: This test fails when run with "pypy -A". Still trying to figure out

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59857:efb9453c7e81 Date: 2013-01-07 21:19 +0100 http://bitbucket.org/pypy/pypy/changeset/efb9453c7e81/ Log:This test fails when run with "pypy -A". Still trying to figure out what's going on. diff --git a/pypy/module/_weakref/test/test_weakref.

[pypy-commit] pypy default: Test and fix for issue #1353: weakref to prebuilt object.

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59858:50c910edeafa Date: 2013-01-07 23:07 +0100 http://bitbucket.org/pypy/pypy/changeset/50c910edeafa/ Log:Test and fix for issue #1353: weakref to prebuilt object. diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py -

[pypy-commit] pypy split-rpython: I think its better to keep the original name. pypysandbox -> pypy_interact

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59859:57edbe9fd86c Date: 2013-01-06 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/57edbe9fd86c/ Log:I think its better to keep the original name. pypysandbox -> pypy_interact diff --git a/pypy/bin/pypysandbox b/pypy/bin

[pypy-commit] pypy split-rpython: Removed unused imports

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59862:b43d7331e165 Date: 2013-01-07 15:10 +0100 http://bitbucket.org/pypy/pypy/changeset/b43d7331e165/ Log:Removed unused imports diff --git a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py b/rpython/rtyper/lltypesystem/test/test

[pypy-commit] pypy split-rpython: Moved pypy.tool.lsprofcalltree to rpython

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59860:6722baba8a5d Date: 2013-01-07 02:53 +0100 http://bitbucket.org/pypy/pypy/changeset/6722baba8a5d/ Log:Moved pypy.tool.lsprofcalltree to rpython diff --git a/pypy/tool/lsprofcalltree.py b/rpython/tool/lsprofcalltree.py rename from

[pypy-commit] pypy split-rpython: Assume a working sys.path

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59861:3b0c754dbdac Date: 2013-01-07 03:29 +0100 http://bitbucket.org/pypy/pypy/changeset/3b0c754dbdac/ Log:Assume a working sys.path diff --git a/pypy/bin/checkmodule.py b/pypy/bin/checkmodule.py --- a/pypy/bin/checkmodule.py +++ b/py

[pypy-commit] pypy split-rpython: Moved spli to toplevel

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59863:a0b190c85333 Date: 2013-01-07 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/a0b190c85333/ Log:Moved spli to toplevel diff --git a/rpython/translator/tool/benchmark.py b/rpython/translator/tool/benchmark.py deleted file m

[pypy-commit] pypy default: add Makefile test of many files, try to fix windows implementation

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59864:492d8777d15f Date: 2013-01-07 23:26 +0200 http://bitbucket.org/pypy/pypy/changeset/492d8777d15f/ Log:add Makefile test of many files, try to fix windows implementation diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy

[pypy-commit] pypy default: make all tests pass

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59866:f01c89bc3a9d Date: 2012-12-30 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/f01c89bc3a9d/ Log:make all tests pass diff --git a/pypy/translator/platform/test/test_distutils.py b/pypy/translator/platform/test/test_distutils.py --- a/pypy/transl

[pypy-commit] pypy default: fix till test passes

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59865:65392c9700e4 Date: 2013-01-08 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/65392c9700e4/ Log:fix till test passes diff --git a/pypy/translator/platform/test/test_platform.py b/pypy/translator/platform/test/test_platform.py --- a/pypy/transla

[pypy-commit] pypy default: merge heads

2013-01-07 Thread mattip
Author: mattip Branch: Changeset: r59867:19b73fa5c8cb Date: 2012-12-30 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/19b73fa5c8cb/ Log:merge heads diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/pypy/doc/Makefile +++ b/pypy/doc/Makefile @@ -32,38 +32,38 @@ -rm -rf $(

[pypy-commit] pypy default: Issue #1337: Give a __file__ to PYTHONSTARTUP.

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59868:b90d91783d29 Date: 2013-01-08 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b90d91783d29/ Log:Issue #1337: Give a __file__ to PYTHONSTARTUP. diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/transl

[pypy-commit] pypy default: merge heads

2013-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r59869:2dd6e756b754 Date: 2013-01-08 00:10 +0100 http://bitbucket.org/pypy/pypy/changeset/2dd6e756b754/ Log:merge heads diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -38,7 +38,7 @@ # General informa

[pypy-commit] pypy split-rpython: Removed get_repo_version_info from udir. Moved tl/pypyjit to pypy/tool

2013-01-07 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59870:c1e59dc0fb7b Date: 2013-01-08 02:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c1e59dc0fb7b/ Log:Removed get_repo_version_info from udir. Moved tl/pypyjit to pypy/tool diff --git a/rpython/jit/tl/pypyjit.py b/pypy/to