[pypy-commit] pypy py3k: Eh, I don't know how I missed that __kwdefaults__ could simply be a

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86368:bee473720d24 Date: 2016-08-21 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/bee473720d24/ Log:Eh, I don't know how I missed that __kwdefaults__ could simply be a moduledict diff --git a/pypy/interpreter/function.py b/pypy/inter

[pypy-commit] pypy py3k: translation fix

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86369:0a4a546854ad Date: 2016-08-21 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/0a4a546854ad/ Log:translation fix diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy/objspa

[pypy-commit] pypy py3.5: hg merge py3k

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86370:72416bdbe656 Date: 2016-08-21 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/72416bdbe656/ Log:hg merge py3k diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/interpr

[pypy-commit] extradoc extradoc: I'll do os.scandir() next

2016-08-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5677:6aee284a8009 Date: 2016-08-21 10:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/6aee284a8009/ Log:I'll do os.scandir() next diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planni

[pypy-commit] pypy memoryview-attributes: test, fix missing attributes

2016-08-21 Thread mattip
Author: Matti Picus Branch: memoryview-attributes Changeset: r86372:75a113a08fd8 Date: 2016-08-21 14:07 +1000 http://bitbucket.org/pypy/pypy/changeset/75a113a08fd8/ Log:test, fix missing attributes diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module

[pypy-commit] pypy memoryview-attributes: translation fixes

2016-08-21 Thread mattip
Author: Matti Picus Branch: memoryview-attributes Changeset: r86371:e97ba225e392 Date: 2016-08-21 06:39 +1200 http://bitbucket.org/pypy/pypy/changeset/e97ba225e392/ Log:translation fixes diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/b

[pypy-commit] pypy memoryview-attributes: merge default into branch

2016-08-21 Thread mattip
Author: Matti Picus Branch: memoryview-attributes Changeset: r86373:6cb76ef9492b Date: 2016-08-21 21:08 +1000 http://bitbucket.org/pypy/pypy/changeset/6cb76ef9492b/ Log:merge default into branch diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++ b/lib_pyp

[pypy-commit] pypy default: Start writing an RPython interface that should allow us to portably

2016-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r86374:e139e4ad76df Date: 2016-08-21 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e139e4ad76df/ Log:Start writing an RPython interface that should allow us to portably implement os.scandir() in py3.5 diff --git a/rpython/rlib/rposix.py b

[pypy-commit] pypy py3.5: Returning a choice of bytes or unicodes

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86378:50bce54b1c9d Date: 2016-08-21 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/50bce54b1c9d/ Log:Returning a choice of bytes or unicodes diff --git a/pypy/module/posix/interp_scandir.py b/pypy/module/posix/interp_scandir.py --- a/pypy/m

[pypy-commit] pypy py3.5: Start on posix.scandir()

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86377:cbc8e2e4d409 Date: 2016-08-21 19:57 +0200 http://bitbucket.org/pypy/pypy/changeset/cbc8e2e4d409/ Log:Start on posix.scandir() diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +++

[pypy-commit] pypy py3.5: No point in making 'name' lazy, and it's better if the EncodingError

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86379:7c5ace65de0a Date: 2016-08-21 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/7c5ace65de0a/ Log:No point in making 'name' lazy, and it's better if the EncodingError we might get is thrown at the same place as in CPython diff --g

[pypy-commit] pypy py3k: hg merge default

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86375:52ba32002a16 Date: 2016-08-21 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/52ba32002a16/ Log:hg merge default diff --git a/pypy/module/_cffi_backend/test/test_re_python.py b/pypy/module/_cffi_backend/test/test_re_python.py --- a/pypy

[pypy-commit] pypy py3.5: hg merge py3k

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86376:384bd70a1123 Date: 2016-08-21 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/384bd70a1123/ Log:hg merge py3k diff --git a/pypy/module/_cffi_backend/test/test_re_python.py b/pypy/module/_cffi_backend/test/test_re_python.py --- a/pypy/m

[pypy-commit] pypy default: Update rposix_scandir

2016-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r86380:9ef4f79a0ca2 Date: 2016-08-21 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/9ef4f79a0ca2/ Log:Update rposix_scandir diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3.5-scandir: in-progress: is_file() etc.

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5-scandir Changeset: r86384:7a230ed585cb Date: 2016-08-21 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7a230ed585cb/ Log:in-progress: is_file() etc. diff --git a/pypy/module/posix/interp_scandir.py b/pypy/module/posix/interp_scandir.py --- a/pypy/modul

[pypy-commit] pypy py3k: hg merge default

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86382:6f96b85e2f64 Date: 2016-08-21 21:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6f96b85e2f64/ Log:hg merge default diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3.5-scandir: Continue working on os.scandir() on a branch

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5-scandir Changeset: r86381:7bb71f9d023d Date: 2016-08-21 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7bb71f9d023d/ Log:Continue working on os.scandir() on a branch ___ pypy-commit mailing list pypy-commit@py

[pypy-commit] pypy py3.5-scandir: hg merge py3k

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5-scandir Changeset: r86383:995468378b4c Date: 2016-08-21 21:11 +0200 http://bitbucket.org/pypy/pypy/changeset/995468378b4c/ Log:hg merge py3k diff --git a/rpython/rlib/rposix_scandir.py b/rpython/rlib/rposix_scandir.py --- a/rpython/rlib/rposix_scandir.py +++

[pypy-commit] extradoc extradoc: Stopped making a CPython bug report for each and every one of them.

2016-08-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5678:7f9daee054b4 Date: 2016-08-21 23:12 +0200 http://bitbucket.org/pypy/extradoc/changeset/7f9daee054b4/ Log:Stopped making a CPython bug report for each and every one of them. Switched to document the crashers in this file for now. di

[pypy-commit] pypy py3.5-scandir: Finish the first draft of os.scandir() (missing: Win32)

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5-scandir Changeset: r86387:cfe6bf314382 Date: 2016-08-22 01:03 +0200 http://bitbucket.org/pypy/pypy/changeset/cfe6bf314382/ Log:Finish the first draft of os.scandir() (missing: Win32) diff --git a/pypy/module/posix/interp_scandir.py b/pypy/module/posix/interp

[pypy-commit] pypy default: Misc

2016-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r86385:0da7aed60c9e Date: 2016-08-22 01:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0da7aed60c9e/ Log:Misc diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -625,6 +625,7 @@

[pypy-commit] pypy py3.5-scandir: hg merge default

2016-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5-scandir Changeset: r86386:c1499faf06b6 Date: 2016-08-22 01:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c1499faf06b6/ Log:hg merge default diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix

[pypy-commit] pypy memoryview-attributes: __buffer__ is a method with a flags arg, not an attibute

2016-08-21 Thread mattip
Author: Matti Picus Branch: memoryview-attributes Changeset: r86388:70768dcd906f Date: 2016-08-22 11:08 +1000 http://bitbucket.org/pypy/pypy/changeset/70768dcd906f/ Log:__buffer__ is a method with a flags arg, not an attibute diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.