[pypy-commit] pypy default: cleanup missing import; skip leak tests on win32

2020-02-03 Thread mattip
Author: Matti Picus Branch: Changeset: r98648:42e62fffae16 Date: 2020-02-03 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/42e62fffae16/ Log:cleanup missing import; skip leak tests on win32 diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessi

[pypy-commit] pypy default: Cleanup unicode_to_decimal_w() to make it more similar to pypy3

2019-06-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96814:cde3d214c398 Date: 2019-06-17 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cde3d214c398/ Log:Cleanup unicode_to_decimal_w() to make it more similar to pypy3 diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobjec

[pypy-commit] pypy default: cleanup unused import

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96684:6b079b8365ca Date: 2019-05-25 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/6b079b8365ca/ Log:cleanup unused import diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py --- a/lib-python/2

[pypy-commit] pypy default: cleanup type_alloc, type_dealloc, fixes #2855

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94830:6239e5f4d6f1 Date: 2018-07-08 11:27 -0700 http://bitbucket.org/pypy/pypy/changeset/6239e5f4d6f1/ Log:cleanup type_alloc, type_dealloc, fixes #2855 diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/c

[pypy-commit] pypy default: cleanup in dict implementation: don't use has_* flags, put fallback

2018-05-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94612:353420330f35 Date: 2018-05-18 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/353420330f35/ Log:cleanup in dict implementation: don't use has_* flags, put fallback implementations into base methods instead diff --git

[pypy-commit] pypy default: cleanup

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93770:d655e2839a95 Date: 2018-02-06 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/d655e2839a95/ Log:cleanup diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -35,7 +35,7 @@ except Import

[pypy-commit] pypy default: cleanup, enable VSXXXCOMNTOOLS in win32 platform

2017-11-28 Thread mattip
Author: Matti Picus Branch: Changeset: r93189:1351a1844107 Date: 2017-11-28 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/1351a1844107/ Log:cleanup, enable VSXXXCOMNTOOLS in win32 platform diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py -

[pypy-commit] pypy default: cleanup

2017-09-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92314:3e52029e9a5a Date: 2017-09-04 01:42 +0100 http://bitbucket.org/pypy/pypy/changeset/3e52029e9a5a/ Log:cleanup diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py --- a/pypy/module/itertools/tes

[pypy-commit] pypy default: cleanup cleanup code

2017-07-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91949:a22659423f20 Date: 2017-07-21 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a22659423f20/ Log:cleanup cleanup code diff --git a/pypy/module/cpyext/test/test_api.py b/pypy/module/cpyext/test/test_api.py --- a/pypy/module/cpyext/test/test_a

[pypy-commit] pypy default: Cleanup: don't pass the whole CConfig to places that only need an ECI

2017-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89790:ae071d58c03a Date: 2017-01-26 17:01 + http://bitbucket.org/pypy/pypy/changeset/ae071d58c03a/ Log:Cleanup: don't pass the whole CConfig to places that only need an ECI diff --git a/rpython/rtyper/tool/rffi_platform.py b/rpython/rtyper

[pypy-commit] pypy default: Cleanup: avoid confusion between the api object and the api module, don't use api.PyXXX magic

2017-01-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89493:83b73296760e Date: 2017-01-11 16:05 + http://bitbucket.org/pypy/pypy/changeset/83b73296760e/ Log:Cleanup: avoid confusion between the api object and the api module, don't use api.PyXXX magic diff --git a/pypy/module/cpyext/test/test_a

[pypy-commit] pypy default: Cleanup; kill _create_api_func()

2017-01-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89488:c501282f4438 Date: 2017-01-11 03:15 + http://bitbucket.org/pypy/pypy/changeset/c501282f4438/ Log:Cleanup; kill _create_api_func() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/mo

[pypy-commit] pypy default: cleanup dead code (arigato)

2016-12-28 Thread mattip
Author: Matti Picus Branch: Changeset: r89259:141b5d96fb22 Date: 2016-12-28 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/141b5d96fb22/ Log:cleanup dead code (arigato) diff --git a/pypy/objspace/std/bufferobject.py b/pypy/objspace/std/bufferobject.py --- a/pypy/objspace/std/bufferob

[pypy-commit] pypy default: cleanup

