[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 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: 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 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: 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 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: 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: 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: 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 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: 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: 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: 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: 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 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 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: 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 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: More docstring

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73129:14b8d76b9d53 Date: 2014-08-28 16:14 -0700 http://bitbucket.org/pypy/pypy/changeset/14b8d76b9d53/ Log:More docstring diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/interpreter/typedef.py +++ b/pypy/interpreter/t

[pypy-commit] pypy py3k: adapt to py3

2014-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73128:e8ec916b9a16 Date: 2014-08-28 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/e8ec916b9a16/ Log:adapt to py3 diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/lib_pypy/_tkinter/app.p

[pypy-commit] pypy py3k: merge default

2014-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73127:986e16e0e1fc Date: 2014-08-28 15:47 -0700 http://bitbucket.org/pypy/pypy/changeset/986e16e0e1fc/ Log:merge default diff too long, truncating to 2000 out of 34965 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b/lib-python/2.7/CGIHTTPS

[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 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 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 default: Added docs for the branch to whatsnew

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73123:551a8a15b4a4 Date: 2014-08-28 14:49 -0700 http://bitbucket.org/pypy/pypy/changeset/551a8a15b4a4/ Log:Added docs for the branch to whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy stdlib-2.7.8: closing branch for merge

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73121:0ad4fc224862 Date: 2014-08-28 14:45 -0700 http://bitbucket.org/pypy/pypy/changeset/0ad4fc224862/ Log:closing branch for merge ___ pypy-commit mailing list pypy-commit@python.org https://mai

[pypy-commit] pypy default: Merged in the stdlib-2.7.8 branch.

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73122:eb8c4b7527dc Date: 2014-08-28 14:46 -0700 http://bitbucket.org/pypy/pypy/changeset/eb8c4b7527dc/ Log:Merged in the stdlib-2.7.8 branch. This upgrades our copy of the stdlib to be 2.7.8, and fixes all the resulting compatibility s

[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 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 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: 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 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: 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: 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: 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: Fixed translation and a bug with replace error handler

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73112:3f0c24c4ae4a Date: 2014-08-28 09:58 -0700 http://bitbucket.org/pypy/pypy/changeset/3f0c24c4ae4a/ Log:Fixed translation and a bug with replace error handler diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpytho

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid) Completely fix the utf7 decoder this time

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73111:687dd5c34b84 Date: 2014-08-28 09:47 -0700 http://bitbucket.org/pypy/pypy/changeset/687dd5c34b84/ Log:(alex, dreid) Completely fix the utf7 decoder this time diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpyth

[pypy-commit] pypy stmgc-c7: Test and fix

2014-08-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73110:e8fa261dce03 Date: 2014-08-28 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e8fa261dce03/ Log:Test and fix diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py --- a/rpython/translator/c/funcgen.py +++ b/r

[pypy-commit] pypy stmgc-c7: make duhton translate without --stm on this branch

2014-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r73109:98cf7234b83a Date: 2014-08-28 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/98cf7234b83a/ Log:make duhton translate without --stm on this branch diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memor

[pypy-commit] pypy stmgc-c7: opimpl impl for stm_transaction_break

2014-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r73108:9ba1d8b49ca3 Date: 2014-08-28 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/9ba1d8b49ca3/ Log:opimpl impl for stm_transaction_break diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypesystem/lloperation.

[pypy-commit] pypy.org extradoc: update the values

2014-08-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r529:620cf455b509 Date: 2014-08-28 09:00 +0200 http://bitbucket.org/pypy/pypy.org/changeset/620cf455b509/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro