Author: Remi Meier
Branch:
Changeset: r1364:5b5ed3773ccf
Date: 2014-09-08 11:22 +0200
http://bitbucket.org/pypy/stmgc/changeset/5b5ed3773ccf/
Log:add inevitable transactions
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -110,13 +110,17 @@
void _dbg
Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r73373:0d68a93239a5
Date: 2014-09-08 12:27 +0200
http://bitbucket.org/pypy/pypy/changeset/0d68a93239a5/
Log:add comment (XXX) for possible improvement of rzlib by using pinning
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/
Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r73374:ba0833e510ae
Date: 2014-09-08 12:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ba0833e510ae/
Log:ups, reapply change to rfile from
d6c6003d1ae93df5b54e50229989ced778502694
diff --git a/rpython/rlib/rfile.py b
Author: Remi Meier
Branch:
Changeset: r1365:7f4ea36607f9
Date: 2014-09-08 12:57 +0200
http://bitbucket.org/pypy/stmgc/changeset/7f4ea36607f9/
Log:add two failing tests
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -7,6 +7,32 @@
/* # sig
Author: Remi Meier
Branch:
Changeset: r1366:e0c1255cc369
Date: 2014-09-08 14:18 +0200
http://bitbucket.org/pypy/stmgc/changeset/e0c1255cc369/
Log:ensure that the write of an stm_read() happens before the actual
reading by making the C compiler believe that the write may alias
Author: Remi Meier
Branch:
Changeset: r1367:4b84c28290c5
Date: 2014-09-08 14:30 +0200
http://bitbucket.org/pypy/stmgc/changeset/4b84c28290c5/
Log:we may need SA_NODEFER if we want to use longjmp() in the signal
handler (in the future)
diff --git a/c8/stm/setup.c b/c8/stm/setup.c
---
Author: Remi Meier
Branch:
Changeset: r1368:e314b91fcfec
Date: 2014-09-08 15:03 +0200
http://bitbucket.org/pypy/stmgc/changeset/e314b91fcfec/
Log:remove signal handler again (for now)
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -5,7 +5,6 @@
#includ
Author: Remi Meier
Branch:
Changeset: r1370:b8275f2293c3
Date: 2014-09-08 15:24 +0200
http://bitbucket.org/pypy/stmgc/changeset/b8275f2293c3/
Log:support multi-page objects
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -35,21 +35,20 @@
/* during
Author: Remi Meier
Branch:
Changeset: r1369:b9cd2622e3d1
Date: 2014-09-08 15:12 +0200
http://bitbucket.org/pypy/stmgc/changeset/b9cd2622e3d1/
Log:remove another leftover
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -6,34 +6,6 @@
-static void co
Author: Romain Guillebert
Branch: extradoc
Changeset: r5391:e97b47cafad7
Date: 2014-09-08 18:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/e97b47cafad7/
Log:Draft of the status of PyPy proposal for PyCon 2015
diff --git a/talk/pycon2015/status/abstract.rst
b/talk/pycon2015/status/ab
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73375:4af5a49f9130
Date: 2014-09-08 10:18 -0600
http://bitbucket.org/pypy/pypy/changeset/4af5a49f9130/
Log:add a field name to the repr of FieldDescr
diff --git a/rpython/jit/backend/llsupport/descr.py
b/rpython/jit/backen
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73376:11af6c309524
Date: 2014-09-08 10:41 -0600
http://bitbucket.org/pypy/pypy/changeset/11af6c309524/
Log:oops
diff --git a/rpython/jit/backend/llsupport/descr.py
b/rpython/jit/backend/llsupport/descr.py
--- a/rpython/jit
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73377:807c0457f3f6
Date: 2014-09-08 11:09 -0600
http://bitbucket.org/pypy/pypy/changeset/807c0457f3f6/
Log:I knew I forgot abvout something
diff --git a/rpython/jit/codewriter/jtransform.py
b/rpython/jit/codewriter/jtransf
Author: Matti Picus
Branch: extradoc
Changeset: r533:ba0ccd283f5e
Date: 2014-09-08 20:42 +0300
http://bitbucket.org/pypy/pypy.org/changeset/ba0ccd283f5e/
Log:update for 2.4-beta
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -45,12 +45,12 @@
Python compati
Author: Maciej Fijalkowski
Branch:
Changeset: r73378:403da2e83293
Date: 2014-09-08 12:01 -0600
http://bitbucket.org/pypy/pypy/changeset/403da2e83293/
Log:some fixes
diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2
Author: mattip
Branch:
Changeset: r73379:508330e3b0e2
Date: 2014-09-08 21:13 +0300
http://bitbucket.org/pypy/pypy/changeset/508330e3b0e2/
Log:typos and wording
diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2.4.0.
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73380:6eebdba3529c
Date: 2014-09-08 12:23 -0600
http://bitbucket.org/pypy/pypy/changeset/6eebdba3529c/
Log:one forgotten spot about zeroing
diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py
b/rpython/jit/metain
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73381:aff39db87e89
Date: 2014-09-08 12:40 -0600
http://bitbucket.org/pypy/pypy/changeset/aff39db87e89/
Log:fix
diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py
b/rpython/jit/metainterp/optimizeopt/virtualize.p
Author: Romain Guillebert
Branch: extradoc
Changeset: r5392:b4c2529c96c0
Date: 2014-09-08 20:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/b4c2529c96c0/
Log:Add the beginning of an abstract
diff --git a/talk/pycon2015/status/abstract.rst
b/talk/pycon2015/status/abstract.rst
--- a/ta
Author: Armin Rigo
Branch:
Changeset: r73382:b39b2e55cd23
Date: 2014-09-08 21:02 +0200
http://bitbucket.org/pypy/pypy/changeset/b39b2e55cd23/
Log:The instructions "vadd.i64" etc. are only ARMv7.
diff --git a/rpython/jit/backend/arm/detect.py
b/rpython/jit/backend/arm/detect.py
--- a/rpytho
Author: Brian Kearns
Branch:
Changeset: r73384:369f2b3d76f7
Date: 2014-09-08 13:58 -0400
http://bitbucket.org/pypy/pypy/changeset/369f2b3d76f7/
Log:need to clear file error here
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rlib/rfile.p
Author: Brian Kearns
Branch:
Changeset: r73385:4d7e9cbb05f7
Date: 2014-09-08 18:12 -0400
http://bitbucket.org/pypy/pypy/changeset/4d7e9cbb05f7/
Log:univ newline support for rfile read
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rlib/r
Author: Brian Kearns
Branch:
Changeset: r73388:76b2985de3ea
Date: 2014-09-08 19:36 -0400
http://bitbucket.org/pypy/pypy/changeset/76b2985de3ea/
Log:merge heads
diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2.4.0.
Author: Brian Kearns
Branch:
Changeset: r73387:dc540ed089f2
Date: 2014-09-08 19:35 -0400
http://bitbucket.org/pypy/pypy/changeset/dc540ed089f2/
Log:test/fix rfile tell with universal newlines
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpytho
Author: Brian Kearns
Branch:
Changeset: r73383:5f89db247c03
Date: 2014-09-08 13:01 -0400
http://bitbucket.org/pypy/pypy/changeset/5f89db247c03/
Log:undo test file mode in rfile
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rlib/rfile.py
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73389:2c58cdc115fd
Date: 2014-09-08 19:12 -0400
http://bitbucket.org/pypy/pypy/changeset/2c58cdc115fd/
Log:merge default
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rlib/r
Author: Brian Kearns
Branch:
Changeset: r73386:d2dc19e8a7b4
Date: 2014-09-08 19:01 -0400
http://bitbucket.org/pypy/pypy/changeset/d2dc19e8a7b4/
Log:univ newline support for rfile readline
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rl
Author: Brian Kearns
Branch: use-file-star-for-file
Changeset: r73390:b7e915440ad5
Date: 2014-09-08 19:12 -0400
http://bitbucket.org/pypy/pypy/changeset/b7e915440ad5/
Log:use newlinetypes attribute from rfile
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: r73391:21e58ff89bd9
Date: 2014-09-08 19:35 -0400
http://bitbucket.org/pypy/pypy/changeset/21e58ff89bd9/
Log:merge default
diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py
--- a/rpython/rlib/rfile.py
+++ b/rpython/rlib/r
29 matches
Mail list logo