Author: Brian Kearns
Branch:
Changeset: r61992:6fe2c02099ef
Date: 2013-03-04 04:03 -0500
http://bitbucket.org/pypy/pypy/changeset/6fe2c02099ef/
Log:this didn't fix anything
diff --git a/pypy/module/test_lib_pypy/ctypes_tests/support.py
b/pypy/module/test_lib_pypy/ctypes_tests/support.py
--
Author: Armin Rigo
Branch: gc-del
Changeset: r61993:ac5c5480c694
Date: 2013-03-04 10:04 +0100
http://bitbucket.org/pypy/pypy/changeset/ac5c5480c694/
Log:in-progress
diff --git a/rpython/memory/gctransform/framework.py
b/rpython/memory/gctransform/framework.py
--- a/rpython/memory/gctransfor
Author: Armin Rigo
Branch:
Changeset: r61994:a6f10254f3ef
Date: 2013-03-04 10:42 +0100
http://bitbucket.org/pypy/pypy/changeset/a6f10254f3ef/
Log:Don't ever call makerepr()! That's always bogus.
diff --git a/rpython/rlib/rweakref.py b/rpython/rlib/rweakref.py
--- a/rpython/rlib/rweakref.py
Author: Tobias Pape
Branch:
Changeset: r61995:fc1de558db21
Date: 2013-03-04 09:06 +0100
http://bitbucket.org/pypy/pypy/changeset/fc1de558db21/
Log:Small dotviewer fixes.
* use strunicode throughout, also in msgstruct.
-> avoids "utf-8" in msgstuct.py
* do not fail
Author: Tobias Pape
Branch:
Changeset: r61996:3da1c6270c53
Date: 2013-03-04 10:27 +0100
http://bitbucket.org/pypy/pypy/changeset/3da1c6270c53/
Log:rename forceencoded to tryencode (as suggested by bdkearns)
diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py
--- a/dotviewer/msgstru
Author: Brian Kearns
Branch:
Changeset: r61997:ad521204bedf
Date: 2013-03-04 01:43 -0800
http://bitbucket.org/pypy/pypy/changeset/ad521204bedf/
Log:Merged in krono/pypy (pull request #130)
Small dotviewer fixes.
diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py
--- a/dot
Author: Brian Kearns
Branch:
Changeset: r61998:1bd1b46c3b04
Date: 2013-03-04 04:52 -0500
http://bitbucket.org/pypy/pypy/changeset/1bd1b46c3b04/
Log:whitespace/comments
diff --git a/dotviewer/strunicode.py b/dotviewer/strunicode.py
--- a/dotviewer/strunicode.py
+++ b/dotviewer/strunicode.py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61999:0bed69cf536e
Date: 2013-03-04 12:02 +0200
http://bitbucket.org/pypy/pypy/changeset/0bed69cf536e/
Log:pfff
diff --git a/rpython/jit/backend/llsupport/jitframe.py
b/rpython/jit/backend/llsupport/jitframe.py
--- a/rpython/ji
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62000:2bf49cfc5d1e
Date: 2013-03-04 12:08 +0200
http://bitbucket.org/pypy/pypy/changeset/2bf49cfc5d1e/
Log:merge
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
-
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r62001:53913ed189c9
Date: 2013-03-04 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/53913ed189c9/
Log:Fix: for debugging check we verify that ebp points to a JITFRAME
here; but it may actually point to an already-forwarded o
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r62002:b78f3e5cc346
Date: 2013-03-04 11:18 +0100
http://bitbucket.org/pypy/pypy/changeset/b78f3e5cc346/
Log:merge heads
diff --git a/rpython/jit/backend/llsupport/jitframe.py
b/rpython/jit/backend/llsupport/jitframe.py
--- a/rpython/jit
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62003:d7527e71a440
Date: 2013-03-04 12:24 +0200
http://bitbucket.org/pypy/pypy/changeset/d7527e71a440/
Log:reset the frame on reallocation
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/ll
Author: Manuel Jacob
Branch: py3k
Changeset: r62004:dff1263c2d5e
Date: 2013-03-04 11:32 +0100
http://bitbucket.org/pypy/pypy/changeset/dff1263c2d5e/
Log:Fix translation (?).
diff --git a/pypy/module/_cffi_backend/misc.py
b/pypy/module/_cffi_backend/misc.py
--- a/pypy/module/_cffi_backend/mis
Author: Manuel Jacob
Branch: py3k
Changeset: r62005:ed5327d22e7c
Date: 2013-03-04 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/ed5327d22e7c/
Log:hg merge default
diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py
--- a/dotviewer/msgstruct.py
+++ b/dotviewer/msgstruct.py
@@ -
Author: Brian Kearns
Branch:
Changeset: r62006:91b8e2795113
Date: 2013-03-04 06:01 -0500
http://bitbucket.org/pypy/pypy/changeset/91b8e2795113/
Log:speed up datetime creation from timestamp significantly
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++
Author: Brian Kearns
Branch:
Changeset: r62007:043d831e8736
Date: 2013-03-04 06:25 -0500
http://bitbucket.org/pypy/pypy/changeset/043d831e8736/
Log:also apply some optimizations to timedelta creation
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/l
Author: Lars Wassermann
Branch:
Changeset: r114:2e5bc464d264
Date: 2013-03-04 12:52 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2e5bc464d264/
Log:updated the bedisplay primitive and the according constants
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constan
Author: Lars Wassermann
Branch:
Changeset: r115:d950d90d00ce
Date: 2013-03-04 14:47 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/d950d90d00ce/
Log:refactored the interpreter to build up a stack of c-frames, not of
interpreters with c-frame refactored loop-implementation i
Author: Maciej Fijalkowski
Branch: remove-frame-force
Changeset: r62008:1531cf4492f0
Date: 2013-03-04 16:17 +0200
http://bitbucket.org/pypy/pypy/changeset/1531cf4492f0/
Log:I think this is enough to make frame forcing non-existant.
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/er
Author: Maciej Fijalkowski
Branch: remove-frame-force
Changeset: r62009:27f12c24316e
Date: 2013-03-04 16:38 +0200
http://bitbucket.org/pypy/pypy/changeset/27f12c24316e/
Log:fix emulator
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
Author: Armin Rigo
Branch:
Changeset: r1181:24398a1b3048
Date: 2013-03-04 15:40 +0100
http://bitbucket.org/cffi/cffi/changeset/24398a1b3048/
Log:Document how to work around these limitations.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/sourc
Author: Armin Rigo
Branch:
Changeset: r1182:a9b47162788d
Date: 2013-03-04 15:40 +0100
http://bitbucket.org/cffi/cffi/changeset/a9b47162788d/
Log:merge heads
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -937,7 +937,9 @@
**
Author: Armin Rigo
Branch: gc-del
Changeset: r62010:84eb06294ac8
Date: 2013-03-04 16:35 +0100
http://bitbucket.org/pypy/pypy/changeset/84eb06294ac8/
Log:More in-progress.
diff --git a/pypy/doc/discussion/finalizer-order.rst
b/pypy/doc/discussion/finalizer-order.rst
--- a/pypy/doc/discussion
Author: Lars Wassermann
Branch:
Changeset: r116:f395aad2770a
Date: 2013-03-04 15:43 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f395aad2770a/
Log:enable inlining
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -69,4 +69,4 @@
Author: Lars Wassermann
Branch:
Changeset: r117:c38b0994784c
Date: 2013-03-04 17:38 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/c38b0994784c/
Log:integer are immutable -> tell the jit
diff --git a/spyvm/model.py b/spyvm/model.py
--- a/spyvm/model.py
+++ b/spyvm/model.py
@@ -113
Author: Lars Wassermann
Branch:
Changeset: r118:20243a9dbe6b
Date: 2013-03-04 17:40 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/20243a9dbe6b/
Log:added some annotations and temporary variables to enable
virtualizable contexts added comments which include the code for
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62011:b78a2b0c8885
Date: 2013-03-04 20:28 +0200
http://bitbucket.org/pypy/pypy/changeset/b78a2b0c8885/
Log:(arigo, fijal)
* kill function that is not necessary any more
* make sure we can only ever upgrade the fra
Author: mattip
Branch:
Changeset: r62012:2951995a57bf
Date: 2013-03-04 20:48 +0200
http://bitbucket.org/pypy/pypy/changeset/2951995a57bf/
Log:skip readline, interrupt in pyrepl on windows
diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py
b/pypy/module/test_lib_pypy/pyrepl/test_ba
Author: Manuel Jacob
Branch: py3k
Changeset: r62013:1752ebfa1756
Date: 2013-03-04 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/1752ebfa1756/
Log:Exact argument error messages are an implementation detail.
diff --git a/lib-python/3/test/test_extcall.py
b/lib-python/3/test/test_extcall
Author: Brian Kearns
Branch:
Changeset: r62016:cfa3750d858f
Date: 2013-03-04 15:26 -0500
http://bitbucket.org/pypy/pypy/changeset/cfa3750d858f/
Log:clean up pyrepl test skips
diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py
b/pypy/module/test_lib_pypy/pyrepl/test_basic.py
--- a/
Author: Brian Kearns
Branch:
Changeset: r62017:a8699a951447
Date: 2013-03-04 16:11 -0500
http://bitbucket.org/pypy/pypy/changeset/a8699a951447/
Log:more small clean-ups and a comment for pyrepl tests
diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py
b/pypy/module/test_lib_pypy/py
Author: Philip Jenvey
Branch: py3k
Changeset: r62018:e260e32ec658
Date: 2013-03-04 13:39 -0800
http://bitbucket.org/pypy/pypy/changeset/e260e32ec658/
Log:match our output
diff --git a/lib-python/3/test/test_cprofile.py
b/lib-python/3/test/test_cprofile.py
--- a/lib-python/3/test/test_cprofi
Author: Philip Jenvey
Branch: py3k
Changeset: r62019:8f19c9e0e9c9
Date: 2013-03-04 13:39 -0800
http://bitbucket.org/pypy/pypy/changeset/8f19c9e0e9c9/
Log:update code object's repr
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjs
Author: Philip Jenvey
Branch: py3k
Changeset: r62021:a45b0a662588
Date: 2013-03-04 13:40 -0800
http://bitbucket.org/pypy/pypy/changeset/a45b0a662588/
Log:add str.__iter__
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test_unicodeobject.py
--- a/pypy/objs
Author: Philip Jenvey
Branch: py3k
Changeset: r62020:65d2eb0d0f42
Date: 2013-03-04 13:40 -0800
http://bitbucket.org/pypy/pypy/changeset/65d2eb0d0f42/
Log:accommodate pure python pickle: these are automatically ignored when
provided by _pickle
diff --git a/lib-python/3/test/test_pyclb
Author: Philip Jenvey
Branch: py3k
Changeset: r62023:1f5c86d3b78b
Date: 2013-03-04 13:40 -0800
http://bitbucket.org/pypy/pypy/changeset/1f5c86d3b78b/
Log:merge upstream
diff --git a/lib-python/3/test/test_extcall.py
b/lib-python/3/test/test_extcall.py
--- a/lib-python/3/test/test_extcall.py
Author: Philip Jenvey
Branch: py3k
Changeset: r62022:73738029fbf6
Date: 2013-03-04 13:40 -0800
http://bitbucket.org/pypy/pypy/changeset/73738029fbf6/
Log:fix cpython impl detail
diff --git a/lib-python/3/test/string_tests.py
b/lib-python/3/test/string_tests.py
--- a/lib-python/3/test/string
Author: Manuel Jacob
Branch: py3k-memoryview
Changeset: r62024:5e417536ec16
Date: 2013-03-04 21:30 +0100
http://bitbucket.org/pypy/pypy/changeset/5e417536ec16/
Log:hg backout 8fd11c9b3613
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/pypy/interpreter/buffer.py
+++
Author: Manuel Jacob
Branch: py3k-memoryview
Changeset: r62026:61e3a8d0d557
Date: 2013-03-04 22:53 +0100
http://bitbucket.org/pypy/pypy/changeset/61e3a8d0d557/
Log:Define format/itemsize on each Buffer subclass.
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/pypy/i
Author: Manuel Jacob
Branch: py3k-memoryview
Changeset: r62025:5e83707d05bd
Date: 2013-03-04 21:32 +0100
http://bitbucket.org/pypy/pypy/changeset/5e83707d05bd/
Log:hg backout 48a23a9cfefd
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/pypy/interpreter/buffer.py
+++
Author: Brian Kearns
Branch:
Changeset: r62027:4e1f05782c7d
Date: 2013-03-04 17:28 -0500
http://bitbucket.org/pypy/pypy/changeset/4e1f05782c7d/
Log:test and fix for _sqlite3.Connection.__init__ check
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/l
Author: Brian Kearns
Branch:
Changeset: r62028:b17d5445e672
Date: 2013-03-04 17:57 -0500
http://bitbucket.org/pypy/pypy/changeset/b17d5445e672/
Log:remove unnecessary _sqlite3.Connection.closed
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pyp
Author: Brian Kearns
Branch:
Changeset: r62029:3bf4d0b6f5e8
Date: 2013-03-04 17:49 -0500
http://bitbucket.org/pypy/pypy/changeset/3bf4d0b6f5e8/
Log:test and fix for _sqlite3.Connection.__del__ (fixes issue 1325)
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite
Author: Philip Jenvey
Branch: py3k
Changeset: r62030:9055369c8b5f
Date: 2013-03-04 16:08 -0800
http://bitbucket.org/pypy/pypy/changeset/9055369c8b5f/
Log:fix and test execve's fsencoding of env. fsencode the other obvious
paths/cmd line args
diff --git a/pypy/module/posix/interp_posi
Author: Philip Jenvey
Branch: py3k
Changeset: r62031:ef3b5808a96a
Date: 2013-03-04 16:09 -0800
http://bitbucket.org/pypy/pypy/changeset/ef3b5808a96a/
Log:impl details
diff --git a/lib-python/3/test/test_subprocess.py
b/lib-python/3/test/test_subprocess.py
--- a/lib-python/3/test/test_subpro
Author: Brian Kearns
Branch:
Changeset: r62032:88af669ec637
Date: 2013-03-04 19:36 -0500
http://bitbucket.org/pypy/pypy/changeset/88af669ec637/
Log:test and fix segfault in _sqlite3.Connection.total_changes after
close()
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a
Author: Brian Kearns
Branch:
Changeset: r62033:d085b86816f2
Date: 2013-03-04 20:00 -0500
http://bitbucket.org/pypy/pypy/changeset/d085b86816f2/
Log:test and fix for _sqlite3.Cursor.__init__ check
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_p
Author: Brian Kearns
Branch:
Changeset: r62034:38cd1a49ec1e
Date: 2013-03-04 20:12 -0500
http://bitbucket.org/pypy/pypy/changeset/38cd1a49ec1e/
Log:test and fix for _sqlite3.Cursor.close behavior
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_p
Author: Brian Kearns
Branch:
Changeset: r62035:c08d0191bb62
Date: 2013-03-04 20:36 -0500
http://bitbucket.org/pypy/pypy/changeset/c08d0191bb62/
Log:pep8/whitespace
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -40,7 +40,7 @
Author: Brian Kearns
Branch:
Changeset: r62036:811b9dc8cc2c
Date: 2013-03-04 21:13 -0500
http://bitbucket.org/pypy/pypy/changeset/811b9dc8cc2c/
Log:test and fix for _sqlite3.Cursor.__del__
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sq
Author: Brian Kearns
Branch:
Changeset: r62037:06dad1b827c9
Date: 2013-03-04 21:28 -0500
http://bitbucket.org/pypy/pypy/changeset/06dad1b827c9/
Log:clean up some warnings in _sqlite3 __del__ methods
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/li
Author: Philip Jenvey
Branch: py3k
Changeset: r62038:631a86b75fe6
Date: 2013-03-04 18:31 -0800
http://bitbucket.org/pypy/pypy/changeset/631a86b75fe6/
Log:we expect the pypy specific CO_CONTAINSGLOBALS
diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py
--- a/lib-python
Author: Philip Jenvey
Branch: py3k
Changeset: r62040:06f397a33874
Date: 2013-03-04 18:31 -0800
http://bitbucket.org/pypy/pypy/changeset/06f397a33874/
Log:error message impl details (we'll probably try to match these in
3.3)
diff --git a/lib-python/3/test/test_keywordonlyarg.py
b/lib
Author: Philip Jenvey
Branch: py3k
Changeset: r62039:ec6e34cac076
Date: 2013-03-04 18:31 -0800
http://bitbucket.org/pypy/pypy/changeset/ec6e34cac076/
Log:match cpython: top level defs may have CO_NOFREE
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/code
Author: Philip Jenvey
Branch: py3k
Changeset: r62041:afa1b1b0f238
Date: 2013-03-04 18:32 -0800
http://bitbucket.org/pypy/pypy/changeset/afa1b1b0f238/
Log:+target
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astcompiler
Author: Philip Jenvey
Branch: py3k
Changeset: r62042:37e87954b442
Date: 2013-03-04 20:04 -0800
http://bitbucket.org/pypy/pypy/changeset/37e87954b442/
Log:type check SRE_Pattern's pattern object when compiling and allow it
to be None
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/
Author: Brian Kearns
Branch: py3k
Changeset: r62043:27526f3c
Date: 2013-03-04 21:56 -0500
http://bitbucket.org/pypy/pypy/changeset/27526f3c/
Log:port datetime optimizations in 91b8e2795113 and 043d831e8736
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-pyt
Author: Brian Kearns
Branch:
Changeset: r62045:526e593733b5
Date: 2013-03-04 22:16 -0500
http://bitbucket.org/pypy/pypy/changeset/526e593733b5/
Log:whitespace
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -458,7 +458,6 @@
Author: Brian Kearns
Branch: py3k
Changeset: r62044:768e6f96277d
Date: 2013-03-04 22:15 -0500
http://bitbucket.org/pypy/pypy/changeset/768e6f96277d/
Log:port datetime changes in b62868397a09
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b
Author: Brian Kearns
Branch: py3k
Changeset: r62046:3306e356c360
Date: 2013-03-04 22:19 -0500
http://bitbucket.org/pypy/pypy/changeset/3306e356c360/
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
@@ -40,7 +40,7
Author: Brian Kearns
Branch: py3k
Changeset: r62047:a94c76ff11ca
Date: 2013-03-04 22:30 -0500
http://bitbucket.org/pypy/pypy/changeset/a94c76ff11ca/
Log:port some datetime changes from 72e79a8305c7
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.p
Author: Brian Kearns
Branch: py3k
Changeset: r62048:79cd14e8279b
Date: 2013-03-04 22:48 -0500
http://bitbucket.org/pypy/pypy/changeset/79cd14e8279b/
Log:add a test for 768e6f96277d
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib-python/3/test
Author: Brian Kearns
Branch: py3k
Changeset: r62051:6b10ac90686d
Date: 2013-03-04 23:14 -0500
http://bitbucket.org/pypy/pypy/changeset/6b10ac90686d/
Log:merge default
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailma
Author: Brian Kearns
Branch: py3k
Changeset: r62049:5956d289d64f
Date: 2013-03-04 23:04 -0500
http://bitbucket.org/pypy/pypy/changeset/5956d289d64f/
Log:port datetime arg handling cleanups from 72e79a8305c7 and
43e61ecb2e40
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetim
Author: Brian Kearns
Branch: py3k
Changeset: r62052:c0ea2f3113b3
Date: 2013-03-04 23:14 -0500
http://bitbucket.org/pypy/pypy/changeset/c0ea2f3113b3/
Log:merge heads
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++ b/pypy/mo
Author: Brian Kearns
Branch:
Changeset: r62050:ae243d6654b4
Date: 2013-03-04 23:09 -0500
http://bitbucket.org/pypy/pypy/changeset/ae243d6654b4/
Log:these are asserts upstream
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -6
Author: Brian Kearns
Branch:
Changeset: r62053:0dadb5d6844b
Date: 2013-03-04 23:26 -0500
http://bitbucket.org/pypy/pypy/changeset/0dadb5d6844b/
Log:use resource.{get,set}rlimit to make this test work more generally
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_l
Author: Brian Kearns
Branch:
Changeset: r62054:ee108d35ae7f
Date: 2013-03-04 23:38 -0500
http://bitbucket.org/pypy/pypy/changeset/ee108d35ae7f/
Log:spelling in error message
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -84
Author: Brian Kearns
Branch:
Changeset: r62055:d629bd7cbbf5
Date: 2013-03-04 23:45 -0500
http://bitbucket.org/pypy/pypy/changeset/d629bd7cbbf5/
Log:reduce usage of non-standard datetime.tmxxx
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/
Author: Brian Kearns
Branch: py3k
Changeset: r62056:668230184059
Date: 2013-03-05 00:31 -0500
http://bitbucket.org/pypy/pypy/changeset/668230184059/
Log:merge default
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/pypy/module/test_li
Author: Brian Kearns
Branch: py3k
Changeset: r62057:3cf5ccae78bf
Date: 2013-03-05 00:40 -0500
http://bitbucket.org/pypy/pypy/changeset/3cf5ccae78bf/
Log:typos
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib-python/3/test/datetimetester.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r62059:cf8585694389
Date: 2013-03-04 22:49 -0800
http://bitbucket.org/pypy/pypy/changeset/cf8585694389/
Log:fix 73738029fbf6
diff --git a/lib-python/3/test/string_tests.py
b/lib-python/3/test/string_tests.py
--- a/lib-python/3/test/string_tests.
Author: Philip Jenvey
Branch: py3k
Changeset: r62058:022c349efb36
Date: 2013-03-04 21:52 -0800
http://bitbucket.org/pypy/pypy/changeset/022c349efb36/
Log:sneakier
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interprete
Author: Brian Kearns
Branch: py3k
Changeset: r62060:ee1134152f8a
Date: 2013-03-05 01:29 -0500
http://bitbucket.org/pypy/pypy/changeset/ee1134152f8a/
Log:improve test for timedelta microsecond rounding
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
---
Author: Brian Kearns
Branch: py3k
Changeset: r62061:8d6f0f4e168b
Date: 2013-03-05 01:41 -0500
http://bitbucket.org/pypy/pypy/changeset/8d6f0f4e168b/
Log:fix datetime after rounding optimizations
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+
Author: Brian Kearns
Branch: py3k
Changeset: r62062:b9b453ec29c9
Date: 2013-03-05 01:59 -0500
http://bitbucket.org/pypy/pypy/changeset/b9b453ec29c9/
Log:merge heads
diff --git a/lib-python/3/test/string_tests.py
b/lib-python/3/test/string_tests.py
--- a/lib-python/3/test/string_tests.py
+++
Author: Brian Kearns
Branch: py3k
Changeset: r62063:f8a41f7f92f9
Date: 2013-03-05 02:18 -0500
http://bitbucket.org/pypy/pypy/changeset/f8a41f7f92f9/
Log:another datetime microsecond rounding test that was failing before
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/da
77 matches
Mail list logo