[pypy-commit] pypy default: merged upstream

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82966:4337613701b7 Date: 2016-03-11 07:39 -0500 http://bitbucket.org/pypy/pypy/changeset/4337613701b7/ Log:merged upstream diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/stringmethods.py +

[pypy-commit] pypy default: merged upstream

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r77594:d93ad0d33f48 Date: 2015-05-26 14:05 -0400 http://bitbucket.org/pypy/pypy/changeset/d93ad0d33f48/ Log:merged upstream diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/lib_p

[pypy-commit] pypy default: merged upstream

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r77022:d61c5b8833ca Date: 2015-05-03 20:12 -0400 http://bitbucket.org/pypy/pypy/changeset/d61c5b8833ca/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73562:d1d26f2b783b Date: 2014-09-16 13:44 -0700 http://bitbucket.org/pypy/pypy/changeset/d1d26f2b783b/ Log:merged upstream diff --git a/rpython/rtyper/module/ll_os_stat.py b/rpython/rtyper/module/ll_os_stat.py --- a/rpython/rtyper/module/ll_os_stat.p

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73559:b126182576d1 Date: 2014-09-16 11:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b126182576d1/ Log:merged upstream diff --git a/rpython/jit/backend/arm/callbuilder.py b/rpython/jit/backend/arm/callbuilder.py --- a/rpython/jit/backend/arm/call

[pypy-commit] pypy default: merged upstream

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73187:74f177d4a019 Date: 2014-08-29 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/74f177d4a019/ Log:merged upstream diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfile.py +++ b/rpyth

[pypy-commit] pypy default: merged upstream

2014-08-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72737:c714037175c4 Date: 2014-08-09 10:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c714037175c4/ Log:merged upstream diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -296,7 +296,7

[pypy-commit] pypy default: merged upstream

2014-07-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72425:6b33956820cd Date: 2014-07-12 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6b33956820cd/ Log:merged upstream diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/micronum

[pypy-commit] pypy default: merged upstream

2014-06-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72259:50a337a2e4f2 Date: 2014-06-27 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/50a337a2e4f2/ Log:merged upstream diff --git a/rpython/translator/c/src/thread_gil.c b/rpython/translator/c/src/thread_gil.c --- a/rpython/translator/c/src/threa

[pypy-commit] pypy default: merged upstream

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71706:eb63b07ea99a Date: 2014-05-24 14:01 -0500 http://bitbucket.org/pypy/pypy/changeset/eb63b07ea99a/ Log:merged upstream diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py +++ b/rpython/rlib/rsocket.py @@ -2

[pypy-commit] pypy default: merged upstream

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71698:bddbc93c6eab Date: 2014-05-24 12:21 -0500 http://bitbucket.org/pypy/pypy/changeset/bddbc93c6eab/ Log:merged upstream diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/module/im

[pypy-commit] pypy default: merged upstream

2014-05-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71687:ea5040e38901 Date: 2014-05-23 10:23 -0500 http://bitbucket.org/pypy/pypy/changeset/ea5040e38901/ Log:merged upstream diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py +++

[pypy-commit] pypy default: merged upstream

2014-05-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71239:f51149fdd0c2 Date: 2014-05-03 12:57 -0700 http://bitbucket.org/pypy/pypy/changeset/f51149fdd0c2/ Log:merged upstream diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst --- a/pypy/doc/release-2.3.0.rst +++ b/pypy/doc/release-2.3

[pypy-commit] pypy default: merged upstream

2014-04-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71058:1f55d73ad8a0 Date: 2014-04-28 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/1f55d73ad8a0/ Log:merged upstream diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst --- a/pypy/doc/getting-started.rst +++ b/pypy/doc/getti

[pypy-commit] pypy default: merged upstream

2014-03-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r69997:039dd41e5153 Date: 2014-03-16 20:23 -0700 http://bitbucket.org/pypy/pypy/changeset/039dd41e5153/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2014-01-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68627:750c75d2a07b Date: 2014-01-12 14:35 -0800 http://bitbucket.org/pypy/pypy/changeset/750c75d2a07b/ Log:merged upstream diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py --- a/pypy/module/zipimport/

