View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~mwhudson/pypy/imported-virtualizable-specnodes 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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:~mwhudson/bzr-git/bug-526133 Development 2010-03-12 03:39:27 UTC
722. Support for unregistering from bzrlib...

Author: Robert Collins
Revision Date: 2010-02-23 07:24:10 UTC

Support for unregistering from bzrlib, requested by Launchpad developers in bug 526133.

lp:~mwhudson/launchpad/show-bzr-push-command-bug-258610 bug(Has a merge proposal) Development 2010-03-11 07:03:38 UTC
10482. change the message

Author: Michael Hudson-Doyle
Revision Date: 2010-03-11 06:52:10 UTC

change the message

lp:~mwhudson/bzr-hg/incremental-imports Development 2010-03-11 02:35:00 UTC
290. maybe this is progress

Author: Michael Hudson-Doyle
Revision Date: 2010-03-11 02:35:00 UTC

maybe this is progress

lp:~mwhudson/bzr-git/better-progress-for-incremental-imports Development 2010-03-01 23:37:54 UTC
729. better progress message

Author: Michael Hudson-Doyle
Revision Date: 2010-03-01 23:37:38 UTC

better progress message

lp:~mwhudson/launchpad/apply-fix-for-bug-513432-to-production Development 2010-02-04 00:34:31 UTC
8942. merge production-devel

Author: Michael Hudson-Doyle
Revision Date: 2010-02-04 00:34:31 UTC

merge production-devel

lp:~mwhudson/bzr/bzr-2.1.0rc2-lp-1 Development 2010-02-02 22:57:44 UTC
4807. hack version number

Author: Michael Hudson-Doyle
Revision Date: 2010-02-02 22:56:35 UTC

hack version number

lp:~mwhudson/bzr/2.1.0b4-lp2 Development 2010-02-02 06:04:23 UTC
4906. hack the version number some more

Author: Michael Hudson-Doyle
Revision Date: 2010-02-02 06:04:12 UTC

hack the version number some more

lp:~mwhudson/bzr/2.1.0b4+fix513432 Development 2010-02-02 05:05:03 UTC
4905. fix version number

Author: Michael Hudson-Doyle
Revision Date: 2010-02-02 05:05:03 UTC

fix version number

lp:~mwhudson/+junk/lca-btg-talk Development 2010-01-18 22:53:39 UTC
3. .

Author: Michael Hudson-Doyle
Revision Date: 2010-01-18 22:53:39 UTC

.

lp:~mwhudson/bzr-builder/RecipeParserTests-inherit-TestCase Development 2010-01-10 22:39:11 UTC
62. have RecipeParserTests inherit from T...

Author: Michael Hudson-Doyle
Revision Date: 2010-01-10 22:38:56 UTC

have RecipeParserTests inherit from TestCase

lp:~mwhudson/bzr-builder/fix-find-branches Development 2010-01-08 02:58:47 UTC
55. Delete the recursive symlink as it br...

Author: Ian Clatworthy
Revision Date: 2009-11-23 01:40:48 UTC

Delete the recursive symlink as it breaks anything relying on repo.find_branches(). For example, "bzr multi-pull" in my plugins directory goes into an endless loop because of this. Also, you can get easy testing via something like "bzr selftest bp.builder" IIUIC.

lp:~mwhudson/+junk/unr-test Development 2010-01-07 21:40:17 UTC
1421. Add netbook-launcher-efl for armel only

Author: Jamie Bennett
Revision Date: 2010-01-07 21:30:28 UTC

Add netbook-launcher-efl for armel only

lp:~mwhudson/irony/trunk Development 2009-12-17 20:32:49 UTC This branch has not been imported yet.
lp:~mwhudson/staging-smoke/trunk Development 2009-11-23 04:24:32 UTC
2. better

Author: Michael Hudson-Doyle
Revision Date: 2009-11-23 04:24:32 UTC

better

lp:~mwhudson/loggerhead/always-plugin Development 2009-11-10 06:03:01 UTC
395. more fixes

Author: Michael Hudson-Doyle
Revision Date: 2009-11-10 05:56:30 UTC

more fixes

lp:~mwhudson/launchpad/branch-puller-job Development 2009-11-02 05:12:53 UTC
9832. old comment

Author: Michael Hudson-Doyle
Revision Date: 2009-11-02 05:12:53 UTC

old comment

lp:~mwhudson/launchpad/bzr-2.1b2ish Development 2009-11-02 00:48:50 UTC
9793. merge trunk

Author: Michael Hudson-Doyle
Revision Date: 2009-11-02 00:48:50 UTC

merge trunk

lp:~mwhudson/twisted/fix-FILEXFER_ATTR_ACMODTIME bug(Has a merge proposal) Development 2009-10-21 22:59:14 UTC
17. fix the typo

Author: Michael Hudson-Doyle
Revision Date: 2009-10-21 03:46:51 UTC

fix the typo

lp:~mwhudson/launchpad/branch-ubuntu-faster Development 2009-10-19 06:45:37 UTC
9722. more workingness

Author: Michael Hudson-Doyle
Revision Date: 2009-10-19 04:43:08 UTC

more workingness

lp:~mwhudson/launchpad/hammer-the-puller Development 2009-10-16 03:58:30 UTC
9702. fix that

Author: Michael Hudson-Doyle
Revision Date: 2009-10-16 03:58:30 UTC

fix that

lp:~mwhudson/launchpad/one-pull-at-once Development 2009-10-14 05:33:46 UTC
9692. failing test!

Author: Michael Hudson-Doyle
Revision Date: 2009-10-14 05:33:33 UTC

failing test!

lp:~mwhudson/launchpad/puller-simulator Development 2009-10-14 05:29:02 UTC
9696. better logging

Author: Michael Hudson-Doyle
Revision Date: 2009-10-14 05:29:02 UTC

better logging

lp:~mwhudson/launchpad/upgrade-to-the-side Development 2009-10-02 04:45:34 UTC
9629. notes

Author: Michael Hudson-Doyle
Revision Date: 2009-10-02 04:25:11 UTC

notes

lp:~mwhudson/launchpad/site-py-hack Experimental 2009-10-01 00:11:05 UTC
9610. hack!

Author: Michael Hudson-Doyle
Revision Date: 2009-10-01 00:10:46 UTC

hack!

lp:~mwhudson/launchpad/revert-puller-changes Development 2009-09-23 23:56:57 UTC
8514. revert devel r8998 "use job-type sche...

Author: Michael Hudson-Doyle
Revision Date: 2009-09-23 22:05:10 UTC

revert devel r8998 "use job-type scheduling in the branch puller" Just In Case

lp:~mwhudson/twisted/dont-pause-a-pull-producer-3919 (Has a merge proposal) Development 2009-07-26 10:32:25 UTC
15266. unit tests for Request.registerProduc...

Author: Michael Hudson-Doyle
Revision Date: 2009-07-26 10:32:25 UTC

unit tests for Request.registerProducer and a fix for the damn bug

lp:~mwhudson/+junk/demp Experimental 2009-07-21 22:25:56 UTC
24. who knows what all this does

Author: Michael Hudson-Doyle
Revision Date: 2009-07-21 22:25:56 UTC

who knows what all this does

lp:~mwhudson/loggerhead/mutex-lru-cache Development 2009-07-08 00:00:21 UTC
380. dead code

Author: Michael Hudson-Doyle
Revision Date: 2009-07-08 00:00:08 UTC

dead code

lp:~mwhudson/twisted/session-2710-9 Development 2009-07-01 00:01:34 UTC
15233. Fix epytext

Author: therve
Revision Date: 2009-06-30 15:04:26 UTC

Fix epytext

lp:~mwhudson/bzr/cp-4470 Development 2009-06-25 22:13:17 UTC
4012. Merge skip-dupes

Author: Aaron Bentley
Revision Date: 2009-06-25 20:46:21 UTC

Merge skip-dupes

lp:~mwhudson/bzr/1.15-prep Development 2009-06-09 01:04:08 UTC
4008. merge 1.15

Author: Michael Hudson-Doyle
Revision Date: 2009-06-09 01:02:39 UTC

merge 1.15

lp:~mwhudson/loggerhead/indented-log-display Development 2009-05-25 16:03:26 UTC
350. hacking

Author: Michael Hudson-Doyle
Revision Date: 2009-05-25 16:03:16 UTC

hacking

lp:~mwhudson/+junk/wibble Development 2009-05-12 04:00:01 UTC
12. .

Author: Michael Hudson-Doyle
Revision Date: 2009-04-27 22:38:08 UTC

.

lp:~mwhudson/bzr/1.14-for-rf Development 2009-05-07 02:30:04 UTC
4259. fix NEWS

Author: Michael Hudson-Doyle
Revision Date: 2009-05-07 02:30:04 UTC

fix NEWS

lp:~mwhudson/bzr/bzr-1.14-for-rf Development 2009-04-29 11:33:12 UTC
4256. cherrypick r4307 from bzr.dev

Author: Michael Hudson-Doyle
Revision Date: 2009-04-29 11:32:28 UTC

cherrypick r4307 from bzr.dev

201300 of 320 results