[pypy-commit] pypy py3.3: Oops, add missing faulthandler.h

2014-08-27 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r73079:222c001e9305 Date: 2014-08-27 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/222c001e9305/ Log:Oops, add missing faulthandler.h diff --git a/pypy/module/faulthandler/faulthandler.c b/pypy/module/faulthandler/faulthandler.c -

[pypy-commit] pypy stmgc-c7: Fix

2014-08-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73080:b590b6bbe094 Date: 2014-08-27 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/b590b6bbe094/ Log:Fix diff --git a/rpython/rtyper/lltypesystem/opimpl.py b/rpython/rtyper/lltypesystem/opimpl.py --- a/rpython/rtyper/lltypesystem/opimpl.

[pypy-commit] pypy default: Port change from stmgc-c7

2014-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r73081:1977c04f2580 Date: 2014-08-27 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/1977c04f2580/ Log:Port change from stmgc-c7 diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython/rlib/rthread

[pypy-commit] pypy stdlib-2.7.8: Replicate CPython's strange behavior in a vafguely reasonable way

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73082:8b19227722ab Date: 2014-08-27 07:58 -0700 http://bitbucket.org/pypy/pypy/changeset/8b19227722ab/ Log:Replicate CPython's strange behavior in a vafguely reasonable way diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descr

[pypy-commit] pypy stdlib-2.7.8: (Originally by pjenvey) Dont' call close here, if the handshake fails we still need to be able to call close on teh original socket

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73083:10154fa64f9d Date: 2014-08-27 09:59 -0700 http://bitbucket.org/pypy/pypy/changeset/10154fa64f9d/ Log:(Originally by pjenvey) Dont' call close here, if the handshake fails we still need to be able to call close on teh original

[pypy-commit] pypy stdlib-2.7.8: fix behavior of flush/close after write errors in line buffered streamio

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73085:d8cc30a1c503 Date: 2014-08-27 13:18 -0400 http://bitbucket.org/pypy/pypy/changeset/d8cc30a1c503/ Log:fix behavior of flush/close after write errors in line buffered streamio diff --git a/pypy/module/_file/test/test_file.py

[pypy-commit] pypy stdlib-2.7.8: More methods for tkapp

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73084:27bd5f479a55 Date: 2014-08-27 10:18 -0700 http://bitbucket.org/pypy/pypy/changeset/27bd5f479a55/ Log:More methods for tkapp diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/lib_pyp

[pypy-commit] pypy ppc-updated-backend: Fix PPCGuardToken constructor

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73086:a2ae19d7f7bd Date: 2014-08-27 17:01 -0300 http://bitbucket.org/pypy/pypy/changeset/a2ae19d7f7bd/ Log:Fix PPCGuardToken constructor diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython/jit/backend/ppc/codebu

[pypy-commit] pypy ppc-updated-backend: Add missing attributes

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73093:276cded8054f Date: 2014-08-27 17:19 -0300 http://bitbucket.org/pypy/pypy/changeset/276cded8054f/ Log:Add missing attributes diff --git a/rpython/jit/backend/ppc/runner.py b/rpython/jit/backend/ppc/runner.py --- a/rp

[pypy-commit] pypy ppc-updated-backend: Add method is_float to locations

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73087:35d3261abaab Date: 2014-08-27 17:03 -0300 http://bitbucket.org/pypy/pypy/changeset/35d3261abaab/ Log:Add method is_float to locations diff --git a/rpython/jit/backend/ppc/locations.py b/rpython/jit/backend/ppc/locat

[pypy-commit] pypy ppc-updated-backend: Avoid index error for operations with no arguments

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73091:39a0b812af40 Date: 2014-08-27 17:15 -0300 http://bitbucket.org/pypy/pypy/changeset/39a0b812af40/ Log:Avoid index error for operations with no arguments diff --git a/rpython/jit/backend/ppc/regalloc.py b/rpython/jit/

[pypy-commit] pypy ppc-updated-backend: Use correct names for new methods and attributes

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73089:9182d976d739 Date: 2014-08-27 17:09 -0300 http://bitbucket.org/pypy/pypy/changeset/9182d976d739/ Log:Use correct names for new methods and attributes diff --git a/rpython/jit/backend/ppc/ppc_assembler.py b/rpython/j

[pypy-commit] pypy ppc-updated-backend: Implement regalloc_push for fixed and floating point immediates

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73090:abc36e75739d Date: 2014-08-27 17:12 -0300 http://bitbucket.org/pypy/pypy/changeset/abc36e75739d/ Log:Implement regalloc_push for fixed and floating point immediates diff --git a/rpython/jit/backend/ppc/ppc_assembler.

[pypy-commit] pypy ppc-updated-backend: Add alias for the scratch register used with floating point operations

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73092:155ab5ceedc9 Date: 2014-08-27 17:17 -0300 http://bitbucket.org/pypy/pypy/changeset/155ab5ceedc9/ Log:Add alias for the scratch register used with floating point operations diff --git a/rpython/jit/backend/ppc

[pypy-commit] pypy ppc-updated-backend: Fix imports and make viewcode work again for ppc

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73095:0b2bb05791eb Date: 2014-08-27 17:25 -0300 http://bitbucket.org/pypy/pypy/changeset/0b2bb05791eb/ Log:Fix imports and make viewcode work again for ppc diff --git a/rpython/jit/backend/ppc/tool/viewcode.py b/rpython/j

[pypy-commit] pypy ppc-updated-backend: Fix construction of PPCGuardTokens

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73088:618b8c6dc34a Date: 2014-08-27 17:06 -0300 http://bitbucket.org/pypy/pypy/changeset/618b8c6dc34a/ Log:Fix construction of PPCGuardTokens diff --git a/rpython/jit/backend/ppc/opassembler.py b/rpython/jit/backend/ppc/o

[pypy-commit] pypy ppc-updated-backend: Import and use BasicFinalDescr

2014-08-27 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r73094:749844b18617 Date: 2014-08-27 17:21 -0300 http://bitbucket.org/pypy/pypy/changeset/749844b18617/ Log:Import and use BasicFinalDescr diff --git a/rpython/jit/backend/ppc/test/test_call_assembler.py b/rpython/jit/back

[pypy-commit] pypy stdlib-2.7.8: merged upstream

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73097:138f485e13fe Date: 2014-08-27 10:34 -0700 http://bitbucket.org/pypy/pypy/changeset/138f485e13fe/ Log:merged upstream diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file/test

[pypy-commit] pypy stdlib-2.7.8: Fix decoding of some values in tkapp, obscure rules

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73096:e76da23f2351 Date: 2014-08-27 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/e76da23f2351/ Log:Fix decoding of some values in tkapp, obscure rules diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib

[pypy-commit] pypy stdlib-2.7.8: merge heads

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73100:ae39690130e6 Date: 2014-08-27 14:19 -0400 http://bitbucket.org/pypy/pypy/changeset/ae39690130e6/ Log:merge heads diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib_pypy

[pypy-commit] pypy stdlib-2.7.8: enhance this test

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73098:358436365bce Date: 2014-08-27 13:59 -0400 http://bitbucket.org/pypy/pypy/changeset/358436365bce/ Log:enhance this test diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/pos

[pypy-commit] pypy stdlib-2.7.8: check fd compatibility with mode in fdopen_as_stream

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73099:ef774aafe39d Date: 2014-08-27 14:18 -0400 http://bitbucket.org/pypy/pypy/changeset/ef774aafe39d/ Log:check fd compatibility with mode in fdopen_as_stream diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.

[pypy-commit] pypy stdlib-2.7.8: allow \x00 as fill char in __format__

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73101:c4dbc5c1e8d9 Date: 2014-08-27 15:32 -0400 http://bitbucket.org/pypy/pypy/changeset/c4dbc5c1e8d9/ Log:allow \x00 as fill char in __format__ diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objsp

[pypy-commit] pypy stdlib-2.7.8: fix deadlock in thread test_fork

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73102:c8d88835c602 Date: 2014-08-27 16:38 -0400 http://bitbucket.org/pypy/pypy/changeset/c8d88835c602/ Log:fix deadlock in thread test_fork diff --git a/pypy/module/thread/test/test_fork.py b/pypy/module/thread/test/test_fork.py --- a/py

[pypy-commit] pypy stdlib-2.7.8: merged upstream

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73104:96013c5bad15 Date: 2014-08-27 14:12 -0700 http://bitbucket.org/pypy/pypy/changeset/96013c5bad15/ Log:merged upstream diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file

[pypy-commit] pypy stdlib-2.7.8: Fix one of the two remaining tcl bugs

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73103:4cde5141989b Date: 2014-08-27 14:11 -0700 http://bitbucket.org/pypy/pypy/changeset/4cde5141989b/ Log:Fix one of the two remaining tcl bugs diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.p

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid): fix the last failing tkinter test... this took a very long time to debug

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73105:53c7f5cc4006 Date: 2014-08-27 14:57 -0700 http://bitbucket.org/pypy/pypy/changeset/53c7f5cc4006/ Log:(alex, dreid): fix the last failing tkinter test... this took a very long time to debug diff --git a/lib_pypy/_tkinter/__ini

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid): fixed a bug in the utf7 decoder where unconsumed characters would still be returned

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73106:4f71852efa78 Date: 2014-08-27 16:18 -0700 http://bitbucket.org/pypy/pypy/changeset/4f71852efa78/ Log:(alex, dreid): fixed a bug in the utf7 decoder where unconsumed characters would still be returned diff --git a/rpython/rlib

[pypy-commit] pypy stdlib-2.7.8: Fixed translation

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73107:b223e8747096 Date: 2014-08-27 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/b223e8747096/ Log:Fixed translation diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib