[pypy-commit] pypy py3.3: Fix test so that the truncate() call actually fails

2016-02-26 Thread rlamy
Author: Ronan Lamy Branch: py3.3 Changeset: r82565:2d2859fe2901 Date: 2016-02-26 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2d2859fe2901/ Log:Fix test so that the truncate() call actually fails diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2

[pypy-commit] pypy py3.3: Fix translation.

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82472:6aef6089a236 Date: 2016-02-14 12:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6aef6089a236/ Log:Fix translation. diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3/importlib/_bootstrap.py --- a/lib-python/3/importlib/_boo

[pypy-commit] pypy py3.3: Fix Module.repr to use space.builtin_modules to determine if a module is builtin. (Fixes regression in test_shadow_extension_2.)

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82470:1139cf119d2a Date: 2016-02-13 11:46 -0500 http://bitbucket.org/pypy/pypy/changeset/1139cf119d2a/ Log:Fix Module.repr to use space.builtin_modules to determine if a module is builtin. (Fixes regression in test_shadow_extension_2.) dif

[pypy-commit] pypy py3.3: Fix test by pleasing sanity check.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82335:99af7e9c0c5f Date: 2016-02-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/99af7e9c0c5f/ Log:Fix test by pleasing sanity check. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/modu

[pypy-commit] pypy py3.3: Fix _imp module direct app tests.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82331:7aac73fa16ed Date: 2016-02-19 21:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7aac73fa16ed/ Log:Fix _imp module direct app tests. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/t

[pypy-commit] pypy py3.3: Fix test_structseq.py by not checking _structseq's __file__.

2016-02-18 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82321:040589830b1d Date: 2016-02-19 02:54 +0100 http://bitbucket.org/pypy/pypy/changeset/040589830b1d/ Log:Fix test_structseq.py by not checking _structseq's __file__. The __file__ attribute is not present on the _structseq module

[pypy-commit] pypy py3.3: Fix test by inserting sys.meta_path hook at the beginning.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82269:3495c617f6d0 Date: 2016-02-15 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3495c617f6d0/ Log:Fix test by inserting sys.meta_path hook at the beginning. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_i

[pypy-commit] pypy py3.3: Fix test by checking for correct behaviour.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82270:0a7d0c775a46 Date: 2016-02-15 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0a7d0c775a46/ Log:Fix test by checking for correct behaviour. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/

[pypy-commit] pypy py3.3: Fix translation.

2016-02-13 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82206:00c150ed026d Date: 2016-02-13 00:20 -0500 http://bitbucket.org/pypy/pypy/changeset/00c150ed026d/ Log:Fix translation. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.py +++ b/

[pypy-commit] pypy py3.3: Fix test_reimport_builtin again.

2016-02-12 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82196:38a9de4803aa Date: 2016-02-11 23:48 -0500 http://bitbucket.org/pypy/pypy/changeset/38a9de4803aa/ Log:Fix test_reimport_builtin again. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixed

[pypy-commit] pypy py3.3: Fix.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82192:7fc36d3705b5 Date: 2016-02-12 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7fc36d3705b5/ Log:Fix. diff --git a/pypy/interpreter/test/test_pycode.py b/pypy/interpreter/test/test_pycode.py --- a/pypy/interpreter/test/test_pycode.py

[pypy-commit] pypy py3.3: Fix test_pyc_commandline_argument() by creating the .pyc file with the same python executable app_main.py is run with. Also check for correct output.

2016-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82191:bba9ea8739cc Date: 2016-02-12 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/bba9ea8739cc/ Log:Fix test_pyc_commandline_argument() by creating the .pyc file with the same python executable app_main.py is run with. Also check f

[pypy-commit] pypy py3.3: Fix unicode.capitalize() test to pass with CPython3.3,

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82021:44aa48e4d16a Date: 2016-02-01 00:31 +0100 http://bitbucket.org/pypy/pypy/changeset/44aa48e4d16a/ Log:Fix unicode.capitalize() test to pass with CPython3.3, and implement it for PyPy. Probably not the fastest implementation..

