March 2012 Archives by date
Starting: Thu Mar 1 01:22:09 CET 2012
Ending: Sat Mar 31 18:19:29 CEST 2012
Messages: 1278
- [pypy-commit] extradoc extradoc: work some more on slides
fijal
- [pypy-commit] jitviewer default: a bit more robust against IOErrors
fijal
- [pypy-commit] jitviewer default: make bridges more prominent
fijal
- [pypy-commit] pypy pytest: merge default
RonnyPfannschmidt
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy reflex-support: access to global builtin objects
wlav
- [pypy-commit] pypy reflex-support: support for global pointer types
wlav
- [pypy-commit] pypy reflex-support: global variables and pointers for CINT backend
wlav
- [pypy-commit] pypy reflex-support: fix typo
wlav
- [pypy-commit] pypy reflex-support: merge default
wlav
- [pypy-commit] pypy ppc-jit-backend: call _emit_guard in emit_guard_class
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): implement card marking
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): forgot to commit this the last time
hager
- [pypy-commit] pypy ppc-jit-backend: also test card marking
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): port fixes to GUARD CLASS from ARM backend
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): remove comment, don't call assemble
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): add XXX comment
hager
- [pypy-commit] pypy ppc-jit-backend: merge
hager
- [pypy-commit] pypy ppc-jit-backend: merge
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): merge runner_test.py with ARM backend
hager
- [pypy-commit] pypy py3k: bah, I broke == for != for all objects which are not identical :-/. Fix it
antocuni
- [pypy-commit] pypy default: add a way to automatically define __gt__, __ge__, __le__ and __ne__ on top of the given __lt__ and __eq__
antocuni
- [pypy-commit] pypy continulet-jit-2: Starting to hack at the x86 backend. Right now I'm just hacking and
arigo
- [pypy-commit] pypy continulet-jit-2: Fixes.
arigo
- [pypy-commit] pypy continulet-jit-2: Next test passes.
arigo
- [pypy-commit] pypy continulet-jit-2: Fixes
arigo
- [pypy-commit] pypy continulet-jit-2: Fixes
arigo
- [pypy-commit] pypy continulet-jit-2: CALLs with a large number of arguments.
arigo
- [pypy-commit] pypy continulet-jit-2: Fix on 32-bit.
arigo
- [pypy-commit] pypy continulet-jit-2: Large calls on 32-bit.
arigo
- [pypy-commit] pypy continulet-jit-2: Fixes.
arigo
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy py3k: kill the old __cmp__ for Cells, and implement rich comparison instead
antocuni
- [pypy-commit] pypy default: (antocuni, arigo) simplify the definition of le and gt, to avoid using space.or_
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy default: (arigo) use directly space.lt instead of going through space.gt
antocuni
- [pypy-commit] pypy continulet-jit-2: Free.
arigo
- [pypy-commit] pypy default: in cpython array.array define tp_richcompare, not tp_compare; do the equivalent for pypy
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy py3k: __cmp__ is gone, use __eq__ instead for this test
antocuni
- [pypy-commit] pypy default: (arigo) these asserts are pointless, they are done just above
antocuni
- [pypy-commit] pypy ppc-jit-backend: SCRATCH reg is used here, too
hager
- [pypy-commit] pypy ppc-jit-backend: kill unused imports
hager
- [pypy-commit] pypy ppc-jit-backend: code cleanup
hager
- [pypy-commit] pypy ppc-jit-backend: more code cleanups
hager
- [pypy-commit] extradoc extradoc: draft for a new blog post
antocuni
- [pypy-commit] pypy default: A test specifically for the presence of the LEA at the start
arigo
- [pypy-commit] pypy continulet-jit-2: In-progress.
arigo
- [pypy-commit] pypy continulet-jit-2: hg merge default
arigo
- [pypy-commit] extradoc extradoc: a few grammar fixes.
edelsohn
- [pypy-commit] extradoc extradoc: more fixes with the conclusion.
edelsohn
- [pypy-commit] extradoc extradoc: A typo left
arigo
- [pypy-commit] extradoc extradoc: typo
pjenvey
- [pypy-commit] pypy continulet-jit-2: Finish bridge support. XXX far too heavy for now.
arigo
- [pypy-commit] pypy default: try the crashing case first
hakanardo
- [pypy-commit] pypy default: Dont raise OverflowError when resuming from a guard_no_overflow from the short preamble (should fix issue 1072)
hakanardo
- [pypy-commit] pypy default: hg merge
hakanardo
- [pypy-commit] pypy jit-tracehook: A branch to allow JITing of python when there's a tracehook installed.
alex_gaynor
- [pypy-commit] pypy jit-tracehook: fix for new greenkeys
alex_gaynor
- [pypy-commit] Notification: lang-js
Bitbucket
- [pypy-commit] pypy jit-tracehook: update another function for the new greenkey
alex_gaynor
- [pypy-commit] pypy default: jittify_and_run: print the repr of the graph eval result, so raw bytes get readable
RonnyPfannschmidt
- [pypy-commit] pypy pytest: merge default
RonnyPfannschmidt
- [pypy-commit] pypy py3k: cmp is gone, use direct comparison instead
antocuni
- [pypy-commit] pypy py3k: kill tests about mixed sequences, they are unordeable now
antocuni
- [pypy-commit] pypy py3k: fix test_bisect: None is no longer comparable to ints, and map no longer returns a list
antocuni
- [pypy-commit] pypy py3k: kill this line, cmp no longer exists
antocuni
- [pypy-commit] pypy default: sys.version is a string, so this test has been evaluated to false for ages. Use sys.version_info instead
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy default: merge heads
antocuni
- [pypy-commit] pypy py3k: we can no longer sort mixed types. Use set() instead of sorted() to compare the content of the lists
antocuni
- [pypy-commit] pypy py3k: kill the cmp argument to list.sort() and sorted()
antocuni
- [pypy-commit] pypy py3k: we have one more test now, adapt the expected number of passed ones
antocuni
- [pypy-commit] pypy py3k: add docs for the atexit module, and kill a clearly out-of-place comment
antocuni
- [pypy-commit] pypy core-only-tracing: bah, actually fix rpython
antocuni
- [pypy-commit] pypy core-only-tracing: (antocuni, arigo): mark more modules as is_core, because they really contain extensions to pyopcode.py
antocuni
- [pypy-commit] pypy py3k: cStringIO no longer exists
antocuni
- [pypy-commit] pypy ppc-jit-backend: more cleanups
hager
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy ppc-jit-backend: port test from ARM backend
hager
- [pypy-commit] pypy ppc-jit-backend: remove obsolete information about old guard encoding style
hager
- [pypy-commit] pypy ppc-jit-backend: emit some information when hitting not implemented operations
hager
- [pypy-commit] pypy ppc-jit-backend: use setup_method instead of setup_class
hager
- [pypy-commit] pypy py3k: we cannot push frame.last_exception directly to the valuestack: instead, we wrap it inside a tiny operation error wrapper
antocuni
- [pypy-commit] pypy py3k: after 145994f7f8f9 we pass the result of getattr(..., '__traceback__') to set_traceback(), which means that the annotator things it's a W_Root. Force the field to be annotated as PyTraceback
antocuni
- [pypy-commit] pypy ppc-jit-backend: kill unused encoding/decoding functions
hager
- [pypy-commit] pypy default: we cannot mix space.{eq, lt, gt, ...}: we need to specialize the function
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy default: Test and fix.
arigo
- [pypy-commit] pypy default: Fix the test.
arigo
- [pypy-commit] pypy ppc-jit-backend: add debug information
hager
- [pypy-commit] pypy ppc-jit-backend: kill outcommented lines
hager
- [pypy-commit] pypy pytest: testrunner: only do the monkeypatching in scratchbox if its required
RonnyPfannschmidt
- [pypy-commit] pypy pytest: testrunner: also generate junitxml for each test driver instance
RonnyPfannschmidt
- [pypy-commit] pypy ppc-jit-backend: add test from ARM backend
hager
- [pypy-commit] Notification: lang-js
Bitbucket
- [pypy-commit] Notification: pypy-llvm
Bitbucket
- [pypy-commit] pypy continulet-jit-2: hg merge default
arigo
- [pypy-commit] pypy continulet-jit-2: Fix.
arigo
- [pypy-commit] pypy continulet-jit-2: Turn this magic constant "2" into a CONSTANT.
arigo
- [pypy-commit] pypy continulet-jit-2: Fix.
arigo
- [pypy-commit] pypy default: Rework a bit the "--help" format, and split the JIT-related help
arigo
- [pypy-commit] pypy continulet-jit-2: Found the other place that depends on this constant.
arigo
- [pypy-commit] pypy continulet-jit-2: Found and fix an issue with shadowstack. Hard to test :-(
arigo
- [pypy-commit] pypy default: Small improvement on 64-bit asmgcc: addresses are always multiple of 8, so we can save one bit here and make twice as many values take one byte less.
arigo
- [pypy-commit] pypy continulet-jit-2: hg merge default
arigo
- [pypy-commit] pypy continulet-jit-2: Yay. This is enough at least to have "test_zrpy_gc -k AsmGcc" pass.
arigo
- [pypy-commit] pypy default: disable those prints for now
fijal
- [pypy-commit] pypy default: disable more debug prints
fijal
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy numpy-record-dtypes: merge default
fijal
- [pypy-commit] pypy numpy-record-dtypes: make string and unicode boxes instantiatable, but completely unusable
fijal
- [pypy-commit] pypy numpy-record-dtypes: fix the merge
fijal
- [pypy-commit] pypy numpy-record-dtypes: implement more stuff on fake objspace
fijal
- [pypy-commit] pypy reflex-support: another stab at getting the bootstrapping right ...
wlav
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy continulet-jit-2: Bug, test and fix.
arigo
- [pypy-commit] pypy numpy-record-dtypes: oops
fijal
- [pypy-commit] pypy default: Speed up cPickle in general and in particular with datetime objects and longs in protocol 2. The general changes include making the dispatch dict key on integers rather than strings and rewriting the load() loop to be more JIT friendly.
justinpeel
- [pypy-commit] pypy numpy-record-dtypes: some renaming attempt
fijal
- [pypy-commit] pypy struct-double: a branch to speedup struct.pack('d', float). currently not working.
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: maybe fix translation
fijal
- [pypy-commit] pypy default: add translation test for select
fijal
- [pypy-commit] pypy struct-double: make the test run
fijal
- [pypy-commit] pypy struct-double: closer to passing?
alex_gaynor
- [pypy-commit] pypy struct-double: run directly as well
fijal
- [pypy-commit] pypy continulet-jit-2: Hack hack hack. Now realloc() is only called if needed.
arigo
- [pypy-commit] pypy default: Comment.
arigo
- [pypy-commit] pypy struct-double: progress (thanks armin!)
alex_gaynor
- [pypy-commit] pypy struct-double: merged upstream
alex_gaynor
- [pypy-commit] pypy struct-double: progress?
alex_gaynor
- [pypy-commit] pypy struct-double: missing keepaliva
alex_gaynor
- [pypy-commit] pypy default: speed up unpickling of datetime.time objects
justinpeel
- [pypy-commit] pypy default: speed up unpickling of datetime.datetime objects
justinpeel
- [pypy-commit] [OPEN] Pull request #29 for pypy/pypy: Finish kqueue support
Bitbucket
- [pypy-commit] [COMMENT] Pull request #29 for pypy/pypy: Finish kqueue support
Bitbucket
- [pypy-commit] pypy struct-double: all the tests pass now
alex_gaynor
- [pypy-commit] pypy jit-frame-counter: Added call_id to DMPs.
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: skip a test that's definitely not a blackbox one
fijal
- [pypy-commit] pypy ppc-jit-backend: Remove extra blank line.
edelsohn
- [pypy-commit] pypy ppc-jit-backend: Don't save and restore r3 and r4 in REGLOC_TO_COPY_AREA_OFS.
edelsohn
- [pypy-commit] pypy numpy-record-dtypes: merged upstream
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: view notes
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: merged upstream
alex_gaynor
- [pypy-commit] pypy jit-frame-counter: fix for jit hooks
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: work in progress
fijal
- [pypy-commit] pypy numpy-record-dtypes: alex, you can make stupid jokes
fijal
- [pypy-commit] pypy numpy-record-dtypes: one more missing arg
fijal
- [pypy-commit] pypy numpy-record-dtypes: fix some tests
fijal
- [pypy-commit] pypy numpy-record-dtypes: slightly cleaner
alex_gaynor
- [pypy-commit] pypy numpy-record-dtypes: merged upstream
alex_gaynor
- [pypy-commit] pypy jit-frame-counter: test fix
alex_gaynor
- [pypy-commit] pypy jit-frame-counter: branch done
alex_gaynor
- [pypy-commit] pypy default: Adds a unique call_id to each source-language call in the JIT
alex_gaynor
- [pypy-commit] pypy default: Tentative simplification: kill 'param_depth'. See
arigo
- [pypy-commit] pypy default: Fix tests.
arigo
- [pypy-commit] pypy default: hg merge default
arigo
- [pypy-commit] pypy default: bah. of course the identity hash and the identity eq are fast.
cfbolz
- [pypy-commit] pypy default: merge
cfbolz
- [pypy-commit] pypy default: These names are fine, but are bound to conflict with some other name
arigo
- [pypy-commit] [OPEN] Pull request #29 for pypy/pypy: Finish kqueue support
Bitbucket
- [pypy-commit] [COMMENT] Pull request #29 for pypy/pypy: Finish kqueue support
Bitbucket
- [pypy-commit] pypy continulet-jit-2: hg merge default
arigo
- [pypy-commit] pypy continulet-jit-2: Optionally save the xmm regs around calls to malloc() and
arigo
- [pypy-commit] pypy continulet-jit-2: Fix: should not have killed needed_extra_stack_locations() from 'default'.
arigo
- [pypy-commit] pypy default: cpyext: Steal from CPython the implementation of TLS functions:
amauryfa
- [pypy-commit] pypy default: Attempt to fix translation on macosx, which uses a narrow unicode build of CPython.
amauryfa
- [pypy-commit] pypy numpypy-out: merge with default, still waiting for review
mattip
- [pypy-commit] pypy default: allow inlining into rctime
alex_gaynor
- [pypy-commit] pypy.org extradoc: Bah.
arigo
- [pypy-commit] pypy default: Bah.
arigo
- [pypy-commit] pypy.org extradoc: A minor comment.
arigo
- [pypy-commit] pypy kqueue: Merging trunk and resolving conflicts.
oberstet
- [pypy-commit] pypy kqueue: Fix module init, test init.
oberstet
- [pypy-commit] pypy kqueue: Complete symbols, streamline code, fix include, whitespace.
oberstet
- [pypy-commit] pypy kqueue: Implement kqueue control.
oberstet
- [pypy-commit] pypy kqueue: Implement timeout forwarding.
oberstet
- [pypy-commit] pypy kqueue: Some build fixes.
oberstet
- [pypy-commit] pypy kqueue: Merge upstream.
oberstet
- [pypy-commit] pypy kqueue: Various fixes, implement kevent comparison.
oberstet
- [pypy-commit] pypy kqueue: Make all unit tests pass.
oberstet
- [pypy-commit] pypy kqueue: Merge upstream.
oberstet
- [pypy-commit] pypy kqueue: Cosmetical changes.
oberstet
- [pypy-commit] pypy kqueue: Enable kqueue on all BSDish platforms.
oberstet
- [pypy-commit] pypy kqueue: Add missing test from CPy, fix types.
oberstet
- [pypy-commit] pypy kqueue: Implement all comparison ops.
oberstet
- [pypy-commit] pypy kqueue: Closely follow the CPy impl..
oberstet
- [pypy-commit] pypy kqueue: Correct use of integer types.
oberstet
- [pypy-commit] pypy kqueue: Merge upstream.
oberstet
- [pypy-commit] extradoc extradoc: update slides
fijal
- [pypy-commit] extradoc extradoc: merge
fijal
- [pypy-commit] pypy default: small cleanup
alex_gaynor
- [pypy-commit] pypy kqueue: merged default
alex_gaynor
- [pypy-commit] pypy kqueue: close branch to be merged
alex_gaynor
- [pypy-commit] pypy default: Merged kqueue branch. Thanks to oberstet!
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy default: A failing test.
arigo
- [pypy-commit] extradoc extradoc: some more examples
fijal
- [pypy-commit] pypy default: On non-NT platforms, "intptr_t" is defined in inttypes.h.
arigo
- [pypy-commit] pypy default: Variant: another test that fails.
arigo
- [pypy-commit] pypy default: unroll this
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy default: revert this change, it breaks translation
alex_gaynor
- [pypy-commit] jitviewer default: add a double loop
fijal
- [pypy-commit] pypy struct-double: merged default
alex_gaynor
- [pypy-commit] pypy struct-double: change struct.pack to build a StringBuilder, rather than a list
alex_gaynor
- [pypy-commit] pypy struct-double: use the new append_float, and fix translation error
alex_gaynor
- [pypy-commit] pypy struct-double: tranzlation test
alex_gaynor
- [pypy-commit] pypy struct-double: translation fixes
alex_gaynor
- [pypy-commit] pypy default: fix for profiling of c_exceptions
alex_gaynor
- [pypy-commit] pypy reflex-support: initial support for enums
wlav
- [pypy-commit] pypy reflex-support: enum support for CINT backend
wlav
- [pypy-commit] pypy arm-backend-2: remove tabs from codebase and make test_no_tabs pass
bivab
- [pypy-commit] pypy arm-backend-2: make sure ll_os gets imported when running the test
bivab
- [pypy-commit] pypy ppc-jit-backend: improve debug output
hager
- [pypy-commit] pypy ppc-jit-backend: use more appropriate name of cpu class
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): fix bug in assemble_loop and assemble_bridge regarding positions and make test_compile_asmlen pass
hager
- [pypy-commit] pypy ppc-jit-backend: remove obsolete backend names
hager
- [pypy-commit] pypy ppc-jit-backend: forgot to add files ...
hager
- [pypy-commit] pypy ppc-jit-backend: adjust prepare_cond_call_gc_wb to ARM backend
hager
- [pypy-commit] pypy ppc-jit-backend: remove dead code
hager
- [pypy-commit] pypy ppc-jit-backend: explicitely allocate scratch reg
hager
- [pypy-commit] pypy ppc-jit-backend: use r.RES instead of r.r3
hager
- [pypy-commit] pypy ppc-jit-backend: add_loop_instructions and list of allowed backend names for PPC32
hager
- [pypy-commit] pypy ppc-jit-backend: use store/load instead of architectury specific commands
hager
- [pypy-commit] pypy ppc-jit-backend: (edelsohn, bivab, hager): change name
hager
- [pypy-commit] pypy ppc-jit-backend: (edelsohn, bivab): Add shadowstack header and footer for marker management.
edelsohn
- [pypy-commit] pypy default: switch struct to use StringBuilder internally
alex_gaynor
- [pypy-commit] pypy default: Can't inline this, the JIT doesn't like it.
alex_gaynor
- [pypy-commit] extradoc extradoc: work on slides
fijal
- [pypy-commit] extradoc extradoc: add pieces needed to compile
fijal
- [pypy-commit] pypy.org extradoc: add stm donations
fijal
- [pypy-commit] pypy.org extradoc: merge
fijal
- [pypy-commit] pypy.org extradoc: oops
fijal
- [pypy-commit] extradoc extradoc: Mention JIT more explicitly in JIT performance slide.
hodgestar
- [pypy-commit] pypy default: reorganize rstruct a bit, to be friendlier to the JIT
alex_gaynor
- [pypy-commit] pypy default: unroll this
alex_gaynor
- [pypy-commit] extradoc extradoc: Add a slide about the layers of PyPy.
hodgestar
- [pypy-commit] extradoc extradoc: Minor fix ups to cake slide.
hodgestar
- [pypy-commit] extradoc extradoc: update the example
fijal
- [pypy-commit] extradoc extradoc: Add clean target.
hodgestar
- [pypy-commit] extradoc extradoc: (fijal, arigo, hodgestar) Clean-ups after joint review.
hodgestar
- [pypy-commit] pypy win32-cleanup_2: merge with default
mattip
- [pypy-commit] pypy win32-cleanup_2: remove warning while running runner.py
mattip
- [pypy-commit] pypy win32-cleanup_2: add case for win32, but shouldn't this be true in the general case?
mattip
- [pypy-commit] pypy win32-cleanup_2: merge default into branch
mattip
- [pypy-commit] pypy win32-cleanup_2: declare pypy_timemodule_setCtrlHandler
mattip
- [pypy-commit] pypy default: unroll COPYSTRCONTENT fully for virtual src and dest
alex_gaynor
- [pypy-commit] pypy win32-cleanup_2: merge default into branch
mattip
- [pypy-commit] pypy default: merge ongoing win32-cleanup into default, do not close branch
mattip
- [pypy-commit] pypy translation-time-measurments: if I dont remember what the branch is about, its not worth trying
fijal
- [pypy-commit] pypy numpy-record-dtypes: merge default
fijal
- [pypy-commit] pypy ppc-jit-backend: use the precalculated offset of the stacklocation to the spillling pointer when writing the callshape
bivab
- [pypy-commit] extradoc extradoc: add my jit talk
gutworth
- [pypy-commit] extradoc extradoc: .
fijal
- [pypy-commit] extradoc extradoc: merge
fijal
- [pypy-commit] pypy default: Bah, another case that doesn't work correctly.
arigo
- [pypy-commit] pypy default: Fix the tests.
arigo
- [pypy-commit] pypy default: Test and fix.
arigo
- [pypy-commit] pypy default: Fix.
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] extradoc extradoc: also this
gutworth
- [pypy-commit] jitviewer default: Suggesting using jit-backend not jit-backend-count so that jitviewer can display the assembler.
hodgestar
- [pypy-commit] extradoc extradoc: indicate intepreter is in RPython
gutworth
- [pypy-commit] extradoc extradoc: hopefully make this clearer
gutworth
- [pypy-commit] extradoc extradoc: Add regex JIT example.
hodgestar
- [pypy-commit] pypy default: fix kqueue tests and translation for 64 bit mac os
bivab
- [pypy-commit] pypy ppc-jit-backend: Refer to spilling pointer as SPP, not r31.
edelsohn
- [pypy-commit] pypy default: python 2.6 syntax
mattip
- [pypy-commit] pypy default: whoops
mattip
- [pypy-commit] extradoc extradoc: another slide
gutworth
- [pypy-commit] extradoc extradoc: merge heads
gutworth
- [pypy-commit] pypy reflex-support: CINT backend robustness
wlav
- [pypy-commit] pypy reflex-support: make sure that typedefs point to the same python class (this includes a full overhaul of the caching of cpp classes)
wlav
- [pypy-commit] pypy reflex-support: typedefs for CINT (includes special handling of string/basic_string<char>)
wlav
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy reflex-support: fix typo found by rtyper
wlav
- [pypy-commit] benchmarks default: reenable web bench
fijal
- [pypy-commit] extradoc extradoc: done
fijal
- [pypy-commit] extradoc extradoc: (fijal, exarkun) twisted web related task
fijal
- [pypy-commit] pypy non-null-threadstate: Always return a non-null pointer from PyEval_SaveThread - maybe it's good.
exarkun
- [pypy-commit] pypy ppc-jit-backend: use less distinctions of cases to get CPU class
hager
- [pypy-commit] Notification: pypy.org
Bitbucket
- [pypy-commit] [OPEN] Pull request #2 for pypy/pypy.org: Fix some typos in source/tmdonate.txt.
Bitbucket
- [pypy-commit] pypy reflex-support: prevent infinite recursion on unnamed enums
wlav
- [pypy-commit] pypy.org extradoc: Fix some typos in source/tmdonate.txt.
larstiq
- [pypy-commit] pypy.org extradoc: Regenerate.
arigo
- [pypy-commit] extradoc extradoc: add a qualcomm talk
fijal
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy default: (fijal, arigo)
arigo
- [pypy-commit] [OPEN] Pull request #30 for pypy/pypy: Fix typo in csv module.
Bitbucket
- [pypy-commit] pypy default: Fix typo in csv module.
onyxfish
- [pypy-commit] pypy non-null-threadstate: Start trying to unit test PyEval_SaveThread, but mostly fail so far
exarkun
- [pypy-commit] pypy reflex-support: lazy setup of function returns to prevent hitting the recursion limits when class return types are created
wlav
- [pypy-commit] pypy reflex-support: prevent infinite recursion on namespace lookups
wlav
- [pypy-commit] pypy reflex-support: ptr-ptr and ptr-ref return types as ptr returns
wlav
- [pypy-commit] pypy non-null-threadstate: Some tests that do not work. At all. Wtf?
exarkun
- [pypy-commit] pypy non-null-threadstate: (fijal, glyph, exarkun) Encapsulate cpyext tstate cleanup for tests in a method; fix a bug in that cleanup that made it hard to have more than a single unit test, ever. Port all the tests to be written in C, the language of wonder and beauty.
exarkun
- [pypy-commit] pypy arm-backend-2: Fix for tests
bivab
- [pypy-commit] pypy arm-backend-2: fix test_round_up_for_allocation for ARM
bivab
- [pypy-commit] pypy arm-backend-2: increase timeout for termios tests
bivab
- [pypy-commit] pypy default: remove unnecessary imports
fijal
- [pypy-commit] pypy speedup-list-comprehension: backout removal of list code
fijal
- [pypy-commit] pypy speedup-list-comprehension: backout wrong fix
fijal
- [pypy-commit] pypy speedup-list-comprehension: (fijal, arigo) reintroduce oopspecs and optimize newlist_hint correctly
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] pypy.org extradoc: Fight ReST.
arigo
- [pypy-commit] pypy default: Found out again why the source I copied this from pushes
arigo
- [pypy-commit] pypy default: Attempt to fix an issue that prevents builds on Mac OS/X 64.
arigo
- [pypy-commit] extradoc extradoc: also the blog is good
gutworth
- [pypy-commit] extradoc extradoc: I hope this diagram helps
gutworth
- [pypy-commit] extradoc extradoc: title and intro slides
alex_gaynor
- [pypy-commit] extradoc extradoc: slides
alex_gaynor
- [pypy-commit] extradoc extradoc: merged upstream
alex_gaynor
- [pypy-commit] extradoc extradoc: merge conflict?
alex_gaynor
- [pypy-commit] extradoc extradoc: merged.
alex_gaynor
- [pypy-commit] extradoc extradoc: work on slides?
fijal
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] jitviewer default: give this a better title
gutworth
- [pypy-commit] jitviewer default: merge heads
gutworth
- [pypy-commit] jitviewer default: use .pypylog here too
pjenvey
- [pypy-commit] extradoc extradoc: Saturday 8:30am lightning talk.
arigo
- [pypy-commit] pypy speedup-list-comprehension: a bit more carefully bring back oopspecs
fijal
- [pypy-commit] extradoc extradoc: Change the approach in the lighting talk.
arigo
- [pypy-commit] pypy speedup-list-comprehension: fix testas
fijal
- [pypy-commit] pypy default: use 'with' syntax for opening file
mattip
- [pypy-commit] extradoc extradoc: spell correctly
gutworth
- [pypy-commit] extradoc extradoc: make hidden stuff transparent
gutworth
- [pypy-commit] pypy default: Backport time.clock_gettime from python 3.3 to __pypy__
alex_gaynor
- [pypy-commit] pypy default: Merged upstrem.
alex_gaynor
- [pypy-commit] pypy default: translation fix
alex_gaynor
- [pypy-commit] pypy default: this hasn't been problem for a several python versions
gutworth
- [pypy-commit] pypy default: merge heads
gutworth
- [pypy-commit] pypy default: osx fix?
alex_gaynor
- [pypy-commit] pypy default: fix for other platforms
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy default: fix for good
alex_gaynor
- [pypy-commit] pypy default: #1081: string.Formatter did not unescape double braces
amauryfa
- [pypy-commit] pypy default: skip tests which require building extension modules
gutworth
- [pypy-commit] pypy default: merge heads
gutworth
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy speedup-list-comprehension: clean up changes
fijal
- [pypy-commit] pypy speedup-list-comprehension: pfff
fijal
- [pypy-commit] pypy speedup-list-comprehension: another fix, I'm tired
fijal
- [pypy-commit] pypy default: properly save and restore errno state as thread local
gutworth
- [pypy-commit] pypy default: add test for last change
gutworth
- [pypy-commit] pypy speedup-list-comprehension: fix test_dis.py
fijal
- [pypy-commit] pypy default: merge speedup-list-comprehension, makes list comprehension preallocate the list
fijal
- [pypy-commit] pypy speedup-list-comprehension: close merged branch
fijal
- [pypy-commit] pypy pyarg-parsebuffer-s-star-buffer: close merged branch
fijal
- [pypy-commit] pypy py3k: convert to python 3 syntax
gutworth
- [pypy-commit] pypy py3k: make unicode the official StringObjectCls
gutworth
- [pypy-commit] pypy py3k: get mmap to work
gutworth
- [pypy-commit] pypy default: amazingly, test_mmap requires the mmap module
gutworth
- [pypy-commit] pypy py3k: merge from default
gutworth
- [pypy-commit] pypy default: merge heads
gutworth
- [pypy-commit] pypy py3k: add ast.Bytes node
gutworth
- [pypy-commit] pypy ppc-jit-backend: Use an updated copy of the environment instead of an empty one to run the boehm test in order to support custom LD_LIBRARY_PATH settings
bivab
- [pypy-commit] pypy py3k: kill extended slicing crud in the compiler
gutworth
- [pypy-commit] pypy default: Issue #1078: fixed comparisons between frozensets and dict views.
alex_gaynor
- [pypy-commit] pypy default: Unroll a function in newformat with constant args. Thanks to Aaron Iles for the patch.
alex_gaynor
- [pypy-commit] Notification: pypy.org
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #3 for pypy/pypy.org: Add a link to bitbucket to the contact page.
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #31 for pypy/pypy: py3k test fixes
Bitbucket
- [pypy-commit] [REJECTED] Pull request #3 for pypy/pypy.org: Add a link to bitbucket to the contact page.
Bitbucket
- [pypy-commit] pypy.org extradoc: Add a link to bitbucket to the contact page.
dusty
- [pypy-commit] pypy py3k: fix failing tests -- ranges are iterators now
MichaelBlume
- [pypy-commit] pypy py3k: fix failing test -- __next__ is the new next
MichaelBlume
- [pypy-commit] pypy py3k: 3dded6e012c
MichaelBlume
- [pypy-commit] pypy py3k: fix failing defaultdict test -- need to call list
MichaelBlume
- [pypy-commit] pypy py3k: don't represent these characters as u'foo'
MichaelBlume
- [pypy-commit] pypy py3k: python 3 seems to want to call this a class
MichaelBlume
- [pypy-commit] [OPEN] Pull request #32 for pypy/pypy: Removed py3k tests for random.jumpahead.
Bitbucket
- [pypy-commit] pypy py3k: Removed py3k tests for the random.jumpahead.
prestontimmons
- [pypy-commit] pypy py3k: (prestontimmons) remove the implementation of jumpahead() as well.
arigo
- [pypy-commit] pypy py3k: update to py3 syntax and builtins
pjenvey
- [pypy-commit] pypy py3k: update to py3's hash(-inf)
pjenvey
- [pypy-commit] pypy py3k: merge
pjenvey
- [pypy-commit] pypy py3k: merge
pjenvey
- [pypy-commit] pypy py3k: unapply apply
pjenvey
- [pypy-commit] [OPEN] Pull request #33 for pypy/pypy: Fixed syntax to properly skip tests on Windows and Mac.
Bitbucket
- [pypy-commit] Notification: pypy.org
Bitbucket
- [pypy-commit] Notification: pypy.org
Bitbucket
- [pypy-commit] [OPEN] Pull request #4 for pypy/pypy.org: Correctly alter source for contact page update
Bitbucket
- [pypy-commit] [OPEN] Pull request #34 for pypy/pypy: add ndarray.__floordiv__
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy default: add a few unrolls to tuple
fijal
- [pypy-commit] [OPEN] Pull request #33 for pypy/pypy: Sprint: py3k fixes
Bitbucket
- [pypy-commit] pypy py3k: (buchuki) remove apply
gutworth
- [pypy-commit] pypy py3k: merge heads
gutworth
- [pypy-commit] pypy py3k: (db42) fix iter and int tests
gutworth
- [pypy-commit] [OPEN] Pull request #35 for pypy/pypy: Fix for issue 1079 (str.join, unicode, utf-8)
Bitbucket
- [pypy-commit] [COMMENT] Pull request #29 for pypy/pypy: Finish kqueue support
Bitbucket
- [pypy-commit] pypy default: (arigo, agaynor, fijal) a bit more precise unrolling condition
fijal
- [pypy-commit] pypy.org extradoc: Add a link back to bitbucket to the contact page.
dusty
- [pypy-commit] pypy.org extradoc: These two files were modified in source but the generated code was not
dusty
- [pypy-commit] pypy.org extradoc: merge
dusty
- [pypy-commit] pypy py3k: Fixed syntax to properly skip tests on Windows and Mac.
prestontimmons
- [pypy-commit] pypy py3k: Replaced long types with int.
prestontimmons
- [pypy-commit] pypy py3k: Replaced long and xrange keywards in the operator module.
prestontimmons
- [pypy-commit] pypy py3k: kill _sha
gutworth
- [pypy-commit] pypy py3k: merge heads
gutworth
- [pypy-commit] pypy py3k: py3 syntax/builtins
pjenvey
- [pypy-commit] [OPEN] Pull request #34 for pypy/pypy: add ndarray.__floordiv__ and ndarray.__rfloordiv__
Bitbucket
- [pypy-commit] pypy default: Adding log, log2, log10, log1p functions to numpypy
taavi_burns
- [pypy-commit] [OPEN] Pull request #34 for pypy/pypy: add ndarray.__floordiv__ and ndarray.__rfloordiv__
Bitbucket
- [pypy-commit] pypy py3k: seems safe to skip these now
pjenvey
- [pypy-commit] pypy default: failing tests for __floordiv__ operation
MichaelBlume
- [pypy-commit] pypy default: add __floordiv__ functionality -- make tests pass =)
MichaelBlume
- [pypy-commit] pypy default: simplify this assertion -- no need to loop
MichaelBlume
- [pypy-commit] pypy default: add failing test for rfloordiv
MichaelBlume
- [pypy-commit] pypy default: make test pass -- add support for ndarray.__rfloordiv__
MichaelBlume
- [pypy-commit] pypy default: make these tests use array comparison, not loops
MichaelBlume
- [pypy-commit] pypy default: make this test less boring
MichaelBlume
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #36 for pypy/pypy: add module-level floor-divide to numpy
Bitbucket
- [pypy-commit] pypy default: (agaynor, fijal) bah fix translation
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #37 for pypy/pypy: Fixed the operator module for py3k
Bitbucket
- [pypy-commit] [OPEN] Pull request #35 for pypy/pypy: Fix for issue 1079 (str.join, unicode, utf-8)
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #35 for pypy/pypy: Fix for issue 1079 (str.join, unicode, utf-8)
Bitbucket
- [pypy-commit] pypy py3k: Fixed the operator module for py3k.
prestontimmons
- [pypy-commit] pypy py3k: Merged.
prestontimmons
- [pypy-commit] pypy default: Use the default encoding in stringobject.unicode_w
dripton
- [pypy-commit] pypy default: Add try/finally logic in test_unicode_join_str_arg_utf8 to fix sys.modules
dripton
- [pypy-commit] pypy default: Clean up test_unicode_join_str_arg_utf8 a bit.
dripton
- [pypy-commit] pypy py3k: assume text and passthru to getattr
pjenvey
- [pypy-commit] [OPEN] Pull request #38 for pypy/pypy: Unkill sha1 and starting to fix hashlib related tests
Bitbucket
- [pypy-commit] [OPEN] Pull request #36 for pypy/pypy: add module-level floor_divide, asarray, array_equal to numpypy
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy py3k: remove is{Callable, Mapping, Sequence}Type, sequenceIncludes, repeat/irepeat and
pjenvey
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] [OPEN] Pull request #39 for pypy/pypy: Update SimpleXMLRPCServer.py to latest from CPython
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default 2 months ago
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (2 mon ago)
ctismer
- [pypy-commit] [OPEN] Pull request #40 for pypy/pypy: Implement radians, deg2rad, and degrees
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default (2 mon)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (2 mon)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (2 mon)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (8 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (7 weeks)
ctismer
- [pypy-commit] pypy default: Implement radians, deg2rad, and degrees.
nbm
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default (7 weeks)
ctismer
- [pypy-commit] [COMMENT] Pull request #40 for pypy/pypy: Implement radians, deg2rad, and degrees
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default (6 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (6 weeks)
ctismer
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [REJECTED] Pull request #40 for pypy/pypy: Implement radians, deg2rad, and degrees
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default (5 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (4 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (4 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (3 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (2 weeks)
ctismer
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default (2 weeks)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (13 days)
ctismer
- [pypy-commit] pypy py3k: Partially revert 798ca169d5a2: it looks like extra changes
arigo
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default (puuh, back on tip)
ctismer
- [pypy-commit] pypy py3k: 2to3
pjenvey
- [pypy-commit] pypy py3k: merge
pjenvey
- [pypy-commit] [OPEN] Pull request #41 for pypy/pypy: add LIBDIR to sysconfig_pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #42 for pypy/pypy: Not unkilling sha. Kill md5 instead!
Bitbucket
- [pypy-commit] Notification: pypy2
Bitbucket
- [pypy-commit] pypy default: Bah.
arigo
- [pypy-commit] [OPEN] Pull request #42 for pypy/pypy: Not unkilling sha. Kill md5 instead!
Bitbucket
- [pypy-commit] pypy erase-raw-mem: Starting progress.
alex_gaynor
- [pypy-commit] pypy erase-raw-mem: (arigato, alex, fijal): Can now get/set instances!
alex_gaynor
- [pypy-commit] pypy erase-raw-mem: (arigato, alex, fijal) exception catching magic
alex_gaynor
- [pypy-commit] pypy py3k: digestsize is no longer needed in python 3
dusty
- [pypy-commit] pypy py3k: kill _md5
dusty
- [pypy-commit] pypy py3k: merge in upstream changes.
dusty
- [pypy-commit] pypy py3k: No longer have 'pure python' implementation of hashlib algorithms
dusty
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Fixed math module for py3k.
Bitbucket
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy default: Export numpy.power and a basic test for it
nbm
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: Export numpy.floor_divide and a basic test
nbm
- [pypy-commit] [OPEN] Pull request #44 for pypy/pypy: Hold import lock longer to fix an import race
Bitbucket
- [pypy-commit] [OPEN] Pull request #45 for pypy/pypy: Adding logaddexp and logaddexp2 functions to numpypy
Bitbucket
- [pypy-commit] [COMMENT] Pull request #36 for pypy/pypy: add module-level floor_divide, asarray, array_equal to numpypy
Bitbucket
- [pypy-commit] pypy erase-raw-mem: (fijal, alex): refactor untyped storage (works on llinterp!), and add a gc test
alex_gaynor
- [pypy-commit] [COMMENT] Pull request #45 for pypy/pypy: Adding logaddexp and logaddexp2 functions to numpypy
Bitbucket
- [pypy-commit] pypy erase-raw-mem: (arigato, fijal, alex): make untyped storage work with the GC, other things were refactored
alex_gaynor
- [pypy-commit] pypy erase-raw-mem: added gc support for untyped stuff via new gc_writebarrier llop
alex_gaynor
- [pypy-commit] [OPEN] Pull request #46 for pypy/pypy: hashlib tests all passing
Bitbucket
- [pypy-commit] pypy py3k: Python 3 syntax changes in hashlib
dusty
- [pypy-commit] pypy py3k: Python 3 exception syntax
dusty
- [pypy-commit] pypy py3k: Make the hashlib test pass a bytes object instead of a string.
dusty
- [pypy-commit] pypy py3k: algorithm names should be returned as strs
dusty
- [pypy-commit] pypy py3k: merge
dusty
- [pypy-commit] pypy py3k: rpython should be py25
pjenvey
- [pypy-commit] pypy default: disable this safety check for Wing IDE, to make debugging less tedious
ctismer
- [pypy-commit] pypy default: ignore "L" in int repr comparison (win64 related)
ctismer
- [pypy-commit] pypy default: relaxing int vs long
ctismer
- [pypy-commit] pypy erase-raw-mem: (alex, fijal): commented out float support and fix the gc trace func
alex_gaynor
- [pypy-commit] pypy py3k: py3 syntax, remove old style class tests
pjenvey
- [pypy-commit] [OPEN] Pull request #47 for pypy/pypy: add module-level array_equal to numpypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #48 for pypy/pypy: add module-level array_equal to numpypy
Bitbucket
- [pypy-commit] pypy py3k: mmap is no longer a sequence type
pjenvey
- [pypy-commit] pypy erase-raw-mem: (fijal, alex): added getlength
alex_gaynor
- [pypy-commit] pypy erase-raw-mem: (fijal, alex): added getshape()
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: Branch to make tuple specialization dynamic
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: finish tuple API and start on using new untyped storage stuff
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged erase-raw-mem into this
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (fijal, alex): random progress
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged erase-raw-mem
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (alex, fijal): progress
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged erase-raw-mem
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: make tests work, now failing as expected
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: stuff all works.
alex_gaynor
- [pypy-commit] pypy erase-raw-mem: make constants work
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (alex, fijal) fix obsure stuff
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: random cpyext changes
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged erase-aw-mem
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (alex. fijal), fix translation?
alex_gaynor
- [pypy-commit] pypy numpy-ufuncs2: Adding logaddexp and logaddexp2
taavi_burns
- [pypy-commit] pypy numpy-ufuncs2: Adding exp2 and expm1
taavi_burns
- [pypy-commit] pypy numpy-ufuncs2: Fixing power (int and float)
taavi_burns
- [pypy-commit] pypy dynamic-specialized-tuple: (fijal, alex): translation fix?
alex_gaynor
- [pypy-commit] pypy numpy-ufuncs2: Expose rad2deg (it's just degrees)
taavi_burns
- [pypy-commit] pypy dynamic-specialized-tuple: fix translation, maybe
fijal
- [pypy-commit] pypy numpy-ufuncs2: Adding isneginf and isposinf
taavi_burns
- [pypy-commit] [OPEN] Pull request #49 for pypy/pypy: Replace next methods by __next__ in Repeater classes.
Bitbucket
- [pypy-commit] pypy py3k: Replace next methods by __next__ in Repeater classes.
wpq
- [pypy-commit] Notification: pypy1085
Bitbucket
- [pypy-commit] [OPEN] Pull request #50 for pypy/pypy: issue1085: Add a test to show that PyString_AsString(PyNone) raises
Bitbucket
- [pypy-commit] pypy default: Add a (surprisingly passing) test for PyString_AsString(PyNone) raising.
dripton
- [pypy-commit] pypy default: merge with default
dripton
- [pypy-commit] [OPEN] Pull request #51 for pypy/pypy: Small fixes / py3k
Bitbucket
- [pypy-commit] pypy ppc-jit-backend: implement method to call an address in a register
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): add optional path for not saving register r3
hager
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): bigger refactoring around emit_call to have more separation of concerns
hager
- [pypy-commit] pypy default: kill some silliness
gutworth
- [pypy-commit] pypy default: merge heads
gutworth
- [pypy-commit] pypy ppc-jit-backend: kill obsolete tests
hager
- [pypy-commit] pypy py3k: test_islice: compare to a list (because range isn't a list)
wpq
- [pypy-commit] pypy py3k: Removed apply (doesn't exist anymore in py3k).
wpq
- [pypy-commit] pypy py3k: Replaced apply by a comprehension list.
wpq
- [pypy-commit] Notification: pypy-generator
Bitbucket
- [pypy-commit] pypy numpy-ufuncs2: Adding arctan2
taavi_burns
- [pypy-commit] pypy dynamic-specialized-tuple: remove special tuple iterator
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged upstrem
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged default in, resolved merge conflicts
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: fix
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: fix?
alex_gaynor
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: cleanup unneccessary left-over things in win64 branch
ctismer
- [pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default
ctismer
- [pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] [OPEN] Pull request #52 for pypy/pypy: Convert next to __next__ in generator
Bitbucket
- [pypy-commit] pypy py3k: prefer the builtin next
pjenvey
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #52 for pypy/pypy: Convert next to __next__ in generator
Bitbucket
- [pypy-commit] pypy default: Support -NAN, which is actually different from NAN. We can tell
arigo
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes
Bitbucket
- [pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default
ctismer
- [pypy-commit] pypy default: Merge
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: remove changes no longer needed
ctismer
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [OPEN] Pull request #52 for pypy/pypy: Convert next to __next__ in generator
Bitbucket
- [pypy-commit] pypy default: float('-nan') should really return -NAN.
arigo
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes
Bitbucket
- [pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes
Bitbucket
- [pypy-commit] pypy win64-stage1: remove changes no longer needed
ctismer
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy py3k: next has become __next__ in py3k
dusty
- [pypy-commit] pypy py3k: merge
dusty
- [pypy-commit] pypy py3k: Use next builtin instead of calling __next__ directly
dusty
- [pypy-commit] [OPEN] Pull request #53 for pypy/pypy: Small fixes / py3k
Bitbucket
- [pypy-commit] pypy py3k: give __file__ python3 semantics and add __cached__
gutworth
- [pypy-commit] pypy numpy-ufuncs2: merge default
taavi_burns
- [pypy-commit] pypy numpy-ufuncs2: Added signbit
taavi_burns
- [pypy-commit] [OPEN] Pull request #53 for pypy/pypy: Small fixes / py3k
Bitbucket
- [pypy-commit] pypy numpy-ufuncs2: Add isfinite
taavi_burns
- [pypy-commit] pypy py3k: use py3k print syntax
gutworth
- [pypy-commit] pypy default: Improve a bit the error message given by marshal.loads.
amauryfa
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy py3k: merge default
gutworth
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy py3k: add new PyPy opcode
gutworth
- [pypy-commit] pypy py3k: account for math 2.7 brokeness
gutworth
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy default: Update SimpleXMLRPCServer.py from latest CPython 2.7 to fix security bug.
dripton
- [pypy-commit] pypy default: pylint needs a LIBDIR to be defined. This makes it not crash.
Buck Golemon
- [pypy-commit] pypy numpy-ufuncs2: Added a test explicitly for true_divide, to convince myself that it's correct.
taavi_burns
- [pypy-commit] pypy numpy-ufuncs2: Add fmod
taavi_burns
- [pypy-commit] [OPEN] Pull request #54 for pypy/pypy: py3k syntax in stacklets
Bitbucket
- [pypy-commit] pypy py3k: fix exception syntax
dusty
- [pypy-commit] pypy py3k: py3k syntax
dusty
- [pypy-commit] pypy py3k: merge
dusty
- [pypy-commit] pypy default: isinstance(x, int) -> is_valid_int(x)
arigo
- [pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy win64-stage1: merge
ctismer
- [pypy-commit] pypy win64-stage1: merge
ctismer
- [pypy-commit] pypy py3k: "add" an 'optimize' parameter to builtins.compile().
amauryfa
- [pypy-commit] pypy py3k: Fix most failures in zipimport module
amauryfa
- [pypy-commit] pypy default: Temporarily ensure again that "in the normal case" intmask()
arigo
- [pypy-commit] pypy numpy-ufuncs2: merge with default
taavi_burns
- [pypy-commit] pypy default: LIBDIR makes not sense on Windows (and is not required by pylint)
amauryfa
- [pypy-commit] pypy sepcomp2: hg merge default
amauryfa
- [pypy-commit] [OPEN] Pull request #55 for pypy/pypy: ast python 3 syntax
Bitbucket
- [pypy-commit] pypy py3k: python 3 syntax compatibility
dusty
- [pypy-commit] pypy default: Add SIGNEDP, needed by a recent change.
arigo
- [pypy-commit] pypy py3k: switch to builtin next
pjenvey
- [pypy-commit] pypy py3k: merge
pjenvey
- [pypy-commit] Notification: revoke my admin access to pypy/pypy
Bitbucket
- [pypy-commit] Notification: revoke my write access to pypy/pypy-site
Bitbucket
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] [OPEN] Pull request #56 for pypy/pypy: partial fixes for Py3k support in zpickle tests
Bitbucket
- [pypy-commit] pypy default: from Armin: a fix in the windows case which does only show up on windows
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy py3k: move W_OperationError to avoid a circular import
pjenvey
- [pypy-commit] pypy win64-stage1: test_ajit works now in win32 and win64
ctismer
- [pypy-commit] pypy default: moving changes to intutils to default. Happy :-)
ctismer
- [pypy-commit] pypy py3k: kill extra ws
gutworth
- [pypy-commit] pypy py3k: whack into submission
gutworth
- [pypy-commit] pypy py3k: merge heads
gutworth
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy dynamic-specialized-tuple: (fijal, alex): start on JIT support for untyped memory stuff
alex_gaynor
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: a few improvements and cleanups from the merges
ctismer
- [pypy-commit] pypy default: moving ll2ctypes plus tests to default. Not a trivial thing that works
ctismer
- [pypy-commit] pypy default: Quite a lot of trivial (hmm, not really) changes merged in from win64.
ctismer
- [pypy-commit] pypy dynamic-specialized-tuple: cast_ptr_to_adr and getinteriorfield of struct
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: comments so you can understand this
alex_gaynor
- [pypy-commit] pypy bytearray-refactor: Create branch for str, unicode and bytearray refactor.
aliles
- [pypy-commit] [OPEN] Pull request #57 for pypy/pypy: Initial refactor work
Bitbucket
- [pypy-commit] pypy default: Introduce a base class hierarchy for string objects.
aliles
- [pypy-commit] pypy default: Add tests for unicodeobjects against is* methods.
aliles
- [pypy-commit] pypy default: Pull shared logic between str, unicode and bytearray in base classes.
aliles
- [pypy-commit] pypy default: Pull lower, swapcase and upper into base class for str, unicode and bytearray
aliles
- [pypy-commit] pypy dynamic-specialized-tuple: failing test for cast_adr_to_ptr
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: make this test run
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (agaynor, fijal) more jtransform support
fijal
- [pypy-commit] [OPEN] Pull request #58 for pypy/pypy: string.maketrans doesn't exist anymore in 3.2, no need for tests
Bitbucket
- [pypy-commit] pypy py3k: Python 3 syntax changes in zpickle tests
dusty
- [pypy-commit] pypy py3k: Bytes, not unicode unwrapping
dusty
- [pypy-commit] pypy py3k: string.maketrans doesn't exist anymore in 3.2, no need for tests
wpq
- [pypy-commit] pypy py3k: re-fix this test after it was re-broken by the merge in 2744ecc997ea
antocuni
- [pypy-commit] pypy reflex-support: o) allow user-defined pythonizations
wlav
- [pypy-commit] pypy reflex-support: fix typo
wlav
- [pypy-commit] pypy reflex-support: initial attempt at having dynamic return types
wlav
- [pypy-commit] pypy reflex-support: allow lookup and creation of pythonized classes at the interpreter level to finish dynamic return type implementation
wlav
- [pypy-commit] pypy reflex-support: example class binding needed for CINT tests
wlav
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy default: close this head: it should have never gone to default in the first place
antocuni
- [pypy-commit] pypy bytearray-refactor: merge the closed head on default into this branch
antocuni
- [pypy-commit] pypy default: "what is not tested is broken": revert one of the changes done in
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy zlib-mem-pressure: Add memory pressure to zlib's compressor and decompressor.
justinpeel
- [pypy-commit] pypy dynamic-specialized-tuple: added bool support, also cleaned up code slightly
alex_gaynor
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy dynamic-specialized-tuple: Added support for strings. This is probably enough types for now.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: Use the untyped API for floats here, even though it's not done for translated yet
alex_gaynor
- [pypy-commit] [ACCEPTED] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules
Bitbucket
- [pypy-commit] pypy py3k: Fixed module for py3k.
prestontimmons
- [pypy-commit] pypy py3k: Merged.
prestontimmons
- [pypy-commit] pypy py3k: Fixed _socket tests for py3k.
prestontimmons
- [pypy-commit] pypy py3k: Merged.
prestontimmons
- [pypy-commit] pypy py3k: Updated itertools functions for py3k.
prestontimmons
- [pypy-commit] pypy py3k: Updated posix module for py3k.
prestontimmons
- [pypy-commit] pypy py3k: Also removed tmpfile, tmpnam, and tempnam from the appleveldefs.
prestontimmons
- [pypy-commit] pypy py3k: Removed tmpfile, tmpnam, and tempnam from the posix_app as well. That should be everywhere.
prestontimmons
- [pypy-commit] pypy py3k: Fixed unicode errors in the exceptions module.
prestontimmons
- [pypy-commit] pypy py3k: Added an explicit test for log1p using negative values.
prestontimmons
- [pypy-commit] pypy py3k: Added getcwdb to posix module.
prestontimmons
- [pypy-commit] pypy py3k: Merged py3k branch.
prestontimmons
- [pypy-commit] pypy py3k: Updated path to math_testcases.txt to make proper use of os.path.join.
prestontimmons
- [pypy-commit] pypy kill-geninterp: Kill geninterp.
arigo
- [pypy-commit] pypy kill-geninterp: Intermediate check-in
arigo
- [pypy-commit] pypy py3k: kill line from a mismerge
pjenvey
- [pypy-commit] pypy kill-geninterp: (patch from agaynor) remove this too
arigo
- [pypy-commit] pypy dynamic-specialized-tuple: code cleanup
alex_gaynor
- [pypy-commit] pypy py3k: the default formatting string must be an unicode now
antocuni
- [pypy-commit] pypy py3k: fix syntax
antocuni
- [pypy-commit] pypy py3k: we no longer have str._formatter_parser, kill this test
antocuni
- [pypy-commit] pypy py3k: __metaclass__ no longer works, use (metaclass=...) instead
antocuni
- [pypy-commit] pypy py3k: adapt the import of StringIO
antocuni
- [pypy-commit] pypy py3k: merge heads
antocuni
- [pypy-commit] pypy kill-geninterp: Redo the support for RPython-level print statements.
arigo
- [pypy-commit] pypy kill-geninterp: Kill
arigo
- [pypy-commit] pypy kill-geninterp: Remove this temporary sanity-check now that it passes.
arigo
- [pypy-commit] pypy default: Ignore a specific test with explanation
arigo
- [pypy-commit] pypy kill-geninterp: hg merge default
arigo
- [pypy-commit] pypy default: Fix on Linux64.
arigo
- [pypy-commit] pypy kill-geninterp: hg merge default
arigo
- [pypy-commit] pypy dynamic-specialized-tuple: added support for unicode. (thanks to amaury for reminding me that py3k needs this to be useful)
alex_gaynor
- [pypy-commit] pypy py3k: Restore this test, str._formatter_parser is now in the _string module.
amauryfa
- [pypy-commit] pypy default: (agaynor, arigo) Test and fix for setinteriorfield.
arigo
- [pypy-commit] pypy py3k: function annotations and correct implement of kwonly defaults
gutworth
- [pypy-commit] pypy py3k: fix getcwd on windows. a good test for this is really pending surrogateescape
pjenvey
- [pypy-commit] pypy dynamic-specialized-tuple: merged default in
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: random hacking at this. I think we need a comprehensive solution to addresses in the JIT.
alex_gaynor
- [pypy-commit] pypy.org extradoc: Rename STM to STM/AME as a first step attempt of moving the focus
arigo
- [pypy-commit] pypy default: Make ll2ctypes happier when running backend/x86/test/test_list.py.
arigo
- [pypy-commit] pypy dynamic-specialized-tuple: cleanup
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: even more hacks. I think we should scrap all of this work and rethink.
alex_gaynor
- [pypy-commit] pypy default: Fix.
arigo
- [pypy-commit] pypy default: Fix test.
arigo
- [pypy-commit] pypy kill-geninterp: Close, ready for merge
arigo
- [pypy-commit] pypy default: Merge 'kill-geninterp': kill the geninterp.
arigo
- [pypy-commit] pypy py3k: allow ... anywhere and make it its own token
gutworth
- [pypy-commit] pypy py3k: make None, True, and False keywords
gutworth
- [pypy-commit] pypy py3k: wrap
gutworth
- [pypy-commit] pypy py3k: compile asserts with messages correctly
gutworth
- [pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex): random progress, mostly will be deleted
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: merged default
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex): remove the old hacks, and start making this case use arrayfield
alex_gaynor
- [pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newindex] functionality in NumPy
Bitbucket
- [pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex) some hacks, and some cleanup. Pretend that a varsized GcStruct is an array from the JIT's point of view
alex_gaynor
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy dynamic-specialized-tuple: small bit of progress in making optimizeopt happy
alex_gaynor
- [pypy-commit] pypy default: Add bin/rpython
fijal
- [pypy-commit] pypy py3k: complete extended unpacking implementation
gutworth
- [pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newaxis] functionality in NumPy
Bitbucket
- [pypy-commit] pypy default: xxx temporary fix.
arigo
- [pypy-commit] pypy default: Fix.
arigo
- [pypy-commit] pypy default: space.wraplong() to have a non-RPython way to wrap a real long object.
arigo
- [pypy-commit] pypy default: Revert 53b5e001b4db, we really want an int here.
amauryfa
- [pypy-commit] pypy default: Fix for the CLI and JVM tests.
arigo
- [pypy-commit] pypy default: Skip this test if sys.setdefaultencoding() was already removed,
arigo
- [pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newaxis] functionality in NumPy
Bitbucket
- [pypy-commit] pypy py3k: fix kwonly args with a vararg or kwarg
gutworth
- [pypy-commit] pypy default: Test and fix.
arigo
- [pypy-commit] pypy default: Bah, missing case.
arigo
- [pypy-commit] pypy py3k: fix this test
gutworth
- [pypy-commit] pypy default: Fix for test_py_string_as_string_None, which passed apparently
arigo
- [pypy-commit] pypy py3k: force there to be arguments after *
gutworth
- [pypy-commit] pypy default: Translation fix.
arigo
- [pypy-commit] pypy py3k: expose co_kwonlyargcount
gutworth
- [pypy-commit] pypy py3k: allow extended unpacking as loop targets
gutworth
- [pypy-commit] pypy default: Translation fix.
arigo
- [pypy-commit] [OPEN] Pull request #48 for pypy/pypy: add module-level array_equal to numpypy
Bitbucket
- [pypy-commit] pypy py3k: put varnames in the same order as cpython
gutworth
- [pypy-commit] pypy win64-stage1: reverting a change which is wrong meanwhile
ctismer
- [pypy-commit] pypy py3k: upgrade to the exact 3.2 grammar
gutworth
- [pypy-commit] pypy py3k: fiddle with whitespace
gutworth
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy default: a few more trivial changes for win64
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy default: a few more trivial changes for win64
ctismer
- [pypy-commit] pypy default: a few more trivial changes for win64
ctismer
- [pypy-commit] pypy win64-stage1: some cleanups and removals
ctismer
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy default: a few more trivial changes for win64
ctismer
- [pypy-commit] pypy win64-stage1: some cleanups and removals
ctismer
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy win64-stage1: some cleanups and removals
ctismer
- [pypy-commit] pypy zlib-mem-pressure: merge in default
justinpeel
- [pypy-commit] pypy zlib-mem-pressure: merge in default
justinpeel
- [pypy-commit] pypy default: Merge in zlib-mem-pressure. It probably needs more memory pressure, but this is better than none.
justinpeel
- [pypy-commit] pypy default: merge
justinpeel
- [pypy-commit] pypy py3k: pop defaults off in the correct place
gutworth
- [pypy-commit] pypy py3k: correct stack adjustment computation
gutworth
- [pypy-commit] pypy py3k: sync with cpython
gutworth
- [pypy-commit] pypy py3k: support keyword-only args on lambdas
gutworth
- [pypy-commit] pypy default: a few more trivial changes for win64
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy win64-stage1: some cleanups and removals
ctismer
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy py3k: merge default
gutworth
- [pypy-commit] pypy py3k: merge default
gutworth
- [pypy-commit] pypy py3k: kill old style class test
pjenvey
- [pypy-commit] pypy py3k: (armin, pjenvey) UNPACK_EX loops, thus needs unroll_safe
pjenvey
- [pypy-commit] pypy py3k: assert_str0 stat paths
pjenvey
- [pypy-commit] pypy py3k: remove ref to old style classes
pjenvey
- [pypy-commit] pypy py3k: help translation
pjenvey
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy reflex-support: o) update clean to last known working revision to remove new string code
wlav
- [pypy-commit] pypy reflex-support: removed old head
wlav
- [pypy-commit] pypy reflex-support: factor out the need of passing wrapped types into function calls (note that this also means that test_cppyy.py can no longer use the generic CPPInstance as return type, but will automatically work with the actual type as appropriate; same goes for test_zjit.py)
wlav
- [pypy-commit] pypy reflex-support: remove now superfluous return type handling and executors' name data members
wlav
- [pypy-commit] pypy reflex-support: fix bench1.py for new calling w/o needing to pass return type at cppyy-level
wlav
- [pypy-commit] pypy py3k: completely move reduce to _functools
gutworth
- [pypy-commit] pypy dynamic-specialized-tuple: metaprogram
alex_gaynor
- [pypy-commit] pypy py3k: fix test_descriptor.test_hash: objects which define __eq__ are unhashable by default. The code which does the same in CPython is completely different (because it relies on slots), I hope that this is equivalent in all the corner cases
antocuni
- [pypy-commit] pypy py3k: make sure to call __str__ when formatting subclasses of str. This fixes test_format_unicode_subclass
antocuni
- [pypy-commit] pypy py3k: remove the implicit conversion bytes-->unicode. Now calling space.unicode_w(w_some_bytes) raises TypeError. This fixes at least test_join in test_unicodeobject.py
antocuni
- [pypy-commit] pypy py3k: merge heads
antocuni
- [pypy-commit] pypy default: Bah.
arigo
- [pypy-commit] pypy default: Fix.
arigo
- [pypy-commit] pypy default: I think the bogus rarithmetic.r_long is not used anywhere. Kill.
arigo
- [pypy-commit] pypy dynamic-specialized-tuple: whitespace
alex_gaynor
- [pypy-commit] pypy float-bytes: context manager
alex_gaynor
- [pypy-commit] pypy float-bytes: turn float2longlong into something that creates an llop
alex_gaynor
- [pypy-commit] pypy float-bytes: initial jit support
alex_gaynor
- [pypy-commit] pypy float-bytes: merged default
alex_gaynor
- [pypy-commit] pypy float-bytes: merged default in
alex_gaynor
- [pypy-commit] pypy float-bytes: (arigo, alex): x86 support
alex_gaynor
- [pypy-commit] pypy float-bytes: (arigo, alex): randomized tests, and fix to regalloc
alex_gaynor
- [pypy-commit] pypy default: Complain if make_sure_var_in_reg() is called on a fresh new box.
arigo
- [pypy-commit] pypy default: Adding untested code: sse2 detection for windows.
arigo
- [pypy-commit] benchmarks default: disable pypy translation benchmark until we decide what to do
fijal
- [pypy-commit] pypy default: test, fix and a bit of refactoring.
fijal
- [pypy-commit] pypy xapian: close inactive branch
fijal
- [pypy-commit] pypy jit-resizable-list: close inactive branch
fijal
- [pypy-commit] pypy numpy-record-dtypes: details details
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] pypy safe-getargs-freelist: Use a C array to manage freelist items, instead of a Python list; this gives predictable cleanup behavior.
exarkun
- [pypy-commit] pypy numpy-record-dtypes: merge default
fijal
- [pypy-commit] pypy numpy-record-dtypes: fix tests
fijal
- [pypy-commit] pypy numpy-record-dtypes: those are done
fijal
- [pypy-commit] pypy default: Add debug_prints.
arigo
- [pypy-commit] pypy default: Skip these two tests on Windows.
arigo
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy py3k: 2to3
pjenvey
- [pypy-commit] pypy py3k: Translation fixes in the py3k compiler.
amauryfa
- [pypy-commit] pypy default: rewrite r_rand at interp level: this way we don't need to import the applevel random module which takes forever on top of py.py, and the tests run much quicker
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy py3k: adapt the docstring to the new applevel name
antocuni
- [pypy-commit] pypy default: tentative checkin to fix a bug which originates in SVN rev 74676, the merge of the py131 branch.
antocuni
- [pypy-commit] pypy safe-getargs-freelist: Stack allocate the freelist structure, since it can never escape. Copy some other style fixes based on review of the patch for cpython.
exarkun
- [pypy-commit] pypy win32-cleanup_2: merge from default
mattip
- [pypy-commit] pypy numpypy-out: merge default into branch
mattip
- [pypy-commit] pypy default: add test for empty arrays in reshape (MBlume), add fix
mattip
- [pypy-commit] pypy win32-cleanup_2: remerge changes
mattip
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy py3k: kill, kill :-). We no longer need to check whether we are passing a subclass of unicode which defines __unicode__ when we pass an encoding paramter. As a bonus, test_unicodeobject.test_str_subclass now passes
antocuni
- [pypy-commit] pypy default: fix a8f6a9147d27: sometimes we pass an explicit filename but we still want to populate the linecache; this is needed e.g. to display tracebacks of failing applevel tests. Fix it by always populating the cache unless filename exists, in that case we assume that the correct source code is on disk
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy default: merge heads
antocuni
- [pypy-commit] pypy default: redo empty array fix more cleanly
mattip
- [pypy-commit] extradoc extradoc: abstract for my EP talk
antocuni
- [pypy-commit] pypy non-null-threadstate: This seems to work, going to merge it into default.
exarkun
- [pypy-commit] pypy default: Implement thread state manipulation APIs with behavior more closely resembling CPython's
exarkun
- [pypy-commit] pypy safe-getargs-freelist: This seems to work, going to merge it into default.
exarkun
- [pypy-commit] pypy default: Deterministically run PyArg_Parse*() cleanup routines before PyArg_Parse*() returns; in particular, this makes Py_buffer safe to use from C extensions on PyPy.
exarkun
- [pypy-commit] pypy numpy-ufuncs2: merged default in
alex_gaynor
- [pypy-commit] pypy numpy-ufuncs2: CLose branch for merge.
alex_gaynor
- [pypy-commit] pypy default: (taavi) Merged numpy-ufuncs2, adds a ton of more ufuncs to numpypy.
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy reflex-support: pythonized indexing and slicing for std::vector-like objects
wlav
- [pypy-commit] pypy reflex-support: initial improvement of iterator handling; Reflex-only
wlav
- [pypy-commit] pypy default: more quite trivial win64 changes
ctismer
- [pypy-commit] pypy default: removing the type equality condition testing which makes no sense with unified int/long in win64
ctismer
- [pypy-commit] pypy win64-stage1: removed some unintentional changes (is_valid_int is wrong in applevel)
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: libffi has a problem with test_byval_result on windows.
ctismer
- [pypy-commit] pypy win64-stage1: libffi has a problem with test_byval_result on windows.
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: checking in win64 ll_os.py which is not worse than before: test_utimes fails
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: solved an old win64 rffi issue, finally
ctismer
- [pypy-commit] pypy default: sorry, I crashed the nightly builds by not providing SIGNED.
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy py3k: prefer builtins.next
pjenvey
- [pypy-commit] pypy py3k: remove py2 cruft
pjenvey
- [pypy-commit] pypy newindex: add simple (failing) tests for newindex
MichaelBlume
- [pypy-commit] pypy newindex: hack in support for [None] to create new index
MichaelBlume
- [pypy-commit] pypy newindex: add newaxis keyword to numpy.numeric
MichaelBlume
- [pypy-commit] pypy newindex: the name in numpy is actually newaxis -- make sure keywords make sense
MichaelBlume
- [pypy-commit] pypy newindex: fix a couple more function names
MichaelBlume
- [pypy-commit] pypy newindex: new tests
MichaelBlume
- [pypy-commit] pypy newindex: still more tests
MichaelBlume
- [pypy-commit] pypy float-bytes: mostly working on 32-bit, reslts are still in longs, unclear if that's a bug on my end or I just need to call getfloatstorage in the tests
alex_gaynor
- [pypy-commit] pypy arm-backend-2: set the -fPIC compiler flag when running on linux for ARM
bivab
- [pypy-commit] pypy arm-backend-2: merge default
bivab
- [pypy-commit] pypy float-bytes: fix for 32-bits
alex_gaynor
- [pypy-commit] pypy float-bytes: make native fmttable use longlong2float for converting stff
alex_gaynor
- [pypy-commit] pypy win64-stage1: I disabled the CLI tests after I found out that the linux buildbot
ctismer
- [pypy-commit] pypy win64-stage1: hg merge default
ctismer
- [pypy-commit] pypy default: I disabled the CLI tests after I found out that the linux buildbot
ctismer
- [pypy-commit] pypy default: Merge
ctismer
- [pypy-commit] pypy win64-stage1: hg merge default
ctismer
- [pypy-commit] pypy default: win64 stage 1 is completely synchronized with default. Starting stage 2 soon.
ctismer
- [pypy-commit] pypy win64-stage1: win64 stage 1 is completely synchronized with default. Starting stage 2 soon.
ctismer
- [pypy-commit] pypy win64-stage1: hg merge default
ctismer
- [pypy-commit] pypy default: don't use space.w_NoneType, fixes zjit tests
fijal
- [pypy-commit] pypy default: it's a valid int if space.wrap worked I think
fijal
- [pypy-commit] pypy default: use more canonical way of comparing stuff
fijal
- [pypy-commit] pypy default: fix hashing of complex object
fijal
- [pypy-commit] pypy newindex: merge default
fijal
- [pypy-commit] pypy default: merge newindex
fijal
- [pypy-commit] pypy newindex: close merged branch (hg is confusing)
fijal
- [pypy-commit] pypy numpy-record-dtypes: implement .byteorder
fijal
- [pypy-commit] pypy numpy-record-dtypes: Add an assert and carefully ignore the rest of REVIEW (yes, but not this branch
fijal
- [pypy-commit] pypy default: I think this is enough to make translation work on 32bit
fijal
- [pypy-commit] pypy numpy-record-dtypes: merge default
fijal
- [pypy-commit] pypy default: (fijal, agaynor) Merge numpy-record-dtypes branch.
fijal
- [pypy-commit] pypy numpy-record-dtypes: close merged branch
fijal
- [pypy-commit] pypy default: there is also 32bit world, forgot
fijal
- [pypy-commit] pypy default: Save a word on x86-64.
arigo
- [pypy-commit] pypy default: Trivial changes from jit-continulet-2.
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy continulet-jit-2: Mark with an AssertionError a missing place to fix.
arigo
- [pypy-commit] pypy default: finally made the timing work under windows, which is probably a fake QPC
ctismer
- [pypy-commit] pypy default: Merge
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: typo
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] extradoc extradoc: write abstract
fijal
- [pypy-commit] extradoc extradoc: update
fijal
- [pypy-commit] pypy arm-backend-2: invert indexing in checkops
bivab
- [pypy-commit] pypy arm-backend-2: update to gcrootmap.get_basic_shape interface
bivab
- [pypy-commit] pypy default: whitespace
pjenvey
- [pypy-commit] pypy default: don't widen floats
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] pypy default: try to clean up translation
fijal
- [pypy-commit] pypy default: (fijal, antocuni) fix translation
fijal
- [pypy-commit] pypy py3k: expand this test, and add a reference to the relevant PEP
antocuni
- [pypy-commit] pypy py3k: merge heads
antocuni
- [pypy-commit] pypy py3k: I *think* that we have to kill this implementation of the multimethod: in py3k we only accept strings as arguments for replace
antocuni
- [pypy-commit] pypy py3k: make sure that str(str_subclass('foo')) returns something whose exact type is str
antocuni
- [pypy-commit] pypy py3k: bah, confusion: the str in str_w is of course the interp-level str, we want unicode_w to unwrap the applevel str. Obvious, isn't it? :-)
antocuni
- [pypy-commit] pypy float-bytes: failing test
alex_gaynor
- [pypy-commit] pypy float-bytes: tabs?
alex_gaynor
- [pypy-commit] pypy float-bytes: this should be a box, not a const
alex_gaynor
- [pypy-commit] pypy float-bytes: Fix for 32-bits.
alex_gaynor
- [pypy-commit] pypy float-bytes: CLose branch for merge.
alex_gaynor
- [pypy-commit] pypy default: Merged float-bytes. This adds a new llop/resop which converts a floats bytes to an integer.
alex_gaynor
- [pypy-commit] pypy float-bytes: reclose
alex_gaynor
- [pypy-commit] pypy default: remerge branch
alex_gaynor
- [pypy-commit] pypy float-bytes: merged default in?
alex_gaynor
- [pypy-commit] pypy float-bytes: closed branch. again.
alex_gaynor
- [pypy-commit] pypy default: merged float-bytes, last time.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: Merged default in.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: support for floats, except we need a convert_longlong_bytes_to_float llop
alex_gaynor
- [pypy-commit] pypy win64-stage1: begin to revive mingw support, allow --cc <arbitrary exe name>
mattip
- [pypy-commit] pypy win64-stage1: explicitly state problem when compiler and underlying python disagree
mattip
- [pypy-commit] pypy py3k: Revert this change, at least until we have proper support for unicode identifiers.
amauryfa
- [pypy-commit] pypy py3k: _make_function loops, thus needs unroll_safe
pjenvey
- [pypy-commit] extradoc extradoc: Added my outline of a Stackless story.
ctismer
- [pypy-commit] extradoc extradoc: Typos
rguillebert
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy py3k: merge default
pjenvey
- [pypy-commit] pypy py3k: 2to3
pjenvey
- [pypy-commit] pypy py3k: minor py3 compat fixes
pjenvey
- [pypy-commit] pypy py3k: fix default's latest merge
pjenvey
- [pypy-commit] [pypy/pypy] add ndmin param to numpy.array (pull request #63)
Michael Blume
- [pypy-commit] [pypy/pypy] add ndmin param to numpy.array (pull request #63)
Maciej Fijalkowski
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy.org extradoc: update progress bars
fijal
- [pypy-commit] pypy.org extradoc: merge
fijal
- [pypy-commit] pypy default: kill the run task and related code
RonnyPfannschmidt
- [pypy-commit] pyrepl py3ksupport: undo misstake
RonnyPfannschmidt
- [pypy-commit] pyrepl py3ksupport: merge
RonnyPfannschmidt
- [pypy-commit] pypy py3k: revert 6c0f46ca2071 and 0c0fd7170ad3, and move the logic inside str.__str__, also improving test_call_unicode. Now bot test_call_unicode and test_returns_subclass work
antocuni
- [pypy-commit] pypy py3k: kill test about marshaling longs, they are no longer there
antocuni
- [pypy-commit] pypy py3k: marshal.loads expects bytes now
antocuni
- [pypy-commit] pypy py3k: buffer no longer exists in py3k, and 'c' is no longer a valid typecode for array.array
antocuni
- [pypy-commit] pypy default: test_marshal.py was automatically generated, but then was manually modified
antocuni
- [pypy-commit] pypy py3k: use bytes, not str with marshal.loads
antocuni
- [pypy-commit] pypy default: fix test for 32 bits
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy default: add the new op to llinterp, fixes tests.
alex_gaynor
- [pypy-commit] extradoc extradoc: Abstract for the STM talk.
arigo
- [pypy-commit] extradoc extradoc: Add a sentence
arigo
- [pypy-commit] extradoc extradoc: Update as a two-parts talk.
arigo
- [pypy-commit] extradoc extradoc: tweak the title and expand the first sentence
antocuni
- [pypy-commit] pypy default: Add a comment.
arigo
- [pypy-commit] pypy py3k: skip rope marshal tests: ropes are broken in py3k
antocuni
- [pypy-commit] extradoc extradoc: typo
arigo
- [pypy-commit] pypy default: Pre-import a few built-in modules, because some programs actually rely
arigo
- [pypy-commit] pypy reflex-support: two loops for overload handling; one fast, one for collecting errors, if any
wlav
- [pypy-commit] pypy reflex-support: enable hsimple.py in its full glory (note that it is now no longer completely CPU-bound, so less useful as a true benchmark, but fun nevertheless)
wlav
- [pypy-commit] pypy reflex-support: simplification
wlav
- [pypy-commit] pypy win64-stage1: mingw compatability
mattip
- [pypy-commit] pypy win64-stage1: merge
mattip
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy default: properly map the new llop to the right JVM method.
alex_gaynor
- [pypy-commit] pypy win64-stage1: allow CC environment variable to specify compiler
mattip
- [pypy-commit] [pypy/pypy] add ndmin param to numpypy.array (pull request #64)
Michael Blume
- [pypy-commit] pypy win64-stage1: whoops
mattip
- [pypy-commit] pypy win64-stage1: better error message, fix for mingw
mattip
- [pypy-commit] pypy py3k: kill the buffer() builtin; the internal implementation is still used by memoryview. Also, refactor the buffer tests to use memoryview when possible. test_buffer passes with -A
antocuni
- [pypy-commit] pypy py3k: memoryview.__getitem__ must return bytes, not str
antocuni
- [pypy-commit] pypy py3k: add a repr similar to cpython
antocuni
- [pypy-commit] pypy py3k: bah, of course when we do a slice we need to wrap() the resulting memoryview, not wrapbytes() it. This makes test_basic passing
antocuni
- [pypy-commit] pypy py3k: forbid comparisons between memoryviews. test_buffer now passes
antocuni
- [pypy-commit] pypy bytearray-refactor: Refactor capitalize() method into base class.
Aaron Iles
- [pypy-commit] pypy py3k: we no longer have longs
antocuni
- [pypy-commit] pypy py3k: adapt unicode-->str and str-->bytes
antocuni
- [pypy-commit] pypy py3k: explicitly make a list
antocuni
- [pypy-commit] pypy py3k: format() now works only on str, kill the old __unicode__ stuff
antocuni
- [pypy-commit] pypy py3k: kill longs
antocuni
- [pypy-commit] pypy py3k: kill long and unicode
antocuni
- [pypy-commit] pypy py3k: kill longs, unicode, range() --> list(range())
antocuni
- [pypy-commit] pypy py3k: fix this test and add a comment
antocuni
- [pypy-commit] pypy default: add a comment to explain this test
antocuni
- [pypy-commit] pypy bytearray-refactor: Refactor out title() method into base class.
aliles
- [pypy-commit] pypy bytearray-refactor: Add missing _mixin_ attribute to mixin classes.
aliles
- [pypy-commit] pypy default: Test for 1c6dc3e6e70c.
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy py3k: kill these two tests about longs: they are no longer there
antocuni
- [pypy-commit] pypy py3k: bah, ints are now W_LongObject, so this multimethod was never called. Adapt it to deal with longs
antocuni
- [pypy-commit] pypy py3k: 2to3
antocuni
- [pypy-commit] pypy py3k: we cannot mix bytes and unicode when .join(); adapt one test and kill the other
antocuni
- [pypy-commit] pypy py3k: we no longer have oldstyle classes
antocuni
- [pypy-commit] pypy py3k: our ints all inherits from W_AbstractIntObject now
antocuni
- [pypy-commit] [pypy/pypy] add ndmin param to numpypy.array (pull request #64)
Michael Blume
- [pypy-commit] pypy win64-stage1: document and fix for libffi on mingw
mattip
- [pypy-commit] pypy win64-stage1: make rst actually compile
mattip
- [pypy-commit] pypy py3k: kill longs and u'' string
antocuni
- [pypy-commit] pypy win64-stage1: clarify
mattip
- [pypy-commit] pypy py3k: on 32bits, the accum variable might overflow to a long; make sure to cast back so a signed int before passing it to _store_digits
antocuni
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Alex Gaynor
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Alex Gaynor
- [pypy-commit] Notification: pypy
Bitbucket
- [pypy-commit] pypy py3k: we no longer have the applevel 'buffer', so no way the get the raw bytes of the unicode string. Hardcode the bytes because we know it's UCS-4, at least on linux
antocuni
- [pypy-commit] pypy py3k: we no longer have buffers, but we have memoryview instead
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: typo
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: we no longer have buffer at applevel, kill this check
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy default: update the comment and kill the XXX, this is not really 'temporary' at all
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: this is not supposed to raise, but to work
antocuni
- [pypy-commit] pypy arm-backend-2: remove debugger call
bivab
- [pypy-commit] pypy arm-backend-2: implement stack overflow checks in the backend
bivab
- [pypy-commit] pypy py3k: kill this line, which was introduced by 794e8ba95264: we never want pathname
antocuni
- [pypy-commit] pypy py3k: enable the array and struct modules, for test_array_write. Else the test imports the corresponding modules in lib_pypy, which are now broken because we no longer have buffer (and I am not sure that fixing them is a good idea)
antocuni
- [pypy-commit] pypy default: kill struct, array, binascii and _locale from lib_pypy: all these modules are
antocuni
- [pypy-commit] pypy ppc-jit-backend: (bivab, hager): insert stack check before building the PyPy frame
hager
- [pypy-commit] pypy ppc-jit-backend: adjust comments
hager
- [pypy-commit] pypy ppc-jit-backend: beautify code
hager
- [pypy-commit] pypy stm-gc: Writing code before tests: trying to write something in order to have
arigo
- [pypy-commit] pypy stm-gc: hg merge default
arigo
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] pypy default: Update "Remove the GIL". The rest seem still up-to-date.
arigo
- [pypy-commit] [pypy/pypy] add module-level array_equal to numpypy (pull request #48)
Michael Blume
- [pypy-commit] [pypy/pypy] add module-level array_equal to numpypy (pull request #48)
Michael Blume
- [pypy-commit] pypy array_equal: add some array_equal tests
MichaelBlume
- [pypy-commit] pypy array_equal: add module-level asarray and array_equal
MichaelBlume
- [pypy-commit] pypy array_equal: move array_equal tests to test_lib_pypy, as requested
MichaelBlume
- [pypy-commit] pypy default: array.py is no longer in lib_pypy, update the test
antocuni
- [pypy-commit] pypy default: these tests require strut because they use pickle
antocuni
- [pypy-commit] pypy default: these tests require struct as well
antocuni
- [pypy-commit] pypy default: struct and array are needed for these tests
antocuni
- [pypy-commit] pypy default: add struct to even more tests
antocuni
- [pypy-commit] pypy default: use the array modules; and s/binascii/_functools, because binascii is no longer in lib_pypy
antocuni
- [pypy-commit] pypy default: we no longer have lib_pypy/binascii.py to get the crc32_tab from. Fish it from module/binascii instead, even if it's suboptimal because rlib should not import from pypy.module :-(
antocuni
- [pypy-commit] pypy default: add struct here and there
antocuni
- [pypy-commit] pypy default: lib_pypy/binascii.py has gone
antocuni
- [pypy-commit] pypy default: binascii is no longer there, use _functools instead
antocuni
- [pypy-commit] pypy default: add more struct everywhere
antocuni
- [pypy-commit] pypy default: merge heads
antocuni
- [pypy-commit] pypy default: Update doc about sandbox.
arigo
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Maciej Fijalkowski
- [pypy-commit] pypy default: another one to ignore
fijal
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] [pypy/pypy] add param ndmin to numpypy.array (pull request #65)
Michael Blume
- [pypy-commit] pypy ndmin: add failing test of ndmin parameter of numpy.array
MichaelBlume
- [pypy-commit] pypy ndmin: make test pass -- add ndmin param to numpy.array
MichaelBlume
- [pypy-commit] pypy ndmin: test the no-op case for ndmin
MichaelBlume
- [pypy-commit] pypy default: use the array module only in test_arraymodule, else the other tests start failing for obscure reasons
antocuni
- [pypy-commit] pypy default: we need to set continuation=True for these tests to work. No idea how could they work before
antocuni
- [pypy-commit] pypy default: hopefully the last test for which we need to use the struct module
antocuni
- [pypy-commit] pypy default: the 'run' task has been killed, update the test
antocuni
- [pypy-commit] pypy default: move unicode_w from W_StringObject up to W_AbstractStringObject; this way, it is automatically used also by ropes, which fixes test_unicode_join_str_arg_utf8
antocuni
- [pypy-commit] pypy py3k: hg merge default
antocuni
- [pypy-commit] pypy numpypy-out: merge from default
mattip
- [pypy-commit] pypy numpypy-out: fix merge
mattip
- [pypy-commit] pypy default: Bah. The code is correct and the test wrong, for a double reason. :-(
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy default: fix few tests on 32 bit
fijal
- [pypy-commit] pypy default: 32bit fixes and cleanups
fijal
- [pypy-commit] pypy default: cleanup the 32bit situation
fijal
- [pypy-commit] pypy default: bah :-(
antocuni
- [pypy-commit] pypy ppc-jit-backend: factor out common code
hager
- [pypy-commit] pypy default: Start writing a doc
fijal
- [pypy-commit] extradoc extradoc: start a blog post
fijal
- [pypy-commit] extradoc extradoc: merge
fijal
- [pypy-commit] pypy win64-stage1: Merge
ctismer
- [pypy-commit] pypy default: Small fixes
arigo
- [pypy-commit] pypy arm-backend-2: merge default
bivab
- [pypy-commit] pypy default: kill a relative import
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy default: a missing hop.exception_is_here
fijal
- [pypy-commit] pypy default: test all the things
fijal
- [pypy-commit] pypy py3k: disable IntDictStrategy for now: we cannot use it, since now 'ints' are acutally 'longs'
antocuni
- [pypy-commit] pypy py3k: add some TODO list
antocuni
- [pypy-commit] pypy py3k: add w_unicode to the FakeObjSpace, it's needed for translating itertools
antocuni
- [pypy-commit] pypy py3k: dtypes are now passed around as unicode
antocuni
- [pypy-commit] pypy py3k: __nonzero__ has been renamed to __bool__ in py3k
antocuni
- [pypy-commit] pypy py3k: s/buffer/memoryview
antocuni
- [pypy-commit] pypy py3k: skip these numpypy tests for now, the applevel part of numpy has to been ported to python3
antocuni
- [pypy-commit] pypy py3k: kill unicode_w from W_AbstractStringObject: in py3k, byte strings are not convertible to unicode using the default econding
antocuni
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: we cannot call self.rand() when using -A
antocuni
- [pypy-commit] pypy default: On Windows, tests using os.open with mode 0 create a read-only file, which then is harder to remove.
ctismer
- [pypy-commit] pypy win64-stage1: hg merge default
ctismer
- [pypy-commit] [pypy/pypy] Allow "from numpy.core.numeric import shape" (pull request #66)
Michael Blume
- [pypy-commit] [pypy/pypy] Allow "from numpy.core.numeric import shape" (pull request #66)
Alex Gaynor
- [pypy-commit] pypy default: Write section about GC.
arigo
- [pypy-commit] pypy default: fix a failing test
alex_gaynor
- [pypy-commit] pypy default: merged upstream
alex_gaynor
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy win64-stage1: small cleanup
ctismer
- [pypy-commit] pypy default: Merge with win64-stage1
ctismer
- [pypy-commit] pypy numpypy-out: fix translation error caused by reuse of self.res attribute by both out arg processing and ToStringArray
mattip
- [pypy-commit] pypy numpypy-out: merge from default, ready for review
mattip
- [pypy-commit] pypy numpypy-out: fix zjit arraylen_gc count
mattip
- [pypy-commit] pypy default: v+stuff does not produce pointers
fijal
- [pypy-commit] pypy default: remove flags from mmap signature on windows
mattip
- [pypy-commit] pypy win64-stage1: avoid py.path.local problem with empty cdrom drive
mattip
- [pypy-commit] pypy win64-stage1: whoops (amaury_)
mattip
- [pypy-commit] pypy default: Section about the JIT.
arigo
- [pypy-commit] pypy default: Complete.
arigo
- [pypy-commit] pypy win64-stage1: Backed out changeset: 3e677b357851
mattip at wyvern.cs.uni-duesseldorf.de
- [pypy-commit] pypy win64-stage1: Backed out changeset: 0993bdbb1d59
mattip at wyvern.cs.uni-duesseldorf.de
- [pypy-commit] pypy win64-stage1: merge with default
mattip at wyvern.cs.uni-duesseldorf.de
- [pypy-commit] pypy default: try hard to package correct runtime
Matti Picus
- [pypy-commit] pypy default: If any of these are None, don't export them.
alex_gaynor
- [pypy-commit] pypy default: Merged upstream.
alex_gaynor
- [pypy-commit] pypy default: Python 2.5 compat
arigo
- [pypy-commit] pypy set-strategies: hg merge default
arigo
- [pypy-commit] pypy default: remove msvcXX.dll, users should install it independently
mattip
- [pypy-commit] pypy.org extradoc: Add a note about I/O and inevitable transactions.
arigo
- [pypy-commit] pypy set-strategies: Typo.
arigo
- [pypy-commit] pypy set-strategies: Add more tests that don't pass.
arigo
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy set-strategies: Regularize the interface by not having the *_update() method return
arigo
- [pypy-commit] pypy set-strategies: Optimize and fix _convert_set_to_frozenset().
arigo
- [pypy-commit] pypy set-strategies: Simplifications.
arigo
- [pypy-commit] pypy set-strategies: Note
arigo
- [pypy-commit] pypy set-strategies: Fix test_listobject by moving 'w_list.__init__(space, [])' to the start
arigo
- [pypy-commit] pypy set-strategies: Performance improvement.
arigo
- [pypy-commit] pypy default: I'm sure this is no longer necessary
fijal
- [pypy-commit] pypy default: skip this test on pythn <2.7
fijal
- [pypy-commit] pypy default: merge;
fijal
- [pypy-commit] pypy numpypy-out: merge default
fijal
- [pypy-commit] pypy numpypy-out: dot does not accept out on new numpy
fijal
- [pypy-commit] pypy default: merge numpypy-out. adds out=xxx parameter to most things. still missing some out= parameters on stuff imported from numpy
fijal
- [pypy-commit] pypy set-strategies: Test and fix.
arigo
- [pypy-commit] pypy default: Horrible typo in horrible code.
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy set-strategies: hg merge default
arigo
- [pypy-commit] pypy set-strategies: Failing test.
arigo
- [pypy-commit] pypy set-strategies: - weaken the test as needed for OrderedDict and fix it
arigo
- [pypy-commit] pypy set-strategies: Extend the test to all types with strategies.
arigo
- [pypy-commit] pypy default: Have bytearray.__getitem__(slice) go through the ll_arraycopy fast path when possible.
alex_gaynor
- [pypy-commit] pypy set-strategies: Close branch about to be merged
arigo
- [pypy-commit] pypy default: merge set-strategies:
arigo
- [pypy-commit] pypy default: all asmgcroot tests disabled for MSVC
ctismer
- [pypy-commit] pypy default: move a loop outside
fijal
- [pypy-commit] pypy float-bytes-2: Added the operation for RPython.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: JIT support, x86-64 now, next 32-bit.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: Now works on 32-bit. test_zll_stress doesn't work though.
alex_gaynor
- [pypy-commit] pypy float-bytes: fix
fijal
- [pypy-commit] pypy reflex-support: o) handle constructors separately, as needed for the CINT backend
wlav
- [pypy-commit] pypy reflex-support: merge default into branch
wlav
- [pypy-commit] pypy reflex-support: do not release the GIL when calling into CINT to allow TPython callbacks
wlav
- [pypy-commit] pypy win64-stage1: merge default
ctismer
- [pypy-commit] pypy default: re-enabled win32 tests to make amaury happy. win64 still disabled
ctismer
- [pypy-commit] pypy win64-stage1: Merge with default
ctismer
- [pypy-commit] pypy default: merge
ctismer
- [pypy-commit] pypy default: Merge with win64-stage1
ctismer
- [pypy-commit] pypy win64-stage1: merge
ctismer
- [pypy-commit] pypy default: Merge with win64-stage1
ctismer
- [pypy-commit] pypy default: fix
fijal
- [pypy-commit] pypy float-bytes: Close again.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: merged default in
alex_gaynor
- [pypy-commit] pypy float-bytes-2: same changes throughout
alex_gaynor
- [pypy-commit] pypy float-bytes-2: runner test for this
alex_gaynor
- [pypy-commit] pypy float-bytes-2: Merged default in.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: fix test for 32-bits
alex_gaynor
- [pypy-commit] pypy float-bytes-2: 32bit fix?
alex_gaynor
- [pypy-commit] extradoc extradoc: abstract for my talk at UCT
fijal
- [pypy-commit] pypy float-bytes-2: Make it work with exceptions.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: Added JVM support.
alex_gaynor
- [pypy-commit] pypy float-bytes-2: Closing branch for merge.
alex_gaynor
- [pypy-commit] pypy default: Add a utility to convert longlong's bytes to a double.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: Merged default.
alex_gaynor
- [pypy-commit] pypy default: reformat remove tab
mattip
- [pypy-commit] pypy default: add a cpyext-related project.
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] pypy default: Remote a few Unimplemented features that have already been
arigo
- [pypy-commit] pypy default: Unroll some functions in numpy correctly.
alex_gaynor
- [pypy-commit] jitviewer default: count percentage better
fijal
- [pypy-commit] jitviewer default: merge
fijal
- [pypy-commit] jitviewer default: merge
fijal
- [pypy-commit] extradoc extradoc: (agaynor, fijal) start working on slides
fijal
- [pypy-commit] pypy default: There is no time2 module.
amauryfa
- [pypy-commit] pypy default: Improve documentation of parsestr()
amauryfa
- [pypy-commit] pypy default: Remove dead code.
amauryfa
- [pypy-commit] pypy dynamic-specialized-tuple: fix, result of a bad merge
alex_gaynor
- [pypy-commit] extradoc extradoc: Fix 3 extremely minor typos/grammar
lac
- [pypy-commit] pypy reflex-support: o) simplication of exception handling
wlav
- [pypy-commit] pypy reflex-support: put C++ signature in method doc-string
wlav
- [pypy-commit] pypy reflex-support: doc strings with C++ signatures for CINT backend
wlav
- [pypy-commit] pypy reflex-support: really pretty error messages
wlav
- [pypy-commit] pypy default: if start - stop <= 0, return a empty string
gutworth
- [pypy-commit] pypy default: get correct behavior on JVM
gutworth
- [pypy-commit] pypy numpy-ufuncs3: Add square
taavi_burns
- [pypy-commit] pypy numpy-ufuncs3: Add fmax and fmin
taavi_burns
- [pypy-commit] pypy numpy-ufuncs3: Exposing invert
taavi_burns
- [pypy-commit] pypy default: fix for runicode test
gutworth
- [pypy-commit] pypy default: wrap nicely
gutworth
- [pypy-commit] pypy default: Revert 3b13b7c4c388 through 029ef1dd4a1a: this may look like a good
arigo
- [pypy-commit] pypy default: Bring back 3b13b7c4c388 through 029ef1dd4a1a; fix slicing when stop > start
gutworth
- [pypy-commit] pypy default: add comment
gutworth
- [pypy-commit] pypy default: avoid creating another JIT path
gutworth
- [pypy-commit] pypy default: grammar
gutworth
- [pypy-commit] pypy default: be more specific
gutworth
- [pypy-commit] pypy closed-branches: Merge closed head 1c041f97db71 on branch numpypy-reshape
arigo
- [pypy-commit] pypy closed-branches: Merge closed head cc88cec43893 on branch matrixmath-dot
arigo
- [pypy-commit] pypy closed-branches: Merge closed head fdfd5bbea0c4 on branch merge-2.7.2
arigo
- [pypy-commit] pypy closed-branches: Merge closed head b21805c30c04 on branch builtin-module
arigo
- [pypy-commit] pypy closed-branches: Merge closed head df5b775bc528 on branch numpy-single-jitdriver
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 43148440cc3f on branch string-NUL
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 3720ee526894 on branch stm-gc
arigo
- [pypy-commit] pypy closed-branches: Merge closed head bb928c63c548 on branch ppc-jit-backend-rpythonization
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 028a592738b8 on branch sse-vectorization
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 698dc6400468 on branch miniscan
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 6cd6773cb83a on branch faster-str-decode-escape
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 2384ed17e36f on branch translation-time-measurments
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 77b9215879ee on branch speedup-list-comprehension
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 7773199776cc on branch pyarg-parsebuffer-s-star-buffer
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 0cb14871b9aa on branch xapian
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 0fa3060deaee on branch jit-resizable-list
arigo
- [pypy-commit] pypy closed-branches: Merge closed head b91746e9cbb9 on branch newindex
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 047981f9d0d2 on branch numpy-record-dtypes
arigo
- [pypy-commit] pypy closed-branches: Merge closed head 0d19de864ceb on branch float-bytes
arigo
- [pypy-commit] pypy closed-branches: re-close this branch
arigo
- [pypy-commit] pypy default: Merge in more ufuncs
taavi_burns
- [pypy-commit] pypy default: cpyext: add support for buffer(array.array)
amauryfa
- [pypy-commit] pypy dynamic-specialized-tuple: Kill this optimization, it's bogus. It could, in theory work if neither shape has an object in it.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: kill an assert that doesn't hold now.
alex_gaynor
- [pypy-commit] pypy dynamic-specialized-tuple: Start trying to get this test to pass under x86, now it segfaults.
alex_gaynor
- [pypy-commit] pypy default: Print the revision in addition to the branch name.
arigo
- [pypy-commit] pypy default: Optimization for the JIT: do not escape the frame when seeing code that
arigo
- [pypy-commit] pypy default: Add a test for 42c400cba53a.
arigo
- [pypy-commit] pypy default: merge heads
arigo
- [pypy-commit] pypy win64-stage1: hg merge default
ctismer
- [pypy-commit] pypy default: Fix keepalive issues in buffer(array(..)).
arigo
- [pypy-commit] pypy win32-cleanup2: change branch name
mattip
- [pypy-commit] pypy win32-cleanup_2: rename branch
mattip
- [pypy-commit] pypy win32-cleanup2: merge to close branch
mattip
- [pypy-commit] pypy win32-cleanup2: merge from default
mattip
- [pypy-commit] pypy win32-cleanup2: refactor compiler search a bit
mattip
- [pypy-commit] pypy win32-cleanup2: validate fp by using os.read in fread
mattip
- [pypy-commit] pypy default: always look inside the product - we kind of need it.
fijal
- [pypy-commit] pypy default: merge
fijal
- [pypy-commit] pypy default: Fix cpyext after recent changes to the array module.
amauryfa
- [pypy-commit] pypy default: issue1101: Even if only string keys are allowed in type dicts,
amauryfa
- [pypy-commit] pypy default: Windows fix.
arigo
- [pypy-commit] extradoc extradoc: Update with the current state, the next things to work on, and more "to
arigo
- [pypy-commit] extradoc extradoc: Add a future "JIT support" section.
arigo
- [pypy-commit] extradoc extradoc: merge heads
arigo
- [pypy-commit] pypy default: debug_repr() may not be implemented in all subclasses. It's usually a
arigo
- [pypy-commit] pypy stm-gc: Expose bool_cas() to the RPython level. Interface tentative so far.
arigo
- [pypy-commit] pypy stm-gc: Add a non-passing test.
arigo
- [pypy-commit] pypy stm-gc: Remove the repeated malloc/free.
arigo
- [pypy-commit] pypy stm-gc: Add 'transaction.remove_epoll()'.
arigo
- [pypy-commit] pypy stm-gc: Document transaction.py. Synchronize the exception behavior with module/transaction/.
arigo
- [pypy-commit] pypy stm-gc: Clarify.
arigo
Last message date:
Sat Mar 31 18:19:29 CEST 2012
Archived on: Sat Mar 31 18:19:31 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).