2016-10-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87904:f61aea682711 Date: 2016-10-20 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f61aea682711/ Log:cleanup diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py --- a/pypy/module/array/test/test_array.py +++

[pypy-commit] pypy default: cleanup

2016-03-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82663:db9d97b06d3a Date: 2016-03-02 20:16 + http://bitbucket.org/pypy/pypy/changeset/db9d97b06d3a/ Log:cleanup diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test_rdict.py +++ b/rpython

[pypy-commit] pypy default: Cleanup get_graph() function.

2016-01-12 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r81691:419c89606228 Date: 2016-01-13 00:31 +0100 http://bitbucket.org/pypy/pypy/changeset/419c89606228/ Log:Cleanup get_graph() function. 1) Remove last try block, which was dead. 2) Remove getting funcobj._callable. The `callable` var

[pypy-commit] pypy default: cleanup

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80922:3aa83b0f7f8c Date: 2015-11-24 19:23 -0500 http://bitbucket.org/pypy/pypy/changeset/3aa83b0f7f8c/ Log:cleanup diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -429,6 +429,10 @@

[pypy-commit] pypy default: cleanup: get_call_parameters()[0] is always a graph

2015-10-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r80108:6a6f81c1d420 Date: 2015-10-11 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/6a6f81c1d420/ Log:cleanup: get_call_parameters()[0] is always a graph diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/

[pypy-commit] pypy default: cleanup old freebsd versions, future-proof newer ones, fixes issue #2126

2015-08-26 Thread mattip
Author: mattip Branch: Changeset: r79237:6edeb840fb4b Date: 2015-08-27 00:16 +0300 http://bitbucket.org/pypy/pypy/changeset/6edeb840fb4b/ Log:cleanup old freebsd versions, future-proof newer ones, fixes issue #2126 diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py

[pypy-commit] pypy default: cleanup and fix failing tests

2015-07-18 Thread mattip
Author: mattip Branch: Changeset: r78599:5d329a647a3f Date: 2015-07-18 23:06 +0300 http://bitbucket.org/pypy/pypy/changeset/5d329a647a3f/ Log:cleanup and fix failing tests diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy default: cleanup

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76608:ee8477ce9690 Date: 2015-03-28 00:39 + http://bitbucket.org/pypy/pypy/changeset/ee8477ce9690/ Log:cleanup diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py --- a/rpython/rtyper/extfunc.py +++ b/rpython/rtyper/extfunc.py @@ -15

[pypy-commit] pypy default: cleanup

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76593:b32fbafab401 Date: 2015-03-27 16:25 + http://bitbucket.org/pypy/pypy/changeset/b32fbafab401/ Log:cleanup diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/annlowlevel.py +++ b/rpython/rtyper/annlo

[pypy-commit] pypy default: cleanup

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76590:cbcb39fe4b74 Date: 2015-03-27 03:54 + http://bitbucket.org/pypy/pypy/changeset/cbcb39fe4b74/ Log:cleanup diff --git a/pypy/tool/ann_override.py b/pypy/tool/ann_override.py --- a/pypy/tool/ann_override.py +++ b/pypy/tool/ann_override.py @@ -13

[pypy-commit] pypy default: cleanup references to numpypy

2014-12-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74839:642a5d4965d6 Date: 2014-12-05 15:12 -0500 http://bitbucket.org/pypy/pypy/changeset/642a5d4965d6/ Log:cleanup references to numpypy diff too long, truncating to 2000 out of 3730 lines diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/m

[pypy-commit] pypy default: cleanup some numpy test_pypy_c tests

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74820:e99e8fe69789 Date: 2014-12-04 20:35 -0500 http://bitbucket.org/pypy/pypy/changeset/e99e8fe69789/ Log:cleanup some numpy test_pypy_c tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_mi

[pypy-commit] pypy default: cleanup comments

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74804:cab353e0b9a5 Date: 2014-12-03 21:08 -0500 http://bitbucket.org/pypy/pypy/changeset/cab353e0b9a5/ Log:cleanup comments diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/module/micronumpy/nditer.py +++ b/

[pypy-commit] pypy default: cleanup/arrange imports

2014-11-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74722:290d6ee4dc2d Date: 2014-11-25 18:22 -0800 http://bitbucket.org/pypy/pypy/changeset/290d6ee4dc2d/ Log:cleanup/arrange imports diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/interpret

[pypy-commit] pypy default: cleanup

2014-10-31 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74314:3d31d50cab83 Date: 2014-10-31 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/3d31d50cab83/ Log:cleanup diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py +++ b/pypy/objspa

[pypy-commit] pypy default: cleanup imports

2014-10-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74302:89a24e4a0863 Date: 2014-10-30 12:05 -0700 http://bitbucket.org/pypy/pypy/changeset/89a24e4a0863/ Log:cleanup imports diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py ++

[pypy-commit] pypy default: cleanup

2014-09-13 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73528:5e1d74cb3416 Date: 2014-09-13 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/5e1d74cb3416/ Log:cleanup diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/interpreter/pycode.py

[pypy-commit] pypy default: cleanup

2014-09-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73423:b5d8f4d2a81e Date: 2014-09-10 18:25 -0400 http://bitbucket.org/pypy/pypy/changeset/b5d8f4d2a81e/ Log:cleanup diff --git a/pypy/module/sys/state.py b/pypy/module/sys/state.py --- a/pypy/module/sys/state.py +++ b/pypy/module/sys/state.py @@ -7,15

[pypy-commit] pypy default: cleanup

2014-09-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73420:29beaf084002 Date: 2014-09-10 15:31 -0400 http://bitbucket.org/pypy/pypy/changeset/29beaf084002/ Log:cleanup diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builtin.py --- a/rpython/annotator/builtin.py +++ b/rpython/annotator/bui

[pypy-commit] pypy default: cleanup

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73188:b5b2cc993c2c Date: 2014-08-29 15:50 -0400 http://bitbucket.org/pypy/pypy/changeset/b5b2cc993c2c/ Log:cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -52,31 +52,34 @@

[pypy-commit] pypy default: cleanup/pep8

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73138:89c0b1e952c3 Date: 2014-08-28 22:14 -0400 http://bitbucket.org/pypy/pypy/changeset/89c0b1e952c3/ Log:cleanup/pep8 diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -21,8 +21,6

[pypy-commit] pypy default: cleanup (forgot to commit this a while back)

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72651:a6963d0635d1 Date: 2014-08-01 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/a6963d0635d1/ Log:cleanup (forgot to commit this a while back) diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py ---

[pypy-commit] pypy default: cleanup

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72459:1fa3f31534b0 Date: 2014-07-16 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/1fa3f31534b0/ Log:cleanup diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b/pypy/module/_s

[pypy-commit] pypy default: cleanup os.path.isdir by registering a specialcase for windows (ronan)

2014-05-15 Thread mattip
Author: mattip Branch: Changeset: r71535:523cda68ea97 Date: 2014-05-15 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/523cda68ea97/ Log:cleanup os.path.isdir by registering a specialcase for windows (ronan) diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.

[pypy-commit] pypy default: cleanup

2014-05-01 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71161:1bb8ba9c96df Date: 2014-05-01 19:46 -0400 http://bitbucket.org/pypy/pypy/changeset/1bb8ba9c96df/ Log:cleanup diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_ast.py +++ b/pypy/

[pypy-commit] pypy default: cleanup

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71113:388f7ec7a85b Date: 2014-04-30 19:58 -0400 http://bitbucket.org/pypy/pypy/changeset/388f7ec7a85b/ Log:cleanup diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/module/_lsprof/interp_lsprof.py ++

[pypy-commit] pypy default: cleanup

2014-04-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r71069:feea2dc3da98 Date: 2014-04-29 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/feea2dc3da98/ Log:cleanup diff --git a/pypy/objspace/std/bufferobject.py b/pypy/objspace/std/bufferobject.py --- a/pypy/objspace/std/bufferobject.py +++ b/pypy

[pypy-commit] pypy default: cleanup test

2014-04-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70992:298068f3d4ea Date: 2014-04-25 16:54 -0400 http://bitbucket.org/pypy/pypy/changeset/298068f3d4ea/ Log:cleanup test diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py b/pypy/module/pypyjit/test_pypy_c/test_buffers.py --- a/pypy/module/

[pypy-commit] pypy default: cleanup some tests in test_rsocket

2014-04-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70834:fc668990004b Date: 2014-04-21 13:36 -0700 http://bitbucket.org/pypy/pypy/changeset/fc668990004b/ Log:cleanup some tests in test_rsocket diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/test/test_rsocket.py --- a/rpython/rlib/test/

[pypy-commit] pypy default: cleanup nditer

2014-04-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70741:7ee3a18d1aca Date: 2014-04-17 21:35 -0400 http://bitbucket.org/pypy/pypy/changeset/7ee3a18d1aca/ Log:cleanup nditer diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py --- a/pypy/module/micronumpy/iterators.p

[pypy-commit] pypy default: cleanup after 8d015b1d68df

2014-04-11 Thread mattip
Author: Matti Picus Branch: Changeset: r70551:428d22a9c50f Date: 2014-04-11 09:33 +0300 http://bitbucket.org/pypy/pypy/changeset/428d22a9c50f/ Log:cleanup after 8d015b1d68df diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/jit/m

[pypy-commit] pypy default: cleanup buffer changes

2014-03-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70056:56dd1868523c Date: 2014-03-18 13:45 -0400 http://bitbucket.org/pypy/pypy/changeset/56dd1868523c/ Log:cleanup buffer changes diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py --- a/pypy/mod

[pypy-commit] pypy default: cleanup

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70041:16c7d08815c0 Date: 2014-03-18 01:58 -0400 http://bitbucket.org/pypy/pypy/changeset/16c7d08815c0/ Log:cleanup diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/module/imp/impor

[pypy-commit] pypy default: cleanup

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70039:05ec203821cc Date: 2014-03-17 21:57 -0400 http://bitbucket.org/pypy/pypy/changeset/05ec203821cc/ Log:cleanup diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/rtyper/module/ll_os.py +++ b/rpython/rtyper/

[pypy-commit] pypy default: cleanup

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70034:8475b0021a83 Date: 2014-03-17 18:07 -0400 http://bitbucket.org/pypy/pypy/changeset/8475b0021a83/ Log:cleanup diff --git a/rpython/jit/metainterp/test/test_virtual.py b/rpython/jit/metainterp/test/test_virtual.py --- a/rpython/jit/metainterp/te

[pypy-commit] pypy default: cleanup

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70032:8984f0d53705 Date: 2014-03-17 17:35 -0400 http://bitbucket.org/pypy/pypy/changeset/8984f0d53705/ Log:cleanup diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_

[pypy-commit] pypy default: cleanup repr of resops with descr but no args

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70016:084cf842f3c1 Date: 2014-03-17 10:49 -0400 http://bitbucket.org/pypy/pypy/changeset/084cf842f3c1/ Log:cleanup repr of resops with descr but no args diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py ---

[pypy-commit] pypy default: cleanup

2014-03-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70005:0e26ea0abf69 Date: 2014-03-17 02:45 -0400 http://bitbucket.org/pypy/pypy/changeset/0e26ea0abf69/ Log:cleanup diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: cleanup

2014-03-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69992:23bf2ee9e818 Date: 2014-03-16 20:43 -0400 http://bitbucket.org/pypy/pypy/changeset/23bf2ee9e818/ Log:cleanup diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/rpython/jit/codewriter/jtransform.py ++

[pypy-commit] pypy default: cleanup

2014-03-14 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69964:d5b78e64b2f0 Date: 2014-03-14 16:58 -0400 http://bitbucket.org/pypy/pypy/changeset/d5b78e64b2f0/ Log:cleanup diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: cleanup

2014-03-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69938:be547e30df19 Date: 2014-03-13 18:01 -0400 http://bitbucket.org/pypy/pypy/changeset/be547e30df19/ Log:cleanup diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy/module/micronumpy/base.py +++ b/pypy/module/mic

[pypy-commit] pypy default: cleanup, enable passing test

2014-03-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69730:7b7d906a7882 Date: 2014-03-05 13:35 -0500 http://bitbucket.org/pypy/pypy/changeset/7b7d906a7882/ Log:cleanup, enable passing test diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.py --- a/pypy/obj

[pypy-commit] pypy default: cleanup

2014-03-01 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69583:76a313cc0346 Date: 2014-03-01 15:29 -0500 http://bitbucket.org/pypy/pypy/changeset/76a313cc0346/ Log:cleanup diff --git a/pypy/objspace/std/test/test_stringformat.py b/pypy/objspace/std/test/test_stringformat.py --- a/pypy/objspace/std/test/te

