[pypy-commit] pypy s390x-backend: SG substracts, STG stores. fixed problem that did not remap locations correctly, test_jump now passes

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80877:bc5a54c347e6 Date: 2015-11-24 09:45 +0100 http://bitbucket.org/pypy/pypy/changeset/bc5a54c347e6/ Log:SG substracts, STG stores. fixed problem that did not remap locations correctly, test_jump now passes diff --git a/rpy

[pypy-commit] pypy default: issue #2185: shooting in the dark

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r80878:8aadecc01b7d Date: 2015-11-24 09:11 + http://bitbucket.org/pypy/pypy/changeset/8aadecc01b7d/ Log:issue #2185: shooting in the dark diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a

[pypy-commit] pypy compress-numbering: small progress

2015-11-24 Thread fijal
Author: fijal Branch: compress-numbering Changeset: r80880:c73a5279a022 Date: 2015-11-24 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/c73a5279a022/ Log:small progress diff --git a/rpython/jit/codewriter/jitcode.py b/rpython/jit/codewriter/jitcode.py --- a/rpython/jit/codewriter/jitco

[pypy-commit] pypy compress-numbering: fix parts of test resume

2015-11-24 Thread fijal
Author: fijal Branch: compress-numbering Changeset: r80879:d42389c1c4d6 Date: 2015-11-24 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d42389c1c4d6/ Log:fix parts of test resume diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainter

[pypy-commit] pypy s390x-backend: added the right parameters to obj dump and added test regex for compile_asm_len

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80882:ab489b42ecd2 Date: 2015-11-24 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ab489b42ecd2/ Log:added the right parameters to obj dump and added test regex for compile_asm_len diff --git a/rpython/jit/backend/llsup

[pypy-commit] pypy s390x-backend: removed custom test to more easily find the error in the more complex test

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80881:6afaba9d83d4 Date: 2015-11-24 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/6afaba9d83d4/ Log:removed custom test to more easily find the error in the more complex test diff --git a/rpython/jit/backend/test/runne

[pypy-commit] pypy compress-numbering: whack at test_resume more

2015-11-24 Thread fijal
Author: fijal Branch: compress-numbering Changeset: r80883:d1ffcc38ac2c Date: 2015-11-24 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/d1ffcc38ac2c/ Log:whack at test_resume more diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainte

[pypy-commit] pypy s390x-backend: copy copy copy. void operations such as jit_debug. test passes

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80884:52e2814e517d Date: 2015-11-24 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/52e2814e517d/ Log:copy copy copy. void operations such as jit_debug. test passes diff --git a/rpython/jit/backend/zarch/opassembler.py b/rpytho

[pypy-commit] pypy s390x-backend: finally, the indices for storing/restoring from a register where slightly off, which read garbage from the jitframe (floating point issues)

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80885:c55975affb6c Date: 2015-11-24 16:13 +0100 http://bitbucket.org/pypy/pypy/changeset/c55975affb6c/ Log:finally, the indices for storing/restoring from a register where slightly off, which read garbage from the jitframe (fl

[pypy-commit] pypy s390x-backend: forgot to rename FSCRATCH to FP_SCRATCH

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80886:78d26c28212c Date: 2015-11-24 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/78d26c28212c/ Log:forgot to rename FSCRATCH to FP_SCRATCH diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assem

[pypy-commit] pypy stmgc-c8: more tests and fix

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80892:1f6b1cc69bca Date: 2015-11-24 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/1f6b1cc69bca/ Log:more tests and fix diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/g

[pypy-commit] pypy stmgc-c8: make some gc framework tests pass again

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80887:00e26e7cf877 Date: 2015-11-24 09:27 +0100 http://bitbucket.org/pypy/pypy/changeset/00e26e7cf877/ Log:make some gc framework tests pass again diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmg

[pypy-commit] pypy s390x-backend: copy copy copy. ptr_eq and ptr_ne added to regalloc and assembler

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80893:5810bdb5f4eb Date: 2015-11-24 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/5810bdb5f4eb/ Log:copy copy copy. ptr_eq and ptr_ne added to regalloc and assembler diff --git a/rpython/jit/backend/zarch/opassembler.py b/rpy

[pypy-commit] pypy stmgc-c8: fix test

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80890:861b9136b05a Date: 2015-11-24 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/861b9136b05a/ Log:fix test diff --git a/rpython/memory/gctransform/test/test_framework.py b/rpython/memory/gctransform/test/test_framework.py --- a/rpytho

