[pypy-commit] pypy py3k: Kill slots nb_oct and nb_hex

2016-10-05 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87599:53e405a290a2 Date: 2016-10-05 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/53e405a290a2/ Log:Kill slots nb_oct and nb_hex diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h

[pypy-commit] pypy py3k: kill Py_TPFLAGS_HAVE_NEWBUFFER

2016-10-05 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87591:70a25a78e603 Date: 2016-10-05 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/70a25a78e603/ Log:kill Py_TPFLAGS_HAVE_NEWBUFFER diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy py3k: Kill test_sre() since it doesn't really make sense

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87576:472474f26390 Date: 2016-10-04 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/472474f26390/ Log:Kill test_sre() since it doesn't really make sense diff too long, truncating to 2000 out of 4207 lines diff --git

[pypy-commit] pypy py3k: Kill Py_TPFLAGS_CHECKTYPES: it doesn't exist on CPython3

2016-10-03 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87559:87803e83eb25 Date: 2016-10-03 20:43 +0100 http://bitbucket.org/pypy/pypy/changeset/87803e83eb25/ Log:Kill Py_TPFLAGS_CHECKTYPES: it doesn't exist on CPython3 diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy py3k: Kill unused MODULES_THAT_ALWAYS_SHADOW and associated tests (importlib handles that logic now)

2016-09-23 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87343:7a8153e3f911 Date: 2016-09-23 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/7a8153e3f911/ Log:Kill unused MODULES_THAT_ALWAYS_SHADOW and associated tests (importlib handles that logic now) diff --git

[pypy-commit] pypy py3k: kill _handle, subprocess.Handle basically replaces it

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87338:df634d483569 Date: 2016-09-22 20:02 -0700 http://bitbucket.org/pypy/pypy/changeset/df634d483569/ Log:kill _handle, subprocess.Handle basically replaces it diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py ---

[pypy-commit] pypy py3k: kill dead code

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84682:0bc87c87cae3 Date: 2016-05-24 23:27 -0700 http://bitbucket.org/pypy/pypy/changeset/0bc87c87cae3/ Log:kill dead code diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: kill these, importlib handles them now (and we don't pass)

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84608:338bd2b6fc05 Date: 2016-05-22 16:35 -0700 http://bitbucket.org/pypy/pypy/changeset/338bd2b6fc05/ Log:kill these, importlib handles them now (and we don't pass) diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3k: kill -R/update usage

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84600:75f69a53e8ee Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/75f69a53e8ee/ Log:kill -R/update usage diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3k: kill comment

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84556:11191ae99e58 Date: 2016-05-21 15:04 -0700 http://bitbucket.org/pypy/pypy/changeset/11191ae99e58/ Log:kill comment diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py ---

[pypy-commit] pypy py3k: kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84307:3be2e22ef987 Date: 2016-05-08 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/3be2e22ef987/ Log:kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing it gives the impression that

[pypy-commit] pypy py3k: kill test_immutabledoc

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84305:95430613866d Date: 2016-05-08 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/95430613866d/ Log:kill test_immutabledoc diff --git a/pypy/interpreter/test/test_class.py b/pypy/interpreter/test/test_class.py ---

[pypy-commit] pypy py3k: kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83675:17e4f1a18996 Date: 2016-04-14 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/17e4f1a18996/ Log:kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit platforms diff --git

[pypy-commit] pypy py3k: kill rctime reference

2014-11-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74550:5051ad28ea99 Date: 2014-11-17 10:06 -0800 http://bitbucket.org/pypy/pypy/changeset/5051ad28ea99/ Log:kill rctime reference diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py ---

[pypy-commit] pypy py3k: kill the old, unused trap_EINTR

2014-10-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74276:e9025fb6f10d Date: 2014-10-29 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/e9025fb6f10d/ Log:kill the old, unused trap_EINTR diff --git a/pypy/module/_io/interp_bufferedio.py

[pypy-commit] pypy py3k: kill long literals

2014-10-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74297:7c10b6d1febb Date: 2014-10-29 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/7c10b6d1febb/ Log:kill long literals diff --git a/pypy/objspace/std/test/test_floatobject.py

[pypy-commit] pypy py3k: kill invalid comment

