[pypy-commit] pypy stdlib-2.7.5: Remove redundant test for NULL; emulate behavior of CPython 2.7 by only raising an error for control characters < 0x20.

2013-10-07 Thread chrish42
Author: Christian Hudon Branch: stdlib-2.7.5 Changeset: r67171:1307a5424887 Date: 2013-10-06 17:31 -0400 http://bitbucket.org/pypy/pypy/changeset/1307a5424887/ Log:Remove redundant test for NULL; emulate behavior of CPython 2.7 by only raising an error for control characters < 0x20.

[pypy-commit] pypy stdlib-2.7.5: Raise an error when finding a C0 control character in JSON string for pypyjson implementation. Fixes new, failing test in stdlib-2.7.5.

2013-10-07 Thread chrish42
Author: Christian Hudon Branch: stdlib-2.7.5 Changeset: r67170:4b9d6834816b Date: 2013-09-29 23:07 -0400 http://bitbucket.org/pypy/pypy/changeset/4b9d6834816b/ Log:Raise an error when finding a C0 control character in JSON string for pypyjson implementation. Fixes new, failing test in

[pypy-commit] pypy default: factor out the result computation into its own function. This can almost go

2013-10-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r67172:bd04f5c5c30e Date: 2013-10-04 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/bd04f5c5c30e/ Log:factor out the result computation into its own function. This can almost go into rlib, apart from error handling. diff --git a/p

[pypy-commit] cffi split-verify: Experimental serialisation of cffi.model types into Python code that instantiates them.

2013-10-07 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1372:ce63a7e3e315 Date: 2013-10-07 13:46 +0200 http://bitbucket.org/cffi/cffi/changeset/ce63a7e3e315/ Log:Experimental serialisation of cffi.model types into Python code that instantiates them. diff --git a/cffi/builder.py b/cf

[pypy-commit] pypy fileops2: flush

2013-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: fileops2 Changeset: r67181:35758f162380 Date: 2013-10-07 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/35758f162380/ Log:flush diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -156,

[pypy-commit] pypy fileops2: ftruncate

2013-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: fileops2 Changeset: r67182:d55b0202cef0 Date: 2013-10-07 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d55b0202cef0/ Log:ftruncate 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 fileops2: merge default

2013-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: fileops2 Changeset: r67183:44224be36e53 Date: 2013-10-07 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/44224be36e53/ Log:merge default diff --git a/pypy/TODO b/pypy/TODO deleted file mode 100644 --- a/pypy/TODO +++ /dev/null @@ -1,2 +0,0 @@ - -* ARM

[pypy-commit] pypy default: more copy-paste from os.path

2013-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67184:5558255bbd7c Date: 2013-10-07 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/5558255bbd7c/ Log:more copy-paste from os.path diff --git a/rpython/rlib/rpath.py b/rpython/rlib/rpath.py --- a/rpython/rlib/rpath.py +++ b/rpython/rlib/rp

[pypy-commit] pypy incremental-gc: Make minimarkpage.py support optionally incremental mass freeing.

2013-10-07 Thread arigo
Author: Armin Rigo Branch: incremental-gc Changeset: r67185:4ac5aa29679e Date: 2013-10-07 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/4ac5aa29679e/ Log:Make minimarkpage.py support optionally incremental mass freeing. diff --git a/rpython/memory/gc/minimarkpage.py b/rpython/memory/

[pypy-commit] pypy py3k: merge default

2013-10-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r67186:7cd5f50e628b Date: 2013-10-07 12:18 -0700 http://bitbucket.org/pypy/pypy/changeset/7cd5f50e628b/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -363,9 +36

[pypy-commit] stmgc default: Add asserts, tweak debug prints

2013-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r535:9149deb7e746 Date: 2013-10-08 07:16 +0200 http://bitbucket.org/pypy/stmgc/changeset/9149deb7e746/ Log:Add asserts, tweak debug prints diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -6,9 +6,9 @@ */ #include "stmimpl.h" -char tmp_

[pypy-commit] pypy stmgc-c4: import stmgc/9149deb7e746

2013-10-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r67187:ef344f3f8725 Date: 2013-10-08 07:16 +0200 http://bitbucket.org/pypy/pypy/changeset/ef344f3f8725/ Log:import stmgc/9149deb7e746 diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpython/translato

[pypy-commit] pypy stmgc-c4: Silence a warning

2013-10-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r67188:7eff07c1f5e1 Date: 2013-10-08 07:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7eff07c1f5e1/ Log:Silence a warning diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c --- a/rpython/translator/c/src/dtoa.c ++