Author: Lukas Diekmann
Branch:
Changeset: r55722:9f7e8c8ce987
Date: 2012-06-20 12:16 +0200
http://bitbucket.org/pypy/pypy/changeset/9f7e8c8ce987/
Log:test speed optimization for set.update when updating a set of
obejcts with another set containing objects
diff --git a/pypy/objspace/
Author: Armin Rigo
Branch:
Changeset: r469:7952db62da58
Date: 2012-06-19 14:08 +0200
http://bitbucket.org/cffi/cffi/changeset/7952db62da58/
Log:'platformer' is no longer a requirement (for now only maybe)
diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirem
Author: Armin Rigo
Branch:
Changeset: r472:a13ba8a00ae6
Date: 2012-06-19 22:04 +0200
http://bitbucket.org/cffi/cffi/changeset/a13ba8a00ae6/
Log:Minor simplification
diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c
--- a/c/_ffi_backend.c
+++ b/c/_ffi_backend.c
@@ -3208,12 +3208,12 @@
Author: Armin Rigo
Branch:
Changeset: r470:d720b93a6ba5
Date: 2012-06-19 20:20 +0200
http://bitbucket.org/cffi/cffi/changeset/d720b93a6ba5/
Log:This was actually done.
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -11,8 +11,6 @@
the verify() step, which is missing:
-* global variab
Author: Armin Rigo
Branch:
Changeset: r471:01700d5bff2e
Date: 2012-06-19 20:24 +0200
http://bitbucket.org/cffi/cffi/changeset/01700d5bff2e/
Log:Be clearer about refusing float values where we expect integer
cdata's.
diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c
--- a/c/_ffi_backe
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55723:8aaa16fac951
Date: 2012-06-19 18:57 +0200
http://bitbucket.org/pypy/pypy/changeset/8aaa16fac951/
Log:A branch to implement '_ffi_backend'.
___
pypy-commit mailing list
pypy-commit@python.org
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55725:f8d25c49148a
Date: 2012-06-19 19:32 +0200
http://bitbucket.org/pypy/pypy/changeset/f8d25c49148a/
Log:nonstandard_integer_types().
diff --git a/pypy/module/_ffi_backend/__init__.py
b/pypy/module/_ffi_backend/__init__.py
--- a/pypy/modu
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55724:80fd44051daf
Date: 2012-06-19 19:26 +0200
http://bitbucket.org/pypy/pypy/changeset/80fd44051daf/
Log:Starting work on the _ffi_backend module, from the tests of the
CPython version.
diff --git a/pypy/module/_ffi_backend/__init_
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55726:f0f5830163f0
Date: 2012-06-19 21:36 +0200
http://bitbucket.org/pypy/pypy/changeset/f0f5830163f0/
Log:Progress.
diff --git a/pypy/module/_ffi_backend/__init__.py
b/pypy/module/_ffi_backend/__init__.py
--- a/pypy/module/_ffi_backend/__i
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55727:b46e2561f838
Date: 2012-06-19 21:59 +0200
http://bitbucket.org/pypy/pypy/changeset/b46e2561f838/
Log:Progress...
diff --git a/pypy/module/_ffi_backend/cdataobj.py
b/pypy/module/_ffi_backend/cdataobj.py
--- a/pypy/module/_ffi_backend/c
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55728:65b4096c3fd3
Date: 2012-06-19 22:06 +0200
http://bitbucket.org/pypy/pypy/changeset/65b4096c3fd3/
Log:Start on sizeof().
diff --git a/pypy/module/_ffi_backend/__init__.py
b/pypy/module/_ffi_backend/__init__.py
--- a/pypy/module/_ffi_ba
Author: Armin Rigo
Branch: ffi-backend
Changeset: r55729:f814df5eb27a
Date: 2012-06-19 22:18 +0200
http://bitbucket.org/pypy/pypy/changeset/f814df5eb27a/
Log:Progress
diff --git a/pypy/module/_ffi_backend/cdataobj.py
b/pypy/module/_ffi_backend/cdataobj.py
--- a/pypy/module/_ffi_backend/cdat
Author: Armin Rigo
Branch:
Changeset: r473:26fa00bb3fa1
Date: 2012-06-20 12:37 +0200
http://bitbucket.org/cffi/cffi/changeset/26fa00bb3fa1/
Log:Fixed version, sorry (from Israel Fruchter).
diff --git a/demo/winclipboard.py b/demo/winclipboard.py
--- a/demo/winclipboard.py
+++ b/demo/winclip
Author: tlynn
Branch:
Changeset: r474:f6fcecf576f6
Date: 2012-06-19 19:28 +0100
http://bitbucket.org/cffi/cffi/changeset/f6fcecf576f6/
Log:Fix void* callback return types in ctypes backend.
diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py
--- a/cffi/backend_ctypes.py
+++ b/cffi/b
Author: tlynn
Branch:
Changeset: r475:8eb01069d65f
Date: 2012-06-19 21:03 +0100
http://bitbucket.org/cffi/cffi/changeset/8eb01069d65f/
Log:More general fix for returning pointers from callbacks in ctypes
backend.
diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py
--- a/cffi
Author: arigo
Branch:
Changeset: r476:a3c6a07b8257
Date: 2012-06-20 12:40 +0200
http://bitbucket.org/cffi/cffi/changeset/a3c6a07b8257/
Log:Merged in tlynn/cffi (pull request #2)
diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py
--- a/cffi/backend_ctypes.py
+++ b/cffi/backend_ctyp
Author: Armin Rigo
Branch:
Changeset: r477:f4b5c451867f
Date: 2012-06-20 17:04 +0200
http://bitbucket.org/cffi/cffi/changeset/f4b5c451867f/
Log:- Turn Py_FatalError() into raising SystemErrors.
- Fix the issue with callbacks returning 'void'.
diff --git a/c/_ffi_backend.c b/c/_ffi_b
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r55730:41c5525655b1
Date: 2012-06-20 21:04 +0200
http://bitbucket.org/pypy/pypy/changeset/41c5525655b1/
Log:Add includes and a declaration to reduce warnings
diff --git a/pypy/rlib/rlocale.py b/pypy/rlib/rlocale.py
--- a/pypy/rlib/rlocale.py
+
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r55731:df1a40c0b049
Date: 2012-06-20 21:05 +0200
http://bitbucket.org/pypy/pypy/changeset/df1a40c0b049/
Log:Add declarations to some C functions to fix remaining compilation
warnings
diff --git a/pypy/module/_ssl/thread_lock.py b/pypy/
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r55732:3dba169ea245
Date: 2012-06-20 21:09 +0200
http://bitbucket.org/pypy/pypy/changeset/3dba169ea245/
Log:Add a translation test for the _ssl module
diff --git a/pypy/module/_ssl/test/test_ztranslation.py
b/pypy/module/_ssl/test/test_ztrans
Author: Konstantin Lopuhin
Branch:
Changeset: r55738:99ddf04ded5a
Date: 2012-06-19 08:49 +0400
http://bitbucket.org/pypy/pypy/changeset/99ddf04ded5a/
Log:#1180 - not a proper fix, but all tests pass - the fix should be
more general
diff --git a/pypy/objspace/std/newformat.py b/pypy/
Author: Konstantin Lopuhin
Branch:
Changeset: r55733:83d7e420ef12
Date: 2012-06-18 18:11 +0400
http://bitbucket.org/pypy/pypy/changeset/83d7e420ef12/
Log:#1180 - add boolean format test
diff --git a/lib-python/2.7/test/test_bool.py b/lib-python/2.7/test/test_bool.py
--- a/lib-python/2.7/tes
Author: Konstantin Lopuhin
Branch:
Changeset: r55734:5e4f2911909f
Date: 2012-06-18 18:54 +0400
http://bitbucket.org/pypy/pypy/changeset/5e4f2911909f/
Log:#1180 - bool format test in objspace tests
diff --git a/pypy/objspace/std/test/test_newformat.py
b/pypy/objspace/std/test/test_newformat
Author: Konstantin Lopuhin
Branch:
Changeset: r55740:0cee27959d9e
Date: 2012-06-19 23:11 +0400
http://bitbucket.org/pypy/pypy/changeset/0cee27959d9e/
Log:#1180 - fix typo in test name
diff --git a/pypy/objspace/std/test/test_newformat.py
b/pypy/objspace/std/test/test_newformat.py
--- a/pyp
Author: Konstantin Lopuhin
Branch:
Changeset: r55739:02f37a3b8e4d
Date: 2012-06-19 21:31 +0400
http://bitbucket.org/pypy/pypy/changeset/02f37a3b8e4d/
Log:#1180 - cleanup
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pypy/objspace/std/newformat.py
+++ b/p
Author: Konstantin Lopuhin
Branch:
Changeset: r55736:220f58e257dc
Date: 2012-06-19 08:07 +0400
http://bitbucket.org/pypy/pypy/changeset/220f58e257dc/
Log:removed extra lib-python tests
diff --git a/lib-python/2.7/test/test_bool.py b/lib-python/2.7/test/test_bool.py
--- a/lib-python/2.7/test
Author: Konstantin Lopuhin
Branch:
Changeset: r55735:e5c3ddea832e
Date: 2012-06-19 00:31 +0400
http://bitbucket.org/pypy/pypy/changeset/e5c3ddea832e/
Log:#1180 - extend test and implement bool formatting - delegate to str
diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/bool
Author: Konstantin Lopuhin
Branch:
Changeset: r55741:3026da361750
Date: 2012-06-21 01:27 +0400
http://bitbucket.org/pypy/pypy/changeset/3026da361750/
Log:use int formatter for bool, cause it already calls str if spec is
empty
diff --git a/pypy/objspace/std/boolobject.py b/pypy/objsp
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r55742:7be473583322
Date: 2012-06-20 23:55 +0200
http://bitbucket.org/pypy/pypy/changeset/7be473583322/
Log:Merged in kostialopuhin/pypy-fix1180 (pull request #70). Thanks!
diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolo
Author: Konstantin Lopuhin
Branch:
Changeset: r55737:eea3fbaf4a74
Date: 2012-06-19 08:07 +0400
http://bitbucket.org/pypy/pypy/changeset/eea3fbaf4a74/
Log:#1180 - fix tests - use builtins, add failing test on format
diff --git a/pypy/objspace/std/test/test_newformat.py
b/pypy/objspace/std/t
30 matches
Mail list logo