2014-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74235:eaad3d70e184 Date: 2014-10-25 09:46 -0700 http://bitbucket.org/pypy/pypy/changeset/eaad3d70e184/ Log:kill invalid comment diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py ---

[pypy-commit] pypy py3k: kill

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74149:f779ab150be3 Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/f779ab150be3/ Log:kill diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py ---

[pypy-commit] pypy py3k: kill __div__

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74150:ffeda9a7688e Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ffeda9a7688e/ Log:kill __div__ diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py ---

[pypy-commit] pypy py3k: kill realstr_w which is no longer used nor makes much sense on py3k

2014-08-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73075:d5ad5952d919 Date: 2014-08-26 11:04 -0700 http://bitbucket.org/pypy/pypy/changeset/d5ad5952d919/ Log:kill realstr_w which is no longer used nor makes much sense on py3k diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3k: kill windows' popen funcs

2014-06-02 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71885:9c3738d44368 Date: 2014-06-02 15:53 -0700 http://bitbucket.org/pypy/pypy/changeset/9c3738d44368/ Log:kill windows' popen funcs diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py ---

[pypy-commit] pypy py3k: kill long literal

2014-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71288:345171b6d983 Date: 2014-05-05 12:10 -0700 http://bitbucket.org/pypy/pypy/changeset/345171b6d983/ Log:kill long literal diff --git a/pypy/module/cppyy/test/test_cppyy.py b/pypy/module/cppyy/test/test_cppyy.py ---

[pypy-commit] pypy py3k: kill more __module__s

2014-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71301:6b34e576e6be Date: 2014-05-05 18:43 -0700 http://bitbucket.org/pypy/pypy/changeset/6b34e576e6be/ Log:kill more __module__s diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py ---

[pypy-commit] pypy py3k: kill off old buffer interface and its usage

2014-05-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r71246:7bcdbe1b48bd Date: 2014-05-03 18:35 -0400 http://bitbucket.org/pypy/pypy/changeset/7bcdbe1b48bd/ Log:kill off old buffer interface and its usage diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3k: kill bufferstr_or_u_w

2014-05-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r71249:86e1c15b52c6 Date: 2014-05-03 18:55 -0400 http://bitbucket.org/pypy/pypy/changeset/86e1c15b52c6/ Log:kill bufferstr_or_u_w diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: kill __builtin__.buffer, adjust test

2014-03-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r70078:0f937ae8b835 Date: 2014-03-18 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/0f937ae8b835/ Log:kill __builtin__.buffer, adjust test diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: kill W_Buffer

2014-03-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r70080:415ae19bb4d1 Date: 2014-03-18 21:56 -0700 http://bitbucket.org/pypy/pypy/changeset/415ae19bb4d1/ Log:kill W_Buffer diff --git a/pypy/objspace/std/memoryview.py b/pypy/objspace/std/memoryview.py ---

[pypy-commit] pypy py3k: kill int.__div__

2014-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r69923:0c391272a085 Date: 2014-03-12 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/0c391272a085/ Log:kill int.__div__ diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py ---

[pypy-commit] pypy py3k: kill

2014-01-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68982:9d12dac12c3a Date: 2014-01-28 12:43 -0800 http://bitbucket.org/pypy/pypy/changeset/9d12dac12c3a/ Log:kill diff --git a/pypy/module/pyexpat/test/test_parser.py b/pypy/module/pyexpat/test/test_parser.py ---

[pypy-commit] pypy py3k: kill

2014-01-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68929:6dded87497b9 Date: 2014-01-24 16:55 -0800 http://bitbucket.org/pypy/pypy/changeset/6dded87497b9/ Log:kill diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy py3k: kill the need for cStringIO on py3, skip list strategy optimizations for now

2013-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r67670:13f682c3d74d Date: 2013-10-28 15:31 -0700 http://bitbucket.org/pypy/pypy/changeset/13f682c3d74d/ Log:kill the need for cStringIO on py3, skip list strategy optimizations for now diff --git

[pypy-commit] pypy py3k: kill kill kill

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64492:fe4e379eaafb Date: 2013-05-22 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/fe4e379eaafb/ Log:kill kill kill diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

[pypy-commit] pypy py3k: kill py2's dict iter methods, and dicts are now unorderable

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64294:206e3e4d5b47 Date: 2013-05-18 14:32 -0700 http://bitbucket.org/pypy/pypy/changeset/206e3e4d5b47/ Log:kill py2's dict iter methods, and dicts are now unorderable diff --git a/lib_pypy/_ctypes/pointer.py

[pypy-commit] pypy py3k: kill

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64297:1f020dbe6b02 Date: 2013-05-18 16:34 -0700 http://bitbucket.org/pypy/pypy/changeset/1f020dbe6b02/ Log:kill diff --git a/pypy/module/_collections/app_defaultdict.py b/pypy/module/_collections/app_defaultdict.py ---

[pypy-commit] pypy py3k: kill __pypy__.get_console_cp, use py3's os.device_encoding instead

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63955:ed8e8ff8f729 Date: 2013-05-09 18:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ed8e8ff8f729/ Log:kill __pypy__.get_console_cp, use py3's os.device_encoding instead diff --git a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy py3k: kill BaseException's message/__getitem__

2013-05-03 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63843:ac27970cee54 Date: 2013-05-03 18:46 -0700 http://bitbucket.org/pypy/pypy/changeset/ac27970cee54/ Log:kill BaseException's message/__getitem__ diff --git a/pypy/interpreter/test/test_argument.py

[pypy-commit] pypy py3k: kill the duplicate

2013-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63790:7ca550ea2870 Date: 2013-05-01 13:17 -0700 http://bitbucket.org/pypy/pypy/changeset/7ca550ea2870/ Log:kill the duplicate diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3k: kill the deflated test, it's been duplicated in test_zipimport_deflated

2013-04-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63712:5006546b372b Date: 2013-04-27 18:40 -0700 http://bitbucket.org/pypy/pypy/changeset/5006546b372b/ Log:kill the deflated test, it's been duplicated in test_zipimport_deflated diff --git

[pypy-commit] pypy py3k: kill basestring

2013-04-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63617:edd3db2a1a15 Date: 2013-04-25 12:37 -0700 http://bitbucket.org/pypy/pypy/changeset/edd3db2a1a15/ Log:kill basestring diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py ---

[pypy-commit] pypy py3k: kill more cpython-like unicodehelper function names

2013-04-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63182:089c32b3f248 Date: 2013-04-09 16:38 -0700 http://bitbucket.org/pypy/pypy/changeset/089c32b3f248/ Log:kill more cpython-like unicodehelper function names diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3k: kill the keep_zero cornercase

2013-03-30 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r62895:6b3a588d8647 Date: 2013-03-30 12:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6b3a588d8647/ Log:kill the keep_zero cornercase diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py ---

[pypy-commit] pypy py3k: kill the rest of our Wrappables

2013-03-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r62780:af69d35c9743 Date: 2013-03-25 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/af69d35c9743/ Log:kill the rest of our Wrappables diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py

[pypy-commit] pypy py3k: kill stupid softspace because it's stupid

2013-02-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r61580:442dad67f48e Date: 2013-02-21 16:40 -0800 http://bitbucket.org/pypy/pypy/changeset/442dad67f48e/ Log:kill stupid softspace because it's stupid diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py

[pypy-commit] pypy py3k: kill tuple raising leftovers, cleanup docs

2013-02-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r61485:1c71ee0c15d8 Date: 2013-02-19 22:57 -0800 http://bitbucket.org/pypy/pypy/changeset/1c71ee0c15d8/ Log:kill tuple raising leftovers, cleanup docs diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py ---

[pypy-commit] pypy py3k: kill!

2013-02-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r61152:cff1d143164c Date: 2013-02-12 14:06 -0800 http://bitbucket.org/pypy/pypy/changeset/cff1d143164c/ Log:kill! diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy py3k: Kill remaining difference.

2013-01-28 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r60628:bdf31108b4dd Date: 2013-01-28 19:55 +0100 http://bitbucket.org/pypy/pypy/changeset/bdf31108b4dd/ Log:Kill remaining difference. diff --git a/rpython/translator/test/snippet.py b/rpython/translator/test/snippet.py

[pypy-commit] pypy py3k: kill