[pypy-commit] pypy default: merged upstream

2014-01-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68624:690573814782 Date: 2014-01-12 09:44 -0800 http://bitbucket.org/pypy/pypy/changeset/690573814782/ Log:merged upstream diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/config/translationoption.p

[pypy-commit] pypy default: merged upstream

2013-12-13 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68424:64115be033cf Date: 2013-12-13 12:57 -0800 http://bitbucket.org/pypy/pypy/changeset/64115be033cf/ Log:merged upstream diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_pypy/_ctyp

[pypy-commit] pypy default: merged upstream

2013-12-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68391:e07994044752 Date: 2013-12-06 16:06 -0600 http://bitbucket.org/pypy/pypy/changeset/e07994044752/ Log:merged upstream diff --git a/lib-python/2.7/ctypes/test/test_python_api.py b/lib-python/2.7/ctypes/test/test_python_api.py --- a/lib-python/2.7

[pypy-commit] pypy default: merged upstream

2013-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68349:e797f7673b02 Date: 2013-11-30 15:57 -0600 http://bitbucket.org/pypy/pypy/changeset/e797f7673b02/ Log:merged upstream diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py --- a/lib_pypy/_pypy_testcapi.py +++ b/lib_pypy/_pypy_testc

[pypy-commit] pypy default: merged upstream

2013-11-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67921:8085d3e79ef8 Date: 2013-11-09 19:01 -0800 http://bitbucket.org/pypy/pypy/changeset/8085d3e79ef8/ Log:merged upstream diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -1,6 +

[pypy-commit] pypy default: merged upstream

2013-11-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67903:040be31ca85a Date: 2013-11-09 08:37 -0800 http://bitbucket.org/pypy/pypy/changeset/040be31ca85a/ Log:merged upstream diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +++ b/pypy/module

[pypy-commit] pypy default: merged upstream

2013-11-05 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67852:b51a1a27936a Date: 2013-11-05 07:24 -0800 http://bitbucket.org/pypy/pypy/changeset/b51a1a27936a/ Log:merged upstream diff --git a/lib-python/2.7/string.py b/lib-python/2.7/string.py --- a/lib-python/2.7/string.py +++ b/lib-python/2.7/string.py @

[pypy-commit] pypy default: merged upstream

2013-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67639:205ceffda4fa Date: 2013-10-26 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/205ceffda4fa/ Log:merged upstream diff --git a/rpython/jit/backend/test/zll_stress.py b/rpython/jit/backend/test/zll_stress.py --- a/rpython/jit/backend/test/zll

[pypy-commit] pypy default: merged upstream

2013-10-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67623:b2974d88f4d3 Date: 2013-10-25 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/b2974d88f4d3/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: merged upstream

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67535:84ab919963ab Date: 2013-10-23 09:20 -0700 http://bitbucket.org/pypy/pypy/changeset/84ab919963ab/ Log:merged upstream diff --git a/lib_pypy/numpypy/lib/utils.py b/lib_pypy/numpypy/lib/utils.py --- a/lib_pypy/numpypy/lib/utils.py +++ b/lib_pypy/nu

[pypy-commit] pypy default: merged upstream

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67532:fe8d08ae6823 Date: 2013-10-23 08:41 -0700 http://bitbucket.org/pypy/pypy/changeset/fe8d08ae6823/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2013-10-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67403:49a8eaba23b0 Date: 2013-10-15 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/49a8eaba23b0/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: merged upstream

2013-10-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67376:261f84f41858 Date: 2013-10-15 00:08 +0200 http://bitbucket.org/pypy/pypy/changeset/261f84f41858/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronumpy/inter

[pypy-commit] pypy default: merged upstream

2013-10-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67355:d57e7620cc8b Date: 2013-10-14 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d57e7620cc8b/ Log:merged upstream diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pypy/module/cpyext/include/numpy/arrayobject.h --- a/pypy/module/

[pypy-commit] pypy default: merged upstream

2013-09-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66838:e6e03b175e5f Date: 2013-09-07 10:14 -0700 http://bitbucket.org/pypy/pypy/changeset/e6e03b175e5f/ Log:merged upstream diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++ b/lib_pypy/_tkinter/tk

[pypy-commit] pypy default: merged upstream

2013-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66683:d8748946be86 Date: 2013-08-30 10:56 -0700 http://bitbucket.org/pypy/pypy/changeset/d8748946be86/ Log:merged upstream diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/pypy/tool/pytest/

[pypy-commit] pypy default: merged upstream

2013-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66678:e63a17c6e796 Date: 2013-08-30 10:08 -0700 http://bitbucket.org/pypy/pypy/changeset/e63a17c6e796/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2013-08-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66441:aeecc7f99342 Date: 2013-08-29 18:14 -0700 http://bitbucket.org/pypy/pypy/changeset/aeecc7f99342/ Log:merged upstream diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micr

[pypy-commit] pypy default: merged upstream

2013-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66306:c82174cb45ee Date: 2013-08-23 09:37 -0700 http://bitbucket.org/pypy/pypy/changeset/c82174cb45ee/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/inter

[pypy-commit] pypy default: Merged upstream

2013-08-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66100:5b2ef39d2fc9 Date: 2013-08-12 18:41 -0400 http://bitbucket.org/pypy/pypy/changeset/5b2ef39d2fc9/ Log:Merged upstream diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/py

[pypy-commit] pypy default: merged upstream

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65754:fe9ac340d631 Date: 2013-07-28 12:38 -0700 http://bitbucket.org/pypy/pypy/changeset/fe9ac340d631/ Log:merged upstream diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.py @@ -7,11 +7,18 @@

[pypy-commit] pypy default: merged upstream

2013-07-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65535:42cc3499acc4 Date: 2013-07-22 20:58 -0700 http://bitbucket.org/pypy/pypy/changeset/42cc3499acc4/ Log:merged upstream diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.r

[pypy-commit] pypy default: merged upstream

2013-07-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65361:4f246f62b2ef Date: 2013-07-12 09:19 +1000 http://bitbucket.org/pypy/pypy/changeset/4f246f62b2ef/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65310:42b33951190c Date: 2013-07-10 14:13 +1000 http://bitbucket.org/pypy/pypy/changeset/42b33951190c/ Log:merged upstream diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -2,9 +2,9 @@ === Except when otherwise stated (look for LI

[pypy-commit] pypy default: merged upstream

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65286:74dbbebd4e5a Date: 2013-07-09 22:06 +1000 http://bitbucket.org/pypy/pypy/changeset/74dbbebd4e5a/ Log:merged upstream diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst new file mode 100644 --- /dev/null +++ b/pypy/d

[pypy-commit] pypy default: merged upstream

2013-06-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65118:896493e4c586 Date: 2013-06-29 20:54 -0700 http://bitbucket.org/pypy/pypy/changeset/896493e4c586/ Log:merged upstream diff --git a/lib_pypy/ctypes_config_cache/syslog.ctc.py b/lib_pypy/ctypes_config_cache/syslog.ctc.py deleted file mode 100644 -

[pypy-commit] pypy default: merged upstream

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64399:e59970e51fc5 Date: 2013-05-21 12:02 -0700 http://bitbucket.org/pypy/pypy/changeset/e59970e51fc5/ Log:merged upstream diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++

[pypy-commit] pypy default: merged upstream

2013-05-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64169:3fcecc6975a6 Date: 2013-05-15 07:53 -0700 http://bitbucket.org/pypy/pypy/changeset/3fcecc6975a6/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2013-04-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63752:580451252cc7 Date: 2013-04-29 07:51 -0700 http://bitbucket.org/pypy/pypy/changeset/580451252cc7/ Log:merged upstream diff --git a/lib-python/2.7/pydoc.py b/lib-python/2.7/pydoc.py --- a/lib-python/2.7/pydoc.py +++ b/lib-python/2.7/pydoc.py @@ -1

[pypy-commit] pypy default: merged upstream

2013-04-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63705:1d8dd0055879 Date: 2013-04-27 13:12 -0700 http://bitbucket.org/pypy/pypy/changeset/1d8dd0055879/ Log:merged upstream diff --git a/rpython/translator/platform/__init__.py b/rpython/translator/platform/__init__.py --- a/rpython/translator/platfor

