[pypy-commit] pypy use-file-star-for-file: implement rfile read logic to match cpython

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73447:0c381d8d106c Date: 2014-09-11 02:18 -0400 http://bitbucket.org/pypy/pypy/changeset/0c381d8d106c/ Log:implement rfile read logic to match cpython diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py

[pypy-commit] pypy use-file-star-for-file: add a comment

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73446:a03b54d0c322 Date: 2014-09-11 01:17 -0400 http://bitbucket.org/pypy/pypy/changeset/a03b54d0c322/ Log:add a comment 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: cleanup rfile exceptions

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73448:443bb45634a8 Date: 2014-09-11 03:18 -0400 http://bitbucket.org/pypy/pypy/changeset/443bb45634a8/ Log:cleanup rfile exceptions diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: check rfile mode readable/writable

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73449:2cdd638ae53b Date: 2014-09-11 03:31 -0400 http://bitbucket.org/pypy/pypy/changeset/2cdd638ae53b/ Log:check rfile mode readable/writable diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: Update

2014-09-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73450:ab723fa4e9f7 Date: 2014-09-11 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ab723fa4e9f7/ Log:Update diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst ---

[pypy-commit] pypy.org extradoc: Update

2014-09-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r534:77b88426748a Date: 2014-09-11 10:29 +0200 http://bitbucket.org/pypy/pypy.org/changeset/77b88426748a/ Log:Update diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -226,7 +226,8 @@ /pre

[pypy-commit] pypy use-file-star-for-file: test/fix stdio flush on close

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73451:dc9cc4507de8 Date: 2014-09-11 04:14 -0400 http://bitbucket.org/pypy/pypy/changeset/dc9cc4507de8/ Log:test/fix stdio flush on close diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: use a growing buffer for rfile read

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73453:81a458fbb16b Date: 2014-09-11 04:37 -0400 http://bitbucket.org/pypy/pypy/changeset/81a458fbb16b/ Log:use a growing buffer for rfile read diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: fix cpyext test_file_writestring when running with fully buffered stdout

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73452:3a09b44f41ab Date: 2014-09-11 04:21 -0400 http://bitbucket.org/pypy/pypy/changeset/3a09b44f41ab/ Log:fix cpyext test_file_writestring when running with fully buffered stdout diff --git

[pypy-commit] pypy use-file-star-for-file: simplify

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73455:216182f96c93 Date: 2014-09-11 05:14 -0400 http://bitbucket.org/pypy/pypy/changeset/216182f96c93/ Log:simplify diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] extradoc extradoc: Added empty file with info from the web site

2014-09-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r5393:74f9b3662e1c Date: 2014-09-11 12:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/74f9b3662e1c/ Log:Added empty file with info from the web site diff --git a/talk/pycon2015/stm/submitted.txt

[pypy-commit] pypy use-file-star-for-file: fix buffer size to match cpython

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73456:1f46f61322f3 Date: 2014-09-11 06:06 -0400 http://bitbucket.org/pypy/pypy/changeset/1f46f61322f3/ Log:fix buffer size to match cpython diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: group writing ops together

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73457:67e45cc32904 Date: 2014-09-11 06:25 -0400 http://bitbucket.org/pypy/pypy/changeset/67e45cc32904/ Log:group writing ops together diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: check signals in rfile

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73458:c95e690fc570 Date: 2014-09-11 06:36 -0400 http://bitbucket.org/pypy/pypy/changeset/c95e690fc570/ Log:check signals in rfile diff --git a/pypy/module/_file/interp_file.py

[pypy-commit] pypy use-file-star-for-file: use alloc_buffer to avoid extra copy when possible in read

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73459:fd6110e214ca Date: 2014-09-11 07:11 -0400 http://bitbucket.org/pypy/pypy/changeset/fd6110e214ca/ Log:use alloc_buffer to avoid extra copy when possible in read diff --git a/rpython/rlib/rfile.py

[pypy-commit] pypy default: poll can fail. Raise SSLError in that case

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r73460:8a07f6d2a9a0 Date: 2014-09-11 10:56 -0600 http://bitbucket.org/pypy/pypy/changeset/8a07f6d2a9a0/ Log:poll can fail. Raise SSLError in that case diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: reraise the applevel in the select case too;

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r73461:22e1280d5d03 Date: 2014-09-11 10:57 -0600 http://bitbucket.org/pypy/pypy/changeset/22e1280d5d03/ Log:reraise the applevel in the select case too; diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy use-file-star-for-file: rfile fixes for win32

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73462:b17c5146eb5d Date: 2014-09-11 10:10 -0700 http://bitbucket.org/pypy/pypy/changeset/b17c5146eb5d/ Log:rfile fixes for win32 diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] extradoc extradoc: work on the proposal

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r5394:4b47262f49ca Date: 2014-09-11 11:29 -0600 http://bitbucket.org/pypy/extradoc/changeset/4b47262f49ca/ Log:work on the proposal diff --git a/talk/pycon2015/status/abstract.rst b/talk/pycon2015/status/abstract.rst

[pypy-commit] pypy use-file-star-for-file: handle eintr in rfile readline

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73464:12e45d6f7dbf Date: 2014-09-11 13:48 -0400 http://bitbucket.org/pypy/pypy/changeset/12e45d6f7dbf/ Log:handle eintr in rfile readline diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: cleanup

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73463:ba680c1a8f5a Date: 2014-09-11 11:57 -0400 http://bitbucket.org/pypy/pypy/changeset/ba680c1a8f5a/ Log:cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy gc_no_cleanup_nursery: Backed out changeset 6dfd216b0e8d

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73465:3bb2c92cc2d3 Date: 2014-09-11 11:36 -0600 http://bitbucket.org/pypy/pypy/changeset/3bb2c92cc2d3/ Log:Backed out changeset 6dfd216b0e8d diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy gc_no_cleanup_nursery: Backout the changes, come back to the previous approach

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73466:1066bc5225af Date: 2014-09-11 11:36 -0600 http://bitbucket.org/pypy/pypy/changeset/1066bc5225af/ Log:Backout the changes, come back to the previous approach diff --git

[pypy-commit] pypy gc_no_cleanup_nursery: oops

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73467:91d9dc7a4a1c Date: 2014-09-11 12:00 -0600 http://bitbucket.org/pypy/pypy/changeset/91d9dc7a4a1c/ Log:oops diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy no-write-barrier-in-const-ptrs: We don't need write barrier for ConstPtrs (since they're always old anyhow)

2014-09-11 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: no-write-barrier-in-const-ptrs Changeset: r73468:e7e97150a2cd Date: 2014-09-11 13:08 -0600 http://bitbucket.org/pypy/pypy/changeset/e7e97150a2cd/ Log:We don't need write barrier for ConstPtrs (since they're always old anyhow) diff

[pypy-commit] pypy use-file-star-for-file: fix get_stdio wrappers

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73469:fdf663e56443 Date: 2014-09-11 15:34 -0400 http://bitbucket.org/pypy/pypy/changeset/fdf663e56443/ Log:fix get_stdio wrappers diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: add simple target to test rfile

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73470:e42707eeae0d Date: 2014-09-11 15:40 -0400 http://bitbucket.org/pypy/pypy/changeset/e42707eeae0d/ Log:add simple target to test rfile diff --git a/rpython/translator/goal/targetrfile.py

[pypy-commit] pypy use-file-star-for-file: avoid releasing gil for some rfile functions

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73472:851a85c58d90 Date: 2014-09-11 16:27 -0400 http://bitbucket.org/pypy/pypy/changeset/851a85c58d90/ Log:avoid releasing gil for some rfile functions diff --git a/rpython/rlib/rfile.py

[pypy-commit] pypy use-file-star-for-file: simplify rfile fread

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73471:51dc6795d2f6 Date: 2014-09-11 16:03 -0400 http://bitbucket.org/pypy/pypy/changeset/51dc6795d2f6/ Log:simplify rfile fread diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: cleanup

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73473:6641180dd7a4 Date: 2014-09-11 16:36 -0400 http://bitbucket.org/pypy/pypy/changeset/6641180dd7a4/ Log:cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: pep8/use oefmt

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73476:d5039133da03 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d5039133da03/ Log:pep8/use oefmt (grafted from 6704fc912ee12bb7be511d77fd192537ca3d75e3) diff --git

[pypy-commit] pypy py3k: merge default

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73481:1568c757e7cb Date: 2014-09-11 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/1568c757e7cb/ Log:merge default diff too long, truncating to 2000 out of 6687 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] pypy default: Introducing the missing method _compare_digest in the module operator.

2014-09-11 Thread agobi
Author: Attila Gobi attila.g...@gmail.com Branch: Changeset: r73474:ac26684c69de Date: 2014-07-27 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ac26684c69de/ Log:Introducing the missing method _compare_digest in the module operator. The method is used in the hmac module.

[pypy-commit] pypy default: adapt the compare_digest impl from 3.3 to 2.7

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73479:9831468e1882 Date: 2014-09-11 12:20 -0700 http://bitbucket.org/pypy/pypy/changeset/9831468e1882/ Log:adapt the compare_digest impl from 3.3 to 2.7 diff --git a/pypy/module/operator/interp_operator.py

[pypy-commit] pypy default: fixing return type of _compare_digest

2014-09-11 Thread agobi
Author: Attila Gobi attila.g...@gmail.com Branch: Changeset: r73475:718ffad76ab8 Date: 2014-07-27 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/718ffad76ab8/ Log:fixing return type of _compare_digest (grafted from 69a3e8128a9c8255ccfc4df889dc07a806167b20) diff --git

[pypy-commit] pypy default: simplify

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73477:9580ada38c4c Date: 2014-07-27 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9580ada38c4c/ Log:simplify (grafted from 50402333035102e8dcce27b9d01a3f14a26f8c73) diff --git a/pypy/module/operator/tscmp.py

[pypy-commit] pypy default: merge upstream

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73480:a552e9ed86d6 Date: 2014-09-11 12:43 -0700 http://bitbucket.org/pypy/pypy/changeset/a552e9ed86d6/ Log:merge upstream diff too long, truncating to 2000 out of 2511 lines diff --git a/_pytest/resultlog.py

[pypy-commit] pypy default: hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found)

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73478:37dd94f30100 Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/37dd94f30100/ Log:hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found) (grafted from

[pypy-commit] pypy use-file-star-for-file: fixes for rfile setbufsize

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73482:aa030b8c29a6 Date: 2014-09-11 16:49 -0400 http://bitbucket.org/pypy/pypy/changeset/aa030b8c29a6/ Log:fixes for rfile setbufsize diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: fix untested commit to default

2014-09-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73483:e4b10708718c Date: 2014-09-12 00:07 +0300 http://bitbucket.org/pypy/pypy/changeset/e4b10708718c/ Log:fix untested commit to default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy use-file-star-for-file: test/fix truncate on win32

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73484:e8ce802885c3 Date: 2014-09-11 14:12 -0700 http://bitbucket.org/pypy/pypy/changeset/e8ce802885c3/ Log:test/fix truncate on win32 diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: cleanup

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73485:bc60013638fd Date: 2014-09-11 17:18 -0400 http://bitbucket.org/pypy/pypy/changeset/bc60013638fd/ Log:cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy py3k: adapt to py3

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73488:ebbb9950dfa9 Date: 2014-09-11 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/ebbb9950dfa9/ Log:adapt to py3 diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py

[pypy-commit] pypy py3k: partially backout 9831468e1882: readapt to py3

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73487:e577a2f0be5d Date: 2014-09-11 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/e577a2f0be5d/ Log:partially backout 9831468e1882: readapt to py3 diff --git a/pypy/module/operator/test/test_tscmp.py

[pypy-commit] pypy py3.3: merge py3k

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73491:a4b792a114c2 Date: 2014-09-11 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/a4b792a114c2/ Log:merge py3k diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py ---

[pypy-commit] pypy py3k: avoid the overridable via subclass encode method

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73489:a9fef4fe325f Date: 2014-09-11 15:12 -0700 http://bitbucket.org/pypy/pypy/changeset/a9fef4fe325f/ Log:avoid the overridable via subclass encode method diff --git a/pypy/module/operator/tscmp.py

[pypy-commit] pypy py3k: 2to3

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73490:71b29c6796ae Date: 2014-09-11 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/71b29c6796ae/ Log:2to3 diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73486:d25d0c52e0f8 Date: 2014-09-11 14:57 -0700 http://bitbucket.org/pypy/pypy/changeset/d25d0c52e0f8/ Log:merge py3k diff too long, truncating to 2000 out of 41356 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] pypy py3k: merge default

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73492:8fbe4a728f3e Date: 2014-09-11 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/8fbe4a728f3e/ Log:merge default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73493:6a2b74eae1e7 Date: 2014-09-11 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/6a2b74eae1e7/ Log:merge py3k diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy use-file-star-for-file: use getc_unlocked when possible

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73494:06cf208f624d Date: 2014-09-11 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/06cf208f624d/ Log:use getc_unlocked when possible diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy use-file-star-for-file: prefer getc_unlocked over fgets in readline

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73495:a92bdb7b7707 Date: 2014-09-11 19:26 -0400 http://bitbucket.org/pypy/pypy/changeset/a92bdb7b7707/ Log:prefer getc_unlocked over fgets in readline diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py

[pypy-commit] pypy use-file-star-for-file: this test fails on cpython on mac/win, adjust

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73496:120342e28cf1 Date: 2014-09-11 17:43 -0700 http://bitbucket.org/pypy/pypy/changeset/120342e28cf1/ Log:this test fails on cpython on mac/win, adjust diff --git a/pypy/module/_file/test/test_file_extra.py

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

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73497:369b70435fcb Date: 2014-09-11 19:25 -0700 http://bitbucket.org/pypy/pypy/changeset/369b70435fcb/ Log:fix this test on win32 diff --git a/pypy/module/_file/test/test_file_extra.py

[pypy-commit] pypy use-file-star-for-file: release gil around read ops

2014-09-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73498:506ac75b968f Date: 2014-09-11 22:34 -0400 http://bitbucket.org/pypy/pypy/changeset/506ac75b968f/ Log:release gil around read ops diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---