[pypy-commit] pypy dstufft/update-pip-bootstrap-location-to-the-new-1420760611527: Close branch dstufft/update-pip-bootstrap-location-to-the-new-1420760611527

2015-01-08 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 Changeset: r75264:836eeccbffd9 Date: 2015-01-08 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/836eeccbffd9/ Log:Close branch dstufft/update-pip-bootstrap-location-to-the-

[pypy-commit] pypy default: Merged in dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 (pull request #296)

2015-01-08 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r75265:733b2bd3a55b Date: 2015-01-08 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/733b2bd3a55b/ Log:Merged in dstufft/update-pip-bootstrap-location-to-the- new-1420760611527 (pull request #296) Update pip

[pypy-commit] pypy default: Issue #1958

2015-01-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75262:0f3ee2ce246e Date: 2015-01-09 00:21 +0100 http://bitbucket.org/pypy/pypy/changeset/0f3ee2ce246e/ Log:Issue #1958 Maybe temporary: just kill references to distribute. I think that installing pip as described in the

[pypy-commit] pypy default: Issue #1956

2015-01-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75266:276ba3e27516 Date: 2015-01-09 01:01 +0100 http://bitbucket.org/pypy/pypy/changeset/276ba3e27516/ Log:Issue #1956 Follow-up on 9ff421c20db5: on systems that have clock_gettime(), reimplement the RPython clock()

[pypy-commit] pypy dstufft/update-pip-bootstrap-location-to-the-new-1420760611527: Update pip bootstrap location to the new location.

2015-01-08 Thread dstufft
Author: Donald Stufft don...@stufft.io Branch: dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 Changeset: r75263:454e0b57169f Date: 2015-01-08 23:43 + http://bitbucket.org/pypy/pypy/changeset/454e0b57169f/ Log:Update pip bootstrap location to the new location. diff --git

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

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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 ---

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

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r75261:2c2d11fa98da Date: 2015-01-08 23:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2c2d11fa98da/ Log:Another fix diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py ---

[pypy-commit] cffi default: Issue #173

2015-01-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1624:a5bf8dfd9667 Date: 2015-01-08 10:13 +0100 http://bitbucket.org/cffi/cffi/changeset/a5bf8dfd9667/ Log:Issue #173 Test and fix for the implicit __pycache__ directory location. diff --git a/cffi/api.py b/cffi/api.py ---

[pypy-commit] cffi default: Skip test_opaque_integer_as_function_result on mips64el, causes SEGV

2015-01-08 Thread jcowgill
Author: James Cowgill james...@cowgill.org.uk Branch: Changeset: r1625:67435ba27473 Date: 2015-01-08 09:00 -0800 http://bitbucket.org/cffi/cffi/changeset/67435ba27473/ Log:Skip test_opaque_integer_as_function_result on mips64el, causes SEGV It looked like CFFI told libffi that the

[pypy-commit] pypy py3.3: Use __qualname__ in type.__repr__

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r75258:6ad0ea075018 Date: 2015-01-08 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/6ad0ea075018/ Log:Use __qualname__ in type.__repr__ diff --git a/pypy/objspace/std/typeobject.py

[pypy-commit] pypy py3.3: Set __qualname__ of builtin methods

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r75259:826457bf5cda Date: 2015-01-08 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/826457bf5cda/ Log:Set __qualname__ of builtin methods diff --git a/lib-python/3/test/test_funcattrs.py

[pypy-commit] pypy py3.3: Improve pickling of reversed and enumerate objects.

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r75257:4c0fc2915173 Date: 2015-01-08 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/4c0fc2915173/ Log:Improve pickling of reversed and enumerate objects. In addition, reversed is now a type. diff --git

[pypy-commit] pypy py3.3: crypt.py imports _crypt.

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r75256:cdc9aa59d0a4 Date: 2015-01-06 09:06 +0100 http://bitbucket.org/pypy/pypy/changeset/cdc9aa59d0a4/ Log:crypt.py imports _crypt. diff --git a/pypy/module/crypt/__init__.py b/pypy/module/crypt/__init__.py ---