[pypy-commit] pypy py3.3: Fix class name.

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82012:250569a438a0 Date: 2016-01-28 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/250569a438a0/ Log:Fix class name. diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/mod

[pypy-commit] pypy py3.3: Fix rposix module after bad merge

2016-01-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81995:a9fccbdef513 Date: 2016-01-28 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/a9fccbdef513/ Log:Fix rposix module after bad merge diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/

[pypy-commit] pypy py3.3: Fix translation.

2016-01-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81730:26dd3a53c0c4 Date: 2016-01-13 04:44 +0100 http://bitbucket.org/pypy/pypy/changeset/26dd3a53c0c4/ Log:Fix translation. I think pickling of enumerate objects is still a bit broken. I'll verify after translation. diff --git a

[pypy-commit] pypy py3.3: Fix pickling stuff. Also, when (un)pickling functions, pass qualname correctly.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81705:cdacad9a627a Date: 2015-12-31 21:06 -0500 http://bitbucket.org/pypy/pypy/changeset/cdacad9a627a/ Log:Fix pickling stuff. Also, when (un)pickling functions, pass qualname correctly. diff --git a/lib-python/3/pickle.py b/lib-python/3/pic

[pypy-commit] pypy py3.3: Fix translation error caused by the qualname fix.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81708:57c626958f94 Date: 2016-01-05 02:23 -0500 http://bitbucket.org/pypy/pypy/changeset/57c626958f94/ Log:Fix translation error caused by the qualname fix. diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpre

[pypy-commit] pypy py3.3: Fix many many pickle-related failures. The changes to frozen_importlib are questionable and might be wrong. (Once you replace __import__ with import_with_frames_removed, when

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81704:1ea59f14a46a Date: 2015-12-30 17:45 -0500 http://bitbucket.org/pypy/pypy/changeset/1ea59f14a46a/ Log:Fix many many pickle-related failures. The changes to frozen_importlib are questionable and might be wrong. (Once you replace _

[pypy-commit] pypy py3.3: Fix tests in stderrprinter and io.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81695:260044caf4ee Date: 2015-12-15 12:49 -0500 http://bitbucket.org/pypy/pypy/changeset/260044caf4ee/ Log:Fix tests in stderrprinter and io. diff --git a/pypy/module/__pypy__/test/test_stderrprinter.py b/pypy/module/__pypy__/test/test_stderrprinte

[pypy-commit] pypy py3.3: Fix lib_pypy/test_code_module. Still need to make sure that the tests here are tested elsewhere.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81701:ecf6e6852002 Date: 2015-12-22 21:51 -0500 http://bitbucket.org/pypy/pypy/changeset/ecf6e6852002/ Log:Fix lib_pypy/test_code_module. Still need to make sure that the tests here are tested elsewhere. diff --git a/pypy/module/test_lib_pyp

[pypy-commit] pypy py3.3: Fix sys module testing.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81700:878013c28c6f Date: 2015-12-20 19:56 -0500 http://bitbucket.org/pypy/pypy/changeset/878013c28c6f/ Log:Fix sys module testing. diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py --- a/pypy/module/sys/te

[pypy-commit] pypy py3.3: fix for BSDs lacking pty.h

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81414:1a3db47423b9 Date: 2015-12-16 16:27 -0800 http://bitbucket.org/pypy/pypy/changeset/1a3db47423b9/ Log:fix for BSDs lacking pty.h (grafted from b3e7453fb7e34810c4a1dc9bff33fdf213021615) diff --git a/rpython/rlib/rposix.py b/rpython/

[pypy-commit] pypy py3.3: fix translation on OSX

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81415:223e23e2bfd3 Date: 2015-12-21 13:16 -0800 http://bitbucket.org/pypy/pypy/changeset/223e23e2bfd3/ Log:fix translation on OSX diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py +++ b/

[pypy-commit] pypy py3.3: Fix translation.

2015-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r79034:ff829278fa73 Date: 2015-08-18 12:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ff829278fa73/ Log:Fix translation. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +++

[pypy-commit] pypy py3.3: Fix test to check for DeprecationWarning instead of PendingDeprecationWarning.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78590:2293d8db2159 Date: 2015-07-17 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2293d8db2159/ Log:Fix test to check for DeprecationWarning instead of PendingDeprecationWarning. diff --git a/pypy/objspace/std/test/test_newformat.

[pypy-commit] pypy py3.3: Fix test.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78589:5d8ec598c9cd Date: 2015-07-17 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5d8ec598c9cd/ Log:Fix test. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test

[pypy-commit] pypy py3.3: Fix test because repr of a class defined inside a function changed.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78586:7305d753afde Date: 2015-07-17 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7305d753afde/ Log:Fix test because repr of a class defined inside a function changed. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspac

[pypy-commit] pypy py3.3: Fix __qualname__ of built-in class methods.

2015-07-08 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78498:1c0541a5be95 Date: 2015-07-08 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/1c0541a5be95/ Log:Fix __qualname__ of built-in class methods. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objs

[pypy-commit] pypy py3.3: Fix translation, and add a message to an assertion I don't undestand

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78337:71ece22ac15d Date: 2015-06-28 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/71ece22ac15d/ Log:Fix translation, and add a message to an assertion I don't undestand diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/i

[pypy-commit] pypy py3.3: Fix sys.thread_info

2015-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78081:38c4a6aa6559 Date: 2015-05-02 22:38 +0200 http://bitbucket.org/pypy/pypy/changeset/38c4a6aa6559/ Log:Fix sys.thread_info diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.py +++ b

[pypy-commit] pypy py3.3: Fix test_numeric_tower.

2015-03-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76388:e7a9dfa4ec76 Date: 2015-03-11 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/e7a9dfa4ec76/ Log:Fix test_numeric_tower. Probably an overlook in CPython _decimal.c diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/

[pypy-commit] pypy py3.3: Fix test_ztranslation of _io module

2015-03-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76317:abe327b7e4fc Date: 2015-03-10 23:03 +0100 http://bitbucket.org/pypy/pypy/changeset/abe327b7e4fc/ Log:Fix test_ztranslation of _io module diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py ---

[pypy-commit] pypy py3.3: Fix a RPython crash in test_threading

2015-03-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76305:26d190840ef4 Date: 2015-03-10 15:10 +0100 http://bitbucket.org/pypy/pypy/changeset/26d190840ef4/ Log:Fix a RPython crash in test_threading diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module

[pypy-commit] pypy py3.3: Fix compilation of _testcapimodule

2015-03-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76234:f60fdd5b5b05 Date: 2015-03-04 00:29 +0100 http://bitbucket.org/pypy/pypy/changeset/f60fdd5b5b05/ Log:Fix compilation of _testcapimodule diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c --- a/lib_pypy/_testcapimo

[pypy-commit] pypy py3.3: Fix mmap memoryview test.

2015-02-27 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76165:90616977c977 Date: 2015-02-27 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/90616977c977/ Log:Fix mmap memoryview test. diff --git a/pypy/module/mmap/test/test_mmap.py b/pypy/module/mmap/test/test_mmap.py --- a/pypy/module/mmap/tes

[pypy-commit] pypy py3.3: Fix math.log2(2**1023) by implementing the base-2 special case in rbigint.

2015-02-27 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76172:f38ee37c81fa Date: 2015-02-27 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/f38ee37c81fa/ Log:Fix math.log2(2**1023) by implementing the base-2 special case in rbigint. This commit changes the rpython subdirectory, w

[pypy-commit] pypy py3.3: Fix strange syntax error in lib-python test.

2015-02-27 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76166:e3f7ada75b17 Date: 2015-02-27 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/e3f7ada75b17/ Log:Fix strange syntax error in lib-python test. diff --git a/lib-python/3/test/test_xml_etree.py b/lib-python/3/test/test_xml_etree.py --- a

[pypy-commit] pypy py3.3: Fix (partially) memoryview after merging py3k (which in turn merged py3k-memoryview).

2015-02-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76147:27e66b7853b7 Date: 2015-02-25 19:07 +0100 http://bitbucket.org/pypy/pypy/changeset/27e66b7853b7/ Log:Fix (partially) memoryview after merging py3k (which in turn merged py3k-memoryview). diff --git a/pypy/objspace/std/memoryobject.

[pypy-commit] pypy py3.3: fix

2015-02-23 Thread xando
Author: Sebastian Pawlu? Branch: py3.3 Changeset: r76071:e142a637dd0c Date: 2015-02-23 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/e142a637dd0c/ Log:fix diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pyparse.py --- a/pypy/interpreter/pyparser/pyparse.

[pypy-commit] pypy py3.3: Fix typo in cffi

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75928:3c7542345bfa Date: 2015-02-16 21:47 +0100 http://bitbucket.org/pypy/pypy/changeset/3c7542345bfa/ Log:Fix typo in cffi diff --git a/lib_pypy/cffi/verifier.py b/lib_pypy/cffi/verifier.py --- a/lib_pypy/cffi/verifier.py +++ b/lib_pypy

[pypy-commit] pypy py3.3: Fix stack size of MAKE_FUNCTION and MAKE_CLOSURE opcodes,

2015-01-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75267:bbb5d74a2b9d Date: 2015-01-09 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/bbb5d74a2b9d/ Log:Fix stack size of MAKE_FUNCTION and MAKE_CLOSURE opcodes, they changed with the introduction of __qualname__. This

[pypy-commit] pypy py3.3: Fix translation

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75260:be32e3299b5e Date: 2015-01-08 23:24 +0100 http://bitbucket.org/pypy/pypy/changeset/be32e3299b5e/ Log:Fix translation diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__bu

[pypy-commit] pypy py3.3: Fix: 'a' in dictproxy() should not raise KeyError

2015-01-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75220:a3cb64940229 Date: 2015-01-01 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a3cb64940229/ Log:Fix: 'a' in dictproxy() should not raise KeyError diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/dictproxy

[pypy-commit] pypy py3.3: Fix tests to pass with -A and cpython3.3.

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75199:5494a2d79290 Date: 2015-01-01 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5494a2d79290/ Log:Fix tests to pass with -A and cpython3.3. + Allow some bytes functions to search for integers instead of single chars. dif

[pypy-commit] pypy py3.3: Fix compiler tests, broken when I added the __qualname__ attribute.

2014-12-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75188:b768017bc82f Date: 2014-12-31 14:29 +0100 http://bitbucket.org/pypy/pypy/changeset/b768017bc82f/ Log:Fix compiler tests, broken when I added the __qualname__ attribute. diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/i

[pypy-commit] pypy py3.3: Fix many tests in interpreter/

2014-12-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75189:21aecd71f599 Date: 2014-12-31 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/21aecd71f599/ Log:Fix many tests in interpreter/ diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app

[pypy-commit] pypy py3.3: Fix tests to pass with -A and CPython3.3

2014-12-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75170:edc9c50db790 Date: 2014-12-30 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/edc9c50db790/ Log:Fix tests to pass with -A and CPython3.3 diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compile

[pypy-commit] pypy py3.3: Fix compilation, I think

2014-12-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75168:4c7c31a7377d Date: 2014-12-30 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/4c7c31a7377d/ Log:Fix compilation, I think diff --git a/pypy/module/faulthandler/faulthandler.h b/pypy/module/faulthandler/faulthandler.h --- a/pyp

[pypy-commit] pypy py3.3: Fix test, like in py3k branch

2014-12-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75164:a03e2a0dd546 Date: 2014-12-30 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a03e2a0dd546/ Log:Fix test, like in py3k branch diff --git a/lib-python/3/test/test_fileio.py b/lib-python/3/test/test_fileio.py --- a/lib-python/3/

[pypy-commit] pypy py3.3: Fix the last tcl.split failure.

2014-12-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75146:adef746e8660 Date: 2014-12-21 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/adef746e8660/ Log:Fix the last tcl.split failure. diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py ++

[pypy-commit] pypy py3.3: Fix most tcl tests

2014-12-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75144:63b83c822ed6 Date: 2014-12-21 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/63b83c822ed6/ Log:Fix most tcl tests diff --git a/lib-python/3/tkinter/test/test_tkinter/test_variables.py b/lib-python/3/tkinter/test/test_tkinter

[pypy-commit] pypy py3.3: Fix a bit the stack trace formatted by FaultHandler

2014-12-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75139:3d0aa9a34f0a Date: 2014-12-19 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/3d0aa9a34f0a/ Log:Fix a bit the stack trace formatted by FaultHandler diff --git a/pypy/module/faulthandler/interp_faulthandler.py b/pypy/module/fa

[pypy-commit] pypy py3.3: Fix after changes in rffi.alloc_buffer()

2014-10-27 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r74258:f2e45911d1bf Date: 2014-10-27 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f2e45911d1bf/ Log:Fix after changes in rffi.alloc_buffer() diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py --- a/py

[pypy-commit] pypy py3.3: Fix itertools.accumulate to take optional func param

2014-10-14 Thread david_lievens
Author: David Lievens Branch: py3.3 Changeset: r73946:87225430fd4f Date: 2014-10-13 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/87225430fd4f/ Log:Fix itertools.accumulate to take optional func param diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/inte

[pypy-commit] pypy py3.3: Fix crash in ast module: check the presence of mandatory objects

2014-10-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r73871:73eefdc1c418 Date: 2014-10-09 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/73eefdc1c418/ Log:Fix crash in ast module: check the presence of mandatory objects diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpre

[pypy-commit] pypy py3.3: fix per new ast.py

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73078:1d260c164b38 Date: 2014-08-26 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/1d260c164b38/ Log:fix per new ast.py diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py --- a/pypy/interpret

[pypy-commit] pypy py3.3: fix handling of BoolOp.values when it's None

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72838:f0974e24fc50 Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/f0974e24fc50/ Log:fix handling of BoolOp.values when it's None diff --git a/pypy/interpreter/astcompiler/test/test_validate.py b/pypy/interpreter/astcompi

[pypy-commit] pypy py3.3: fix translation

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72689:a4092f8a43f8 Date: 2014-08-03 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/a4092f8a43f8/ Log:fix translation diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py --- a/pypy/interpreter/pytraceback.py +++

[pypy-commit] pypy py3.3: Fix test_open_default_encoding in lib-python/3/test/test_builtin.py.

2014-08-03 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72681:bd4891f611bd Date: 2014-08-02 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/bd4891f611bd/ Log:Fix test_open_default_encoding in lib-python/3/test/test_builtin.py. diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/i

[pypy-commit] pypy py3.3: fix translation (newlist vs wrap) and match cpython a bit more

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72649:70a5990e4f23 Date: 2014-08-01 17:11 -0700 http://bitbucket.org/pypy/pypy/changeset/70a5990e4f23/ Log:fix translation (newlist vs wrap) and match cpython a bit more diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a

[pypy-commit] pypy py3.3: fix yield from returns

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72613:936bfd7e5628 Date: 2014-07-29 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/936bfd7e5628/ Log:fix yield from returns diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/

[pypy-commit] pypy py3.3: fix test_validate

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72617:7e04e788d910 Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/7e04e788d910/ Log:fix test_validate diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py --- a/pypy/interprete

[pypy-commit] pypy py3.3: Fix translation

2014-07-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72611:edb40b85036b Date: 2014-07-29 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/edb40b85036b/ Log:Fix translation diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py --- a/pypy/module/_lzma/interp_lz

[pypy-commit] pypy py3.3: fix space.sys.debug tweak leaking outside of these tests

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72588:ecd762272c96 Date: 2014-07-27 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ecd762272c96/ Log:fix space.sys.debug tweak leaking outside of these tests diff --git a/pypy/module/__builtin__/test/test_compile.py b/pypy/module/__built

[pypy-commit] pypy py3.3: fix translation: uid is based on id (not rpython), we need to use getaddrstring

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72578:6f49b270e66a Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f49b270e66a/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead diff --git a/pypy/interpreter/nestedscope

[pypy-commit] pypy py3.3: Fix error message for converting surrogate to int

2014-07-27 Thread Ian Foote
Author: Ian Foote Branch: py3.3 Changeset: r72568:13703de458c9 Date: 2014-07-27 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/13703de458c9/ Log:Fix error message for converting surrogate to int diff --git a/pypy/objspace/std/test/test_intobject.py b/pypy/objspace/std/test/test_intobj

[pypy-commit] pypy py3.3: fix repr test_builtin_function to accept pypy repr for string split method

2014-07-27 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72554:f1c6ae47c0d4 Date: 2014-07-27 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/f1c6ae47c0d4/ Log:fix repr test_builtin_function to accept pypy repr for string split method diff --git a/lib-python/3/test/test_reprlib.py b/li

[pypy-commit] pypy py3.3: fix repr test_descriptors to accept pypy repr for dict.items

2014-07-27 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72555:c0bb7244f113 Date: 2014-07-27 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c0bb7244f113/ Log:fix repr test_descriptors to accept pypy repr for dict.items diff --git a/lib-python/3/test/test_reprlib.py b/lib-python/3/test/test_r

[pypy-commit] pypy py3.3: fix function identifier clashing breaking translation

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72549:e6da813670d7 Date: 2014-07-26 14:40 -0700 http://bitbucket.org/pypy/pypy/changeset/e6da813670d7/ Log:fix function identifier clashing breaking translation diff --git a/pypy/interpreter/special.py b/pypy/interpreter/special.py --- a/pypy/i

[pypy-commit] pypy py3.3: Fix zlib's test_decompress_eof.

2014-07-26 Thread Valentina Mukhamedzhanova
Author: Valentina Mukhamedzhanova Branch: py3.3 Changeset: r72504:c22750fbe7ad Date: 2014-07-26 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c22750fbe7ad/ Log:Fix zlib's test_decompress_eof. diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/mod

[pypy-commit] pypy py3.3: fix the version

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72486:ff5661747625 Date: 2014-07-25 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ff5661747625/ Log:fix the version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/

[pypy-commit] pypy py3.3: fix OSError aliases (Environment/IOError) causing an obscure clash of names w/

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72483:2fd763f1298c Date: 2014-07-25 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/2fd763f1298c/ Log:fix OSError aliases (Environment/IOError) causing an obscure clash of names w/ export_struct as used by cpyext. fixes translation

[pypy-commit] pypy py3.3: Fix for cpython Issue #17983

2014-07-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72349:37095df3c8ad Date: 2014-07-03 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/37095df3c8ad/ Log:Fix for cpython Issue #17983 diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astcompiler/symtable.py ---

[pypy-commit] pypy py3.3: Fix some cpyext tests.

2014-07-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72345:a53f63e78743 Date: 2014-06-23 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/a53f63e78743/ Log:Fix some cpyext tests. diff --git a/pypy/module/_frozen_importlib/__init__.py b/pypy/module/_frozen_importlib/__init__.py --- a/p

[pypy-commit] pypy py3.3: fix (though unicodedata.ucd_ doesn't exist on cpython anyway)

2014-06-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72137:7903d6671cda Date: 2014-06-22 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/7903d6671cda/ Log:fix (though unicodedata.ucd_ doesn't exist on cpython anyway) diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/uni

[pypy-commit] pypy py3.3: Fix exception handling in _ssl: it now use distinct Exception classes.

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72128:18dd3240202b Date: 2014-06-22 00:07 +0200 http://bitbucket.org/pypy/pypy/changeset/18dd3240202b/ Log:Fix exception handling in _ssl: it now use distinct Exception classes. + Small hacks until "import ssl" succeeds. diff --g

[pypy-commit] pypy py3.3: Fix import of _sqlite3 (needed by the buildbot "compress" step)

2014-04-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r70821:84aebbaf3a3c Date: 2014-04-21 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/84aebbaf3a3c/ Log:Fix import of _sqlite3 (needed by the buildbot "compress" step) diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib

[pypy-commit] pypy py3.3: Fix a crash when "yield from" is present in source code.

2014-04-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r70820:5f601f8ea119 Date: 2014-04-21 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5f601f8ea119/ Log:Fix a crash when "yield from" is present in source code. Not correctly implemented though. diff --git a/pypy/interpreter/a