[pypy-commit] pypy default: update windows build to link openssl, expat, zlib statically (cpython compatability)

2014-08-22 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72956:74d521ec9314 Date: 2014-08-22 10:04 +0300 http://bitbucket.org/pypy/pypy/changeset/74d521ec9314/ Log:update windows build to link openssl, expat, zlib statically (cpython compatability) update instructions and buildbot to

[pypy-commit] pypy default: update windows to openssl-1.0.1i, revert build instructions to simplify

2014-08-22 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72957:14fbd80309d0 Date: 2014-08-22 12:01 +0300 http://bitbucket.org/pypy/pypy/changeset/14fbd80309d0/ Log:update windows to openssl-1.0.1i, revert build instructions to simplify diff --git a/pypy/doc/windows.rst

[pypy-commit] pypy gc-incminimark-pinning: added test with random pinning, unpinning and adding/removing from stackroots.

2014-08-22 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r72958:9b7d961fbb87 Date: 2014-08-22 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9b7d961fbb87/ Log:added test with random pinning, unpinning and adding/removing from stackroots.

[pypy-commit] pypy gc-incminimark-pinning: rewrite of 'collect_and_reserve'.

2014-08-22 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r72959:f67b9f4344ab Date: 2014-08-22 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f67b9f4344ab/ Log:rewrite of 'collect_and_reserve'. XXX: needs refactoring diff --git

[pypy-commit] pypy ufuncapi: test and fix signature handling

2014-08-22 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: ufuncapi Changeset: r72960:03e110d4a60f Date: 2014-08-22 16:04 +0300 http://bitbucket.org/pypy/pypy/changeset/03e110d4a60f/ Log:test and fix signature handling diff --git a/pypy/module/micronumpy/support.py b/pypy/module/micronumpy/support.py ---

[pypy-commit] pypy ufuncapi: integrate signature core_enabled into ufunc call

2014-08-22 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: ufuncapi Changeset: r72961:aa2a66acc1f9 Date: 2014-08-22 17:12 +0300 http://bitbucket.org/pypy/pypy/changeset/aa2a66acc1f9/ Log:integrate signature core_enabled into ufunc call diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py

[pypy-commit] pypy stdlib-2.7.8: sys.exit() should produce a SystemExit with code is None