[pypy-commit] pypy default: merged upstream

2013-04-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63628:bbf532c23b25 Date: 2013-04-25 21:22 -0700 http://bitbucket.org/pypy/pypy/changeset/bbf532c23b25/ Log:merged upstream diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_textio.py +++ b/py

[pypy-commit] pypy default: merged upstream

2013-04-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63523:db09ff648d53 Date: 2013-04-20 07:52 -0700 http://bitbucket.org/pypy/pypy/changeset/db09ff648d53/ Log:merged upstream diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/arm/opas

[pypy-commit] pypy default: merged upstream

2013-04-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63343:0e80ff8260ae Date: 2013-04-14 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/0e80ff8260ae/ Log:merged upstream diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/r

[pypy-commit] pypy default: merged upstream

2013-04-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63111:aefddd47f224 Date: 2013-04-06 22:44 -0700 http://bitbucket.org/pypy/pypy/changeset/aefddd47f224/ Log:merged upstream diff --git a/rpython/jit/tl/tla/tla_assembler.py b/rpython/jit/tl/tla/tla_assembler.py --- a/rpython/jit/tl/tla/tla_assembler.p

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62716:8ed0b78304fa Date: 2013-03-23 16:36 -0700 http://bitbucket.org/pypy/pypy/changeset/8ed0b78304fa/ Log:merged upstream diff --git a/pypy/objspace/std/test/test_boolobject.py b/pypy/objspace/std/test/test_boolobject.py --- a/pypy/objspace/std/test

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62712:8e44a515d378 Date: 2013-03-23 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/8e44a515d378/ Log:merged upstream diff --git a/rpython/jit/backend/conftest.py b/rpython/jit/backend/conftest.py --- a/rpython/jit/backend/conftest.py +++ b/rpyth

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62699:24594993c81f Date: 2013-03-23 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/24594993c81f/ Log:merged upstream diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpython/jit/meta

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62694:a36881021f46 Date: 2013-03-23 10:30 -0700 http://bitbucket.org/pypy/pypy/changeset/a36881021f46/ Log:merged upstream diff --git a/lib-python/2/pickle.py b/lib-python/2/pickle.py --- a/lib-python/2/pickle.py +++ b/lib-python/2/pickle.py @@ -1409,

[pypy-commit] pypy default: merged upstream

2013-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62566:8090d3a2b6db Date: 2013-03-20 13:16 -0700 http://bitbucket.org/pypy/pypy/changeset/8090d3a2b6db/ Log:merged upstream diff --git a/lib-python/2/collections.py b/lib-python/2/collections.py --- a/lib-python/2/collections.py +++ b/lib-python/2/coll

[pypy-commit] pypy default: merged upstream

2013-03-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62431:d343da0c55a8 Date: 2013-03-18 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/d343da0c55a8/ Log:merged upstream diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst --- a/pypy/doc/architecture.rst +++ b/pypy/doc/architecture.r

[pypy-commit] pypy default: merged upstream

2013-03-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62371:bc17f27ce628 Date: 2013-03-16 12:05 -0700 http://bitbucket.org/pypy/pypy/changeset/bc17f27ce628/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merged upstream

2013-03-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61972:9c33b593ae1c Date: 2013-03-03 13:09 -0800 http://bitbucket.org/pypy/pypy/changeset/9c33b593ae1c/ Log:merged upstream diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.py +++ b/li

[pypy-commit] pypy default: merged upstream

2013-02-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61645:18b9462c447b Date: 2013-02-22 23:29 -0800 http://bitbucket.org/pypy/pypy/changeset/18b9462c447b/ Log:merged upstream diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib_pypy/numpy

[pypy-commit] pypy default: merged upstream

2013-02-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61268:71233ccceb29 Date: 2013-02-15 08:18 -0800 http://bitbucket.org/pypy/pypy/changeset/71233ccceb29/ Log:merged upstream diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/tes

[pypy-commit] pypy default: merged upstream

