You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:pypy

See all merge proposals.

PyPy has 73 active branches owned by 3 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:pypy
Series: trunk
1 Development 2010-11-28 22:35:48 UTC
25687. Implement the sq_contains slot, and P...

Author: afa
Revision Date: 2010-11-28 22:35:48 UTC

Implement the sq_contains slot,
and PyStructSequence objects

lp:~stefanor/pypy/git-trunk 1 Development 2012-06-20 15:57:47 UTC This branch has not been imported yet.
lp:~tbaldridge/pypy/trunk 1 Development 2012-05-31 20:46:30 UTC This branch has not been imported yet.
lp:~mwhudson/pypy/hg-trunk 1 Development 2011-04-06 01:26:27 UTC This branch has not been imported yet.
lp:~mwhudson/pypy/imported-avm 1 Development 2010-06-24 05:27:30 UTC
23298. Merged from trunk

Author: magcius
Revision Date: 2010-06-24 05:27:30 UTC

Merged from trunk

lp:~mwhudson/pypy/imported-cpython-extension 1 Development 2010-04-21 01:00:38 UTC
24800. PyString_Format

Author: afa
Revision Date: 2010-04-20 23:46:01 UTC

PyString_Format

lp:~mwhudson/pypy/imported-multijit 1 Development 2010-03-20 14:40:22 UTC
23754. Fix.

Author: arigo
Revision Date: 2010-03-20 14:40:22 UTC

Fix.

lp:~mwhudson/pypy/imported-virtualizable-specnodes 1 Development 2010-03-15 08:54:52 UTC
21000. an in-progress checkin of changes so-...

Author: fijal
Revision Date: 2009-03-20 07:49:34 UTC

an in-progress checkin of changes so-far

lp:~mwhudson/pypy/imported-unroll-safe-if-const-arg 1 Development 2010-03-15 08:54:16 UTC
23725. mark character finding as pure. at so...

Author: cfbolz
Revision Date: 2010-01-26 14:36:20 UTC

mark character finding as pure. at some point we should do that systematically
about string functions.

lp:~mwhudson/pypy/imported-unicode_filename 1 Development 2010-03-15 08:53:08 UTC
21329. Fix os.getcwdu() to return a unicode ...

Author: afa
Revision Date: 2009-04-24 16:17:08 UTC

Fix os.getcwdu() to return a unicode as advertised.
This fixes the last failure on Windows!

lp:~mwhudson/pypy/imported-type-celldict 1 Development 2010-03-15 08:51:38 UTC
21410. refactor way the dict_w attribute of ...

Author: cfbolz
Revision Date: 2009-06-27 17:26:40 UTC

refactor way the dict_w attribute of types is accessed

lp:~mwhudson/pypy/imported-translator-without-old-genc 1 Development 2010-03-15 08:50:36 UTC
1045. Copied from the head.

Author: arigo
Revision Date: 2005-06-09 20:23:30 UTC

Copied from the head.

lp:~mwhudson/pypy/imported-shorter-guard-path 1 Development 2010-03-15 08:49:10 UTC
23425. Don't crash when printing a FailedToI...

Author: arigo
Revision Date: 2009-11-20 19:37:44 UTC

Don't crash when printing a FailedToImplement error.

lp:~mwhudson/pypy/imported-sepcomp 1 Development 2010-03-15 08:47:24 UTC
20136. Add example md5demo module.

Author: xoraxax
Revision Date: 2009-12-09 11:15:29 UTC

Add example md5demo module.

lp:~mwhudson/pypy/imported-separate-compilation 1 Development 2010-03-15 08:46:56 UTC
23698. A test that I would like to pass: a C...

Author: afa
Revision Date: 2010-01-22 16:32:50 UTC

A test that I would like to pass:
a Controller should be able to support method calls on the Controlled object.

Help needed!

lp:~mwhudson/pypy/imported-remove-ri386-multimethod-2 1 Development 2010-03-15 08:46:16 UTC
23613. Progress.

Author: arigo
Revision Date: 2009-12-20 12:19:50 UTC

Progress.

lp:~mwhudson/pypy/imported-pypy-rdict-refactoring 1 Development 2010-03-15 08:38:22 UTC
8977. Typo (thanks Ben Young). Quite hard ...

Author: arigo
Revision Date: 2006-03-23 10:30:47 UTC

Typo (thanks Ben Young). Quite hard to test because CPython
eats all exceptions in __eq__ called by the dict lookup
algorithm! Bad CPython!

lp:~mwhudson/pypy/imported-pypy-more-rtti-inprogress 1 Development 2010-03-15 08:20:30 UTC
16797. If a CConfig has only 'rffi_platform....

Author: arigo
Revision Date: 2007-09-04 11:39:50 UTC

If a CConfig has only 'rffi_platform.Has' entries, and if the
CConfig tries to #include non-existing headers, then it is not
a fatal error but simply an indication that the platform does
not have the functions or names in question.

lp:~mwhudson/pypy/imported-pypy-interp-file 1 Development 2010-03-15 07:59:50 UTC
18226. The ReadBZ2Filter acts like a read bu...

Author: arigo
Revision Date: 2007-12-10 11:17:45 UTC

The ReadBZ2Filter acts like a read buffer itself, so we don't need
to layer another one on top of it - at least if the peek() method
is present.

lp:~mwhudson/pypy/imported-pypy-genc 1 Development 2010-03-15 07:58:19 UTC
1888. Some more tweaking reference counters...

Author: arigo
Revision Date: 2004-09-06 13:53:14 UTC

Some more tweaking reference counters. The resulting C code looks reasonable
now -- it tries hard to minimize the Py_{INC,DEC}REF().

Moved a couple of private tests to test_ctrans.py. I'll try to figure out
later why you cannot call two test functions 'fn' without the two Translator
instances getting confused.

 --This line, and those below, will be ignored--

M translator/test/test_ctrans.py
M translator/typer.py

lp:~mwhudson/pypy/imported-pypycpp 1 Development 2010-03-15 07:57:08 UTC
21334. a simple example using reflex and pyp...

Author: igorto
Revision Date: 2009-04-26 13:17:13 UTC

a simple example using reflex and pypy(i still need to create a Makefile)

lp:~mwhudson/pypy/imported-pypy 1 Development 2010-03-15 07:56:12 UTC
810. reorganizing branch, part 1

Author: arigo
Revision Date: 2003-07-07 11:40:22 UTC

reorganizing branch, part 1

lp:~mwhudson/pypy/imported-pyjitpl5-simplify-pygirl 1 Development 2010-03-15 07:55:40 UTC
21373. replace it with the version of the ol...

Author: cfbolz
Revision Date: 2009-04-20 13:27:19 UTC

replace it with the version of the old branch

lp:~mwhudson/pypy/imported-no-recompilation 1 Development 2010-03-15 07:54:56 UTC
22743. (micke, pedronis) disambiguate the us...

Author: pedronis
Revision Date: 2009-09-04 15:12:22 UTC

(micke, pedronis) disambiguate the usage of _x86_stack_depth minimizing confusion, one overlapping and potentially
dangerous usage was test only

lp:~mwhudson/pypy/imported-newdotviewer 1 Development 2010-03-15 07:54:04 UTC
160. added test files and temp refactoring...

Author: misto
Revision Date: 2007-12-12 21:07:04 UTC

added test files and temp refactoring modules

lp:~mwhudson/pypy/imported-multijit-2 1 Development 2010-03-15 07:53:34 UTC
24006. Merge branch/multijit. Start to fix ...

Author: arigo
Revision Date: 2010-03-11 12:41:07 UTC

Merge branch/multijit. Start to fix a few test failures. There are more.

lp:~mwhudson/pypy/imported-micronumpy-ElectronicRU 1 Development 2010-03-15 07:52:24 UTC
23589. This broke all tests, keeping the cod...

Author: dan
Revision Date: 2009-12-30 08:21:02 UTC

This broke all tests, keeping the code alive in this branch though.

lp:~mwhudson/pypy/imported-micronumpy 1 Development 2010-03-15 07:51:50 UTC
23618. Added many tests and fixed many old e...

Author: electronicru
Revision Date: 2010-03-11 09:13:27 UTC

Added many tests and fixed many old errors for sd/mdarray;
fixed Ellipsis behavior, None behavior in indices; newaxis added and tested.
TODO: multiindexing sdarrays.

lp:~mwhudson/pypy/imported-merging 1 Development 2010-03-15 07:33:55 UTC
16717. Repeat the deletion of these two file...

Author: arigo
Revision Date: 2007-09-05 11:26:41 UTC

Repeat the deletion of these two files that occurred on the
pypy-more-rtti-inprogress branch.

lp:~mwhudson/pypy/imported-lltype-refactoring 1 Development 2010-03-15 07:30:19 UTC
4244. oops, debug print

Author: pedronis
Revision Date: 2005-06-07 14:40:18 UTC

oops, debug print

lp:~mwhudson/pypy/imported-kill-remaining-suggested-primitives 1 Development 2010-03-15 07:28:10 UTC
18378. Revert unintended change.

Author: arigo
Revision Date: 2007-11-20 19:15:15 UTC

Revert unintended change.

lp:~mwhudson/pypy/imported-kill-can-inline 1 Development 2010-03-15 07:27:42 UTC
23803. I would like to pass this function

Author: cfbolz
Revision Date: 2010-02-17 14:23:04 UTC

I would like to pass this function

lp:~mwhudson/pypy/imported-judy-trees 1 Development 2010-03-15 07:26:06 UTC
20044. * Add an explicit free and pass a tes...

Author: fijal
Revision Date: 2008-06-01 15:35:31 UTC

* Add an explicit free and pass a test
* Add exception_is_here/cannot_occur

lp:~mwhudson/pypy/imported-jit-timeshifter-refactoring 1 Development 2010-03-15 07:25:39 UTC
223. Fixed imports.

Author: arigo
Revision Date: 2006-04-04 14:11:13 UTC

Fixed imports.

lp:~mwhudson/pypy/imported-jit-profiling 1 Development 2010-03-15 07:25:10 UTC
23695. (pedronis, fijal) A tentative checkin...

Author: fijal
Revision Date: 2010-01-18 14:31:48 UTC

(pedronis, fijal) A tentative checkin, try to kill frame.is_being_profiled.

lp:~mwhudson/pypy/imported-jit-newx86 1 Development 2010-03-15 07:24:40 UTC
24044. Slowly learning the proper way of uni...

Author: arigo
Revision Date: 2010-03-14 16:40:05 UTC

Slowly learning the proper way of unit tests: make codebuf
independent of rx86, including tests.

lp:~mwhudson/pypy/imported-jit-constptr 1 Development 2010-03-15 07:24:06 UTC
23954. Intermediate stage. Random progress,...

Author: arigo
Revision Date: 2010-03-08 16:27:52 UTC

Intermediate stage. Random progress, but I still need to write tests
and implement code that notes where in the assembler the
convert_to_imm(ConstPtr(..)) results get written to.

lp:~mwhudson/pypy/imported-interplevel-oldstyle-classes 1 Development 2010-03-15 07:23:38 UTC
18744. allow weakrefability

Author: cfbolz
Revision Date: 2007-12-14 10:36:11 UTC

allow weakrefability

lp:~mwhudson/pypy/imported-i386-regalloc 1 Development 2010-03-15 07:23:11 UTC
14145. Remove the odd-numbers hack for the l...

Author: arigo
Revision Date: 2007-01-14 14:54:51 UTC

Remove the odd-numbers hack for the llinterp in codebuf.py; seems to work without.
Add an --interp flag for py.test to run test_interp_ts.

lp:~mwhudson/pypy/imported-guard-value-counting 1 Development 2010-03-15 07:22:39 UTC
23862. Check in my working copy. That branc...

Author: arigo
Revision Date: 2010-03-05 11:43:12 UTC

Check in my working copy. That branch will probably be abandonned
and maybe restarted some day.

lp:~mwhudson/pypy/imported-graphserver-dist 1 Development 2010-03-15 07:22:07 UTC
16574. Fix imports.

Author: arigo
Revision Date: 2007-06-15 14:01:15 UTC

Fix imports.

lp:~mwhudson/pypy/imported-gc-prebuilt-dying 1 Development 2010-03-15 07:21:41 UTC
23844. Intermediate check-in. Mess. It's n...

Author: arigo
Revision Date: 2010-02-23 16:50:19 UTC

Intermediate check-in. Mess. It's not going to work unless I find
a new idea.

lp:~mwhudson/pypy/imported-gcmaptable-c 1 Development 2010-03-15 07:21:11 UTC
23815. a branch for trackgcroot.py to write ...

Author: afa
Revision Date: 2010-02-20 16:29:35 UTC

a branch for trackgcroot.py to write the map table in a C array
(the MASM assembler on windows seems limited to 64K external symbols)

lp:~mwhudson/pypy/imported-gc-jit-hack 1 Development 2010-03-15 07:20:43 UTC
23277. This is the best result so far. At l...

Author: arigo
Revision Date: 2009-11-05 10:46:09 UTC

This is the best result so far. At least in this case I understand the
results: they seem to clearly show that a lot of the objects allocated
during jit-tracing actually survive. The results are not good enough --
they say that jit-tracing takes only half the time, but the truth is
that it's always soon followed by a lengthy minor collection, so that
the total time (as well as the total GC time) end up not really
improved. Closing this branch for now.