2013-01-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r60489:f611af118b2d Date: 2013-01-25 13:31 -0800 http://bitbucket.org/pypy/pypy/changeset/f611af118b2d/ Log:kill diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py ---

[pypy-commit] pypy py3k: kill execfile tests from default

2013-01-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r60357:598293f5ca3e Date: 2013-01-22 18:29 -0800 http://bitbucket.org/pypy/pypy/changeset/598293f5ca3e/ Log:kill execfile tests from default diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: kill _codecs.charbuffer_encode

2013-01-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r60147:297b96d813af Date: 2013-01-17 12:44 -0800 http://bitbucket.org/pypy/pypy/changeset/297b96d813af/ Log:kill _codecs.charbuffer_encode diff --git a/pypy/module/_codecs/__init__.py b/pypy/module/_codecs/__init__.py ---

[pypy-commit] pypy py3k: kill the lonepycfiles option entirely, it's not so useful now that there's

2013-01-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59853:eeddf44bbf34 Date: 2013-01-07 12:36 -0800 http://bitbucket.org/pypy/pypy/changeset/eeddf44bbf34/ Log:kill the lonepycfiles option entirely, it's not so useful now that there's __pycache__ dirs diff --git

[pypy-commit] pypy py3k: kill long's suffix support

2012-12-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59415:6e758a21cc92 Date: 2012-12-13 15:05 -0800 http://bitbucket.org/pypy/pypy/changeset/6e758a21cc92/ Log:kill long's suffix support diff --git a/pypy/objspace/std/strutil.py b/pypy/objspace/std/strutil.py ---

[pypy-commit] pypy py3k: kill prepare_exec, most of it was already reimpl. in rpython anyway,

2012-12-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59419:114108122293 Date: 2012-12-13 15:12 -0800 http://bitbucket.org/pypy/pypy/changeset/114108122293/ Log:kill prepare_exec, most of it was already reimpl. in rpython anyway, cleanup/reuse its replacements in

[pypy-commit] pypy py3k: kill catching w/ nested tuples

2012-12-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59329:dfcd72d8e4d9 Date: 2012-12-05 11:25 -0800 http://bitbucket.org/pypy/pypy/changeset/dfcd72d8e4d9/ Log:kill catching w/ nested tuples diff --git a/pypy/interpreter/test/test_exceptcomp.py

[pypy-commit] pypy py3k: kill StandardError

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59125:bfdf6992ccf2 Date: 2012-11-29 11:46 -0800 http://bitbucket.org/pypy/pypy/changeset/bfdf6992ccf2/ Log:kill StandardError diff --git a/pypy/module/exceptions/__init__.py b/pypy/module/exceptions/__init__.py ---

[pypy-commit] pypy py3k: kill refs to the exceptions module

2012-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r58404:1da7c415dfb4 Date: 2012-10-24 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/1da7c415dfb4/ Log:kill refs to the exceptions module diff --git a/lib_pypy/pypy_test/test_exception_extra.py

[pypy-commit] pypy py3k: kill fake space.w_long

2012-10-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r57941:9affd9aa93db Date: 2012-10-08 12:19 -0700 http://bitbucket.org/pypy/pypy/changeset/9affd9aa93db/ Log:kill fake space.w_long diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy py3k: kill some of the workarounds introduced in 03e3cf83880b about == and !=

2012-10-03 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r57769:54ca17571e0f Date: 2012-10-03 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/54ca17571e0f/ Log:kill some of the workarounds introduced in 03e3cf83880b about == and != between sets and ANY, as they are no

[pypy-commit] pypy py3k: kill the old python2 io encoding stuff

2012-06-11 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r55591:6760bc902bec Date: 2012-06-11 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/6760bc902bec/ Log:kill the old python2 io encoding stuff diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py

[pypy-commit] pypy py3k: kill lines which were wrongly put in by a bad merge in rev a9fa4e709310

2012-06-07 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r55485:93d2876db486 Date: 2012-06-07 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/93d2876db486/ Log:kill lines which were wrongly put in by a bad merge in rev a9fa4e709310 diff --git

[pypy-commit] pypy py3k: kill again rangelist tests, which were resurrected by mistake by the last emrge

