[pypy-commit] pypy py3k: merge heads

2016-10-05 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87598:fa2f1b9c84f4 Date: 2016-10-05 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/fa2f1b9c84f4/ Log:merge heads diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy py3k: merge heads

2016-09-23 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87347:cb1bd427cb74 Date: 2016-09-23 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/cb1bd427cb74/ Log:merge heads diff --git a/pypy/objspace/test/test_descriptor.py b/pypy/objspace/test/test_descriptor.py --- a/pypy/objspace/test/test_descrip

[pypy-commit] pypy py3k: merge heads

2016-08-31 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86767:8be5d923f6ae Date: 2016-08-31 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8be5d923f6ae/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py --- a/pypy/module/__bui

[pypy-commit] pypy py3k: merge heads

2016-08-19 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86331:47258bd66b35 Date: 2016-08-19 20:34 +0200 http://bitbucket.org/pypy/pypy/changeset/47258bd66b35/ Log:merge heads diff --git a/lib-python/3/test/test_compileall.py b/lib-python/3/test/test_compileall.py --- a/lib-python/3/test/test_compileall

[pypy-commit] pypy py3k: merge heads

2016-07-27 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r85880:9e35bf2df23f Date: 2016-07-27 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/9e35bf2df23f/ Log:merge heads diff too long, truncating to 2000 out of 6304 lines diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringm

[pypy-commit] pypy py3k: Merge heads

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85269:b9b012bb9824 Date: 2016-05-22 14:44 -0400 http://bitbucket.org/pypy/pypy/changeset/b9b012bb9824/ Log:Merge heads diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test_descr.py +++ b/lib-py

[pypy-commit] pypy py3k: merge heads

2013-04-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r63668:18cdece25b93 Date: 2013-04-26 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/18cdece25b93/ Log:merge heads diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a/pypy/module/_ffi/test

[pypy-commit] pypy py3k: merge heads

2013-03-08 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62225:519f437454e2 Date: 2013-03-08 05:37 -0500 http://bitbucket.org/pypy/pypy/changeset/519f437454e2/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62186:46a5efb3dae1 Date: 2013-03-07 16:11 -0500 http://bitbucket.org/pypy/pypy/changeset/46a5efb3dae1/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_filter.py b/pypy/module/__builtin__/test/test_filter.py --- a/pypy/module/__bui

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62180:cca78b78a0ed Date: 2013-03-07 14:52 -0500 http://bitbucket.org/pypy/pypy/changeset/cca78b78a0ed/ Log:merge heads diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobje

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62163:c01b46a3cbfe Date: 2013-03-07 03:34 -0500 http://bitbucket.org/pypy/pypy/changeset/c01b46a3cbfe/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/p

[pypy-commit] pypy py3k: merge heads

2013-03-05 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62122:6938c45d35ce Date: 2013-03-06 02:17 -0500 http://bitbucket.org/pypy/pypy/changeset/6938c45d35ce/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -720,6 +720,1

[pypy-commit] pypy py3k: merge heads

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62062:b9b453ec29c9 Date: 2013-03-05 01:59 -0500 http://bitbucket.org/pypy/pypy/changeset/b9b453ec29c9/ Log:merge heads diff --git a/lib-python/3/test/string_tests.py b/lib-python/3/test/string_tests.py --- a/lib-python/3/test/string_tests.py +++

[pypy-commit] pypy py3k: merge heads

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62052:c0ea2f3113b3 Date: 2013-03-04 23:14 -0500 http://bitbucket.org/pypy/pypy/changeset/c0ea2f3113b3/ Log:merge heads diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++ b/pypy/mo

[pypy-commit] pypy py3k: merge heads

2012-10-18 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r58209:5a77344eeda8 Date: 2012-10-18 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/5a77344eeda8/ Log:merge heads diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/interpreter

[pypy-commit] pypy py3k: merge heads

2012-08-22 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r56800:e8678fb55920 Date: 2012-08-22 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e8678fb55920/ Log:merge heads diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -10,5 +10,6 @@ re-enable StdObjSpace.listview_str re-enable the kwargs di

[pypy-commit] pypy py3k: merge heads

2012-07-17 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r56111:b58eee8de596 Date: 2012-07-17 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b58eee8de596/ Log:merge heads diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_astbuilder.py --- a

[pypy-commit] pypy py3k: merge heads

2012-05-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55081:7cf6500910ed Date: 2012-05-14 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/7cf6500910ed/ Log:merge heads diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/test/test_

[pypy-commit] pypy py3k: merge heads

2012-04-17 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54478:ddf49f45ca25 Date: 2012-04-17 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ddf49f45ca25/ Log:merge heads diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py --- a/pypy/module/sys/vm.py +++ b/pypy/module/sys/vm.py @@ -114,13 +

[pypy-commit] pypy py3k: merge heads

2012-03-19 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53803:ae43b9af1094 Date: 2012-03-19 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/ae43b9af1094/ Log:merge heads diff --git a/pypy/module/_continuation/test/test_generator.py b/pypy/module/_continuation/test/test_generator.py --- a/pypy/mo

[pypy-commit] pypy py3k: merge heads

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53588:92b24498524a Date: 2012-03-14 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/92b24498524a/ Log:merge heads diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/t

[pypy-commit] pypy py3k: merge heads

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53528:ec195022d218 Date: 2012-03-13 22:34 -0500 http://bitbucket.org/pypy/pypy/changeset/ec195022d218/ Log:merge heads diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/

[pypy-commit] pypy py3k: merge heads

2012-03-12 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53350:ee9367a8681e Date: 2012-03-12 14:03 -0700 http://bitbucket.org/pypy/pypy/changeset/ee9367a8681e/ Log:merge heads diff --git a/pypy/module/mmap/test/test_mmap.py b/pypy/module/mmap/test/test_mmap.py --- a/pypy/module/mmap/test/test_mma

[pypy-commit] pypy py3k: merge heads

2012-03-12 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53342:96ebedda1f01 Date: 2012-03-12 13:46 -0700 http://bitbucket.org/pypy/pypy/changeset/96ebedda1f01/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py --- a/pypy

[pypy-commit] pypy py3k: merge heads

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52737:4224a1520aa4 Date: 2012-02-21 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4224a1520aa4/ Log:merge heads diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py --- a/pyp

[pypy-commit] pypy py3k: Merge heads

2012-01-17 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51394:7948fef3ed5a Date: 2012-01-17 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/7948fef3ed5a/ Log:Merge heads diff --git a/lib_pypy/binascii.py b/lib_pypy/binascii.py --- a/lib_pypy/binascii.py +++ b/lib_pypy/binascii.py @@ -598,68

[pypy-commit] pypy py3k: merge heads

2011-11-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r4:9b869427f59a Date: 2011-11-07 22:07 +0100 http://bitbucket.org/pypy/pypy/changeset/9b869427f59a/ Log:merge heads diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator/goal/app_main.py

[pypy-commit] pypy py3k: merge heads

2011-11-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48887:b6e07a358ebe Date: 2011-11-07 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/b6e07a358ebe/ Log:merge heads diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexob