[pypy-commit] pypy py3k: Fix syntax error

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r78341:74539bd81aa5 Date: 2015-06-28 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/74539bd81aa5/ Log:Fix syntax error diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib

[pypy-commit] pypy vecopt: pass zjit, splitting is not necessary anymore, because the packing phase determines if it is able to combine pairs or not

2015-06-28 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78340:3ad6a660ea4c Date: 2015-06-28 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3ad6a660ea4c/ Log:pass zjit, splitting is not necessary anymore, because the packing phase determines if it is able to combine pairs or not this

[pypy-commit] pypy py3.3: Propagage no_nul when merging SomeUnicodeStrings

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78339:0b8affef4e82 Date: 2015-06-28 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/0b8affef4e82/ Log:Propagage no_nul when merging SomeUnicodeStrings diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/

[pypy-commit] pypy py3.3: More logs

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78338:2aab118cd687 Date: 2015-06-28 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2aab118cd687/ Log:More logs diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py +++

[pypy-commit] pypy py3.3: Fix translation, and add a message to an assertion I don't undestand

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78337:71ece22ac15d Date: 2015-06-28 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/71ece22ac15d/ Log:Fix translation, and add a message to an assertion I don't undestand diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/i

[pypy-commit] pypy py3.3: oops, fix the merge

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78334:fc25d108573c Date: 2015-06-25 08:42 +0200 http://bitbucket.org/pypy/pypy/changeset/fc25d108573c/ Log:oops, fix the merge diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/r

[pypy-commit] pypy py3.3: os.stat() now accepts fd instead of the path

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78336:e62a0a0b8520 Date: 2015-06-28 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e62a0a0b8520/ Log:os.stat() now accepts fd instead of the path diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py -

[pypy-commit] pypy py3.3: Add more names to os._have_functions.

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78335:07ad8fafbb60 Date: 2015-06-25 09:09 +0200 http://bitbucket.org/pypy/pypy/changeset/07ad8fafbb60/ Log:Add more names to os._have_functions. diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/py

[pypy-commit] pypy py3.3: hg merge more-rposix, directly in py3.3 branch.

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78333:7d4ae17b382a Date: 2015-06-25 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7d4ae17b382a/ Log:hg merge more-rposix, directly in py3.3 branch. diff too long, truncating to 2000 out of 8516 lines diff --git a/pypy/module/_io/