[pypy-commit] buildbot default: added a new builder that I have access to (s390x) own-linux

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r998:66858fbd0d4a Date: 2016-04-19 09:08 +0200 http://bitbucket.org/pypy/buildbot/changeset/66858fbd0d4a/ Log:added a new builder that I have access to (s390x) own-linux diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/

[pypy-commit] buildbot default: added own-linux-s390x-2 as a nightly

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r999:e3e3bbc1d32e Date: 2016-04-19 09:28 +0200 http://bitbucket.org/pypy/buildbot/changeset/e3e3bbc1d32e/ Log:added own-linux-s390x-2 as a nightly diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/maste

[pypy-commit] pypy default: try to reduce the size of concrete syntax tree nodes

2016-04-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r83758:86afca9e9b63 Date: 2016-04-19 00:03 +0300 http://bitbucket.org/pypy/pypy/changeset/86afca9e9b63/ Log:try to reduce the size of concrete syntax tree nodes woah, astbuilder is a mess diff --git a/pypy/interpreter/astcompiler/astbu

[pypy-commit] pypy default: don't store line and column on Nonterminal, introduce a special one-child

2016-04-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r83759:e35996d1c1b6 Date: 2016-04-19 10:43 +0300 http://bitbucket.org/pypy/pypy/changeset/e35996d1c1b6/ Log:don't store line and column on Nonterminal, introduce a special one- child Nonterminal1 for all the intermediate nodes that doesn

[pypy-commit] pypy default: print the progress uppon test failure (test_gil), increased the time it sleeps while checking the progress

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83761:aacade14ae52 Date: 2016-04-19 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/aacade14ae52/ Log:print the progress uppon test failure (test_gil), increased the time it sleeps while checking the progress diff --git a/pypy/module

[pypy-commit] pypy new-jit-log: forgot to set get_location to pypy's main jitdriver

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83760:eff88c49b7e9 Date: 2016-04-18 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/eff88c49b7e9/ Log:forgot to set get_location to pypy's main jitdriver diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp

[pypy-commit] cffi default: Support help(lib.foo)

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2669:eeef3869b994 Date: 2016-04-19 10:21 +0200 http://bitbucket.org/cffi/cffi/changeset/eeef3869b994/ Log:Support help(lib.foo) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4659,7 +4659,8 @@

[pypy-commit] pypy default: Update to cffi/eeef3869b994

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83762:cea8ead4e869 Date: 2016-04-19 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/cea8ead4e869/ Log:Update to cffi/eeef3869b994 diff --git a/pypy/module/_cffi_backend/lib_obj.py b/pypy/module/_cffi_backend/lib_obj.py --- a/pypy/module/_cffi_bac

[pypy-commit] pypy default: import this too

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83763:7e6501f41aa0 Date: 2016-04-19 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7e6501f41aa0/ Log:import this too diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi1/test_recompiler.py b/pypy/module/test_lib_pypy/cffi_tests/cffi1/test_rec

[pypy-commit] pypy default: c_forkpty() must have the same "raw" declaration as c_fork().

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83764:ed4a42015c48 Date: 2016-04-19 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/ed4a42015c48/ Log:c_forkpty() must have the same "raw" declaration as c_fork(). Also fix the reporting of errno after these two functions. diff --git a/rpy

[pypy-commit] pypy new-jit-log: modified ztranslation test to check the get_location and ensure it can be translated

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83765:983043f03fcd Date: 2016-04-19 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/983043f03fcd/ Log:modified ztranslation test to check the get_location and ensure it can be translated diff --git a/rpython/jit/backend/ll

[pypy-commit] pypy default: Mention the issue in the crash message

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83766:fc35b7e19735 Date: 2016-04-19 12:28 +0200 http://bitbucket.org/pypy/pypy/changeset/fc35b7e19735/ Log:Mention the issue in the crash message diff --git a/rpython/translator/c/src/thread_gil.c b/rpython/translator/c/src/thread_gil.c --- a/rpython/

[pypy-commit] pypy default: Uh, the test was not doing anything

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83767:a6cd003d2b48 Date: 2016-04-19 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/a6cd003d2b48/ Log:Uh, the test was not doing anything diff --git a/pypy/module/cpyext/test/test_pystate.py b/pypy/module/cpyext/test/test_pystate.py --- a/pypy/mo

[pypy-commit] pypy default: PyEval_ThreadsInitialized(): don't return always 1

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83768:e623b2b8996e Date: 2016-04-19 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e623b2b8996e/ Log:PyEval_ThreadsInitialized(): don't return always 1 diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/c

[pypy-commit] pypy release-5.x: merge default into branch

2016-04-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83770:94369b856427 Date: 2016-04-19 14:57 +0300 http://bitbucket.org/pypy/pypy/changeset/94369b856427/ Log:merge default into branch diff too long, truncating to 2000 out of 5943 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy default: update for 5.1 release

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83769:aa60332382a1 Date: 2016-04-19 14:54 +0300 http://bitbucket.org/pypy/pypy/changeset/aa60332382a1/ Log:update for 5.1 release diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-builds.py ++

[pypy-commit] pypy new-jit-log: refactoring simplifies the logging of a trace. now (just for the purpose of the jitlog) there is a unique id for each traces which makes parsing also easier

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83773:37892687f8b9 Date: 2016-04-19 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/37892687f8b9/ Log:refactoring simplifies the logging of a trace. now (just for the purpose of the jitlog) there is a unique id for each tra

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-04-19 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83771:4e15627bce95 Date: 2016-04-19 15:27 +0300 http://bitbucket.org/pypy/pypy/changeset/4e15627bce95/ Log:merge default into branch diff too long, truncating to 2000 out of 2165 lines diff --git a/lib_pypy/_collections.py b/lib_pypy/_collection

[pypy-commit] pypy release-5.x: fix merge

2016-04-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83772:3260adbeba4a Date: 2016-04-19 16:22 +0300 http://bitbucket.org/pypy/pypy/changeset/3260adbeba4a/ Log:fix merge diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/include

[pypy-commit] pypy py3k: winreg must be a builtin module on Windows

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83774:4d87b3d82dc2 Date: 2016-04-19 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/4d87b3d82dc2/ Log:winreg must be a builtin module on Windows fixes issue #2276 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseob

[pypy-commit] pypy follow_symlinks: hg merge py3k

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83775:16fdc05dd0b4 Date: 2016-04-19 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/16fdc05dd0b4/ Log:hg merge py3k diff too long, truncating to 2000 out of 8726 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -

[pypy-commit] pypy follow_symlinks: (pjenvey, ronan) Query the buffer protocol in space.fsencode_w, not

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83776:ad52aafa4b6e Date: 2016-04-19 20:22 +0100 http://bitbucket.org/pypy/pypy/changeset/ad52aafa4b6e/ Log:(pjenvey, ronan) Query the buffer protocol in space.fsencode_w, not space.bytes_w, and ensure that this is used everywhere

[pypy-commit] buildbot default: try to fix 11de30c674f6

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r1000:575eedefb087 Date: 2016-04-19 23:47 +0300 http://bitbucket.org/pypy/buildbot/changeset/575eedefb087/ Log:try to fix 11de30c674f6 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybu

[pypy-commit] pypy default: update documentation for 5.1 release

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83777:00817db13cc3 Date: 2016-04-20 00:13 +0300 http://bitbucket.org/pypy/pypy/changeset/00817db13cc3/ Log:update documentation for 5.1 release diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst +++ b/pypy

[pypy-commit] pypy cpyext-ext: try harder to remove ndarray macros and decls by adding the header name after # for all GLOBALS

2016-04-19 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83778:932d99f41a9a Date: 2016-04-19 23:32 +0300 http://bitbucket.org/pypy/pypy/changeset/932d99f41a9a/ Log:try harder to remove ndarray macros and decls by adding the header name after # for all GLOBALS diff --git a/pypy/module/cpyext/api

[pypy-commit] pypy follow_symlinks: Add comment about the use of wrap_oserror() in utime()

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83779:3ad2cea602b3 Date: 2016-04-19 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/3ad2cea602b3/ Log:Add comment about the use of wrap_oserror() in utime() diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_

[pypy-commit] pypy follow_symlinks: Close branch follow_symlinks

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83780:6f95bf3f23be Date: 2016-04-19 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/6f95bf3f23be/ Log:Close branch follow_symlinks ___ pypy-commit mailing list [email protected] https

[pypy-commit] pypy py3k: Merged in follow_symlinks (pull request #428)

2016-04-19 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83781:33f8f738c7a4 Date: 2016-04-19 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/33f8f738c7a4/ Log:Merged in follow_symlinks (pull request #428) Finish implementing the 3.3 extensions to existing os functions. diff --git a/pypy/int

[pypy-commit] pypy py3k: relax some assertions

2016-04-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83782:375d80f87983 Date: 2016-04-19 14:31 -0700 http://bitbucket.org/pypy/pypy/changeset/375d80f87983/ Log:relax some assertions diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/test/test_ins

[pypy-commit] pypy default: test, fix to not print mandlebrot to log files

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83783:fa743228fbdb Date: 2016-04-20 07:15 +0300 http://bitbucket.org/pypy/pypy/changeset/fa743228fbdb/ Log:test, fix to not print mandlebrot to log files diff --git a/rpython/tool/ansi_print.py b/rpython/tool/ansi_print.py --- a/rpython/tool/ansi_print.py

[pypy-commit] pypy default: add s390x to repackage script

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83784:9d69be296de7 Date: 2016-04-20 07:20 +0300 http://bitbucket.org/pypy/pypy/changeset/9d69be296de7/ Log:add s390x to repackage script diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b

[pypy-commit] pypy default: Added tag release-5.1 for changeset 3260adbeba4a

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83785:95a1d447cd62 Date: 2016-04-20 07:25 +0300 http://bitbucket.org/pypy/pypy/changeset/95a1d447cd62/ Log:Added tag release-5.1 for changeset 3260adbeba4a diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -20,3 +20,4 @@ 5f8302b8bf9f53056e4042

[pypy-commit] cffi default: update

2016-04-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2670:91c994324178 Date: 2016-04-20 08:54 +0200 http://bitbucket.org/cffi/cffi/changeset/91c994324178/ Log:update diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -12,10 +12,11