2014-08-22 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: stdlib-2.7.8 Changeset: r72963:8ab4bb347653 Date: 2014-08-12 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/8ab4bb347653/ Log:sys.exit() should produce a SystemExit with code is None (grafted from

[pypy-commit] pypy py3.3: this belongs in test_sysmodule

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72962:6d940f0447f1 Date: 2014-08-22 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/6d940f0447f1/ Log:this belongs in test_sysmodule diff --git a/pypy/module/exceptions/test/test_exc.py

[pypy-commit] pypy stdlib-2.7.8: this belongs in test_sysmodule

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72964:b5022d1064b2 Date: 2014-08-22 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b5022d1064b2/ Log:this belongs in test_sysmodule (grafted from 6d940f0447f1438b9fb337172d25a971e3910f27) diff --git

[pypy-commit] pypy stdlib-2.7.8: missing import

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72965:9f806e8177c5 Date: 2014-08-22 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9f806e8177c5/ Log:missing import diff --git a/lib-python/2.7/test/test_traceback.py b/lib-python/2.7/test/test_traceback.py

[pypy-commit] pypy armooo-py3.3fixes: Update select.poll register/modify for 3.3 tests

2014-08-22 Thread armooo
Author: Jason Michalski arm...@armooo.net Branch: armooo-py3.3fixes Changeset: r72966:f5e910c88825 Date: 2014-08-20 21:53 -0700 http://bitbucket.org/pypy/pypy/changeset/f5e910c88825/ Log:Update select.poll register/modify for 3.3 tests In python 3.3 select.poll register and modify

[pypy-commit] pypy py3.3: Merged in armooo/pypy/armooo-py3.3fixes (pull request #274)

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72967:25f78f167792 Date: 2014-08-22 15:05 -0700 http://bitbucket.org/pypy/pypy/changeset/25f78f167792/ Log:Merged in armooo/pypy/armooo-py3.3fixes (pull request #274) Update select.poll register/modify for 3.3

[pypy-commit] pypy default: add USHRT_MAX

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r72969:0001c77cf245 Date: 2014-08-22 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/0001c77cf245/ Log:add USHRT_MAX diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py

[pypy-commit] pypy py3.3: merge py3k

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72972:818fa7069ba0 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/818fa7069ba0/ Log:merge py3k diff --git a/pypy/module/select/interp_select.py b/pypy/module/select/interp_select.py ---

[pypy-commit] pypy stdlib-2.7.8: merge default

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72976:e3861364b11f Date: 2014-08-22 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/e3861364b11f/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +354,6 @@ See the

[pypy-commit] pypy py3.3: move/integrate these into the existing test_select

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72973:3b2796835762 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/3b2796835762/ Log:move/integrate these into the existing test_select diff --git a/pypy/module/select/test/test_select.py

[pypy-commit] pypy stdlib-2.7.8: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72968:e8fac13444fa Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/e8fac13444fa/ Log:pep8, kill an invalid XXX comment diff --git a/pypy/module/select/interp_select.py

[pypy-commit] pypy py3k: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72970:a4773e318ffe Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/a4773e318ffe/ Log:pep8, kill an invalid XXX comment (grafted from e8fac13444fa1ba5546f2c6af6d278b9b0a0770b) diff --git

[pypy-commit] pypy py3.3: more closely match CPython requiring strict unsigned shorts

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72974:ba30358bcb6b Date: 2014-08-22 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/ba30358bcb6b/ Log:more closely match CPython requiring strict unsigned shorts diff --git a/pypy/module/select/interp_select.py

[pypy-commit] pypy default: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r72975:857d8e4c4254 Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/857d8e4c4254/ Log:pep8, kill an invalid XXX comment (grafted from e8fac13444fa1ba5546f2c6af6d278b9b0a0770b) diff --git

[pypy-commit] pypy py3k: add USHRT_MAX

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72971:711a57a64749 Date: 2014-08-22 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/711a57a64749/ Log:add USHRT_MAX (grafted from 0001c77cf2459944e9916731b222910cfe177f64) diff --git

[pypy-commit] pypy stdlib-2.7.8: more closely match CPython requiring strict unsigned shorts

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72980:06c030f20d39 Date: 2014-08-22 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/06c030f20d39/ Log:more closely match CPython requiring strict unsigned shorts (grafted from

[pypy-commit] pypy stdlib-2.7.8: Update select.poll register/modify for 3.3 tests

2014-08-22 Thread armooo
Author: Jason Michalski arm...@armooo.net Branch: stdlib-2.7.8 Changeset: r72978:52925441 Date: 2014-08-20 21:53 -0700 http://bitbucket.org/pypy/pypy/changeset/52925441/ Log:Update select.poll register/modify for 3.3 tests In python 3.3 select.poll register and modify raise

[pypy-commit] pypy stdlib-2.7.8: move/integrate these into the existing test_select

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72979:4e771bcf30f6 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/4e771bcf30f6/ Log:move/integrate these into the existing test_select (grafted from

[pypy-commit] pypy stdlib-2.7.8: add custom __repr__ to Cell

2014-08-22 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: stdlib-2.7.8 Changeset: r72981:43b8e678a5e5 Date: 2014-07-27 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/43b8e678a5e5/ Log:add custom __repr__ to Cell (grafted from c799b96b7ec531b447afdfeeaf574146af1eb3d3) diff --git

[pypy-commit] pypy stdlib-2.7.8: fix translation: uid is based on id (not rpython), we need to use getaddrstring

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72982:6f4816e0e4a2 Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f4816e0e4a2/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead (grafted from

[pypy-commit] pypy stdlib-2.7.8: adapt to 2.7 from 3.3

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72983:34f22247550e Date: 2014-08-22 17:14 -0700 http://bitbucket.org/pypy/pypy/changeset/34f22247550e/ Log:adapt to 2.7 from 3.3 diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py ---

[pypy-commit] pypy stdlib-2.7.8: adapt to 2.7 from 3.3

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72988:8fd30229b5fe Date: 2014-08-22 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/8fd30229b5fe/ Log:adapt to 2.7 from 3.3 diff --git a/pypy/module/_csv/test/test_dialect.py

[pypy-commit] pypy stdlib-2.7.8: we match py3's improved error messages

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72986:b6c042c35da7 Date: 2014-08-22 17:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b6c042c35da7/ Log:we match py3's improved error messages diff --git a/lib-python/2.7/test/test_csv.py

[pypy-commit] pypy stdlib-2.7.8: merge default

2014-08-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.8 Changeset: r72990:29caf6638cd5 Date: 2014-08-22 19:03 -0700 http://bitbucket.org/pypy/pypy/changeset/29caf6638cd5/ Log:merge default diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py ---

[pypy-commit] pypy default: Introduce gateway.Unwrapper, a convenient way to write custom unwrap_spec functions,

2014-08-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r72989:ae9a345ba034 Date: 2014-04-12 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ae9a345ba034/ Log:Introduce gateway.Unwrapper, a convenient way to write custom unwrap_spec functions, Similar to the O spec in

[pypy-commit] pypy stdlib-2.7.8: Added encoding cookies to these files

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r72991:192d1f3c02bf Date: 2014-08-22 20:01 -0700 http://bitbucket.org/pypy/pypy/changeset/192d1f3c02bf/ Log:Added encoding cookies to these files diff --git a/pypy/module/exceptions/test/test_exc.py

[pypy-commit] pypy stdlib-2.7.8: Fixed test_exceptions.py

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r72992:bd46b6d4447e Date: 2014-08-22 22:22 -0700 http://bitbucket.org/pypy/pypy/changeset/bd46b6d4447e/ Log:Fixed test_exceptions.py diff --git a/pypy/module/exceptions/interp_exceptions.py

[pypy-commit] pypy stdlib-2.7.8: Fixed a crash in BufferedRWPair

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r72993:505a10d18c25 Date: 2014-08-22 22:47 -0700 http://bitbucket.org/pypy/pypy/changeset/505a10d18c25/ Log:Fixed a crash in BufferedRWPair diff --git a/pypy/module/_io/interp_bufferedio.py

[pypy-commit] pypy stdlib-2.7.8: Fix translation error

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r72994:ad3eef187a45 Date: 2014-08-22 22:56 -0700 http://bitbucket.org/pypy/pypy/changeset/ad3eef187a45/ Log:Fix translation error diff --git a/pypy/module/_io/interp_bufferedio.py