[pypy-commit] pypy pytest-update: support kwargs in appsupport frame getargs for recent pytest

2013-02-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest-update Changeset: r61245:b2c8635d655e Date: 2013-02-15 09:26 +0100 http://bitbucket.org/pypy/pypy/changeset/b2c8635d655e/ Log:support kwargs in appsupport frame getargs for recent pytest diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/

[pypy-commit] pypy default: move test_rstruct.py to rstruct test dir

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61246:3699a4ce0ec6 Date: 2013-02-15 03:31 -0500 http://bitbucket.org/pypy/pypy/changeset/3699a4ce0ec6/ Log:move test_rstruct.py to rstruct test dir diff --git a/rpython/rlib/test/test_rstruct.py b/rpython/rlib/rstruct/test/test_rstruct.py rename fro

[pypy-commit] pypy default: fix the test for 32bit

2013-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61248:57adf4d24214 Date: 2013-02-15 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/57adf4d24214/ Log:fix the test for 32bit diff --git a/rpython/rlib/test/test_rarithmetic.py b/rpython/rlib/test/test_rarithmetic.py --- a/rpython/rlib/tes

[pypy-commit] pypy jitframe-on-heap: Backed out changeset 1dd0aa6c631a

2013-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61247:9fee4b350dff Date: 2013-02-14 19:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9fee4b350dff/ Log:Backed out changeset 1dd0aa6c631a diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassemb

[pypy-commit] pypy default: make sure pack/unpack_float80 are doing what they claim, add tests

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61254:2c747f18f5fd Date: 2013-02-15 05:52 -0500 http://bitbucket.org/pypy/pypy/changeset/2c747f18f5fd/ Log:make sure pack/unpack_float80 are doing what they claim, add tests diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.

[pypy-commit] pypy default: these tests are runpack specific

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61250:0e1ee744f087 Date: 2013-02-15 04:06 -0500 http://bitbucket.org/pypy/pypy/changeset/0e1ee744f087/ Log:these tests are runpack specific diff --git a/rpython/rlib/rstruct/test/test_rstruct.py b/rpython/rlib/rstruct/test/test_runpack.py rename fro

[pypy-commit] pypy default: enhance this test to check roundtrip for all float sizes

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61251:6c656645c344 Date: 2013-02-15 04:13 -0500 http://bitbucket.org/pypy/pypy/changeset/6c656645c344/ Log:enhance this test to check roundtrip for all float sizes diff --git a/rpython/rlib/rstruct/test/test_ieee.py b/rpython/rlib/rstruct/test/test_

[pypy-commit] pypy default: cleanup byteswap function

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61253:7567d8e56a54 Date: 2013-02-15 05:01 -0500 http://bitbucket.org/pypy/pypy/changeset/7567d8e56a54/ Log:cleanup byteswap function diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rpytho

[pypy-commit] pypy default: move these ieee-specific tests to test_ieee.py

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61249:9ca97c0a7ccd Date: 2013-02-15 04:05 -0500 http://bitbucket.org/pypy/pypy/changeset/9ca97c0a7ccd/ Log:move these ieee-specific tests to test_ieee.py diff --git a/rpython/rlib/rstruct/test/test_ieee.py b/rpython/rlib/rstruct/test/test_ieee.py --

[pypy-commit] pypy default: small cleanups

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61252:129254fd3ac3 Date: 2013-02-15 04:18 -0500 http://bitbucket.org/pypy/pypy/changeset/129254fd3ac3/ Log:small cleanups diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++ b/pypy/

[pypy-commit] lang-smalltalk default: first jit hints, also: image with special test methods

2013-02-15 Thread krono
Author: Tobias Pape Branch: Changeset: r30:10a0cd258ca6 Date: 2013-02-15 13:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/10a0cd258ca6/ Log:first jit hints, also: image with special test methods diff --git a/spyvm/fixedstack.py b/spyvm/fixedstack.py --- a/spyvm/fixedstack.py +

[pypy-commit] lang-smalltalk default: merge

2013-02-15 Thread krono
Author: Tobias Pape Branch: Changeset: r31:dcd301b0ca03 Date: 2013-02-15 13:50 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/dcd301b0ca03/ Log:merge diff --git a/spyvm/targettinybenchsmalltalk.py b/spyvm/targettinybenchsmalltalk.py --- a/spyvm/targettinybenchsmalltalk.py +++ b/s

[pypy-commit] lang-js default: unified new_map

2013-02-15 Thread stepahn
Author: Stephan Branch: Changeset: r350:9f8d4517536f Date: 2013-02-06 17:49 +0100 http://bitbucket.org/pypy/lang-js/changeset/9f8d4517536f/ Log:unified new_map diff --git a/js/environment_record.py b/js/environment_record.py --- a/js/environment_record.py +++ b/js/environment_record.py @@ -

[pypy-commit] lang-js default: moved SymbolMap into separate file

2013-02-15 Thread stepahn
Author: Stephan Branch: Changeset: r351:d1a5abd654d6 Date: 2013-02-15 14:08 +0100 http://bitbucket.org/pypy/lang-js/changeset/d1a5abd654d6/ Log:moved SymbolMap into separate file diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -4,59 +4,7 @@

[pypy-commit] lang-js default: more jit view tests

2013-02-15 Thread stepahn
Author: Stephan Branch: Changeset: r352:723ba8f60958 Date: 2013-02-15 14:09 +0100 http://bitbucket.org/pypy/lang-js/changeset/723ba8f60958/ Log:more jit view tests diff --git a/test/jit_view.py b/test/jit_view.py --- a/test/jit_view.py +++ b/test/jit_view.py @@ -106,6 +106,22 @@

[pypy-commit] lang-js default: removed dead code and fixed whitespaces

2013-02-15 Thread stepahn
Author: Stephan Branch: Changeset: r353:6993c1e37591 Date: 2013-02-15 14:09 +0100 http://bitbucket.org/pypy/lang-js/changeset/6993c1e37591/ Log:removed dead code and fixed whitespaces diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -356,12 +

[pypy-commit] pypy default: add a couple numpypy tests that currently fail

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61255:76d38fa4395b Date: 2013-02-15 08:21 -0500 http://bitbucket.org/pypy/pypy/changeset/76d38fa4395b/ Log:add a couple numpypy tests that currently fail diff --git a/pypy/module/micronumpy/test/test_module.py b/pypy/module/micronumpy/test/test_modu

[pypy-commit] pypy jitframe-on-heap: rename _{arm, x86}_loop_code variable to _ll_loop_code

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61256:28c020a9f122 Date: 2013-02-15 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/28c020a9f122/ Log:rename _{arm,x86}_loop_code variable to _ll_loop_code diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backe

[pypy-commit] pypy jitframe-on-heap: remove unused code and update x86 backend specific pieces in test_regalloc

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61257:83a73c5daab1 Date: 2013-02-15 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/83a73c5daab1/ Log:remove unused code and update x86 backend specific pieces in test_regalloc diff --git a/rpython/jit/backend/x86/test

[pypy-commit] pypy jitframe-on-heap: add helper method to create RegAlloc instances in tests

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61258:e2ca8ffabbd1 Date: 2013-02-15 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/e2ca8ffabbd1/ Log:add helper method to create RegAlloc instances in tests diff --git a/rpython/jit/backend/x86/runner.py b/rpython/jit/backen

[pypy-commit] pypy jitframe-on-heap: move x86/test_regalloc.py -> llsupport/test_regalloc_integration.py

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61259:ca3a3a1f4850 Date: 2013-02-15 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ca3a3a1f4850/ Log:move x86/test_regalloc.py -> llsupport/test_regalloc_integration.py diff --git a/rpython/jit/backend/x86/test/test_regalloc.

[pypy-commit] pypy jitframe-on-heap: update backend specific code in x86/test_gc_integration.py

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61260:67b81bdaf158 Date: 2013-02-15 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/67b81bdaf158/ Log:update backend specific code in x86/test_gc_integration.py diff --git a/rpython/jit/backend/x86/test/test_gc_integration.py

[pypy-commit] pypy jitframe-on-heap: move x86/test/test_gc_integration.py -> llsupport/test/test_gc_integration.py

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61261:a903924c1948 Date: 2013-02-15 14:52 +0100 http://bitbucket.org/pypy/pypy/changeset/a903924c1948/ Log:move x86/test/test_gc_integration.py -> llsupport/test/test_gc_integration.py diff --git a/rpython/jit/backend/x86/t

[pypy-commit] pypy jitframe-on-heap: work on call_assembler up to the point at least

2013-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61262:5fadcd6a778d Date: 2013-02-15 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/5fadcd6a778d/ Log:work on call_assembler up to the point at least diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backen