lp:~mwhudson/pypy/imported-gc-huge-list 1 Development 2010-03-15 07:20:07 UTC
23754. Merge changes from trunk

Author: fijal
Revision Date: 2010-01-29 13:07:31 UTC

Merge changes from trunk

lp:~mwhudson/pypy/imported-gc-dump-malloc 1 Development 2010-03-15 07:19:34 UTC
23292. svn merge -r68999:69075 svn+ssh://cod...

Author: arigo
Revision Date: 2009-11-08 16:34:33 UTC

svn merge -r68999:69075 svn+ssh://codespeak.net/svn/pypy/trunk

lp:~mwhudson/pypy/imported-gc-arena 1 Development 2010-03-15 07:19:02 UTC
23199. Merge r68702 from trunk.

Author: arigo
Revision Date: 2009-10-21 16:33:11 UTC

Merge r68702 from trunk.

lp:~mwhudson/pypy/imported-funding-16_42 1 Development 2010-03-15 07:11:56 UTC
529. made snapshot of funding 16_44

Author: hpk
Revision Date: 2003-10-15 13:44:09 UTC

made snapshot of funding 16_44

lp:~mwhudson/pypy/imported-force-arch-darwin 1 Development 2010-03-15 07:11:29 UTC
23464. reverted 69623

Author: santagada
Revision Date: 2009-11-25 22:57:18 UTC

reverted 69623

lp:~mwhudson/pypy/imported-fixed-list-ootype 1 Development 2010-03-15 07:10:59 UTC
18937. fix bug related to boolean arrays: we...

Author: niko
Revision Date: 2008-03-28 11:42:08 UTC

fix bug related to boolean arrays: we used to map them
to byte arrays, which caused us to incorrectly try
to box their arguments (since byte != boolean), etc

lp:~mwhudson/pypy/imported-faster-raise 1 Development 2010-03-15 07:10:11 UTC
23403. Two tests about raising and catching ...

Author: arigo
Revision Date: 2009-11-21 17:13:47 UTC

Two tests about raising and catching exceptions in a loop.

lp:~mwhudson/pypy/imported-faster-compilation 1 Development 2010-03-15 07:09:38 UTC
23993. Make this newstyle classes as well (a...

Author: fijal
Revision Date: 2010-03-10 01:37:16 UTC

Make this newstyle classes as well (avoids bad mro)

lp:~mwhudson/pypy/imported-eval-loop-experiments 1 Development 2010-03-15 07:07:57 UTC
20079. try yet another way to encode bytecod...

Author: antocuni
Revision Date: 2008-06-11 12:39:28 UTC

try yet another way to encode bytecodes; this time, opargs are decoded
in advance, but they are stored togheter with the opcodes in a list of
ints. This code is not very well tested nor well written, I commit it
just to do benchmarks on different machines

lp:~mwhudson/pypy/imported-effect-analysis 1 Development 2010-03-15 07:07:29 UTC
23194. Initial commit, mostly just failing t...

Author: verte
Revision Date: 2009-10-24 02:18:03 UTC

Initial commit, mostly just failing tests.

lp:~mwhudson/pypy/imported-dist-future-fixing 1 Development 2010-03-15 07:06:56 UTC
17993. (jacob, arre) __future__ imports and ...

Author: ac
Revision Date: 2007-11-21 15:05:03 UTC

(jacob, arre)
__future__ imports and 'with'-statements work again. Yay!

lp:~mwhudson/pypy/imported-cli-jit 1 Development 2010-03-15 07:05:56 UTC
23529. tentative checkin: implement WeakValu...

Author: antocuni
Revision Date: 2010-01-20 08:09:23 UTC

tentative checkin: implement WeakValueDictionary in rpython, without using the
implementation in rlib.rweakref. This way it works also with ootype

lp:~mwhudson/pypy/imported-cleanup-weakref 1 Development 2010-03-15 07:05:16 UTC
17238. Fix the logic used to skip the _weakr...

Author: arigo
Revision Date: 2007-09-11 19:56:11 UTC

Fix the logic used to skip the _weakref app-level module
from the list of enabled modules.

lp:~mwhudson/pypy/imported-classdeco 1 Development 2010-03-15 07:04:36 UTC
21041. make the 2.5 grammar like 2.6, so tes...

Author: benjamin
Revision Date: 2009-04-06 22:47:42 UTC

make the 2.5 grammar like 2.6, so test_compiler works

lp:~mwhudson/pypy/imported-builtinrefactor 1 Development 2010-03-15 07:04:09 UTC
846. the final merge of the builtinrefacto...

Author: hpk
Revision Date: 2003-09-17 20:58:52 UTC

the final merge of the builtinrefactor branch into the trunk. See

http://codespeak.net/pipermail/pypy-dev/2003q3/001012.html

for in-depth discussion and description of what is new.

lp:~mwhudson/pypy/imported-builtin-call-speedup 1 Development 2010-03-15 07:03:42 UTC
13613. change some "if isinstances" to "asse...

Author: mwh
Revision Date: 2006-12-06 12:02:34 UTC

change some "if isinstances" to "assert isinstances" and delete some code.
now a pypy-c-fast is 2-4% faster than pypy-c-multi

lp:~mwhudson/pypy/imported-build-external 1 Development 2010-03-15 07:02:08 UTC
20013. merge revisions 55322:55728

Author: afa
Revision Date: 2008-06-10 10:48:46 UTC

merge revisions 55322:55728

lp:~mwhudson/pypy/imported-buffer 1 Development 2010-03-15 07:01:31 UTC
19483. Aaah. socket.send() with a timeout w...

Author: arigo
Revision Date: 2008-03-09 16:04:40 UTC

Aaah. socket.send() with a timeout would wait until
the socket was ready to be *read* from before sending
its data.....

lp:~mwhudson/pypy/imported-bridges-experimental 1 Development 2010-03-15 07:00:57 UTC
23700. Experimental: after we made a new loo...

Author: cfbolz
Revision Date: 2010-01-21 14:33:18 UTC

Experimental: after we made a new loop, immediately attach a bridge to it using
the same trace. In theory it should cut down on compilation time, in practise it
doesn't seem to matter.

lp:~mwhudson/pypy/imported-blackhole-improvement 1 Development 2010-03-15 07:00:18 UTC
24049. Try again branching to speedup blackh...

Author: fijal
Revision Date: 2010-03-15 01:33:38 UTC

Try again branching to speedup blackhole

lp:~mwhudson/pypy/imported-astcompilertests 1 Development 2010-03-15 06:58:58 UTC
18873. Run in a predictible (alphabetical) o...

Author: arigo
Revision Date: 2008-01-10 20:43:27 UTC

Run in a predictible (alphabetical) order.

lp:~mwhudson/pypy/imported-asmgcc-exception 1 Development 2010-03-15 06:57:27 UTC
21473. Intermediate check-in.

Author: arigo
Revision Date: 2009-09-30 12:57:14 UTC

Intermediate check-in.

lp:~mwhudson/pypy/imported-applevel-ctypes 1 Development 2010-03-15 06:56:56 UTC
18749. Merge translator/c from trunk as well.

Author: fijal
Revision Date: 2008-01-05 09:51:44 UTC

Merge translator/c from trunk as well.

lp:~mwhudson/pypy/imported-annotation-no-rev-num 1 Development 2010-03-15 06:56:19 UTC
199. Mixins bug fix.

Author: arigo
Revision Date: 2005-03-04 12:48:18 UTC

Mixins bug fix.

lp:~mwhudson/pypy/imported-abort-no-asm 1 Development 2010-03-15 06:55:47 UTC
23776. a test for r71114

Author: cfbolz
Revision Date: 2010-02-08 10:24:11 UTC

a test for r71114

lp:~mwhudson/pypy/imported-2.6ish 1 Development 2010-03-15 06:55:19 UTC
23618. Adding branch for Python 2.6 support.

Author: electronicru
Revision Date: 2009-12-25 18:17:30 UTC

Adding branch for Python 2.6 support.

lp:~mwhudson/pypy/imported-0.6.x 1 Development 2010-03-15 06:54:23 UTC
4218. issue75 testing Moved a hack elsewhe...

Author: arigo
Revision Date: 2005-05-21 11:04:06 UTC

issue75 testing

Moved a hack elsewhere, basically. Importing stringobject's apphelpers from
the cache didn't find _formatting at interp-level. This is all very broken,
but out of reach of a simple clean-up.

lp:~mwhudson/pypy/imported-oo-jit 1 Development 2010-03-15 06:52:27 UTC
20126. debug aid that have been living in my...

Author: antocuni
Revision Date: 2009-04-09 13:55:49 UTC

debug aid that have been living in my working copy for ages

lp:~vcs-imports/pypy/trunk 1 Development 2010-01-27 15:59:32 UTC This branch has not been imported yet.
173 of 73 results
You can't create new branches for PyPy.