[pypy-commit] pypy gc_no_cleanup_nursery: hg merge default

2014-09-27 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73732:6e9e4f255563 Date: 2014-09-28 08:42 +0200 http://bitbucket.org/pypy/pypy/changeset/6e9e4f255563/ Log:hg merge default diff --git a/lib-python/2.7/test/test_select.py b/lib-python/2.7/test/test_select.py --- a/lib-python/2.7/

[pypy-commit] pypy default: Oups, wrong test. Fix it and be more precise: check exactly each

2014-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r73731:688d9d295fc2 Date: 2014-09-28 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/688d9d295fc2/ Log:Oups, wrong test. Fix it and be more precise: check exactly each implementation. diff --git a/lib-python/2.7/test/test_select.py b/lib-p

[pypy-commit] pypy default: move test to more appropriate class

2014-09-27 Thread mattip
Author: mattip Branch: Changeset: r73730:742921282679 Date: 2014-09-28 01:26 +0300 http://bitbucket.org/pypy/pypy/changeset/742921282679/ Log:move test to more appropriate class diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/s

[pypy-commit] pypy ufuncapi: merge default into branch

2014-09-27 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r73729:2cfa83babbb9 Date: 2014-09-28 00:25 +0300 http://bitbucket.org/pypy/pypy/changeset/2cfa83babbb9/ Log:merge default into branch diff too long, truncating to 2000 out of 67964 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@

[pypy-commit] pypy win32-fixes5: on windows NamedTemporaryFile cannot be reopened by gdb.execute while open in caller

2014-09-27 Thread mattip
Author: mattip Branch: win32-fixes5 Changeset: r73727:5ca6de0f2fa5 Date: 2014-09-27 23:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5ca6de0f2fa5/ Log:on windows NamedTemporaryFile cannot be reopened by gdb.execute while open in caller diff --git a/pypy/tool/gdb_pypy.py b/pypy/to

[pypy-commit] pypy win32-fixes5: account for rounding error in st_mtime resolution

2014-09-27 Thread mattip
Author: mattip Branch: win32-fixes5 Changeset: r73728:857bafb8905f Date: 2014-09-27 23:14 +0300 http://bitbucket.org/pypy/pypy/changeset/857bafb8905f/ Log:account for rounding error in st_mtime resolution diff --git a/rpython/rtyper/module/test/test_ll_os_stat.py b/rpython/rtyper/module/tes

[pypy-commit] pypy win32-fixes5: os.tmpfile fails for non-admin on win32

2014-09-27 Thread mattip
Author: mattip Branch: win32-fixes5 Changeset: r73725:c70817364854 Date: 2014-09-27 21:20 +0300 http://bitbucket.org/pypy/pypy/changeset/c70817364854/ Log:os.tmpfile fails for non-admin on win32 diff --git a/rpython/translator/tool/stdoutcapture.py b/rpython/translator/tool/stdoutcapture.py

[pypy-commit] pypy win32-fixes5: disable profopt on win32

2014-09-27 Thread mattip
Author: mattip Branch: win32-fixes5 Changeset: r73726:7b21b053dd02 Date: 2014-09-27 22:22 +0300 http://bitbucket.org/pypy/pypy/changeset/7b21b053dd02/ Log:disable profopt on win32 diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++

[pypy-commit] stmgc default: Finally getting somewhere with dictionaries in STM. Here is a very

2014-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r1433:49cdf03dfaf9 Date: 2014-09-27 19:23 +0200 http://bitbucket.org/pypy/stmgc/changeset/49cdf03dfaf9/ Log:Finally getting somewhere with dictionaries in STM. Here is a very high-level design idea. diff --git a/hashtable/design2.txt b/hashtable

[pypy-commit] pypy py3k: fix missing endDFAs for u prefix'd tripled quoted strings

2014-09-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73724:5f38597ef8a9 Date: 2014-09-26 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/5f38597ef8a9/ Log:fix missing endDFAs for u prefix'd tripled quoted strings diff --git a/pypy/interpreter/pyparser/pytokenize.py b/pypy/interpreter/pyparse