2013-01-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60704:fe4735de4d71 Date: 2013-01-29 20:25 -0800 http://bitbucket.org/pypy/pypy/changeset/fe4735de4d71/ Log:merged upstream diff --git a/pypy/module/thread/test/support.py b/pypy/module/thread/test/support.py --- a/pypy/module/thread/test/support.py +

[pypy-commit] pypy default: merged upstream

2013-01-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60590:39bc105d07db Date: 2013-01-28 01:04 -0800 http://bitbucket.org/pypy/pypy/changeset/39bc105d07db/ Log:merged upstream diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file/test/test_file.p

[pypy-commit] pypy default: merged upstream

2013-01-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60459:0d0920964cd1 Date: 2013-01-25 10:32 -0600 http://bitbucket.org/pypy/pypy/changeset/0d0920964cd1/ Log:merged upstream diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -310,10 +310,7 @@

[pypy-commit] pypy default: Merged upstream.

2013-01-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60125:b67cae978aff Date: 2013-01-16 22:44 -0800 http://bitbucket.org/pypy/pypy/changeset/b67cae978aff/ Log:Merged upstream. diff --git a/pypy/rlib/runicode.py b/pypy/rlib/runicode.py --- a/pypy/rlib/runicode.py +++ b/pypy/rlib/runicode.py @@ -460,6 +4

[pypy-commit] pypy default: merged upstream

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59211:4a2bb783d9a6 Date: 2012-12-02 08:13 -0800 http://bitbucket.org/pypy/pypy/changeset/4a2bb783d9a6/ Log:merged upstream diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py --- a/pypy/module/_random/interp_rando

[pypy-commit] pypy default: merged upstream

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59090:13dac0ca97e5 Date: 2012-11-25 22:01 -0600 http://bitbucket.org/pypy/pypy/changeset/13dac0ca97e5/ Log:merged upstream diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/interp_resop.p

[pypy-commit] pypy default: merged upstream

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59085:d25f52b5e8ff Date: 2012-11-25 10:16 -0600 http://bitbucket.org/pypy/pypy/changeset/d25f52b5e8ff/ Log:merged upstream diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@ b48df0bf4e75b81d98f19ce89d4a7dc3e1dab5e5 benchmarked

[pypy-commit] pypy default: merged upstream

2012-11-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r58991:f4c2e0223550 Date: 2012-11-18 20:50 -0600 http://bitbucket.org/pypy/pypy/changeset/f4c2e0223550/ Log:merged upstream diff --git a/pypy/rpython/extfuncregistry.py b/pypy/rpython/extfuncregistry.py --- a/pypy/rpython/extfuncregistry.py +++ b/pypy/

[pypy-commit] pypy default: merged upstream

2012-11-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r58952:bea486d065e8 Date: 2012-11-16 07:50 -0800 http://bitbucket.org/pypy/pypy/changeset/bea486d065e8/ Log:merged upstream diff --git a/pypy/jit/backend/arm/codebuilder.py b/pypy/jit/backend/arm/codebuilder.py --- a/pypy/jit/backend/arm/codebuilder.p

[pypy-commit] pypy default: merged upstream

2012-11-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r58946:681d573f6b40 Date: 2012-11-16 07:12 -0800 http://bitbucket.org/pypy/pypy/changeset/681d573f6b40/ Log:merged upstream diff --git a/pypy/jit/backend/arm/test/test_regalloc.py b/pypy/jit/backend/arm/test/test_regalloc.py --- a/pypy/jit/backend/arm

[pypy-commit] pypy default: merged upstream

2012-10-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r58272:73639025b26e Date: 2012-10-20 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/73639025b26e/ Log:merged upstream diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cffi_backend/ct

[pypy-commit] pypy default: merged upstream

2012-09-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r57442:2b5f298242ce Date: 2012-09-20 10:43 -0700 http://bitbucket.org/pypy/pypy/changeset/2b5f298242ce/ Log:merged upstream diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/error.

[pypy-commit] pypy default: merged upstream

2012-08-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r56762:696efa49cce6 Date: 2012-08-19 19:18 -0500 http://bitbucket.org/pypy/pypy/changeset/696efa49cce6/ Log:merged upstream diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -135,6 +135,10