[pypy-commit] pypy default: cleanup

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69537:c7852a2bf25d Date: 2014-02-28 01:27 -0500 http://bitbucket.org/pypy/pypy/changeset/c7852a2bf25d/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy/module/micronumpy/te

[pypy-commit] pypy default: cleanup

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69522:3c6f3f1e357c Date: 2014-02-27 07:55 -0500 http://bitbucket.org/pypy/pypy/changeset/3c6f3f1e357c/ Log:cleanup diff --git a/pypy/module/micronumpy/sort.py b/pypy/module/micronumpy/sort.py --- a/pypy/module/micronumpy/sort.py +++ b/pypy/module/mic

[pypy-commit] pypy default: cleanup

2014-02-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69405:3b2b6edf5c23 Date: 2014-02-25 00:56 -0500 http://bitbucket.org/pypy/pypy/changeset/3b2b6edf5c23/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronumpy/interp_boxes

[pypy-commit] pypy default: cleanup interp_dtype

2014-02-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69344:d11918648b16 Date: 2014-02-23 22:02 -0500 http://bitbucket.org/pypy/pypy/changeset/d11918648b16/ Log:cleanup interp_dtype diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: cleanup/pep8

2014-02-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69303:c814fb7f7341 Date: 2014-02-23 16:55 -0500 http://bitbucket.org/pypy/pypy/changeset/c814fb7f7341/ Log:cleanup/pep8 diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: cleanup

2014-02-13 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r69134:75ef172c843b Date: 2014-02-10 18:07 -0800 http://bitbucket.org/pypy/pypy/changeset/75ef172c843b/ Log:cleanup diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobject.py +

[pypy-commit] pypy default: cleanup numpy array dot

2014-01-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68972:a4ca1e94409a Date: 2014-01-27 19:59 -0500 http://bitbucket.org/pypy/pypy/changeset/a4ca1e94409a/ Log:cleanup numpy array dot diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/m

[pypy-commit] pypy default: cleanup array/scalar descr_view

2013-12-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68531:8f477bbaddf7 Date: 2013-12-23 13:41 -0500 http://bitbucket.org/pypy/pypy/changeset/8f477bbaddf7/ Log:cleanup array/scalar descr_view diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module

[pypy-commit] pypy default: cleanup

2013-12-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68524:f8bb533bfd86 Date: 2013-12-20 23:11 -0500 http://bitbucket.org/pypy/pypy/changeset/f8bb533bfd86/ Log:cleanup diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++ b/pypy/module/

[pypy-commit] pypy default: cleanup

2013-12-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68498:4e4d5daef8fe Date: 2013-12-19 18:17 -0500 http://bitbucket.org/pypy/pypy/changeset/4e4d5daef8fe/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy default: cleanup

2013-12-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68497:df40c2b6928d Date: 2013-12-19 17:36 -0500 http://bitbucket.org/pypy/pypy/changeset/df40c2b6928d/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronumpy/test

[pypy-commit] pypy default: cleanup

2013-12-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r68487:6ae2e7a522af Date: 2013-12-19 13:20 -0800 http://bitbucket.org/pypy/pypy/changeset/6ae2e7a522af/ Log:cleanup diff --git a/lib-python/2.7/ctypes/__init__.py b/lib-python/2.7/ctypes/__init__.py --- a/lib-python/2.7/ctypes/__init__.py +++ b/lib-

[pypy-commit] pypy default: cleanup, make the prod test pass for numpypy and numpy ( -A )

2013-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r68486:862f40eff396 Date: 2013-12-19 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/862f40eff396/ Log:cleanup, make the prod test pass for numpypy and numpy ( -A ) diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy default: cleanup

2013-12-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68465:b63fad133ab6 Date: 2013-12-18 04:53 -0500 http://bitbucket.org/pypy/pypy/changeset/b63fad133ab6/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/interp

[pypy-commit] pypy default: cleanup

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68462:1d2fb89d5c6f Date: 2013-12-18 01:54 -0500 http://bitbucket.org/pypy/pypy/changeset/1d2fb89d5c6f/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/interp

[pypy-commit] pypy default: cleanup

2013-12-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68419:83fa1f936f1c Date: 2013-12-13 14:50 -0500 http://bitbucket.org/pypy/pypy/changeset/83fa1f936f1c/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronumpy/interp_boxes

[pypy-commit] pypy default: cleanup inttype

2013-12-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68421:1320c7d5c78d Date: 2013-12-13 15:44 -0500 http://bitbucket.org/pypy/pypy/changeset/1320c7d5c78d/ Log:cleanup inttype diff --git a/pypy/objspace/std/inttype.py b/pypy/objspace/std/inttype.py --- a/pypy/objspace/std/inttype.py +++ b/pypy/objspace

[pypy-commit] pypy default: cleanup

2013-12-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r68397:2a5c9b39d31f Date: 2013-12-07 12:00 -0800 http://bitbucket.org/pypy/pypy/changeset/2a5c9b39d31f/ Log:cleanup diff --git a/rpython/memory/gc/inspector.py b/rpython/memory/gc/inspector.py --- a/rpython/memory/gc/inspector.py +++ b/rpython/memory

[pypy-commit] pypy default: cleanup

2013-12-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r68398:f2a17348e70d Date: 2013-12-07 12:01 -0800 http://bitbucket.org/pypy/pypy/changeset/f2a17348e70d/ Log:cleanup diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py b/rpython/rtyper/lltypesystem/module/ll_math.py --- a/rpython/rtyper/lltyp

[pypy-commit] pypy default: cleanup

2013-12-04 Thread mattip
Author: Matti Picus Branch: Changeset: r68371:3b9f540a7ba1 Date: 2013-12-04 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/3b9f540a7ba1/ Log:cleanup diff --git a/pypy/module/micronumpy/iter.py b/pypy/module/micronumpy/iter.py --- a/pypy/module/micronumpy/iter.py +++ b/pypy/module/micr

[pypy-commit] pypy default: cleanup

2013-11-18 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68228:911cd20bb189 Date: 2013-11-18 19:35 -0500 http://bitbucket.org/pypy/pypy/changeset/911cd20bb189/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy default: cleanup

2013-11-14 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68127:08c50e623f5f Date: 2013-11-14 20:25 -0500 http://bitbucket.org/pypy/pypy/changeset/08c50e623f5f/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/interp_dtype

[pypy-commit] pypy default: cleanup these error messages

2013-10-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67448:2fc0e3aaa45a Date: 2013-10-16 17:44 -0400 http://bitbucket.org/pypy/pypy/changeset/2fc0e3aaa45a/ Log:cleanup these error messages diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/py

[pypy-commit] pypy default: cleanup more imports

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67392:8430f7d32663 Date: 2013-10-15 05:11 -0400 http://bitbucket.org/pypy/pypy/changeset/8430f7d32663/ Log:cleanup more imports diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib_pypy

[pypy-commit] pypy default: cleanup

2013-08-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r66303:83074dd846cf Date: 2013-08-22 13:58 -0700 http://bitbucket.org/pypy/pypy/changeset/83074dd846cf/ Log:cleanup diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/pypy/objspace/

[pypy-commit] pypy default: cleanup imports

2013-04-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63780:3b9de8a7eec4 Date: 2013-04-30 17:43 -0700 http://bitbucket.org/pypy/pypy/changeset/3b9de8a7eec4/ Log:cleanup imports diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/bytearrayobj

[pypy-commit] pypy default: cleanup f9a1fdbded60

2013-04-02 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62932:d710f80233d0 Date: 2013-04-02 18:00 -0400 http://bitbucket.org/pypy/pypy/changeset/d710f80233d0/ Log:cleanup f9a1fdbded60 diff --git a/rpython/rtyper/module/test/test_ll_termios.py b/rpython/rtyper/module/test/test_ll_termios.py --- a/rpython/

[pypy-commit] pypy default: cleanup and DCE

2013-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62580:900232e06270 Date: 2013-03-20 14:32 -0700 http://bitbucket.org/pypy/pypy/changeset/900232e06270/ Log:cleanup and DCE diff --git a/rpython/translator/llsupport/__init__.py b/rpython/translator/llsupport/__init__.py deleted file mode 100644 diff

[pypy-commit] pypy default: cleanup unmap/unmapview/unmap_range, skip unmap_range test on non-posix

