Author: Ronan Lamy
Branch: rffi-parser-2
Changeset: r89552:7d32ade95762
Date: 2017-01-13 18:12 +
http://bitbucket.org/pypy/pypy/changeset/7d32ade95762/
Log:Remove duplication between cpyext_object.h and the regular headers
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.p
Author: Armin Rigo
Branch: py3.5
Changeset: r89551:5614377fb5fc
Date: 2017-01-13 18:42 +0100
http://bitbucket.org/pypy/pypy/changeset/5614377fb5fc/
Log:Really fix the test. Skip it in case there is a pypy-only mixture of
stdout and stderr
diff --git a/lib-python/3/test/test_cmd_line_
Author: Armin Rigo
Branch: py3.5
Changeset: r89550:d0f316bdcdd6
Date: 2017-01-13 18:15 +0100
http://bitbucket.org/pypy/pypy/changeset/d0f316bdcdd6/
Log:Fix the deadlock in one test
diff --git a/lib-python/3/test/test_cmd_line_script.py
b/lib-python/3/test/test_cmd_line_script.py
--- a/lib-p
Author: Ronan Lamy
Branch: rffi-parser-2
Changeset: r89549:1becaa3af977
Date: 2017-01-13 17:12 +
http://bitbucket.org/pypy/pypy/changeset/1becaa3af977/
Log:Move pseudo-header to an actual header file
p/m/c/parse/cpyext_object.h
diff --git a/pypy/module/cpyext/api.py b/pypy/module
Author: Armin Rigo
Branch: py3.5
Changeset: r89548:c7e665a4d094
Date: 2017-01-13 18:05 +0100
http://bitbucket.org/pypy/pypy/changeset/c7e665a4d094/
Log:add an XXX hack
diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py
--- a/lib-python/3/inspect.py
+++ b/lib-python/3/inspect.py
@
Author: Armin Rigo
Branch: py3.5
Changeset: r89547:03c02638a180
Date: 2017-01-13 17:44 +0100
http://bitbucket.org/pypy/pypy/changeset/03c02638a180/
Log:Apply the test fix in CPython 3.5.trunk
diff --git a/lib-python/3/sqlite3/test/factory.py
b/lib-python/3/sqlite3/test/factory.py
--- a/lib-
Author: Armin Rigo
Branch: py3.5
Changeset: r89546:1545e485e3c1
Date: 2017-01-13 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/1545e485e3c1/
Log:tcl fix
diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py
--- a/lib_pypy/_tkinter/tclobj.py
+++ b/lib_pypy/_tkinter/tcl
Author: Richard Plangger
Branch: py3.5
Changeset: r89545:92c913693d64
Date: 2017-01-13 17:20 +0100
http://bitbucket.org/pypy/pypy/changeset/92c913693d64/
Log:duplicate code, translation issue
diff --git a/pypy/module/cpyext/memoryobject.py
b/pypy/module/cpyext/memoryobject.py
--- a/pypy/mod
Author: Ronan Lamy
Branch: rffi-parser-2
Changeset: r89544:bdd3e262b996
Date: 2017-01-13 16:13 +
http://bitbucket.org/pypy/pypy/changeset/bdd3e262b996/
Log:Configure types using only the C source passed to parse_source()
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
Author: Richard Plangger
Branch: py3.5
Changeset: r89543:08b6498f72ef
Date: 2017-01-13 17:07 +0100
http://bitbucket.org/pypy/pypy/changeset/08b6498f72ef/
Log:parameter moved, calling StringBuffer before parameter is passed to
_array_to_hexstring, seems to translate now
diff --git a/p
Author: Richard Plangger
Branch: py3.5
Changeset: r89542:4da8c14ed0f0
Date: 2017-01-13 13:15 +0100
http://bitbucket.org/pypy/pypy/changeset/4da8c14ed0f0/
Log:same fix for bytes objects
diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py
--- a/pypy/objspace/std/by
Author: Richard Plangger
Branch: py3.5
Changeset: r89541:6b60487f8de0
Date: 2017-01-13 13:13 +0100
http://bitbucket.org/pypy/pypy/changeset/6b60487f8de0/
Log:change parameters of _array_to_hexstring for bytearray(...).hex()
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/s
Author: Richard Plangger
Branch: py3.5
Changeset: r89539:f293437a43a6
Date: 2017-01-13 11:32 +0100
http://bitbucket.org/pypy/pypy/changeset/f293437a43a6/
Log:enhance _array_to_hexstring, it takes now the iteration direction
into account
diff --git a/pypy/objspace/std/bytearrayobject.
Author: Richard Plangger
Branch: py3.5
Changeset: r89540:4cada5dbc4cd
Date: 2017-01-13 13:10 +0100
http://bitbucket.org/pypy/pypy/changeset/4cada5dbc4cd/
Log:new test case (reverse buffer type i), copy over flag checking from
cpyext and adapt the code there. changes needed to properly
Author: Armin Rigo
Branch:
Changeset: r89538:df8618e832de
Date: 2017-01-13 12:55 +0100
http://bitbucket.org/pypy/pypy/changeset/df8618e832de/
Log:Fix for rgc.move_out_of_nursery() in very old GCs like "semispace"
diff --git a/rpython/memory/gctransform/framework.py
b/rpython/memory/gctrans
Author: Armin Rigo
Branch:
Changeset: r89537:235e8a388979
Date: 2017-01-13 12:10 +0100
http://bitbucket.org/pypy/pypy/changeset/235e8a388979/
Log:Found another way to fix http://bugs.python.org/issue29006 in PyPy:
remember which exact statements were open during the previous
Author: Armin Rigo
Branch:
Changeset: r2857:018427a42764
Date: 2017-01-13 11:02 +0100
http://bitbucket.org/cffi/cffi/changeset/018427a42764/
Log:Use __sync_synchronize() only if setup.py detects we have it. Fix
for people using an incredibly old gcc.
diff --git a/c/call_python.c b/c
Author: Armin Rigo
Branch:
Changeset: r89536:eb42c935cc8d
Date: 2017-01-13 09:47 +0100
http://bitbucket.org/pypy/pypy/changeset/eb42c935cc8d/
Log:Revert the change in the docstrings (tests fail, and anyway it's
better after all)
diff --git a/pypy/interpreter/typedef.py b/pypy/interp
Author: Armin Rigo
Branch: extradoc
Changeset: r844:00513eb0a6f7
Date: 2017-01-13 09:27 +0100
http://bitbucket.org/pypy/pypy.org/changeset/00513eb0a6f7/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $66521 of $105000 (
19 matches
Mail list logo