[pypy-commit] pypy default: Merged upstream.

2012-08-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r56732:6c642ae7a0ea Date: 2012-08-15 21:07 -0400 http://bitbucket.org/pypy/pypy/changeset/6c642ae7a0ea/ Log:Merged upstream. diff --git a/pypy/module/_cffi_backend/test/_test_lib.c b/pypy/module/_cffi_backend/test/_test_lib.c --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: merged upstream

2012-06-27 Thread jbs
Author: jbs Branch: Changeset: r55865:f7fcfbf26301 Date: 2012-06-27 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/f7fcfbf26301/ Log:merged upstream diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++ b/pyp

[pypy-commit] pypy default: merged upstream

2012-06-24 Thread jbs
Author: Jasper Schulz Branch: Changeset: r55798:e24637220961 Date: 2012-06-24 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e24637220961/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy default: Merged upstream.

2012-03-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53981:96aed8c23574 Date: 2012-03-25 23:40 -0400 http://bitbucket.org/pypy/pypy/changeset/96aed8c23574/ Log:Merged upstream. diff --git a/pypy/doc/discussion/win64_todo.txt b/pypy/doc/discussion/win64_todo.txt new file mode 100644 --- /dev/null +++ b/

[pypy-commit] pypy default: merged upstream

2012-03-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53963:0e91fc5fa900 Date: 2012-03-24 12:12 -0400 http://bitbucket.org/pypy/pypy/changeset/0e91fc5fa900/ Log:merged upstream diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst --- a/pypy/doc/you-want-to-help.rst +++ b/pypy/doc/yo

[pypy-commit] pypy default: merged upstream

2012-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53946:6b7f1e0d0f31 Date: 2012-03-23 12:28 -0400 http://bitbucket.org/pypy/pypy/changeset/6b7f1e0d0f31/ Log:merged upstream diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -82,7 +82,10 @

[pypy-commit] pypy default: merged upstream

2012-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53837:345b9dede8f3 Date: 2012-03-20 12:04 -0400 http://bitbucket.org/pypy/pypy/changeset/345b9dede8f3/ Log:merged upstream diff --git a/pypy/module/marshal/test/make_test_marshal.py b/pypy/module/marshal/test/make_test_marshal.py deleted file mode 10

[pypy-commit] pypy default: merged upstream

2012-03-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53734:e2f1e8939eb4 Date: 2012-03-16 15:58 -0500 http://bitbucket.org/pypy/pypy/changeset/e2f1e8939eb4/ Log:merged upstream diff --git a/pypy/module/cpyext/src/getargs.c b/pypy/module/cpyext/src/getargs.c --- a/pypy/module/cpyext/src/getargs.c +++ b/py

[pypy-commit] pypy default: merged upstream

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53301:6e9e7188dcaf Date: 2012-03-11 12:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6e9e7188dcaf/ Log:merged upstream diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py --- a/pypy/objspace/flow/operation.py +++ b/pypy/

[pypy-commit] pypy default: merged upstream

2012-03-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53214:8428c36779c5 Date: 2012-03-04 15:58 -0500 http://bitbucket.org/pypy/pypy/changeset/8428c36779c5/ Log:merged upstream diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test/test_

[pypy-commit] pypy default: merged upstream

2012-03-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53209:ec4b6c624c71 Date: 2012-03-04 15:40 -0500 http://bitbucket.org/pypy/pypy/changeset/ec4b6c624c71/ Log:merged upstream diff --git a/pypy/module/select/interp_epoll.py b/pypy/module/select/interp_epoll.py --- a/pypy/module/select/interp_epoll.py +

[pypy-commit] pypy default: merged upstream

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52755:6dd80b3ec992 Date: 2012-02-21 20:49 -0500 http://bitbucket.org/pypy/pypy/changeset/6dd80b3ec992/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/module/micronumpy/i

[pypy-commit] pypy default: merged upstream

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52294:3478844da220 Date: 2012-02-09 09:12 -0500 http://bitbucket.org/pypy/pypy/changeset/3478844da220/ Log:merged upstream diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.py +++ b/li

