[pypy-commit] extradoc extradoc: PEP 475 done

2016-12-04 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5758:8bbdf2ea8e81 Date: 2016-12-05 08:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/8bbdf2ea8e81/ Log:PEP 475 done diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst --- a/planning/py3.5/cpython-cras

[pypy-commit] pypy py3.5: Py3.5 always adds these three names to all new modules (thanks Tiberium)

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r8:5e500ed90cd8 Date: 2016-12-04 23:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5e500ed90cd8/ Log:Py3.5 always adds these three names to all new modules (thanks Tiberium) diff --git a/pypy/interpreter/module.py b/pypy/interpreter/

[pypy-commit] pypy py3.5: Test and fix

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r6:2b00c209938d Date: 2016-12-04 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2b00c209938d/ Log:Test and fix diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/pypy/ob

[pypy-commit] pypy py3.5: fix?

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r7:ea86f82696e3 Date: 2016-12-04 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/ea86f82696e3/ Log:fix? diff --git a/lib-python/3/test/test_ordered_dict.py b/lib-python/3/test/test_ordered_dict.py --- a/lib-python/3/test/test_ordered_dict

[pypy-commit] pypy py3.5-eintr-pep475: close branch, ready to merge

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r4:7c7067888d91 Date: 2016-12-04 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7c7067888d91/ Log:close branch, ready to merge ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy py3.5: hg merge py3.5-eintr-pep475

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r5:b5eaea946a6b Date: 2016-12-04 21:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b5eaea946a6b/ Log:hg merge py3.5-eintr-pep475 Implement PEP475, which makes a number of os-, file-, select- and socket-related functions no lo

[pypy-commit] pypy missing-tp_new: move tests and add one for tp_hash

2016-12-04 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r1:7fe5dcdd537f Date: 2016-11-26 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7fe5dcdd537f/ Log:move tests and add one for tp_hash diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobj

[pypy-commit] pypy missing-tp_new: change algo to fish the function to call, still ininitely recurses on pandas' Timestamp class

2016-12-04 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r2:cea545b4e5bc Date: 2016-11-28 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/cea545b4e5bc/ Log:change algo to fish the function to call, still ininitely recurses on pandas' Timestamp class diff --git a/pypy/module/cpy

[pypy-commit] pypy better-PyDict_Next: try to identify and convert a GetSetProperty to a W_GetSetPropertyEx

2016-12-04 Thread mattip
Author: Matti Picus Branch: better-PyDict_Next Changeset: r3:e012751a80df Date: 2016-12-04 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e012751a80df/ Log:try to identify and convert a GetSetProperty to a W_GetSetPropertyEx diff --git a/pypy/module/cpyext/dictobject.py b/pypy/modu

[pypy-commit] pypy py3.5-eintr-pep475: pep475ify the socket objects

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r0:dbc5c6b1041f Date: 2016-12-04 20:14 +0100 http://bitbucket.org/pypy/pypy/changeset/dbc5c6b1041f/ Log:pep475ify the socket objects diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/py

[pypy-commit] pypy py3.5-eintr-pep475: select.*() functions (the subset of the ones available on Linux)

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88879:98fd8574f000 Date: 2016-12-04 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/98fd8574f000/ Log:select.*() functions (the subset of the ones available on Linux) diff --git a/pypy/module/select/interp_epoll.py b/pypy/module

[pypy-commit] pypy.org extradoc: update the values

2016-12-04 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r828:5a234313e695 Date: 2016-12-04 14:45 +0100 http://bitbucket.org/pypy/pypy.org/changeset/5a234313e695/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66367 of $105000 (

[pypy-commit] pypy py3.5-eintr-pep475: pep475ify time.sleep()

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88878:b98fafbb5f1c Date: 2016-12-04 12:40 +0100 http://bitbucket.org/pypy/pypy/changeset/b98fafbb5f1c/ Log:pep475ify time.sleep() diff --git a/pypy/interpreter/timeutils.py b/pypy/interpreter/timeutils.py new file mode 100644 --- /dev

[pypy-commit] pypy py3.5-eintr-pep475: translation fix

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88877:dab6fcde4713 Date: 2016-12-04 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/dab6fcde4713/ Log:translation fix diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/i

[pypy-commit] pypy py3.5-eintr-pep475: hg merge py3.5

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88875:1613a0094a88 Date: 2016-12-04 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1613a0094a88/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 28117 lines diff --git a/lib-python/3/_collections_abc.py b/lib-python

[pypy-commit] pypy py3.5-eintr-pep475: close fd's in case of error

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88873:de02c97af766 Date: 2016-12-04 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/de02c97af766/ Log:close fd's in case of error diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/modu

[pypy-commit] pypy py3.5-eintr-pep475: first try at the _io module

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88874:c9e018812658 Date: 2016-12-04 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c9e018812658/ Log:first try at the _io module diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a/pypy/module/

[pypy-commit] pypy py3.5-eintr-pep475: fix

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88876:a5c104036e0e Date: 2016-12-04 11:46 +0100 http://bitbucket.org/pypy/pypy/changeset/a5c104036e0e/ Log:fix diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a/pypy/module/_io/interp_fileio.py +++

[pypy-commit] pypy py3.5-eintr-pep475: ah bah

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88872:4899480d8be8 Date: 2016-12-04 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/4899480d8be8/ Log:ah bah diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interprete

[pypy-commit] pypy py3.5-eintr-pep475: Add eintr_retry=False systematically (the goal would be to remove

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5-eintr-pep475 Changeset: r88871:63df1181a419 Date: 2016-12-04 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/63df1181a419/ Log:Add eintr_retry=False systematically (the goal would be to remove the default value of the argument, to be sure we're co