[pypy-commit] pypy signatures: close about to be merged branch

2012-12-07 Thread fijal
Author: Maciej Fijalkowski Branch: signatures Changeset: r59359:dda4cdee1297 Date: 2012-12-07 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/dda4cdee1297/ Log:close about to be merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: (Greg Price, fijal reviewing) Merge signatures branch.

2012-12-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59360:dc68348c70d7 Date: 2012-12-07 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/dc68348c70d7/ Log:(Greg Price, fijal reviewing) Merge signatures branch. This branch adds a decorator that let's you specify the signatures

[pypy-commit] extradoc extradoc: another blog post

2012-12-07 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4932:0c078e999f8c Date: 2012-12-07 15:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/0c078e999f8c/ Log:another blog post diff --git a/blog/draft/numpy-internship-2.rst b/blog/draft/numpy-internship-2.rst new file mode 100644 ---

[pypy-commit] extradoc extradoc: merge

2012-12-07 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4933:ee71ba86558a Date: 2012-12-07 15:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/ee71ba86558a/ Log:merge diff --git a/blog/draft/py3k-status-update-8.rst b/blog/draft/py3k-status-update-8.rst new file mode 100644 --- /dev/nu

[pypy-commit] pypy py3k: Use @signature, in a place that would have saved time to find the translation failure.

2012-12-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59362:460b29c967c1 Date: 2012-12-07 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/460b29c967c1/ Log:Use @signature, in a place that would have saved time to find the translation failure. diff --git a/pypy/annotation/types.p

[pypy-commit] pypy py3k: hg merge default

2012-12-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59361:a0beb6e83549 Date: 2012-12-07 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/a0beb6e83549/ Log:hg merge default diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +++

[pypy-commit] pypy default: Move signature types to rlib

2012-12-07 Thread Greg Price
Author: Greg Price Branch: Changeset: r59363:daf4a1b651e0 Date: 2012-12-07 10:04 -0800 http://bitbucket.org/pypy/pypy/changeset/daf4a1b651e0/ Log:Move signature types to rlib diff --git a/pypy/annotation/signature.py b/pypy/annotation/signature.py --- a/pypy/annotation/signature.py +++ b/py

[pypy-commit] pypy default: fix test_list_unicode on osx (ported from py3k)

2012-12-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59365:f2f4cb496c1c Date: 2012-12-07 16:13 -0800 http://bitbucket.org/pypy/pypy/changeset/f2f4cb496c1c/ Log:fix test_list_unicode on osx (ported from py3k) diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --

[pypy-commit] pypy default: fix test_posix2, it inherits space from the module scope

2012-12-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59364:d6525cdff419 Date: 2012-12-07 16:09 -0800 http://bitbucket.org/pypy/pypy/changeset/d6525cdff419/ Log:fix test_posix2, it inherits space from the module scope diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_pos

[pypy-commit] pypy py3k: merge default

2012-12-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59366:b402af2e511e Date: 2012-12-07 16:23 -0800 http://bitbucket.org/pypy/pypy/changeset/b402af2e511e/ Log:merge default diff --git a/pypy/annotation/signature.py b/pypy/annotation/signature.py --- a/pypy/annotation/signature.py +++ b/pypy/annot

[pypy-commit] pypy py3k: reapply our py3k signatures from 460b29c967c1

2012-12-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59367:7c4e7a82df66 Date: 2012-12-07 16:30 -0800 http://bitbucket.org/pypy/pypy/changeset/7c4e7a82df66/ Log:reapply our py3k signatures from 460b29c967c1 diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/i

[pypy-commit] pypy py3k: 2to3, fix popen tests, reapply our darwin fix

2012-12-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59368:b27d0ede020e Date: 2012-12-07 17:02 -0800 http://bitbucket.org/pypy/pypy/changeset/b27d0ede020e/ Log:2to3, fix popen tests, reapply our darwin fix diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py