[pypy-commit] pypy release-2.2.x: FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths

2013-11-24 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: release-2.2.x Changeset: r68301:fd729a097f6f Date: 2013-11-18 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/fd729a097f6f/ Log:FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths (transplanted from

[pypy-commit] pypy release-2.2.x: allow disable stripping/tk via env var

2013-11-24 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: release-2.2.x Changeset: r68299:d223aed751df Date: 2013-11-18 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d223aed751df/ Log:allow disable stripping/tk via env var (transplanted from

[pypy-commit] pypy release-2.2.x: allow disable strip/tk via env vars

2013-11-24 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: release-2.2.x Changeset: r68300:bf1821ecc215 Date: 2013-11-18 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bf1821ecc215/ Log:allow disable strip/tk via env vars (transplanted from

[pypy-commit] pypy release-2.2.x: C header include paths .. once more

2013-11-24 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: release-2.2.x Changeset: r68302:cd21588f10bf Date: 2013-11-18 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cd21588f10bf/ Log:C header include paths .. once more (transplanted from

[pypy-commit] pypy default: deactivate test_multiprocessing until #1644 is resolved - buildslave hangs

2013-11-19 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68237:4cb276ba3e4a Date: 2013-11-18 21:54 +0100 http://bitbucket.org/pypy/pypy/changeset/4cb276ba3e4a/ Log:deactivate test_multiprocessing until #1644 is resolved - buildslave hangs diff --git

[pypy-commit] pypy default: allow disable stripping/tk via env var

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68209:679ca2fdefb6 Date: 2013-11-18 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/679ca2fdefb6/ Log:allow disable stripping/tk via env var diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py

[pypy-commit] pypy default: skip test that assume glibc specific, non-standard-C behavior

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68213:dc08f917cd4f Date: 2013-11-18 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/dc08f917cd4f/ Log:skip test that assume glibc specific, non-standard-C behavior diff --git

[pypy-commit] pypy default: FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68212:68fe795f0c67 Date: 2013-11-18 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/68fe795f0c67/ Log:FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths diff --git a/lib_pypy/_tkinter/tklib.py

[pypy-commit] pypy default: allow disable strip/tk via env vars

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68211:0924956bd436 Date: 2013-11-18 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/0924956bd436/ Log:allow disable strip/tk via env vars ___ pypy-commit mailing list

[pypy-commit] pypy default: allow disable strip/tk via env vars

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68210:76bc9f2cd215 Date: 2013-11-18 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/76bc9f2cd215/ Log:allow disable strip/tk via env vars diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py

[pypy-commit] pypy default: C header include paths .. once more

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68216:b6c763cd5357 Date: 2013-11-18 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b6c763cd5357/ Log:C header include paths .. once more diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py ---

[pypy-commit] pypy kqueue: Fix module init, test init.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53189:e46a58cf8ee6 Date: 2012-03-02 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/e46a58cf8ee6/ Log:Fix module init, test init. diff --git a/pypy/module/select/__init__.py b/pypy/module/select/__init__.py

[pypy-commit] pypy kqueue: Complete symbols, streamline code, fix include, whitespace.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53190:ff829d29d644 Date: 2012-03-03 01:00 +0100 http://bitbucket.org/pypy/pypy/changeset/ff829d29d644/ Log:Complete symbols, streamline code, fix include, whitespace. diff --git a/pypy/module/select/__init__.py

[pypy-commit] pypy kqueue: Implement kqueue control.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53191:39358fbeb957 Date: 2012-03-03 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/39358fbeb957/ Log:Implement kqueue control. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Merge upstream.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53194:b11d2bf7c116 Date: 2012-03-03 18:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b11d2bf7c116/ Log:Merge upstream. diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py --- a/lib_pypy/cPickle.py +++

[pypy-commit] pypy kqueue: Implement timeout forwarding.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53192:1996736bd620 Date: 2012-03-03 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/1996736bd620/ Log:Implement timeout forwarding. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Various fixes, implement kevent comparison.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53195:fa4020666f4c Date: 2012-03-03 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/fa4020666f4c/ Log:Various fixes, implement kevent comparison. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Some build fixes.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53193:3d6ef205bbaa Date: 2012-03-03 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3d6ef205bbaa/ Log:Some build fixes. diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Enable kqueue on all BSDish platforms.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53199:3da8ca8d473f Date: 2012-03-04 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3da8ca8d473f/ Log:Enable kqueue on all BSDish platforms. diff --git a/pypy/module/select/__init__.py

[pypy-commit] pypy kqueue: Cosmetical changes.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53198:1205ef1c2c35 Date: 2012-03-04 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/1205ef1c2c35/ Log:Cosmetical changes. diff --git a/pypy/module/select/__init__.py b/pypy/module/select/__init__.py ---

[pypy-commit] pypy kqueue: Add missing test from CPy, fix types.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53200:58b8b3f12824 Date: 2012-03-04 15:21 +0100 http://bitbucket.org/pypy/pypy/changeset/58b8b3f12824/ Log:Add missing test from CPy, fix types. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Implement all comparison ops.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53201:ee259270972a Date: 2012-03-04 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ee259270972a/ Log:Implement all comparison ops. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Closely follow the CPy impl..

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53202:87f0c2c83a66 Date: 2012-03-04 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/87f0c2c83a66/ Log:Closely follow the CPy impl.. diff --git a/pypy/module/select/interp_kqueue.py

[pypy-commit] pypy kqueue: Correct use of integer types.

2012-03-04 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@gmail.com Branch: kqueue Changeset: r53203:5c06272fbaa9 Date: 2012-03-04 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5c06272fbaa9/ Log:Correct use of integer types. diff --git a/pypy/module/select/interp_kqueue.py