[pypy-commit] pypy stmgc-c8: support for explicit gc_writebarrier

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80889:1be321b9df2b Date: 2015-11-24 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/1be321b9df2b/ Log:support for explicit gc_writebarrier diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py ---

[pypy-commit] pypy stmgc-c8: remove duplicate logic

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80891:17fb1d3c0092 Date: 2015-11-24 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/17fb1d3c0092/ Log:remove duplicate logic This logic is now implemented in the WriteBarrierCollector diff --git a/rpython/memory/gctransform/stmfra

[pypy-commit] pypy stmgc-c8: add analysis for better write barrier placement

2015-11-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80888:6882bd53ee96 Date: 2015-11-24 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/6882bd53ee96/ Log:add analysis for better write barrier placement Adds a class that looks for write/set-operations that do not require a wr

[pypy-commit] pypy s390x-backend: added impl for guard_not_invalidated, passing tests for it

2015-11-24 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80894:c3188f41b276 Date: 2015-11-24 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/c3188f41b276/ Log:added impl for guard_not_invalidated, passing tests for it diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/

[pypy-commit] cffi default: One more corner case

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2432:cfc510bd81d7 Date: 2015-11-24 17:40 +0100 http://bitbucket.org/cffi/cffi/changeset/cfc510bd81d7/ Log:One more corner case diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5778,6 +5778,10 @@

[pypy-commit] pypy anntype2: Simplify rarithmetic special-case in op.isinstance handling

2015-11-24 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80896:afb4e66fbc02 Date: 2015-11-24 16:43 + http://bitbucket.org/pypy/pypy/changeset/afb4e66fbc02/ Log:Simplify rarithmetic special-case in op.isinstance handling diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py ---

[pypy-commit] pypy anntype2: Move builtin_isinstance() to the only place where it's used: unaryop

2015-11-24 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80895:64737284bb91 Date: 2015-11-24 06:18 + http://bitbucket.org/pypy/pypy/changeset/64737284bb91/ Log:Move builtin_isinstance() to the only place where it's used: unaryop diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builti

[pypy-commit] pypy default: fix whatsnew for merged branch

2015-11-24 Thread mattip
Author: mattip Branch: Changeset: r80897:51561caea1d9 Date: 2015-11-24 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/51561caea1d9/ Log:fix whatsnew for merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy faster-rstruct: in case of cross-compilation we need to delay the comparison of offsets until compile time (where FieldOffset is a symbolic correctly handled by the C compiler). How

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80898:89a3ecaf0b2d Date: 2015-11-24 18:05 +0100 http://bitbucket.org/pypy/pypy/changeset/89a3ecaf0b2d/ Log:in case of cross-compilation we need to delay the comparison of offsets until compile time (where FieldOffset is a symboli

[pypy-commit] pypy faster-rstruct: fix

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80899:82d45be90c37 Date: 2015-11-24 18:09 +0100 http://bitbucket.org/pypy/pypy/changeset/82d45be90c37/ Log:fix diff --git a/rpython/jit/metainterp/test/test_strstorage.py b/rpython/jit/metainterp/test/test_strstorage.py --- a/rpython/j

[pypy-commit] pypy faster-rstruct: hg merge default

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80900:ce2d724dad21 Date: 2015-11-24 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/ce2d724dad21/ Log:hg merge default diff too long, truncating to 2000 out of 2119 lines diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --

[pypy-commit] cffi default: Mention jamadden's experience on irc

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2433:36f23295979c Date: 2015-11-24 18:27 +0100 http://bitbucket.org/cffi/cffi/changeset/36f23295979c/ Log:Mention jamadden's experience on irc diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rs

[pypy-commit] cffi demo-cleanup: remove verify from all the demos

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2434:a7be543a732d Date: 2015-11-23 19:26 +0200 http://bitbucket.org/cffi/cffi/changeset/a7be543a732d/ Log:remove verify from all the demos ___ pypy-commit mailing list [email protected] https://m

[pypy-commit] cffi demo-cleanup: fix one demo for verify -> set_source, compile

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2435:a8a0693b9953 Date: 2015-11-24 19:29 +0200 http://bitbucket.org/cffi/cffi/changeset/a8a0693b9953/ Log:fix one demo for verify -> set_source, compile diff --git a/demo/xclient.py b/demo/xclient.py --- a/demo/xclient.py +++ b/demo/xclient.py

[pypy-commit] pypy faster-rstruct: dismiss the offsetof approach, as it's too complicate to make it working reliably in presence of cross-compilation. Simply disallow str_storage_getitem for types >=

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80901:02f4fd70c0bb Date: 2015-11-24 18:44 +0100 http://bitbucket.org/pypy/pypy/changeset/02f4fd70c0bb/ Log:dismiss the offsetof approach, as it's too complicate to make it working reliably in presence of cross-compilation. Simply

[pypy-commit] pypy faster-rstruct: this is now unsupported on linux x86_32

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80902:a70875ac8f0e Date: 2015-11-24 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/a70875ac8f0e/ Log:this is now unsupported on linux x86_32 diff --git a/rpython/rlib/test/test_strstorage.py b/rpython/rlib/test/test_strstorage.py

[pypy-commit] pypy faster-rstruct: hg merge default

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80903:56589ed1776a Date: 2015-11-24 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/56589ed1776a/ Log:hg merge default diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @

[pypy-commit] pypy faster-rstruct: temporarily disable micronumpy as it causes translation to fail

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80904:ffe06132bdbc Date: 2015-11-24 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/ffe06132bdbc/ Log:temporarily disable micronumpy as it causes translation to fail diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.p

[pypy-commit] cffi demo-cleanup: split the demo into two files

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2436:a34f6189d2b6 Date: 2015-11-24 20:04 +0200 http://bitbucket.org/cffi/cffi/changeset/a34f6189d2b6/ Log:split the demo into two files diff --git a/demo/xclient.py b/demo/xclient.py --- a/demo/xclient.py +++ b/demo/xclient.py @@ -1,35 +1,14 @@

[pypy-commit] pypy default: isinstance(_, long) is not RPython: fix the micronumpy FakeSpace

2015-11-24 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r80905:35a59456a15a Date: 2015-11-24 18:01 + http://bitbucket.org/pypy/pypy/changeset/35a59456a15a/ Log:isinstance(_, long) is not RPython: fix the micronumpy FakeSpace diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile

[pypy-commit] pypy faster-rstruct: try to disable this as well

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80906:74414c3c9204 Date: 2015-11-24 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/74414c3c9204/ Log:try to disable this as well diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py ++

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80908:367dea44b661 Date: 2015-11-24 14:30 -0500 http://bitbucket.org/pypy/pypy/changeset/367dea44b661/ Log:merge heads diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py +++ b/p

[pypy-commit] pypy faster-rstruct: try harder to disable cpyext

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80909:1bf434a1141d Date: 2015-11-24 20:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1bf434a1141d/ Log:try harder to disable cpyext diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +

[pypy-commit] pypy default: speed up timedelta creation

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80907:d41b9b35d3b5 Date: 2015-11-24 14:16 -0500 http://bitbucket.org/pypy/pypy/changeset/d41b9b35d3b5/ Log:speed up timedelta creation diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -

[pypy-commit] cffi demo-cleanup: update gmp demo

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2437:854dc393589a Date: 2015-11-24 21:28 +0200 http://bitbucket.org/cffi/cffi/changeset/854dc393589a/ Log:update gmp demo diff --git a/demo/btrfs-snap.py b/demo/btrfs-snap.py --- a/demo/btrfs-snap.py +++ b/demo/btrfs-snap.py @@ -22,9 +22,6 @@

[pypy-commit] cffi demo-cleanup: fix comment

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2438:90de1ea93a3f Date: 2015-11-24 21:29 +0200 http://bitbucket.org/cffi/cffi/changeset/90de1ea93a3f/ Log:fix comment diff --git a/demo/gmp_build.py b/demo/gmp_build.py --- a/demo/gmp_build.py +++ b/demo/gmp_build.py @@ -2,7 +2,7 @@ # # Thi

[pypy-commit] cffi demo-cleanup: update and cleanup more demos

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2439:c7cec8d17b33 Date: 2015-11-24 21:50 +0200 http://bitbucket.org/cffi/cffi/changeset/c7cec8d17b33/ Log:update and cleanup more demos diff --git a/demo/gmp.py b/demo/gmp.py --- a/demo/gmp.py +++ b/demo/gmp.py @@ -1,4 +1,9 @@ import sys +# +#

[pypy-commit] pypy default: speed up datetime fromtimestamp (this check costs time)

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80911:6577bbdc8e76 Date: 2015-11-24 15:43 -0500 http://bitbucket.org/pypy/pypy/changeset/6577bbdc8e76/ Log:speed up datetime fromtimestamp (this check costs time) diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: unify datetime fromstimestamp methods

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80910:4585e300d462 Date: 2015-11-24 15:24 -0500 http://bitbucket.org/pypy/pypy/changeset/4585e300d462/ Log:unify datetime fromstimestamp methods diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/dateti

[pypy-commit] cffi demo-cleanup: fix demo