[pypy-commit] pypy default: merged upstream

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52262:3d143ab5260b Date: 2012-02-08 21:09 -0500 http://bitbucket.org/pypy/pypy/changeset/3d143ab5260b/ Log:merged upstream diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8

[pypy-commit] pypy default: merged upstream

2012-01-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51978:2c9b35e6eb65 Date: 2012-01-30 16:43 -0500 http://bitbucket.org/pypy/pypy/changeset/2c9b35e6eb65/ Log:merged upstream diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micr

[pypy-commit] pypy default: merged upstream

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51596:1ebae6842fb2 Date: 2012-01-21 11:33 -0600 http://bitbucket.org/pypy/pypy/changeset/1ebae6842fb2/ Log:merged upstream diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexobject.py +

[pypy-commit] pypy default: merged upstream

2012-01-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51358:8688ce42472e Date: 2012-01-16 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/8688ce42472e/ Log:merged upstream diff --git a/pypy/rpython/lltypesystem/rclass.py b/pypy/rpython/lltypesystem/rclass.py --- a/pypy/rpython/lltypesystem/rclass.p

[pypy-commit] pypy default: merged upstream

2011-12-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50883:a0b6f54563e6 Date: 2011-12-26 15:06 -0600 http://bitbucket.org/pypy/pypy/changeset/a0b6f54563e6/ Log:merged upstream diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/interpreter/

[pypy-commit] pypy default: merged upstream

2011-12-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50826:f6f8ddc1a2f0 Date: 2011-12-22 16:58 -0600 http://bitbucket.org/pypy/pypy/changeset/f6f8ddc1a2f0/ Log:merged upstream diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.py +++

[pypy-commit] pypy default: merged upstream

2011-12-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50819:bb7e012d070a Date: 2011-12-21 21:18 -0600 http://bitbucket.org/pypy/pypy/changeset/bb7e012d070a/ Log:merged upstream diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py --- a/pypy/m

[pypy-commit] pypy default: merged upstream

2011-12-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50517:7907ec2d1927 Date: 2011-12-14 15:30 -0500 http://bitbucket.org/pypy/pypy/changeset/7907ec2d1927/ Log:merged upstream diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/py

[pypy-commit] pypy default: merged upstream

2011-12-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50294:26bac7f772ca Date: 2011-12-08 05:42 -0500 http://bitbucket.org/pypy/pypy/changeset/26bac7f772ca/ Log:merged upstream diff --git a/pypy/module/clr/boxing_rules.py b/pypy/module/clr/boxing_rules.py --- a/pypy/module/clr/boxing_rules.py +++ b/pypy/

[pypy-commit] pypy default: merged upstream

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50234:33ec28c6d811 Date: 2011-12-06 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/33ec28c6d811/ Log:merged upstream diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/optimize.py --- a/pypy/interpreter/astcomp

[pypy-commit] pypy default: merged upstream

2011-11-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49672:d550918b20a6 Date: 2011-11-22 14:57 -0600 http://bitbucket.org/pypy/pypy/changeset/d550918b20a6/ Log:merged upstream diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ide

[pypy-commit] pypy default: merged upstream

2011-11-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49654:bdb51cc58e95 Date: 2011-11-22 00:01 -0500 http://bitbucket.org/pypy/pypy/changeset/bdb51cc58e95/ Log:merged upstream diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.p

[pypy-commit] pypy default: merged upstream

2011-11-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49430:cfb76a08edcb Date: 2011-11-15 02:21 -0500 http://bitbucket.org/pypy/pypy/changeset/cfb76a08edcb/ Log:merged upstream diff --git a/pypy/module/cpyext/include/eval.h b/pypy/module/cpyext/include/eval.h --- a/pypy/module/cpyext/include/eval.h +++

[pypy-commit] pypy default: merged upstream

2011-11-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49327:909a9ae3ef61 Date: 2011-11-11 11:25 -0500 http://bitbucket.org/pypy/pypy/changeset/909a9ae3ef61/ Log:merged upstream diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure.py --- a/pypy/module/_rawffi/structure.py +++ b/py

  1   2   >