2012-06-06 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r55432:5eda1bddfbfa Date: 2012-06-06 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5eda1bddfbfa/ Log:kill again rangelist tests, which were resurrected by mistake by the last emrge diff --git

[pypy-commit] pypy py3k: kill long literals

2012-05-31 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r55231:ebd5aa5c62cc Date: 2012-05-31 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ebd5aa5c62cc/ Log:kill long literals diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py ---

[pypy-commit] pypy py3k: kill this test, we no longer have longs

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54515:2eb703b200a6 Date: 2012-04-19 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/2eb703b200a6/ Log:kill this test, we no longer have longs diff --git a/pypy/objspace/std/test/test_stringformat.py

[pypy-commit] pypy py3k: kill this class altogheter: range() no longer returns a list, so most of these tests don't pass

2012-04-16 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54426:1a61563e6769 Date: 2012-04-16 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1a61563e6769/ Log:kill this class altogheter: range() no longer returns a list, so most of these tests don't pass diff --git

[pypy-commit] pypy py3k: kill this test, it does not make sense now that we have string vs bytes

2012-04-16 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54437:16ccffcad1fb Date: 2012-04-16 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/16ccffcad1fb/ Log:kill this test, it does not make sense now that we have string vs bytes diff --git

[pypy-commit] pypy py3k: kill unicode_w from W_AbstractStringObject: in py3k, byte strings are not convertible to unicode using the default econding

2012-03-23 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53956:3c8ac35c653a Date: 2012-03-23 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8ac35c653a/ Log:kill unicode_w from W_AbstractStringObject: in py3k, byte strings are not convertible to unicode using the

[pypy-commit] pypy py3k: kill this line, which was introduced by 794e8ba95264: we never want pathname

2012-03-22 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53895:dbe87802495f Date: 2012-03-22 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe87802495f/ Log:kill this line, which was introduced by 794e8ba95264: we never want pathname to point to a pyc file, else

[pypy-commit] pypy py3k: kill the buffer() builtin; the internal implementation is still used by memoryview. Also, refactor the buffer tests to use memoryview when possible. test_buffer passes with -A

2012-03-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53851:6ba48a9e546e Date: 2012-03-21 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/6ba48a9e546e/ Log:kill the buffer() builtin; the internal implementation is still used by memoryview. Also, refactor the buffer

[pypy-commit] pypy py3k: kill long and unicode

2012-03-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53862:6ba6cbf1a740 Date: 2012-03-21 12:16 +0100 http://bitbucket.org/pypy/pypy/changeset/6ba6cbf1a740/ Log:kill long and unicode diff --git a/pypy/objspace/std/test/test_obj.py b/pypy/objspace/std/test/test_obj.py ---

[pypy-commit] pypy py3k: kill longs, unicode, range() -- list(range())

2012-03-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53863:03caac737b17 Date: 2012-03-21 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/03caac737b17/ Log:kill longs, unicode, range() -- list(range()) diff --git a/pypy/objspace/std/test/test_obj.py

[pypy-commit] pypy py3k: kill these two tests about longs: they are no longer there

2012-03-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53870:2482ed39dc1d Date: 2012-03-21 12:28 +0100 http://bitbucket.org/pypy/pypy/changeset/2482ed39dc1d/ Log:kill these two tests about longs: they are no longer there diff --git a/pypy/objspace/std/test/test_operation.py

[pypy-commit] pypy py3k: kill longs and u'' string

2012-03-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53878:c81d98daa906 Date: 2012-03-21 22:59 +0100 http://bitbucket.org/pypy/pypy/changeset/c81d98daa906/ Log:kill longs and u'' string diff --git a/pypy/objspace/std/test/test_complexobject.py

[pypy-commit] pypy py3k: kill test about marshaling longs, they are no longer there

2012-03-20 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53831:ba41eb7d7483 Date: 2012-03-20 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ba41eb7d7483/ Log:kill test about marshaling longs, they are no longer there diff --git a/pypy/module/marshal/test/test_marshalimpl.py

[pypy-commit] pypy py3k: kill line from a mismerge

2012-03-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53580:e5c660f20609 Date: 2012-03-14 11:45 -0700 http://bitbucket.org/pypy/pypy/changeset/e5c660f20609/ Log:kill line from a mismerge diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py ---