[pypy-commit] pypy jitframe-on-heap: more work

2013-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61263:97b326434c1a Date: 2013-02-15 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/97b326434c1a/ Log:more work diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit

[pypy-commit] cffi default: Add a warning about "x[:]=string" (thanks David).

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r1158:66a586f814c3 Date: 2013-02-15 15:19 +0100 http://bitbucket.org/cffi/cffi/changeset/66a586f814c3/ Log:Add a warning about "x[:]=string" (thanks David). diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/so

[pypy-commit] pypy jitframe-on-heap: move shared initialization of the assembler classes to llsupport

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61265:1767fd94f261 Date: 2013-02-15 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1767fd94f261/ Log:move shared initialization of the assembler classes to llsupport diff --git a/rpython/jit/backend/arm/assembler.py b/rpytho

[pypy-commit] pypy jitframe-on-heap: clean up

2013-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61266:c9ef8d769b0b Date: 2013-02-15 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/c9ef8d769b0b/ Log:clean up diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpyt

[pypy-commit] pypy default: a flag to allow skipping argument checking in the jit driver when untranslated, this can take a lot of time

2013-02-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61267:912ec202eba7 Date: 2013-02-15 08:17 -0800 http://bitbucket.org/pypy/pypy/changeset/912ec202eba7/ Log:a flag to allow skipping argument checking in the jit driver when untranslated, this can take a lot of time diff --git a/rpython/rlib/ji

[pypy-commit] pypy default: merged upstream

2013-02-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61268:71233ccceb29 Date: 2013-02-15 08:18 -0800 http://bitbucket.org/pypy/pypy/changeset/71233ccceb29/ Log:merged upstream diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/tes

[pypy-commit] pypy jitframe-on-heap: mostly finish call_assembler for ARM.

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61269:6d76b320ed6c Date: 2013-02-15 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/6d76b320ed6c/ Log:mostly finish call_assembler for ARM. Floating point results are still wrong. diff --git a/rpython/jit/backend/arm/

[pypy-commit] pypy signal-and-thread: A branch to play with "__pypy__.enable_signals()"

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61271:ada8118d3ebf Date: 2013-02-15 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/ada8118d3ebf/ Log:A branch to play with "__pypy__.enable_signals()" ___ pypy-commit mailing list pypy-

[pypy-commit] pypy signal-and-thread: Move 'signals_enabled' from __pypy__ to thread.

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61275:627eb4502c26 Date: 2013-02-15 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/627eb4502c26/ Log:Move 'signals_enabled' from __pypy__ to thread. diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy signal-and-thread: Fix the error message

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61276:2c033ba4cb6a Date: 2013-02-15 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2c033ba4cb6a/ Log:Fix the error message diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/

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

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61270:bb51bc7a00ac Date: 2013-02-15 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/bb51bc7a00ac/ Log:fix diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy signal-and-thread: Add a test, which (most probably) only works on "pypy py.test -A".

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61277:622fccdeb60f Date: 2013-02-15 17:28 + http://bitbucket.org/pypy/pypy/changeset/622fccdeb60f/ Log:Add a test, which (most probably) only works on "pypy py.test -A". diff --git a/pypy/module/thread/test/test_signal.py b/pypy/m

[pypy-commit] pypy signal-and-thread: First, refactor stuff

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61272:a3bd80f80f35 Date: 2013-02-15 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/a3bd80f80f35/ Log:First, refactor stuff diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py --- a/pypy/interpreter/miscutil

[pypy-commit] pypy signal-and-thread: Test and fix

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61278:0d35394e8c39 Date: 2013-02-15 17:34 + http://bitbucket.org/pypy/pypy/changeset/0d35394e8c39/ Log:Test and fix diff --git a/pypy/module/thread/app_signal.py b/pypy/module/thread/app_signal.py --- a/pypy/module/thread/app_signa

[pypy-commit] pypy signal-and-thread: Add '__pypy__.enable_signals', a context manager.

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61273:b869a617a78a Date: 2013-02-15 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b869a617a78a/ Log:Add '__pypy__.enable_signals', a context manager. diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py ---

[pypy-commit] pypy signal-and-thread: Oups

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61274:c934d2585639 Date: 2013-02-15 17:06 + http://bitbucket.org/pypy/pypy/changeset/c934d2585639/ Log:Oups diff --git a/pypy/module/__pypy__/interp_signal.py b/pypy/module/__pypy__/interp_signal.py --- a/pypy/module/__pypy__/inte

