[pypy-commit] pypy py3k: Test and fix for allowing __len__ to return any index-like

2016-09-27 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87416:494a05343a22 Date: 2016-09-27 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/494a05343a22/ Log:Test and fix for allowing __len__ to return any index-like diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

[pypy-commit] pypy py3k: Test and fix: don't give a unicode co_filename from interactive.py

2016-09-24 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87354:1706df7088bd Date: 2016-09-24 09:35 +0200 http://bitbucket.org/pypy/pypy/changeset/1706df7088bd/ Log:Test and fix: don't give a unicode co_filename from interactive.py diff --git a/pypy/interpreter/interactive.py b/pypy/interpreter/interactiv

[pypy-commit] pypy py3k: Test and fix: correctly count the number of kwonly argument given, for

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87329:37ab7781ce67 Date: 2016-09-22 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/37ab7781ce67/ Log:Test and fix: correctly count the number of kwonly argument given, for the error message diff --git a/pypy/interpreter/argument.py b/

[pypy-commit] pypy py3k: Test and fix

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87327:4b761da6ef73 Date: 2016-09-22 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/4b761da6ef73/ Log:Test and fix diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py +++

[pypy-commit] pypy py3k: Test and fix

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87325:6208459577ec Date: 2016-09-22 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6208459577ec/ Log:Test and fix diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py +++

[pypy-commit] pypy py3k: test and fix for _socket.dup()

2016-08-26 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86577:4c74988264fd Date: 2016-08-26 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/4c74988264fd/ Log:test and fix for _socket.dup() diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py --- a/pypy/module/_socke

[pypy-commit] pypy py3k: Test and fix for os.listdir(fd)

2016-08-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86395:daf7eb91064e Date: 2016-08-22 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/daf7eb91064e/ Log:Test and fix for os.listdir(fd) diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/i

[pypy-commit] pypy py3k: test and fix by disabling the unicodeliststragegy when converting from bytes

2012-04-16 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54427:4deee06acd87 Date: 2012-04-16 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4deee06acd87/ Log:test and fix by disabling the unicodeliststragegy when converting from bytes diff --git a/pypy/objspace/std/listobject.py b/pypy/ob

[pypy-commit] pypy py3k: Test and fix RLock context manager.

2012-01-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51467:fc8fcd7a4f56 Date: 2012-01-17 21:21 +0100 http://bitbucket.org/pypy/pypy/changeset/fc8fcd7a4f56/ Log:Test and fix RLock context manager. diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module/th