2013-03-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62542:16d366c59499 Date: 2013-03-20 01:42 -0400 http://bitbucket.org/pypy/pypy/changeset/16d366c59499/ Log:cleanup unmap/unmapview/unmap_range, skip unmap_range test on non- posix diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py ---

[pypy-commit] pypy default: cleanup rmmap.py

2013-03-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62377:55ade758e2d9 Date: 2013-03-16 21:23 -0400 http://bitbucket.org/pypy/pypy/changeset/55ade758e2d9/ Log:cleanup rmmap.py diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.py +++ b/rpython/rlib/rmmap.py @@ -1,6 +1,

[pypy-commit] pypy default: cleanup _sqlite3.Statement.set_params

2013-03-06 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62142:42054fe35ff6 Date: 2013-03-06 16:29 -0500 http://bitbucket.org/pypy/pypy/changeset/42054fe35ff6/ Log:cleanup _sqlite3.Statement.set_params diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlit

[pypy-commit] pypy default: cleanup _sqlite3.Statement

2013-03-06 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62133:45bbcccf99e5 Date: 2013-03-06 15:25 -0500 http://bitbucket.org/pypy/pypy/changeset/45bbcccf99e5/ Log:cleanup _sqlite3.Statement diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -2

[pypy-commit] pypy default: cleanup

2013-03-05 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r62098:29351d829411 Date: 2013-03-05 13:06 -0800 http://bitbucket.org/pypy/pypy/changeset/29351d829411/ Log:cleanup diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpreter/app

[pypy-commit] pypy default: cleanup

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61545:4295043dccea Date: 2013-02-21 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4295043dccea/ Log:cleanup diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -217,17 +217,21 @@ Her

[pypy-commit] pypy default: cleanup byteswap function

2013-02-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61253:7567d8e56a54 Date: 2013-02-15 05:01 -0500 http://bitbucket.org/pypy/pypy/changeset/7567d8e56a54/ Log:cleanup byteswap function diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rpytho

[pypy-commit] pypy default: cleanup signal module and fix win32 behavior

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60972:ace3ca8195f3 Date: 2013-02-08 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/ace3ca8195f3/ Log:cleanup signal module and fix win32 behavior diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy

[pypy-commit] pypy default: cleanup/simplification

2012-12-29 Thread bivab
Author: David Schneider Branch: Changeset: r59621:a9be33477dea Date: 2012-12-29 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a9be33477dea/ Log:cleanup/simplification replace the _ensure_value_is_boxed indirection to handle boxing of constants on ARM with make_sure_va

[pypy-commit] pypy default: cleanup fcntl.flock and fix fcntl.lockf ignoring return value

2012-12-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r59442:c1024ee7bb9c Date: 2012-12-13 22:50 -0500 http://bitbucket.org/pypy/pypy/changeset/c1024ee7bb9c/ Log:cleanup fcntl.flock and fix fcntl.lockf ignoring return value diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.

[pypy-commit] pypy default: cleanup (@Alex_Gaynor, amaury)

2012-12-10 Thread mattip
Author: mattip Branch: Changeset: r59383:68d481ef4ccb Date: 2012-12-10 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/68d481ef4ccb/ Log:cleanup (@Alex_Gaynor, amaury) diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/pytest/objspace.py +++ b/pypy

[pypy-commit] pypy default: cleanup

2012-10-12 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r58090:9a2f93998995 Date: 2012-10-12 17:05 -0700 http://bitbucket.org/pypy/pypy/changeset/9a2f93998995/ Log:cleanup diff --git a/pypy/objspace/std/bytearraytype.py b/pypy/objspace/std/bytearraytype.py --- a/pypy/objspace/std/bytearraytype.py +++ b/p

[pypy-commit] pypy default: cleanup stubs.py

2012-04-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54620:6ed8c6cc3d8a Date: 2012-04-22 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6ed8c6cc3d8a/ Log:cleanup stubs.py diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py --- a/pypy/module/cpyext/stubs.py +++ b/pypy/mo

[pypy-commit] pypy default: cleanup the 32bit situation

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53938:107df78c3226 Date: 2012-03-23 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/107df78c3226/ Log:cleanup the 32bit situation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/modu

[pypy-commit] pypy default: cleanup

2011-07-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45798:6bc10a129273 Date: 2011-07-21 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6bc10a129273/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/