[pypy-commit] lang-smalltalk default: added closure bytecodes

2013-02-15 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r32:0f7c194a272d Date: 2013-02-15 18:47 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/0f7c194a272d/ Log:added closure bytecodes added NotYetImplementedError implementations for these bytecodes added test for the first new bytecode

[pypy-commit] pypy jitframe-on-heap: another fix

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61279:1b1c7e46b694 Date: 2013-02-15 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/1b1c7e46b694/ Log:another fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/back

[pypy-commit] pypy signal-and-thread: Ready for merge

2013-02-15 Thread arigo
Author: Armin Rigo Branch: signal-and-thread Changeset: r61280:a60f2c43651a Date: 2013-02-15 18:17 + http://bitbucket.org/pypy/pypy/changeset/a60f2c43651a/ Log:Ready for merge ___ pypy-commit mailing list pypy-commit@python.org http://mail.pyth

[pypy-commit] pypy default: hg merge signal-and-thread

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r61281:07f5d48c7467 Date: 2013-02-15 18:21 + http://bitbucket.org/pypy/pypy/changeset/07f5d48c7467/ Log:hg merge signal-and-thread Add "thread.signals_enabled", a context manager. Can be used in a non-main thread to enable the proces

[pypy-commit] pypy default: merge heads

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r61282:9ef3899846ea Date: 2013-02-15 18:22 + http://bitbucket.org/pypy/pypy/changeset/9ef3899846ea/ Log:merge heads diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -476,7 +476,7 @@

[pypy-commit] pypy default: Uh, thread+signal+fork. Tons of fun.

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r61283:15f640136dbf Date: 2013-02-15 19:41 +0100 http://bitbucket.org/pypy/pypy/changeset/15f640136dbf/ Log:Uh, thread+signal+fork. Tons of fun. diff --git a/pypy/module/thread/threadlocals.py b/pypy/module/thread/threadlocals.py --- a/pypy/module/thre

[pypy-commit] pypy default: Add a test_ztranslation.

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r61284:541390dc2850 Date: 2013-02-15 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/541390dc2850/ Log:Add a test_ztranslation. diff --git a/pypy/module/gc/test/test_ztranslation.py b/pypy/module/gc/test/test_ztranslation.py new file mode 100644 -

[pypy-commit] pypy default: Change my mind again, and put 'signals_enabled' in the new module

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r61285:b931b891fb14 Date: 2013-02-15 19:49 +0100 http://bitbucket.org/pypy/pypy/changeset/b931b891fb14/ Log:Change my mind again, and put 'signals_enabled' in the new module '__pypy__.thread'. Thanks Alex. diff --git a/pypy/module/__pypy__/__ini

[pypy-commit] pypy default: set_interrupt should still trigger an ASAP perform

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61287:1de5c08faeca Date: 2013-02-15 15:04 -0500 http://bitbucket.org/pypy/pypy/changeset/1de5c08faeca/ Log:set_interrupt should still trigger an ASAP perform diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py ---

[pypy-commit] pypy default: (arigato) this line is only needed untranslated

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61288:fcc0ecd924c2 Date: 2013-02-15 15:12 -0500 http://bitbucket.org/pypy/pypy/changeset/fcc0ecd924c2/ Log:(arigato) this line is only needed untranslated diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/p

[pypy-commit] cffi default: Kill a debugging print (and make it py3k compatible again)

2013-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r1159:230624c57bf7 Date: 2013-02-15 22:25 +0100 http://bitbucket.org/cffi/cffi/changeset/230624c57bf7/ Log:Kill a debugging print (and make it py3k compatible again) diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1412,7 +

[pypy-commit] pypy default: update to 230624c57bf7

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r61289:42e4a7274ee9 Date: 2013-02-15 13:29 -0800 http://bitbucket.org/pypy/pypy/changeset/42e4a7274ee9/ Log:update to 230624c57bf7 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] pypy default: add a modified test of the signals_enabled context manager that works untranslated

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61290:e102f5736ab2 Date: 2013-02-15 16:56 -0500 http://bitbucket.org/pypy/pypy/changeset/e102f5736ab2/ Log:add a modified test of the signals_enabled context manager that works untranslated diff --git a/pypy/module/__pypy__/test/test_signal.p

