Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73521:0fa6a641a60a
Date: 2014-09-13 02:02 +
http://bitbucket.org/pypy/pypy/changeset/0fa6a641a60a/
Log:set macro=True for fseeko/ftello
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73520:fc130e159c9d
Date: 2014-09-12 21:23 -0400
http://bitbucket.org/pypy/pypy/changeset/fc130e159c9d/
Log:verify size of OFF_T
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73517:56bb9af6b44b
Date: 2014-09-12 16:45 -0700
http://bitbucket.org/pypy/pypy/changeset/56bb9af6b44b/
Log:verify exception raised here
diff --git a/rpython/rtyper/test/test_exception.py
b/rpython/rtyper/test/test_exception.py
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73519:28cc8dda39ba
Date: 2014-09-12 16:57 -0700
http://bitbucket.org/pypy/pypy/changeset/28cc8dda39ba/
Log:these tests crash interpreter in win32 vm
diff --git a/pypy/module/_file/test/test_file.py
b/pypy/module/_file/test/test
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73518:e0367fae2428
Date: 2014-09-12 16:49 -0700
http://bitbucket.org/pypy/pypy/changeset/e0367fae2428/
Log:fobj.seek is emulated on win32, doesn't catch invalid mode
diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/te
Author: Philip Jenvey
Branch: py3k
Changeset: r73516:73c7d67b9c5f
Date: 2014-09-12 15:18 -0700
http://bitbucket.org/pypy/pypy/changeset/73c7d67b9c5f/
Log:workaround lack of __future__.__file__, as __future__'s pre-imported
during translation
diff --git a/lib-python/3/test/test_module
Author: Romain Guillebert
Branch: extradoc
Changeset: r5396:f584b11b5444
Date: 2014-09-12 23:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/f584b11b5444/
Log:Add the talk description (WIP)
diff --git a/talk/pycon2015/status/abstract.rst
b/talk/pycon2015/status/abstract.rst
--- a/talk
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73514:9190ab687bde
Date: 2014-09-12 13:19 -0700
http://bitbucket.org/pypy/pypy/changeset/9190ab687bde/
Log:fix large seek/tell offsets
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/
Author: Romain Guillebert
Branch: extradoc
Changeset: r5395:0a13f83cb05d
Date: 2014-09-12 21:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/0a13f83cb05d/
Log:typos
diff --git a/talk/pycon2015/status/abstract.rst
b/talk/pycon2015/status/abstract.rst
--- a/talk/pycon2015/status/abstrac
Author: Philip Jenvey
Branch:
Changeset: r73513:e6aa1e2c6877
Date: 2014-09-12 12:13 -0700
http://bitbucket.org/pypy/pypy/changeset/e6aa1e2c6877/
Log:utilize scoped allocation
diff --git a/rpython/translator/sandbox/rsandbox.py
b/rpython/translator/sandbox/rsandbox.py
--- a/rpython/translat
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73512:802c516c3dc6
Date: 2014-09-12 11:41 -0700
http://bitbucket.org/pypy/pypy/changeset/802c516c3dc6/
Log:these tests fail on mac even against cpython
diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73511:9227e33346d4
Date: 2014-09-12 11:35 -0700
http://bitbucket.org/pypy/pypy/changeset/9227e33346d4/
Log:skip /dev/full tests better
diff --git a/pypy/module/_file/test/test_file.py
b/pypy/module/_file/test/test_file.py
--- a
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73510:a2cb5424ebf5
Date: 2014-09-12 14:06 -0400
http://bitbucket.org/pypy/pypy/changeset/a2cb5424ebf5/
Log:retry when necessary in file.readinto
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
--
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73509:4fb50815c912
Date: 2014-09-12 12:01 -0400
http://bitbucket.org/pypy/pypy/changeset/4fb50815c912/
Log:backout proper error handling here, as cpython doesn't do it
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
-
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73508:9cc506ff40ab
Date: 2014-09-12 11:42 -0400
http://bitbucket.org/pypy/pypy/changeset/9cc506ff40ab/
Log:do proper error handling in getline_fgets
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/r
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73507:4cb30452dec3
Date: 2014-09-12 11:28 -0400
http://bitbucket.org/pypy/pypy/changeset/4cb30452dec3/
Log:fix buffered fdopen tests in text_file_extra
diff --git a/pypy/module/_file/test/test_file_extra.py
b/pypy/module/_file/
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73506:645e06e76b50
Date: 2014-09-12 11:13 -0400
http://bitbucket.org/pypy/pypy/changeset/645e06e76b50/
Log:fix buffering arg to fdopen
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
--- a/pypy/m
Author: mattip
Branch: win32-fixes5
Changeset: r73505:f2ddd548054d
Date: 2014-09-12 17:45 +0300
http://bitbucket.org/pypy/pypy/changeset/f2ddd548054d/
Log:check more carefully for empty unions
diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py
--- a/rpython/translator/c
Author: mattip
Branch:
Changeset: r73502:25c65744b4b0
Date: 2014-09-12 14:09 +0300
http://bitbucket.org/pypy/pypy/changeset/25c65744b4b0/
Log:any file on windows is "executable", skip test added by pull request
#276 for issue #1856
diff --git a/pypy/interpreter/test/test_app_main.py
Author: mattip
Branch: win32-fixes5
Changeset: r73501:6e4b2dfe8ed7
Date: 2014-08-29 00:24 +0300
http://bitbucket.org/pypy/pypy/changeset/6e4b2dfe8ed7/
Log:skip tests if no objdump available
diff --git a/rpython/tool/jitlogparser/test/test_parser.py
b/rpython/tool/jitlogparser/test/test_pars
Author: mattip
Branch: win32-fixes5
Changeset: r73504:68a792269472
Date: 2014-09-12 15:07 +0300
http://bitbucket.org/pypy/pypy/changeset/68a792269472/
Log:merge default into branch
diff too long, truncating to 2000 out of 43849 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENS
Author: mattip
Branch: win32-fixes5
Changeset: r73500:d69db21b9810
Date: 2014-08-28 23:32 +0300
http://bitbucket.org/pypy/pypy/changeset/d69db21b9810/
Log:make msvc happier for 0-length unions
(test_raw_array_field_prebuilt)
diff --git a/rpython/translator/c/node.py b/rpython/transla
Author: mattip
Branch:
Changeset: r73503:b18c07d4bffd
Date: 2014-09-12 15:04 +0300
http://bitbucket.org/pypy/pypy/changeset/b18c07d4bffd/
Log:emit pdb file in same directory as obj for parallel test runs
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/wind
Author: mattip
Branch:
Changeset: r73499:608405b649e1
Date: 2014-09-12 12:13 +0300
http://bitbucket.org/pypy/pypy/changeset/608405b649e1/
Log:update for latest external dependencies
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rs
24 matches
Mail list logo