2015-11-24 Thread mattip
Author: mattip Branch: demo-cleanup Changeset: r2440:51c5901067f0 Date: 2015-11-24 22:45 +0200 http://bitbucket.org/cffi/cffi/changeset/51c5901067f0/ Log:fix demo diff --git a/demo/winclipboard.py b/demo/winclipboard.py --- a/demo/winclipboard.py +++ b/demo/winclipboard.py @@ -33,7 +33,7 @@

[pypy-commit] pypy default: timedelta total_seconds use helper fn

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80912:e1e1695047f4 Date: 2015-11-24 15:53 -0500 http://bitbucket.org/pypy/pypy/changeset/e1e1695047f4/ Log:timedelta total_seconds use helper fn diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/dateti

[pypy-commit] pypy default: merge heads

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r80915:30a4accaa4d9 Date: 2015-11-24 22:49 +0100 http://bitbucket.org/pypy/pypy/changeset/30a4accaa4d9/ Log:merge heads diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -17,11 +17,12 @@ "

[pypy-commit] pypy default: A fast-path for the JIT: in the common case, ffi.init_once() is known

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r80914:9bbd8daa83aa Date: 2015-11-24 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/9bbd8daa83aa/ Log:A fast-path for the JIT: in the common case, ffi.init_once() is known during tracing to have been done already, and turns into no

[pypy-commit] pypy default: update to cffi/36f23295979c and implement ffi.init_once()

2015-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r80913:e27e18a501ee Date: 2015-11-24 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/e27e18a501ee/ Log:update to cffi/36f23295979c and implement ffi.init_once() diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++

[pypy-commit] pypy default: more optimizations for timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80916:3944e79025c8 Date: 2015-11-24 16:36 -0500 http://bitbucket.org/pypy/pypy/changeset/3944e79025c8/ Log:more optimizations for timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80917:37057ce12bc9 Date: 2015-11-24 17:30 -0500 http://bitbucket.org/pypy/pypy/changeset/37057ce12bc9/ Log:merge heads diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -72,6 +72,7 @@

[pypy-commit] pypy faster-rstruct: re-enable cpyext and micronumpy. The failure due to micronumpy seems to be random

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80918:7f3a328c275d Date: 2015-11-25 00:55 +0100 http://bitbucket.org/pypy/pypy/changeset/7f3a328c275d/ Log:re-enable cpyext and micronumpy. The failure due to micronumpy seems to be random diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy faster-rstruct: hg merge default

2015-11-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80919:246229cd7f49 Date: 2015-11-25 00:57 +0100 http://bitbucket.org/pypy/pypy/changeset/246229cd7f49/ Log:hg merge default diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @

[pypy-commit] pypy default: optimize datetime - timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80920:629f1bffad53 Date: 2015-11-24 18:39 -0500 http://bitbucket.org/pypy/pypy/changeset/629f1bffad53/ Log:optimize datetime - timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: unused

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80921:17f53b18797e Date: 2015-11-24 18:43 -0500 http://bitbucket.org/pypy/pypy/changeset/17f53b18797e/ Log:unused diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -575,8 +575,6 @@

[pypy-commit] pypy default: cleanup

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80922:3aa83b0f7f8c Date: 2015-11-24 19:23 -0500 http://bitbucket.org/pypy/pypy/changeset/3aa83b0f7f8c/ Log:cleanup diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -429,6 +429,10 @@

[pypy-commit] pypy default: clarify _tmxxx error handling

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80923:f31561a340fe Date: 2015-11-24 19:26 -0500 http://bitbucket.org/pypy/pypy/changeset/f31561a340fe/ Log:clarify _tmxxx error handling diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: replace datetime _tmxxx with normalizing functions

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80924:f6b21456bb6a Date: 2015-11-24 21:03 -0500 http://bitbucket.org/pypy/pypy/changeset/f6b21456bb6a/ Log:replace datetime _tmxxx with normalizing functions diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/li

[pypy-commit] pypy default: simplify date +- timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80925:11243828bb74 Date: 2015-11-24 20:44 -0500 http://bitbucket.org/pypy/pypy/changeset/11243828bb74/ Log:simplify date +- timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -9

[pypy-commit] pypy compress-numbering: write the snapshots in a better order. complicates code, but will probably be beneficial

2015-11-24 Thread fijal
Author: fijal Branch: compress-numbering Changeset: r80926:2a006fba78d9 Date: 2015-11-25 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/2a006fba78d9/ Log:write the snapshots in a better order. complicates code, but will probably be beneficial diff --git a/lib_pypy/cffi/__init__.