[pypy-commit] pypy py3k: kill old style class test

2012-03-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53668:4f3e182adee4 Date: 2012-03-14 22:21 -0700 http://bitbucket.org/pypy/pypy/changeset/4f3e182adee4/ Log:kill old style class test diff --git a/pypy/module/__pypy__/test/test_special.py

[pypy-commit] pypy py3k: kill extra ws

2012-03-13 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: py3k Changeset: r53526:03d0d3da721c Date: 2012-03-13 18:14 -0500 http://bitbucket.org/pypy/pypy/changeset/03d0d3da721c/ Log:kill extra ws diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py

[pypy-commit] pypy py3k: kill extended slicing crud in the compiler

2012-03-12 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: py3k Changeset: r53323:76eed8e498a1 Date: 2012-03-12 10:00 -0700 http://bitbucket.org/pypy/pypy/changeset/76eed8e498a1/ Log:kill extended slicing crud in the compiler diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy py3k: kill _sha

2012-03-12 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: py3k Changeset: r53349:798ca169d5a2 Date: 2012-03-12 14:01 -0700 http://bitbucket.org/pypy/pypy/changeset/798ca169d5a2/ Log:kill _sha diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++

[pypy-commit] pypy py3k: kill _md5

2012-03-12 Thread dusty
Author: Dusty Phillips du...@buchuki.com Branch: py3k Changeset: r53401:3eeeb257e9ca Date: 2012-03-12 16:38 -0700 http://bitbucket.org/pypy/pypy/changeset/3eeeb257e9ca/ Log:kill _md5 diff --git a/pypy/module/_md5/__init__.py b/pypy/module/_md5/__init__.py deleted file mode 100644 ---

[pypy-commit] pypy py3k: kill tests about mixed sequences, they are unordeable now

2012-03-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53090:a4c2a1793449 Date: 2012-03-02 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/a4c2a1793449/ Log:kill tests about mixed sequences, they are unordeable now diff --git a/pypy/module/__builtin__/test/test_minmax.py

[pypy-commit] pypy py3k: kill this line, cmp no longer exists

2012-03-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53092:fcd3bb999210 Date: 2012-03-02 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fcd3bb999210/ Log:kill this line, cmp no longer exists diff --git a/pypy/module/_collections/test/test_deque.py

[pypy-commit] pypy py3k: kill the cmp argument to list.sort() and sorted()

2012-03-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53097:084d689a182e Date: 2012-03-02 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/084d689a182e/ Log:kill the cmp argument to list.sort() and sorted() diff --git a/pypy/module/__builtin__/app_functional.py

[pypy-commit] pypy py3k: kill the old __cmp__ for Cells, and implement rich comparison instead

2012-03-01 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53064:d395491bc35d Date: 2012-03-01 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d395491bc35d/ Log:kill the old __cmp__ for Cells, and implement rich comparison instead diff --git

[pypy-commit] pypy py3k: kill the config docs for two old modules

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53015:a8ec35d89d7a Date: 2012-02-29 09:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a8ec35d89d7a/ Log:kill the config docs for two old modules diff --git a/pypy/doc/config/objspace.usemodules._file.txt

[pypy-commit] pypy py3k: kill support for ordering arbitrary objects. It makes test_unordeable_types passing

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53027:082078dbfca5 Date: 2012-02-29 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/082078dbfca5/ Log:kill support for ordering arbitrary objects. It makes test_unordeable_types passing diff --git

[pypy-commit] pypy py3k: kill space.cmp and all the logic to look for __cmp__, which is gone in py3k; actually, space.cmp is still there (raising NotImplementedError) because we still need to kill it

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53030:8676582d3cb4 Date: 2012-02-29 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/8676582d3cb4/ Log:kill space.cmp and all the logic to look for __cmp__, which is gone in py3k; actually, space.cmp is still there

[pypy-commit] pypy py3k: kill builtins.cmp

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53031:59e34c5ce798 Date: 2012-02-29 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/59e34c5ce798/ Log:kill builtins.cmp diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py ---

[pypy-commit] pypy py3k: kill also tests about builtins.cmp

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53033:dfc1189e05b1 Date: 2012-02-29 23:08 +0100 http://bitbucket.org/pypy/pypy/changeset/dfc1189e05b1/ Log:kill also tests about builtins.cmp diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: kill the __cmp__ multimethod

2012-02-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53034:49df6ee6912a Date: 2012-02-29 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/49df6ee6912a/ Log:kill the __cmp__ multimethod diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: kill the u prefix, and adapt che expected bytecode to the new py3k compiler

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52999:6b7f258424f1 Date: 2012-02-28 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/6b7f258424f1/ Log:kill the u prefix, and adapt che expected bytecode to the new py3k compiler diff --git

[pypy-commit] pypy py3k: kill the u''

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53003:ef6d5d78273e Date: 2012-02-28 23:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ef6d5d78273e/ Log:kill the u'' diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py ---

[pypy-commit] pypy py3k: kill the cStringIO module and its tests

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53001:9470a3e579f1 Date: 2012-02-28 22:57 +0100 http://bitbucket.org/pypy/pypy/changeset/9470a3e579f1/ Log:kill the cStringIO module and its tests diff --git a/lib_pypy/cStringIO.py b/lib_pypy/cStringIO.py deleted file mode

[pypy-commit] pypy py3k: kill the u''

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53004:390d9fc2b4bd Date: 2012-02-28 23:09 +0100 http://bitbucket.org/pypy/pypy/changeset/390d9fc2b4bd/ Log:kill the u'' diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py ---

[pypy-commit] pypy py3k: kill the case about longs, we no longer have them

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53007:f0188f4306f9 Date: 2012-02-28 23:35 +0100 http://bitbucket.org/pypy/pypy/changeset/f0188f4306f9/ Log:kill the case about longs, we no longer have them diff --git a/pypy/objspace/test/test_descroperation.py

[pypy-commit] pypy py3k: kill the cases about longs. Also, instances of classes which define __eq__ but not __hash__ are unhashable in py3k. Fix the test, which now passes with -A but fails on py.py

2012-02-28 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r53008:3a26b5491705 Date: 2012-02-28 23:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3a26b5491705/ Log:kill the cases about longs. Also, instances of classes which define __eq__ but not __hash__ are unhashable in

[pypy-commit] pypy py3k: kill a test about compiling unicode strings: they are always unicode anyway; fix syntax in another test

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52882:bbe53f6110bf Date: 2012-02-24 20:03 +0100 http://bitbucket.org/pypy/pypy/changeset/bbe53f6110bf/ Log:kill a test about compiling unicode strings: they are always unicode anyway; fix syntax in another test diff

[pypy-commit] pypy py3k: kill execfile() and its tests (sigh\!)

2012-02-24 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52883:b8fbd7d49566 Date: 2012-02-24 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b8fbd7d49566/ Log:kill execfile() and its tests (sigh\!) diff --git a/pypy/module/__builtin__/__init__.py

[pypy-commit] pypy py3k: kill this test, we no longer have the three-args raise form

2012-02-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52704:31dba1322ab7 Date: 2012-02-21 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/31dba1322ab7/ Log:kill this test, we no longer have the three-args raise form diff --git a/pypy/interpreter/test/test_pyframe.py

[pypy-commit] pypy py3k: kill the attributes im_self and im_func from Method objects, in py3k they have been replaced by __self__ and __func__. I expect some tests to fail because of this, I'll let bu

2012-02-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52711:b18b2fc21ef3 Date: 2012-02-21 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/b18b2fc21ef3/ Log:kill the attributes im_self and im_func from Method objects, in py3k they have been replaced by __self__ and

[pypy-commit] pypy py3k: kill the func_* attributes, in python3 we only have the corresponding __*__. Also, replace them in all the tests in interpreter/. There are probably other tests which will fai

2012-02-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52714:365afd942db2 Date: 2012-02-21 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/365afd942db2/ Log:kill the func_* attributes, in python3 we only have the corresponding __*__. Also, replace them in all the tests

[pypy-commit] pypy py3k: kill XXX after discussion with armin on IRC, we don't care :-)

2012-02-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52502:1d322e23e812 Date: 2012-02-15 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/1d322e23e812/ Log:kill XXX after discussion with armin on IRC, we don't care :-) diff --git a/pypy/interpreter/pyopcode.py

  1   2   >