[pypy-commit] pypy default: Merged in posita/pypy/posita/2193-datetime-timedelta-integrals (pull request #361)

2015-11-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80866:3e66caad1c36 Date: 2015-11-23 12:18 -0800 http://bitbucket.org/pypy/pypy/changeset/3e66caad1c36/ Log:Merged in posita/pypy/posita/2193-datetime-timedelta-integrals (pull request #361) Fix #2193. diff --git a/lib_pypy/datetime.p

[pypy-commit] pypy default: try to correct more differences in datetime

2015-11-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80873:89a6ae0a9ec2 Date: 2015-11-23 16:29 -0500 http://bitbucket.org/pypy/pypy/changeset/89a6ae0a9ec2/ Log:try to correct more differences in datetime diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80908:367dea44b661 Date: 2015-11-24 14:30 -0500 http://bitbucket.org/pypy/pypy/changeset/367dea44b661/ Log:merge heads diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py +++ b/p

[pypy-commit] pypy default: speed up timedelta creation

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80907:d41b9b35d3b5 Date: 2015-11-24 14:16 -0500 http://bitbucket.org/pypy/pypy/changeset/d41b9b35d3b5/ Log:speed up timedelta creation diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -

[pypy-commit] pypy default: speed up datetime fromtimestamp (this check costs time)

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80911:6577bbdc8e76 Date: 2015-11-24 15:43 -0500 http://bitbucket.org/pypy/pypy/changeset/6577bbdc8e76/ Log:speed up datetime fromtimestamp (this check costs time) diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: unify datetime fromstimestamp methods

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80910:4585e300d462 Date: 2015-11-24 15:24 -0500 http://bitbucket.org/pypy/pypy/changeset/4585e300d462/ Log:unify datetime fromstimestamp methods diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/dateti

[pypy-commit] pypy default: timedelta total_seconds use helper fn

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80912:e1e1695047f4 Date: 2015-11-24 15:53 -0500 http://bitbucket.org/pypy/pypy/changeset/e1e1695047f4/ Log:timedelta total_seconds use helper fn diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/dateti

[pypy-commit] pypy default: more optimizations for timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80916:3944e79025c8 Date: 2015-11-24 16:36 -0500 http://bitbucket.org/pypy/pypy/changeset/3944e79025c8/ Log:more optimizations for timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80917:37057ce12bc9 Date: 2015-11-24 17:30 -0500 http://bitbucket.org/pypy/pypy/changeset/37057ce12bc9/ Log:merge heads diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -72,6 +72,7 @@

[pypy-commit] pypy default: optimize datetime - timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80920:629f1bffad53 Date: 2015-11-24 18:39 -0500 http://bitbucket.org/pypy/pypy/changeset/629f1bffad53/ Log:optimize datetime - timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: unused

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80921:17f53b18797e Date: 2015-11-24 18:43 -0500 http://bitbucket.org/pypy/pypy/changeset/17f53b18797e/ Log:unused diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -575,8 +575,6 @@

[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: clarify _tmxxx error handling

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80923:f31561a340fe Date: 2015-11-24 19:26 -0500 http://bitbucket.org/pypy/pypy/changeset/f31561a340fe/ Log:clarify _tmxxx error handling diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: replace datetime _tmxxx with normalizing functions

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80924:f6b21456bb6a Date: 2015-11-24 21:03 -0500 http://bitbucket.org/pypy/pypy/changeset/f6b21456bb6a/ Log:replace datetime _tmxxx with normalizing functions diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/li

[pypy-commit] pypy default: simplify date +- timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80925:11243828bb74 Date: 2015-11-24 20:44 -0500 http://bitbucket.org/pypy/pypy/changeset/11243828bb74/ Log:simplify date +- timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -9

[pypy-commit] pypy stdlib-2.7.8: make/use a generic c_ushort_w unwrapper

2014-08-23 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r72996:1eaa8b67ec20 Date: 2014-08-23 10:43 -0400 http://bitbucket.org/pypy/pypy/changeset/1eaa8b67ec20/ Log:make/use a generic c_ushort_w unwrapper diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.8: merge heads

2014-08-23 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73002:f3300a7a8bc9 Date: 2014-08-23 12:09 -0400 http://bitbucket.org/pypy/pypy/changeset/f3300a7a8bc9/ Log:merge heads diff --git a/lib-python/2.7/test/test_functools.py b/lib-python/2.7/test/test_functools.py --- a/lib-python/2.7/test/t

[pypy-commit] pypy stdlib-2.7.8: fix socket.recvfrom_into small buffer

2014-08-23 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73001:5797f71813ad Date: 2014-08-23 12:09 -0400 http://bitbucket.org/pypy/pypy/changeset/5797f71813ad/ Log:fix socket.recvfrom_into small buffer diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py ---

[pypy-commit] pypy stdlib-2.7.8: fix file.writelines handling of buffers

2014-08-23 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73009:41f8b9449f35 Date: 2014-08-23 13:01 -0400 http://bitbucket.org/pypy/pypy/changeset/41f8b9449f35/ Log:fix file.writelines handling of buffers diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.8: have islice release reference to source iterator when exhausted

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73022:5a56be10c6e7 Date: 2014-08-24 10:55 -0400 http://bitbucket.org/pypy/pypy/changeset/5a56be10c6e7/ Log:have islice release reference to source iterator when exhausted diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/modu

[pypy-commit] pypy stdlib-2.7.8: cleanup operator mapping/sequence tests

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73023:e58e1cf2c0f2 Date: 2014-08-24 11:35 -0400 http://bitbucket.org/pypy/pypy/changeset/e58e1cf2c0f2/ Log:cleanup operator mapping/sequence tests diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py -

[pypy-commit] pypy stdlib-2.7.8: apply changes to dtoa.c from upstream

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73024:d0a9be02345c Date: 2014-08-24 12:00 -0400 http://bitbucket.org/pypy/pypy/changeset/d0a9be02345c/ Log:apply changes to dtoa.c from upstream diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c --- a/rpython/

[pypy-commit] pypy stdlib-2.7.8: get/setslice for mmap

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73028:6749e168ae74 Date: 2014-08-24 13:33 -0400 http://bitbucket.org/pypy/pypy/changeset/6749e168ae74/ Log:get/setslice for mmap diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py --- a/pypy/module/mmap/interp_

[pypy-commit] pypy stdlib-2.7.8: some failing file tests to fix

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73030:a8d35e0814b0 Date: 2014-08-24 13:37 -0400 http://bitbucket.org/pypy/pypy/changeset/a8d35e0814b0/ Log:some failing file tests to fix diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/m

[pypy-commit] pypy stdlib-2.7.8: merge heads

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73029:792f248bd1a4 Date: 2014-08-24 13:36 -0400 http://bitbucket.org/pypy/pypy/changeset/792f248bd1a4/ Log:merge heads diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descroperation.py ++

[pypy-commit] pypy stdlib-2.7.8: call gc.collect before testing weakref

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73033:e9d8dfeb3c6a Date: 2014-08-24 14:11 -0400 http://bitbucket.org/pypy/pypy/changeset/e9d8dfeb3c6a/ Log:call gc.collect before testing weakref diff --git a/lib-python/2.7/test/test_itertools.py b/lib-python/2.7/test/test_itertools.py

[pypy-commit] pypy stdlib-2.7.8: ensure bz2 file sets name attribute before opening

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73034:b8a0ce713c2e Date: 2014-08-24 16:03 -0400 http://bitbucket.org/pypy/pypy/changeset/b8a0ce713c2e/ Log:ensure bz2 file sets name attribute before opening diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a

[pypy-commit] pypy stdlib-2.7.8: fix tarfile.gzopen so it properly closes

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73035:924647338b7e Date: 2014-08-24 16:21 -0400 http://bitbucket.org/pypy/pypy/changeset/924647338b7e/ Log:fix tarfile.gzopen so it properly closes diff --git a/lib-python/2.7/tarfile.py b/lib-python/2.7/tarfile.py --- a/lib-python/2.7/ta

[pypy-commit] pypy stdlib-2.7.8: fix reliance on refcounting in test_weakref

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73052:62c9c61a36cf Date: 2014-08-24 17:29 -0400 http://bitbucket.org/pypy/pypy/changeset/62c9c61a36cf/ Log:fix reliance on refcounting in test_weakref diff --git a/lib-python/2.7/test/test_weakref.py b/lib-python/2.7/test/test_weakref.py

[pypy-commit] pypy stdlib-2.7.8: hack partial so test_functools passes

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73053:f3332cf0c172 Date: 2014-08-24 17:50 -0400 http://bitbucket.org/pypy/pypy/changeset/f3332cf0c172/ Log:hack partial so test_functools passes diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++

[pypy-commit] pypy stdlib-2.7.8: update this change to preserve existing behavior

2014-08-24 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73054:aa5697b998df Date: 2014-08-25 00:44 -0400 http://bitbucket.org/pypy/pypy/changeset/aa5697b998df/ Log:update this change to preserve existing behavior diff --git a/lib-python/2.7/tarfile.py b/lib-python/2.7/tarfile.py --- a/lib-pytho

[pypy-commit] pypy stdlib-2.7.8: have tarfile explicitly close fileobj in more cases

2014-08-25 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73055:cdd1dd2f249e Date: 2014-08-25 11:01 -0400 http://bitbucket.org/pypy/pypy/changeset/cdd1dd2f249e/ Log:have tarfile explicitly close fileobj in more cases diff --git a/lib-python/2.7/tarfile.py b/lib-python/2.7/tarfile.py --- a/lib-py

[pypy-commit] pypy stdlib-2.7.8: small tweak

2014-08-25 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73056:2a9100e1c59d Date: 2014-08-25 11:11 -0400 http://bitbucket.org/pypy/pypy/changeset/2a9100e1c59d/ Log:small tweak diff --git a/lib-python/2.7/tarfile.py b/lib-python/2.7/tarfile.py --- a/lib-python/2.7/tarfile.py +++ b/lib-python/2.7

[pypy-commit] pypy stdlib-2.7.8: modernize/fix up test_tarfile

2014-08-25 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73058:feb74dc93383 Date: 2014-08-25 13:28 -0700 http://bitbucket.org/pypy/pypy/changeset/feb74dc93383/ Log:modernize/fix up test_tarfile diff --git a/lib-python/2.7/test/test_tarfile.py b/lib-python/2.7/test/test_tarfile.py --- a/lib-pyt

[pypy-commit] pypy stdlib-2.7.8: fix test_tarfile so it passes on win32

2014-08-25 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73057:969e90db5911 Date: 2014-08-25 12:50 -0700 http://bitbucket.org/pypy/pypy/changeset/969e90db5911/ Log:fix test_tarfile so it passes on win32 diff --git a/lib-python/2.7/test/test_tarfile.py b/lib-python/2.7/test/test_tarfile.py ---

[pypy-commit] pypy stdlib-2.7.8: further improvements for test_tarfile

2014-08-25 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73059:0ebbdd28755b Date: 2014-08-25 17:00 -0400 http://bitbucket.org/pypy/pypy/changeset/0ebbdd28755b/ Log:further improvements for test_tarfile diff --git a/lib-python/2.7/test/test_tarfile.py b/lib-python/2.7/test/test_tarfile.py --- a

[pypy-commit] pypy stdlib-2.7.8: fix behavior of flush/close after write errors in line buffered streamio

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73085:d8cc30a1c503 Date: 2014-08-27 13:18 -0400 http://bitbucket.org/pypy/pypy/changeset/d8cc30a1c503/ Log:fix behavior of flush/close after write errors in line buffered streamio diff --git a/pypy/module/_file/test/test_file.py

[pypy-commit] pypy stdlib-2.7.8: merge heads

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73100:ae39690130e6 Date: 2014-08-27 14:19 -0400 http://bitbucket.org/pypy/pypy/changeset/ae39690130e6/ Log:merge heads diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib_pypy

[pypy-commit] pypy stdlib-2.7.8: enhance this test

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73098:358436365bce Date: 2014-08-27 13:59 -0400 http://bitbucket.org/pypy/pypy/changeset/358436365bce/ Log:enhance this test diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/pos

[pypy-commit] pypy stdlib-2.7.8: check fd compatibility with mode in fdopen_as_stream

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73099:ef774aafe39d Date: 2014-08-27 14:18 -0400 http://bitbucket.org/pypy/pypy/changeset/ef774aafe39d/ Log:check fd compatibility with mode in fdopen_as_stream diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.

[pypy-commit] pypy stdlib-2.7.8: allow \x00 as fill char in __format__

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73101:c4dbc5c1e8d9 Date: 2014-08-27 15:32 -0400 http://bitbucket.org/pypy/pypy/changeset/c4dbc5c1e8d9/ Log:allow \x00 as fill char in __format__ diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objsp

[pypy-commit] pypy stdlib-2.7.8: fix deadlock in thread test_fork

2014-08-27 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73102:c8d88835c602 Date: 2014-08-27 16:38 -0400 http://bitbucket.org/pypy/pypy/changeset/c8d88835c602/ Log:fix deadlock in thread test_fork diff --git a/pypy/module/thread/test/test_fork.py b/pypy/module/thread/test/test_fork.py --- a/py

[pypy-commit] pypy stdlib-2.7.8: adjust this test for pypy

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73113:0bdbb7cefe56 Date: 2014-08-28 14:11 -0400 http://bitbucket.org/pypy/pypy/changeset/0bdbb7cefe56/ Log:adjust this test for pypy diff --git a/lib-python/2.7/idlelib/idle_test/test_delegator.py b/lib-python/2.7/idlelib/idle_test/test_

[pypy-commit] pypy stdlib-2.7.8: adjust this function to work on pypy?

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73114:25424a2825f1 Date: 2014-08-28 14:19 -0400 http://bitbucket.org/pypy/pypy/changeset/25424a2825f1/ Log:adjust this function to work on pypy? diff --git a/lib-python/2.7/idlelib/CallTips.py b/lib-python/2.7/idlelib/CallTips.py --- a/l

[pypy-commit] pypy stdlib-2.7.8: further hacks for pypy compat

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73115:bfc017df0694 Date: 2014-08-28 14:32 -0400 http://bitbucket.org/pypy/pypy/changeset/bfc017df0694/ Log:further hacks for pypy compat diff --git a/lib-python/2.7/idlelib/CallTips.py b/lib-python/2.7/idlelib/CallTips.py --- a/lib-pytho

[pypy-commit] pypy stdlib-2.7.8: fix list's docstring

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73116:50e98deea8f2 Date: 2014-08-28 14:35 -0400 http://bitbucket.org/pypy/pypy/changeset/50e98deea8f2/ Log:fix list's docstring diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobj

[pypy-commit] pypy stdlib-2.7.8: same for list.__new__

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73117:6c8a4e26c1bc Date: 2014-08-28 14:45 -0400 http://bitbucket.org/pypy/pypy/changeset/6c8a4e26c1bc/ Log:same for list.__new__ diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listob

[pypy-commit] pypy default: avoid a tell here by using relative seek

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73118:796ebef4b291 Date: 2014-08-28 15:55 -0400 http://bitbucket.org/pypy/pypy/changeset/796ebef4b291/ Log:avoid a tell here by using relative seek diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/streamio.py +++ b/

[pypy-commit] pypy stdlib-2.7.8: another fix for idlelib

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73119:ac7806a1e7cd Date: 2014-08-28 16:20 -0400 http://bitbucket.org/pypy/pypy/changeset/ac7806a1e7cd/ Log:another fix for idlelib diff --git a/lib-python/2.7/idlelib/CallTips.py b/lib-python/2.7/idlelib/CallTips.py --- a/lib-python/2.7/

[pypy-commit] pypy stdlib-2.7.8: line length

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.8 Changeset: r73120:3aa7ae874502 Date: 2014-08-28 16:25 -0400 http://bitbucket.org/pypy/pypy/changeset/3aa7ae874502/ Log:line length diff --git a/lib-python/2.7/idlelib/CallTips.py b/lib-python/2.7/idlelib/CallTips.py --- a/lib-python/2.7/idlelib/Call

[pypy-commit] pypy use-file-star-for-file: test/fix rfile buffering

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73125:be91fae57988 Date: 2014-08-28 18:05 -0400 http://bitbucket.org/pypy/pypy/changeset/be91fae57988/ Log:test/fix rfile buffering diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpy

[pypy-commit] pypy use-file-star-for-file: rename some functions for clarity

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73124:b12884a291d1 Date: 2014-08-28 17:52 -0400 http://bitbucket.org/pypy/pypy/changeset/b12884a291d1/ Log:rename some functions for clarity diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py

[pypy-commit] pypy default: another docstring for listobject

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73126:117bce1f2cea Date: 2014-08-28 18:12 -0400 http://bitbucket.org/pypy/pypy/changeset/117bce1f2cea/ Log:another docstring for listobject diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobj

[pypy-commit] pypy default: merge heads

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73131:fc874a203461 Date: 2014-08-28 19:45 -0400 http://bitbucket.org/pypy/pypy/changeset/fc874a203461/ Log:merge heads diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/interpreter/typedef.py +++ b/pypy/interpreter/typ

[pypy-commit] pypy default: docstring for Method

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73130:45d3cb1cdc8c Date: 2014-08-28 19:44 -0400 http://bitbucket.org/pypy/pypy/changeset/45d3cb1cdc8c/ Log:docstring for Method diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/te

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73133:78976787103e Date: 2014-08-28 21:21 -0400 http://bitbucket.org/pypy/pypy/changeset/78976787103e/ Log:merge default diff too long, truncating to 2000 out of 48735 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LI

[pypy-commit] pypy default: test/fix rfile.truncate

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73132:c337d9417d2e Date: 2014-08-28 21:20 -0400 http://bitbucket.org/pypy/pypy/changeset/c337d9417d2e/ Log:test/fix rfile.truncate diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -

[pypy-commit] pypy default: test/fix rfile buffering

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73135:7445b0d7890d Date: 2014-08-28 18:05 -0400 http://bitbucket.org/pypy/pypy/changeset/7445b0d7890d/ Log:test/fix rfile buffering diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@

[pypy-commit] pypy default: rename some functions for clarity

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73134:36e559a420ff Date: 2014-08-28 17:52 -0400 http://bitbucket.org/pypy/pypy/changeset/36e559a420ff/ Log:rename some functions for clarity diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfi

[pypy-commit] pypy use-file-star-for-file: start to use rfile in pypy/module/_file

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73137:201de1362418 Date: 2014-08-28 21:52 -0400 http://bitbucket.org/pypy/pypy/changeset/201de1362418/ Log:start to use rfile in pypy/module/_file diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py

[pypy-commit] pypy use-file-star-for-file: undo these rtyper changes, don't seem necessary

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73136:65e70815a2db Date: 2014-08-28 21:47 -0400 http://bitbucket.org/pypy/pypy/changeset/65e70815a2db/ Log:undo these rtyper changes, don't seem necessary diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.p

[pypy-commit] pypy default: simplify rfile check if closed

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73140:2b3c04eda6f2 Date: 2014-08-28 23:22 -0400 http://bitbucket.org/pypy/pypy/changeset/2b3c04eda6f2/ Log:simplify rfile check if closed diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73141:d882ed7c35d1 Date: 2014-08-28 23:27 -0400 http://bitbucket.org/pypy/pypy/changeset/d882ed7c35d1/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/r

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73143:49cb9ef9fde8 Date: 2014-08-28 23:52 -0400 http://bitbucket.org/pypy/pypy/changeset/49cb9ef9fde8/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/r

[pypy-commit] pypy default: fix rfile readline with null chars

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73142:1c38a12270c8 Date: 2014-08-28 23:51 -0400 http://bitbucket.org/pypy/pypy/changeset/1c38a12270c8/ Log:fix rfile readline with null chars diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rf

[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 use-file-star-for-file: remove usage of StreamErrors

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73139:2b155355a77a Date: 2014-08-28 23:03 -0400 http://bitbucket.org/pypy/pypy/changeset/2b155355a77a/ Log:remove usage of StreamErrors diff --git a/pypy/module/_file/__init__.py b/pypy/module/_file/__init__.py --- a/pypy/module

[pypy-commit] pypy use-file-star-for-file: pass size to rfile.readline

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73146:ae483af51c0d Date: 2014-08-29 00:31 -0400 http://bitbucket.org/pypy/pypy/changeset/ae483af51c0d/ Log:pass size to rfile.readline diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/m

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73145:3a1c0e548781 Date: 2014-08-29 00:30 -0400 http://bitbucket.org/pypy/pypy/changeset/3a1c0e548781/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/r

[pypy-commit] pypy use-file-star-for-file: set binary flag from mode

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73147:d36c42962914 Date: 2014-08-29 00:39 -0400 http://bitbucket.org/pypy/pypy/changeset/d36c42962914/ Log:set binary flag from mode diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/mod

[pypy-commit] pypy default: support size argument for rfile.readline

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73144:bfcd7f844c8f Date: 2014-08-29 00:22 -0400 http://bitbucket.org/pypy/pypy/changeset/bfcd7f844c8f/ Log:support size argument for rfile.readline diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/r

[pypy-commit] pypy use-file-star-for-file: use rfile.read(n) logic instead

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73149:35cbd34bdf5b Date: 2014-08-29 00:57 -0400 http://bitbucket.org/pypy/pypy/changeset/35cbd34bdf5b/ Log:use rfile.read(n) logic instead diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/py

[pypy-commit] pypy use-file-star-for-file: fix flush at exit

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73148:f61ee40f042c Date: 2014-08-29 00:51 -0400 http://bitbucket.org/pypy/pypy/changeset/f61ee40f042c/ Log:fix flush at exit diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_fil

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73152:58d64536f9b4 Date: 2014-08-29 01:19 -0400 http://bitbucket.org/pypy/pypy/changeset/58d64536f9b4/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/r

[pypy-commit] pypy default: test/fix check for directory in rfile open

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73151:8986be62c395 Date: 2014-08-29 01:17 -0400 http://bitbucket.org/pypy/pypy/changeset/8986be62c395/ Log:test/fix check for directory in rfile open diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython

[pypy-commit] pypy default: test/fix rfile.read(0)

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73150:26d170cd6c24 Date: 2014-08-29 01:01 -0400 http://bitbucket.org/pypy/pypy/changeset/26d170cd6c24/ Log:test/fix rfile.read(0) diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -1

[pypy-commit] pypy use-file-star-for-file: kill unused code

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73153:c0e3a6041194 Date: 2014-08-29 01:23 -0400 http://bitbucket.org/pypy/pypy/changeset/c0e3a6041194/ Log:kill unused code diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file

[pypy-commit] pypy use-file-star-for-file: kill unused imports

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73155:ac18a16f281b Date: 2014-08-29 01:40 -0400 http://bitbucket.org/pypy/pypy/changeset/ac18a16f281b/ Log:kill unused imports diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_f

[pypy-commit] pypy use-file-star-for-file: fix handling of unicode filename

2014-08-28 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73154:a01f06512ec4 Date: 2014-08-29 01:40 -0400 http://bitbucket.org/pypy/pypy/changeset/a01f06512ec4/ Log:fix handling of unicode filename diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/p

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73158:1d79593ea750 Date: 2014-08-29 03:35 -0400 http://bitbucket.org/pypy/pypy/changeset/1d79593ea750/ Log:merge heads diff --git a/pypy/test_all.py b/pypy/test_all.py --- a/pypy/test_all.py +++ b/pypy/test_all.py @@ -27,4 +27,21 @@ sys.path.in

[pypy-commit] pypy default: sanitize mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73157:3505ae408343 Date: 2014-08-29 03:25 -0400 http://bitbucket.org/pypy/pypy/changeset/3505ae408343/ Log:sanitize mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -9

[pypy-commit] pypy use-file-star-for-file: use mode check from rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73160:98475f7b0785 Date: 2014-08-29 03:34 -0400 http://bitbucket.org/pypy/pypy/changeset/98475f7b0785/ Log:use mode check from rfile diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/mod

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73159:07e7602306fb Date: 2014-08-29 03:26 -0400 http://bitbucket.org/pypy/pypy/changeset/07e7602306fb/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/r

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73166:0628cfb76bd5 Date: 2014-08-29 10:38 -0400 http://bitbucket.org/pypy/pypy/changeset/0628cfb76bd5/ Log:merge heads diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/contributor.rst @@ -

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73168:407345c30fb6 Date: 2014-08-29 10:41 -0400 http://bitbucket.org/pypy/pypy/changeset/407345c30fb6/ Log:merge default diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/

[pypy-commit] pypy use-file-star-for-file: improve these tests

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73167:00a18e4129fd Date: 2014-08-29 10:41 -0400 http://bitbucket.org/pypy/pypy/changeset/00a18e4129fd/ Log:improve these tests diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/mo

[pypy-commit] pypy use-file-star-for-file: test ioerror with unicode filename

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73169:21addf9f84cc Date: 2014-08-29 11:12 -0400 http://bitbucket.org/pypy/pypy/changeset/21addf9f84cc/ Log:test ioerror with unicode filename diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.p

[pypy-commit] pypy use-file-star-for-file: fix this test for win32

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73171:19dbd8189f60 Date: 2014-08-29 08:31 -0700 http://bitbucket.org/pypy/pypy/changeset/19dbd8189f60/ Log:fix this test for win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib

[pypy-commit] pypy use-file-star-for-file: skip this test on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73170:f2ba31323129 Date: 2014-08-29 08:23 -0700 http://bitbucket.org/pypy/pypy/changeset/f2ba31323129/ Log:skip this test on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib

[pypy-commit] pypy default: fix rfile tests on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73172:38edb61347fa Date: 2014-08-29 08:31 -0700 http://bitbucket.org/pypy/pypy/changeset/38edb61347fa/ Log:fix rfile tests on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfile.py +

[pypy-commit] pypy default: skip these on windows, crash

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73174:435d9a69a2f6 Date: 2014-08-29 08:55 -0700 http://bitbucket.org/pypy/pypy/changeset/435d9a69a2f6/ Log:skip these on windows, crash diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file/te

[pypy-commit] pypy default: fix this test against cpython on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73175:dc7c03274026 Date: 2014-08-29 09:01 -0700 http://bitbucket.org/pypy/pypy/changeset/dc7c03274026/ Log:fix this test against cpython on win32 diff --git a/pypy/module/_file/test/test_file_extra.py b/pypy/module/_file/test/test_file_extra.py ---

[pypy-commit] pypy default: reenable these tests, work on buildbot?

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73176:9f0f00ddfc76 Date: 2014-08-29 09:21 -0700 http://bitbucket.org/pypy/pypy/changeset/9f0f00ddfc76/ Log:reenable these tests, work on buildbot? diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/modu

[pypy-commit] pypy default: fix translation

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73178:5ddeaa6b6665 Date: 2014-08-29 12:58 -0400 http://bitbucket.org/pypy/pypy/changeset/5ddeaa6b6665/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -206,6 +2

[pypy-commit] pypy default: test file mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73177:06ebd52f400f Date: 2014-08-29 12:54 -0400 http://bitbucket.org/pypy/pypy/changeset/06ebd52f400f/ Log:test file mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -

[pypy-commit] pypy default: undo test mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73179:f7221037bd92 Date: 2014-08-29 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/f7221037bd92/ Log:undo test mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -

[pypy-commit] pypy default: fix this test on older cpythons

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73180:48a6c8cd92f1 Date: 2014-08-29 13:15 -0400 http://bitbucket.org/pypy/pypy/changeset/48a6c8cd92f1/ Log:fix this test on older cpythons diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfi

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73181:513125b111be Date: 2014-08-29 12:21 -0400 http://bitbucket.org/pypy/pypy/changeset/513125b111be/ Log:merge default diff --git a/lib-python/2.7/json/encoder.py b/lib-python/2.7/json/encoder.py --- a/lib-python/2.7/json/enco

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73183:64c36466fbba Date: 2014-08-29 13:31 -0400 http://bitbucket.org/pypy/pypy/changeset/64c36466fbba/ Log:merge default diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/in

[pypy-commit] pypy default: check file mode before read/write

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73182:7dd943c6998d Date: 2014-08-29 13:25 -0400 http://bitbucket.org/pypy/pypy/changeset/7dd943c6998d/ Log:check file mode before read/write diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/inte

  1   2   3   4   5   6   7   8   9   10   >