[pypy-commit] pypy default: whoops

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70335:3ff23b5bb135 Date: 2014-03-30 09:50 +0300 http://bitbucket.org/pypy/pypy/changeset/3ff23b5bb135/ Log:whoops diff --git a/rpython/rlib/test/test_rpoll.py b/rpython/rlib/test/test_rpoll.py --- a/rpython/rlib/test/test_rpoll.py +++ b/rpython/rlib/t

[pypy-commit] pypy win32-fixes4: close for re-merging to default

2014-03-29 Thread mattip
Author: Matti Picus Branch: win32-fixes4 Changeset: r70333:2cdacb7ce582 Date: 2014-03-30 06:14 +0300 http://bitbucket.org/pypy/pypy/changeset/2cdacb7ce582/ Log:close for re-merging to default ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy win32-fixes4: merge default into branch

2014-03-29 Thread mattip
Author: Matti Picus Branch: win32-fixes4 Changeset: r70331:bc9fdf95881a Date: 2014-03-30 01:10 +0300 http://bitbucket.org/pypy/pypy/changeset/bc9fdf95881a/ Log:merge default into branch diff --git a/lib-python/2.7/test/test_httpservers.py b/lib-python/2.7/test/test_httpservers.py --- a/lib-

[pypy-commit] pypy win32-fixes4: give up on poll() for win32, rely on lib-python -A test_ftplib for verification

2014-03-29 Thread mattip
Author: Matti Picus Branch: win32-fixes4 Changeset: r70332:02e471453e7b Date: 2014-03-30 06:12 +0300 http://bitbucket.org/pypy/pypy/changeset/02e471453e7b/ Log:give up on poll() for win32, rely on lib-python -A test_ftplib for verification diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: remerge branch, use select() rather than poll() for ssl on win32

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70334:7fbef7602628 Date: 2014-03-30 06:15 +0300 http://bitbucket.org/pypy/pypy/changeset/7fbef7602628/ Log:remerge branch, use select() rather than poll() for ssl on win32 diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -64,6 +64

[pypy-commit] pypy default: fix test

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70330:18d16e0a184b Date: 2014-03-30 00:26 +0300 http://bitbucket.org/pypy/pypy/changeset/18d16e0a184b/ Log:fix test diff --git a/pypy/module/test_lib_pypy/test_testcapi.py b/pypy/module/test_lib_pypy/test_testcapi.py --- a/pypy/module/test_lib_pypy/t

[pypy-commit] pypy default: hash _testcapi.c file contents, and add test

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70329:31a0923cb46d Date: 2014-03-29 22:50 +0300 http://bitbucket.org/pypy/pypy/changeset/31a0923cb46d/ Log:hash _testcapi.c file contents, and add test diff --git a/lib_pypy/_testcapi.py b/lib_pypy/_testcapi.py --- a/lib_pypy/_testcapi.py +++ b/lib_py

[pypy-commit] pypy default: close file after use

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70328:c3a274d4f042 Date: 2014-03-29 21:05 +0300 http://bitbucket.org/pypy/pypy/changeset/c3a274d4f042/ Log:close file after use diff --git a/lib-python/2.7/test/test_httpservers.py b/lib-python/2.7/test/test_httpservers.py --- a/lib-python/2.7/test/t

[pypy-commit] pypy default: compile test_capi once for a version of pypy and the c file

2014-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r70327:ac3fb021b26a Date: 2014-03-28 17:17 +0300 http://bitbucket.org/pypy/pypy/changeset/ac3fb021b26a/ Log:compile test_capi once for a version of pypy and the c file diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py --- a/lib_pypy/

[pypy-commit] stmgc timelog: Getting started

2014-03-29 Thread arigo
Author: Armin Rigo Branch: timelog Changeset: r1118:3acb2c19742b Date: 2014-03-29 16:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/3acb2c19742b/ Log:Getting started diff --git a/c7/stm/timelog.c b/c7/stm/timelog.c new file mode 100644 --- /dev/null +++ b/c7/stm/timelog.c @@ -0,0 +1,17 @

[pypy-commit] stmgc timelog: Simplify the API a lot, by considering that recording several logs is

2014-03-29 Thread arigo
Author: Armin Rigo Branch: timelog Changeset: r1117:3649d0fe67de Date: 2014-03-29 15:58 +0100 http://bitbucket.org/pypy/stmgc/changeset/3649d0fe67de/ Log:Simplify the API a lot, by considering that recording several logs is a job outside the scope of stmgc. diff --git a/c7/timelog.tx

[pypy-commit] stmgc timelog: update

2014-03-29 Thread arigo
Author: Armin Rigo Branch: timelog Changeset: r1116:9700cfc5c11b Date: 2014-03-29 15:38 +0100 http://bitbucket.org/pypy/stmgc/changeset/9700cfc5c11b/ Log:update diff --git a/c7/timelog.txt b/c7/timelog.txt --- a/c7/timelog.txt +++ b/c7/timelog.txt @@ -41,11 +41,12 @@ higher recorded times

[pypy-commit] pypy default: Include hint to which function is not rpythonic

2014-03-29 Thread krono
Author: Tobias Pape Branch: Changeset: r70326:d0950a7fb51a Date: 2014-03-29 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/d0950a7fb51a/ Log:Include hint to which function is not rpythonic diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rpython/flowspa

[pypy-commit] pypy default: Be a bit more narrative about what can create a closure

2014-03-29 Thread krono
Author: Tobias Pape Branch: Changeset: r70325:33a9aeb0b05e Date: 2014-03-29 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/33a9aeb0b05e/ Log:Be a bit more narrative about what can create a closure diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rpython

[pypy-commit] pypy default: Document better

2014-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r70324:7a9f73156fdc Date: 2014-03-29 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/7a9f73156fdc/ Log:Document better diff --git a/rpython/rlib/rsre/rsre_re.py b/rpython/rlib/rsre/rsre_re.py --- a/rpython/rlib/rsre/rsre_re.py +++ b/rpython/rlib/rs

[pypy-commit] pypy default: Work a bit harder to get valid RPython code for some functions.

2014-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r70323:3c8fd2f8aba0 Date: 2014-03-29 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8fd2f8aba0/ Log:Work a bit harder to get valid RPython code for some functions. diff --git a/rpython/rlib/rsre/rsre_re.py b/rpython/rlib/rsre/rsre_re.py --- a/rp

[pypy-commit] pypy default: RPythonify the findall and finditer methods (hopefully)

2014-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r70322:285b8bfe8e26 Date: 2014-03-29 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/285b8bfe8e26/ Log:RPythonify the findall and finditer methods (hopefully) diff --git a/rpython/rlib/rsre/rsre_re.py b/rpython/rlib/rsre/rsre_re.py --- a/rpython/rl