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.
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
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
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
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,
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
@@ -
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
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
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/
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
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_
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
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
++
13 matches
Mail list logo