[pypy-commit] pypy py3k: merge default

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61291:6f8795612ffd Date: 2013-02-15 16:20 -0800 http://bitbucket.org/pypy/pypy/changeset/6f8795612ffd/ Log:merge default diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py --- a/pypy/interpreter/miscutils.py +++ b/pypy/in

[pypy-commit] pypy py3k: add more ceil/floor tests and direct test fixes from Timo Paulssen's

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61292:057f9d8723ad Date: 2013-02-15 16:21 -0800 http://bitbucket.org/pypy/pypy/changeset/057f9d8723ad/ Log:add more ceil/floor tests and direct test fixes from Timo Paulssen's py3k-ceil-floor branch diff --git a/pypy/module/math/test/tes

[pypy-commit] pypy py3k: 2to3

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61293:186e137b1c19 Date: 2013-02-15 16:21 -0800 http://bitbucket.org/pypy/pypy/changeset/186e137b1c19/ Log:2to3 diff --git a/pypy/module/_io/test/test_bufferedio.py b/pypy/module/_io/test/test_bufferedio.py --- a/pypy/module/_io/test/test_buffe

[pypy-commit] pypy py3k: quiet ctypes warnings

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61294:053a010a3247 Date: 2013-02-15 16:21 -0800 http://bitbucket.org/pypy/pypy/changeset/053a010a3247/ Log:quiet ctypes warnings diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -60,6 +60,12 @@ libc.

[pypy-commit] pypy py3k: thread -> rthread

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61295:ea303d1c3d30 Date: 2013-02-15 16:45 -0800 http://bitbucket.org/pypy/pypy/changeset/ea303d1c3d30/ Log:thread -> rthread diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module/thread/os_lock.py +++ b/pyp

[pypy-commit] pypy py3k: CheckAllocation fails on this branch for seemingly stupid reasons, disable it

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61296:96428cffca35 Date: 2013-02-15 16:45 -0800 http://bitbucket.org/pypy/pypy/changeset/96428cffca35/ Log:CheckAllocation fails on this branch for seemingly stupid reasons, disable it diff --git a/pypy/module/bz2/test/test_bz2_file.py

[pypy-commit] pypy py3k: this isn't necessary

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61297:6c37adc8c491 Date: 2013-02-15 16:50 -0800 http://bitbucket.org/pypy/pypy/changeset/6c37adc8c491/ Log:this isn't necessary diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy py3k: 2to3

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61298:402939c23428 Date: 2013-02-15 16:52 -0800 http://bitbucket.org/pypy/pypy/changeset/402939c23428/ Log:2to3 diff --git a/pypy/module/fcntl/test/test_fcntl.py b/pypy/module/fcntl/test/test_fcntl.py --- a/pypy/module/fcntl/test/test_fcntl.py

[pypy-commit] pypy py3k: fix NameError

2013-02-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61299:3b672ceb8674 Date: 2013-02-15 17:26 -0800 http://bitbucket.org/pypy/pypy/changeset/3b672ceb8674/ Log:fix NameError diff --git a/lib-python/3.2/test/test_dict.py b/lib-python/3.2/test/test_dict.py --- a/lib-python/3.2/test/test_dict.py +++

[pypy-commit] pypy default: modify this test so it would have failed untranslated without 1de5c08faeca

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61300:35075dd16ef9 Date: 2013-02-15 18:53 -0500 http://bitbucket.org/pypy/pypy/changeset/35075dd16ef9/ Log:modify this test so it would have failed untranslated without 1de5c08faeca diff --git a/pypy/module/thread/test/test_thread.py b/pypy/

[pypy-commit] pypy default: clean up rstruct.ieee 80-bit float packing and improve tests

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61301:0a025c478fca Date: 2013-02-15 21:53 -0500 http://bitbucket.org/pypy/pypy/changeset/0a025c478fca/ Log:clean up rstruct.ieee 80-bit float packing and improve tests diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronump

[pypy-commit] pypy default: improve the numpypy concatenate test

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61302:4d472c7d55b5 Date: 2013-02-15 23:15 -0500 http://bitbucket.org/pypy/pypy/changeset/4d472c7d55b5/ Log:improve the numpypy concatenate test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy default: update whatsnew for signal-and-thread branch merge

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61303:0dfddf4a61ca Date: 2013-02-15 23:19 -0500 http://bitbucket.org/pypy/pypy/changeset/0dfddf4a61ca/ Log:update whatsnew for signal-and-thread branch merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew