[pypy-commit] pypy split-rpython: Fixed missing rename

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60076:2d390094069c Date: 2013-01-15 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/2d390094069c/ Log:Fixed missing rename diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py

[pypy-commit] pypy split-rpython: missing pytest.ini

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: split-rpython Changeset: r60077:cddefdada58d Date: 2013-01-15 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/cddefdada58d/ Log:missing pytest.ini diff --git a/rpython/pytest.ini b/rpython/pytest.ini new file mode 100644 --- /dev/null +++ b/rpython/pyt

[pypy-commit] pypy split-rpython: fix annotation tests

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: split-rpython Changeset: r60078:5d4d9f975d2f Date: 2013-01-15 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5d4d9f975d2f/ Log:fix annotation tests diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpython.py ---

[pypy-commit] pypy split-rpython: fix another test

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: split-rpython Changeset: r60079:4450811557b3 Date: 2013-01-15 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/4450811557b3/ Log:fix another test diff --git a/rpython/rtyper/lltypesystem/module/test/test_ll_math.py b/rpython/rtyper/lltypesystem/module/

[pypy-commit] pyrepl py3k-readline: take in changes from pypy

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3k-readline Changeset: r207:3400dcbc7022 Date: 2013-01-15 11:48 +0100 http://bitbucket.org/pypy/pyrepl/changeset/3400dcbc7022/ Log:take in changes from pypy diff --git a/pyrepl/readline.py b/pyrepl/readline.py --- a/pyrepl/readline.py +++ b/pyrepl/readlin

[pypy-commit] pyrepl default: shorten some repeated license statements

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r208:20f83b930447 Date: 2013-01-05 01:03 +0100 http://bitbucket.org/pypy/pyrepl/changeset/20f83b930447/ Log:shorten some repeated license statements diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,3 @@ - Copyright 2000-200

[pypy-commit] pyrepl codecheck-clean: clean setup.py

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r212:cde0a6ed277a Date: 2013-01-15 11:09 +0100 http://bitbucket.org/pypy/pyrepl/changeset/cde0a6ed277a/ Log:clean setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # CONTRACT, NEGLIGENCE OR

[pypy-commit] pyrepl default: kill encopyright

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r209:1a187de426b7 Date: 2013-01-05 01:40 +0100 http://bitbucket.org/pypy/pyrepl/changeset/1a187de426b7/ Log:kill encopyright diff --git a/encopyright.py b/encopyright.py deleted file mode 100644 --- a/encopyright.py +++ /dev/null @@ -1,157 +0,0

[pypy-commit] pyrepl codecheck-clean: clean some more files

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r214:e07229306d89 Date: 2013-01-15 11:26 +0100 http://bitbucket.org/pypy/pyrepl/changeset/e07229306d89/ Log:clean some more files diff --git a/pyrepl/_minimal_curses.py b/pyrepl/_minimal_curses.py --- a/pyrepl/_minimal_curses.py +

[pypy-commit] pyrepl codecheck-clean: make the tests pass codechecks

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r210:31da5c045587 Date: 2013-01-14 21:59 +0100 http://bitbucket.org/pypy/pyrepl/changeset/31da5c045587/ Log:make the tests pass codechecks diff --git a/testing/test_unix_reader.py b/testing/test_unix_reader.py --- a/testing/test_u

[pypy-commit] pyrepl codecheck-clean: clean up unix event queue

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r215:034dcaf7d07c Date: 2013-01-15 11:37 +0100 http://bitbucket.org/pypy/pyrepl/changeset/034dcaf7d07c/ Log:clean up unix event queue diff --git a/pyrepl/unix_eventqueue.py b/pyrepl/unix_eventqueue.py --- a/pyrepl/unix_eventqueue.

[pypy-commit] pyrepl codecheck-clean: add .cache to hgingore

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r211:8e2c0d0a50c8 Date: 2013-01-15 11:09 +0100 http://bitbucket.org/pypy/pyrepl/changeset/8e2c0d0a50c8/ Log:add .cache to hgingore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,4 +1,5 @@ dist/ build/ +

[pypy-commit] pyrepl commands-as-functions: turn most commands into functions

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: commands-as-functions Changeset: r216:c1f83654d126 Date: 2013-01-15 11:38 +0100 http://bitbucket.org/pypy/pyrepl/changeset/c1f83654d126/ Log:turn most commands into functions diff --git a/pyrepl/commands.py b/pyrepl/commands.py --- a/pyrepl/commands.py +++

[pypy-commit] pyrepl codecheck-clean: code clean and refactor cmdrepl

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r213:fa54870f1d7a Date: 2013-01-15 11:11 +0100 http://bitbucket.org/pypy/pyrepl/changeset/fa54870f1d7a/ Log:code clean and refactor cmdrepl diff --git a/pyrepl/cmdrepl.py b/pyrepl/cmdrepl.py --- a/pyrepl/cmdrepl.py +++ b/pyrepl/cm

[pypy-commit] pyrepl py3k-readline: temporary allow to use our own curses binding

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3k-readline Changeset: r217:ac5047e2ea0f Date: 2013-01-15 11:52 +0100 http://bitbucket.org/pypy/pyrepl/changeset/ac5047e2ea0f/ Log:temporary allow to use our own curses binding diff --git a/pyrepl/curses.py b/pyrepl/curses.py --- a/pyrepl/curses.py +++ b/

[pypy-commit] pyrepl py3k-readline: merge default

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3k-readline Changeset: r218:21b1a3e5cc66 Date: 2013-01-15 11:53 +0100 http://bitbucket.org/pypy/pyrepl/changeset/21b1a3e5cc66/ Log:merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1,3 +1,4 @@ 9e6ce97035736092e9eb7815816b36bee5

[pypy-commit] pypy type-specialized-instances: also add a unicode specialization

2013-01-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: type-specialized-instances Changeset: r60080:e66173bbd88b Date: 2013-01-15 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e66173bbd88b/ Log:also add a unicode specialization diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy jitframe-on-heap: work on stack check failure, failing to call it so far

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60081:2a740e45803a Date: 2013-01-15 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/2a740e45803a/ Log:work on stack check failure, failing to call it so far diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/bac

[pypy-commit] pypy jitframe-on-heap: fixes

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60082:bc9a7d2f84ff Date: 2013-01-15 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/bc9a7d2f84ff/ Log:fixes diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit/backend/

[pypy-commit] pypy jitframe-on-heap: reenable the assert

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60083:6a5398f7e828 Date: 2013-01-15 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6a5398f7e828/ Log:reenable the assert diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/

[pypy-commit] pypy jitframe-on-heap: fix subtle bug

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60084:904929d995dc Date: 2013-01-15 14:26 +0200 http://bitbucket.org/pypy/pypy/changeset/904929d995dc/ Log:fix subtle bug diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend

[pypy-commit] pypy jitframe-on-heap: some test_random fixes

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60085:cf18e5dc7c50 Date: 2013-01-15 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/cf18e5dc7c50/ Log:some test_random fixes diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/py

[pypy-commit] pypy jitframe-on-heap: Merge default and fix

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60086:86e82d36c7c9 Date: 2013-01-15 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/86e82d36c7c9/ Log:Merge default and fix diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pyp

[pypy-commit] pypy pytest: use pylib reraise for py3k compat

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60087:812281a24135 Date: 2013-01-14 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/812281a24135/ Log:use pylib reraise for py3k compat diff --git a/pypy/tool/pytest/inttest.py b/pypy/tool/pytest/inttest.py --- a/pypy/tool/pytest/int

[pypy-commit] pypy split-rpython: move pytest.ini to the toplevel

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: split-rpython Changeset: r60089:4ae735de7803 Date: 2013-01-15 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/4ae735de7803/ Log:move pytest.ini to the toplevel diff --git a/pypy/pytest.ini b/pytest.ini rename from pypy/pytest.ini rename to pytest.ini _

[pypy-commit] pypy pytest: add pytest-cache dir to hgignore

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60088:be293d809c4f Date: 2013-01-14 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/be293d809c4f/ Log:add pytest-cache dir to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -7,6 +7,8 @@ .project .pyd

[pypy-commit] pypy split-rpython: merge

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: split-rpython Changeset: r60090:e375529de2e8 Date: 2013-01-15 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/e375529de2e8/ Log:merge diff --git a/goal/targetpypystandalone.py b/goal/targetpypystandalone.py --- a/goal/targetpypystandalone.py +++ b/goal

[pypy-commit] buildbot default: add a extra rpython test step for the rpython split

2013-01-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r733:940bbdfd9a85 Date: 2013-01-15 19:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/940bbdfd9a85/ Log:add a extra rpython test step for the rpython split diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/p

[pypy-commit] pypy split-rpython: import py.test on test_rwin32

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60091:a8308f6a3af7 Date: 2013-01-15 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a8308f6a3af7/ Log:import py.test on test_rwin32 diff --git a/rpython/rlib/test/test_rwin32.py b/rpython/rlib/test/test_rwin32.py --- a/rpython/rl

[pypy-commit] pypy split-rpython: Fixed missing rename

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60092:c0bac6429aa6 Date: 2013-01-15 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/c0bac6429aa6/ Log:Fixed missing rename diff --git a/pypy/module/thread/os_thread.py b/pypy/module/thread/os_thread.py --- a/pypy/module/thread/os

[pypy-commit] pypy split-rpython: merge

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60095:56313bbca2ea Date: 2013-01-15 19:20 +0100 http://bitbucket.org/pypy/pypy/changeset/56313bbca2ea/ Log:merge diff --git a/pypy/pytest.ini b/pytest.ini rename from pypy/pytest.ini rename to pytest.ini diff --git a/rpython/annotator

[pypy-commit] pypy split-rpython: import py on test_re

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60093:357b17707835 Date: 2013-01-15 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/357b17707835/ Log:import py on test_re diff --git a/rpython/rlib/rsre/test/test_re.py b/rpython/rlib/rsre/test/test_re.py --- a/rpython/rlib/rsr

[pypy-commit] pypy split-rpython: Fixed tests

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60094:ed119bf74a79 Date: 2013-01-15 19:18 +0100 http://bitbucket.org/pypy/pypy/changeset/ed119bf74a79/ Log:Fixed tests diff --git a/rpython/rlib/test/test_jit.py b/rpython/rlib/test/test_jit.py --- a/rpython/rlib/test/test_jit.py +++

[pypy-commit] pypy jitframe-on-heap: rip off some unused tests

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60096:47864e6b39c1 Date: 2013-01-15 20:30 +0200 http://bitbucket.org/pypy/pypy/changeset/47864e6b39c1/ Log:rip off some unused tests diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/

[pypy-commit] extradoc extradoc: abstract for SEA 2013

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4941:47317bf880e4 Date: 2013-01-15 20:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/47317bf880e4/ Log:abstract for SEA 2013 diff --git a/talk/sea2013/abstract.rst b/talk/sea2013/abstract.rst new file mode 100644 --- /dev/null ++

[pypy-commit] pypy jitframe-on-heap: fix some tests, skip others

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60097:656ef70c79ae Date: 2013-01-15 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/656ef70c79ae/ Log:fix some tests, skip others diff --git a/pypy/jit/backend/x86/test/test_regalloc.py b/pypy/jit/backend/x86/test/test_reg

[pypy-commit] pypy split-rpython: Fixed a bunch of tests

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60098:cfb2f3a5e88f Date: 2013-01-15 20:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cfb2f3a5e88f/ Log:Fixed a bunch of tests diff --git a/rpython/rlib/test/test_rdtoa.py b/rpython/rlib/test/test_rdtoa.py --- a/rpython/rlib/test/t

[pypy-commit] pypy jitframe-on-heap: start fighting with the GC by ripping out some unused code

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60099:2614825692d3 Date: 2013-01-15 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/2614825692d3/ Log:start fighting with the GC by ripping out some unused code diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backe

[pypy-commit] pypy split-rpython: Fixed more tests

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60100:d76c4740cba4 Date: 2013-01-15 21:01 +0100 http://bitbucket.org/pypy/pypy/changeset/d76c4740cba4/ Log:Fixed more tests diff --git a/rpython/jit/backend/x86/test/test_zmath.py b/rpython/jit/backend/x86/test/test_zmath.py --- a/rp

[pypy-commit] pypy py3k: workaround our 3.4 length_hint behavior

2013-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60102:c7d2ff404236 Date: 2013-01-15 12:28 -0800 http://bitbucket.org/pypy/pypy/changeset/c7d2ff404236/ Log:workaround our 3.4 length_hint behavior diff --git a/lib-python/3.2/test/test_itertools.py b/lib-python/3.2/test/test_itertools.py --- a/

[pypy-commit] pypy py3k: itertools.accumulate

2013-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60103:b6a97a30f8f4 Date: 2013-01-15 12:30 -0800 http://bitbucket.org/pypy/pypy/changeset/b6a97a30f8f4/ Log:itertools.accumulate diff --git a/pypy/module/itertools/__init__.py b/pypy/module/itertools/__init__.py --- a/pypy/module/itertools/__ini

[pypy-commit] pypy py3k: fix sorted's default now that sort is stricter

2013-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60101:4cb5a3adc59e Date: 2013-01-15 12:27 -0800 http://bitbucket.org/pypy/pypy/changeset/4cb5a3adc59e/ Log:fix sorted's default now that sort is stricter diff --git a/pypy/module/__builtin__/app_functional.py b/pypy/module/__builtin__/app_funct

[pypy-commit] pypy jitframe-on-heap: cleanup a little

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60104:5a80de633257 Date: 2013-01-15 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/5a80de633257/ Log:cleanup a little diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backe

[pypy-commit] pypy jitframe-on-heap: die in fire!!!!

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60105:0722c7563762 Date: 2013-01-16 00:54 +0200 http://bitbucket.org/pypy/pypy/changeset/0722c7563762/ Log:die in fire diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/l

[pypy-commit] pypy jitframe-on-heap: this guy dies too

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60106:e0dbf5f5acd5 Date: 2013-01-16 00:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e0dbf5f5acd5/ Log:this guy dies too diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend

[pypy-commit] pypy split-rpython: Dont assume working path

2013-01-15 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60107:ee184342fa3f Date: 2013-01-16 00:45 +0100 http://bitbucket.org/pypy/pypy/changeset/ee184342fa3f/ Log:Dont assume working path diff --git a/pypy/bin/pyinteractive.py b/pypy/bin/pyinteractive.py --- a/pypy/bin/pyinteractive.py +++