Code : Divmod (original) (raw)
lp:divmod.org
Series: trunk
1 Development
2014-06-30 11:49:20 UTC 2014-06-30
2751. merge lp:~exarkun/divmod.org/remove-a...
1 Development
2013-09-03 15:12:53 UTC 2013-09-03
2718. Merge modernize-axiom-packaging
Author: Laurens Van Houtven
Revision Date: 2013-09-03 15:12:54 UTC
Merge modernize-axiom-packaging
lp:~divmod-dev/divmod.org/830357-endpoint-port
1 Development
2013-08-08 04:26:34 UTC 2013-08-08
2717. Check description type encoding.
Author: Tristan Seligmann
Revision Date: 2013-08-08 04:26:34 UTC
Check description type encoding.
lp:~divmod-dev/divmod.org/1208304-cssutils-api
1 Development
2013-08-05 03:36:40 UTC 2013-08-05
2712. Use the new API.
lp:~divmod-dev/divmod.org/830343-optional-pycrypto
1 Development
2013-08-05 02:37:07 UTC 2013-08-05
2713. Do this a better way.
Author: Tristan Seligmann
Revision Date: 2013-08-05 02:35:33 UTC
Do this a better way.
lp:~mithrandi/divmod.org/pypy-benchmarking
1 Development
2013-08-04 03:36:41 UTC 2013-08-04
2713. Fix store-opening benchmark.
Author: Tristan Seligmann
Revision Date: 2013-08-04 03:36:41 UTC
Fix store-opening benchmark.
lp:~zectbumo/divmod.org/divmod.org
2 Mature
2013-05-07 05:23:13 UTC 2013-05-07
2705. attempt to advertise public ports ins...
Author: Alfred Morgan
Revision Date: 2013-05-07 05:23:13 UTC
attempt to advertise public ports instead of private ones.
lp:~exarkun/divmod.org/pop3-grabber-deletes
1 Development
2013-01-02 01:47:05 UTC 2013-01-02
2713. Limit the number of results from any ...
Author: Jean-Paul Calderone
Revision Date: 2013-01-02 01:47:05 UTC
Limit the number of results from any single call to shouldDelete to around 1000 - avoids tripping over a SQLite3 limitation, and limiting the number of results is better for large mailboxes anyway.
lp:~witsch/divmod.org/Pyflakes
1 Development
2012-10-14 15:04:50 UTC 2012-10-14
2699. Add a setuptools entry-point definiti...
Author: Andi Zeidler
Revision Date: 2012-10-14 14:57:39 UTC
Add a setuptools entry-point definition so a `bin/pyflakes` script will be generated in environments like "buildout".
lp:~divmod-dev/divmod.org/eschew-distinct
1 Development
2011-12-22 17:16:38 UTC 2011-12-22
2689. Only apply DISTINCT to MailboxSelecto...
Author: Jean-Paul Calderone
Revision Date: 2011-12-22 17:16:29 UTC
Only apply DISTINCT to MailboxSelector queries if we think there is a chance of duplicate Messages coming back
This is a pretty big performance win in several common cases, because DISTINCT makes these queries
very slow on most versions of SQLite3.
lp:~divmod-dev/divmod.org/unique-related-addresses
1 Development
2011-12-22 15:40:08 UTC 2011-12-22
2688. Avoid returning the same relation/add...
Author: Jean-Paul Calderone
Revision Date: 2011-12-22 15:40:00 UTC
Avoid returning the same relation/address more than one for a particular part's related addresses.
Accomplished by using a set and making `EmailAddress` instances usefully hashable.
This should avoid the creation of redundant Correspondent items. In particular, in the case
where `rfc822.AddressList` does a crummy (or great? who knows) job of parsing an address like
"alice@example.com alice@example.com" into two "alice@example.com" addresses instead of one.
lp:~divmod-dev/divmod.org/windows-checkstatus-3004
1 Development
2011-01-29 04:43:53 UTC 2011-01-29
2681. Tidy up a little.
Author: jonathanj
Revision Date: 2010-06-16 12:33:33 UTC
Tidy up a little.
lp:~divmod-dev/divmod.org/user-activity-1318
1 Development
2011-01-29 04:43:13 UTC 2011-01-29
1737. oops remove breakpoint
Author: washort
Revision Date: 2006-07-14 13:34:06 UTC
oops remove breakpoint
lp:~divmod-dev/divmod.org/URL-IRI-2409
1 Development
2011-01-29 04:42:59 UTC 2011-01-29
2503. Docstrings.
Author: pjd
Revision Date: 2008-06-27 06:09:34 UTC
Docstrings.
lp:~divmod-dev/divmod.org/urchin-ssl-2479
1 Development
2011-01-29 04:42:44 UTC 2011-01-29
2464. new urchin code for Mantissa
Author: washort
Revision Date: 2008-04-02 17:44:56 UTC
new urchin code for Mantissa
lp:~divmod-dev/divmod.org/unicode-passwords-3018
1 Development
2011-01-29 04:42:02 UTC 2011-01-29
2676. do some stuff
Author: mithrandi
Revision Date: 2010-07-19 03:51:14 UTC
do some stuff
lp:~divmod-dev/divmod.org/uneditable-contact-type-2513
1 Development
2011-01-29 04:41:45 UTC 2011-01-29
2439. remove vestiges of IContactType.getEd...
Author: moe
Revision Date: 2008-02-13 13:47:52 UTC
remove vestiges of IContactType.getEditorialForm
lp:~divmod-dev/divmod.org/themed-404-275
1 Development
2011-01-29 04:41:15 UTC 2011-01-29
2653. An ICanHandleNotFound implementation ...
Author: jonathanj
Revision Date: 2009-07-19 12:02:40 UTC
An ICanHandleNotFound implementation that renders a 404 fragment in the
Mantissa shell.
lp:~divmod-dev/divmod.org/sysenv-cleanup-2097-2
1 Development
2011-01-29 04:41:02 UTC 2011-01-29
2457. merge forward, resolve conflicts
Author: exarkun
Revision Date: 2008-03-26 14:56:39 UTC
merge forward, resolve conflicts
lp:~divmod-dev/divmod.org/subdomains-2769
1 Development
2011-01-29 04:40:48 UTC 2011-01-29
2657. 1. Added a new convenience method to...
Author: faldridge
Revision Date: 2009-11-12 16:04:35 UTC
1. Added a new convenience method to Axiom.axiom.userbase, getUsernames(),
which returns a generator of two-tuples of (username, domain) for
LoginMethods in the given store that are internal and contain both a
localpart and a domain portion.
2. Changed Mantissa.xmantissa._webutil.VirtualHostWrapper.subdomain() such
that it will only return a username, domain tuple for known usernames
in the system as opposed to any subdomain of a known username domain.
3. Fixed a bug in Mantissa.xmantissa.websession.PersistentSessionWrapper that
caused subdomain-enabled cookies to fail. The method cookieDomainForRequest
returned unicode when it returned anything but None. Now the method
returns text as a string, so that the cookie sent to the client can be
handled successfully by the user-agent.
4. Modified Mantissa.xmantissa.web.SiteConfiguration.rootURL such that it
always returns an absolute URL (a URL that includes the protocol and
hostname) based on the request. There was never a need to force requests
to subdomains to resolve to the root domain for username VirtualHosts
as the new UserSubdomainWebSiteIntegration test,
test_staticContentAccessibleFromVirtualHost, shows.
Also, this change coincidentally fixes issue #2875, that Mantissa doesn't
work at all with the default shell template in Internet Explorer 6+.
Returning a relative URL (a URL without protocol and hostname) for use
in an HTML 4.01 / XHTML 1.0 tag is a violation of the W3C spec
in any case and needed to be changed.
5. Now Mantissa.xmantissa.web._SecureWrapper.renderHTTP takes the incoming
request into account when generating the encrypted root URL.
6. Added a getRequestHostname() method to Nevow.nevow.testutil.FakeRequest.
7. Updated unit tests for all new or modified functionality.
lp:~divmod-dev/divmod.org/spam-stats-915
1 Development
2011-01-29 04:39:12 UTC 2011-01-29
1547. some spam stats code.
Author: washort
Revision Date: 2006-04-28 21:05:07 UTC
some spam stats code.
lp:~divmod-dev/divmod.org/sine-scheduler-2924
1 Development
2011-01-29 04:38:58 UTC 2011-01-29
2643. Replace Scheduler/SubScheduler uses w...
Author: exarkun
Revision Date: 2009-07-07 21:27:50 UTC
Replace Scheduler/SubScheduler uses with IScheduler adaptions
lp:~divmod-dev/divmod.org/sine-coding-standard-2802
1 Development
2011-01-29 04:38:43 UTC 2011-01-29
2568. docstrings for Registrar
Author: washort
Revision Date: 2008-12-09 19:37:49 UTC
docstrings for Registrar
lp:~divmod-dev/divmod.org/simplicity-view-chooser-2038-2
1 Development
2011-01-29 04:38:11 UTC 2011-01-29
2141. it's a giant pile of crap! hahahahaa...
Author: exarkun
Revision Date: 2007-04-12 21:03:52 UTC
it's a giant pile of crap! hahahahaahahaaahahahahahahahaahahahahaaa
lp:~divmod-dev/divmod.org/service-515
1 Development
2011-01-29 04:37:59 UTC 2011-01-29
1517. Re #515 - no clue why this seemed lik...
Author: glyph
Revision Date: 2006-04-20 01:20:16 UTC
Re #515 - no clue why this seemed like a good way to spend the night...
lp:~divmod-dev/divmod.org/scrolltable-column-objects-2365
1 Development
2011-01-29 04:37:47 UTC 2011-01-29
2342. start of some tests for AttributeColumn
Author: exarkun
Revision Date: 2007-10-30 19:57:30 UTC
start of some tests for AttributeColumn
lp:~divmod-dev/divmod.org/replace-widget-from-widget-info-2987
1 Development
2011-01-29 04:36:33 UTC 2011-01-29
2658. Fixed a bug in Nevow.Athena.Widget.fr...
Author: faldridge
Revision Date: 2009-11-17 15:38:00 UTC
Fixed a bug in Nevow.Athena.Widget.fromWidgetInfo and added test cases for Nevow.Nevow.Athena.Widget.fromWidgetInfo and Nevow.Athena.Widget.replaceFromWidgetInfo.
lp:~divmod-dev/divmod.org/remove-third-level-2038
1 Development
2011-01-29 04:36:20 UTC 2011-01-29
2138. start to remove some things
Author: exarkun
Revision Date: 2007-04-11 17:40:01 UTC
start to remove some things
lp:~divmod-dev/divmod.org/remove-list-1507
1 Development
2011-01-29 04:35:52 UTC 2011-01-29
1922. Remove axiom.sequence.
Author: mithrandi
Revision Date: 2006-10-27 09:59:54 UTC
Remove axiom.sequence.
lp:~divmod-dev/divmod.org/remove-group-role-api-2986
1 Development
2011-01-29 04:35:36 UTC 2011-01-29
2658. Added an unShareItem method to the Ro...
Author: faldridge
Revision Date: 2010-03-30 16:54:38 UTC
Added an unShareItem method to the Role class.
lp:~divmod-dev/divmod.org/remove-addperson-2190
1 Development
2011-01-29 04:35:20 UTC 2011-01-29
2252. remove PeopleBenefactor
Author: washort
Revision Date: 2007-08-09 22:19:39 UTC
remove PeopleBenefactor
lp:~divmod-dev/divmod.org/relations-2360
1 Development
2011-01-29 04:27:00 UTC 2011-01-29
2343. Maybe this is a better strategy?
Author: radix
Revision Date: 2007-11-13 21:44:48 UTC
Maybe this is a better strategy?
lp:~divmod-dev/divmod.org/quote-internal-schema-2770
1 Development
2011-01-29 04:25:34 UTC 2011-01-29
2593. oops 9001
Author: mithrandi
Revision Date: 2009-03-18 22:27:54 UTC
oops 9001
lp:~divmod-dev/divmod.org/pyflakes-conditional-import-1499
1 Development
2011-01-29 04:23:18 UTC 2011-01-29
2677. Going to try to fix this
Author: exarkun
Revision Date: 2010-05-21 00:39:00 UTC
Going to try to fix this
lp:~divmod-dev/divmod.org/pyflakes-0.3.0-release
1 Development
2011-01-29 04:22:20 UTC 2011-01-29
2588. bump version; add news file
Author: exarkun
Revision Date: 2009-01-30 16:19:44 UTC
bump version; add news file
lp:~divmod-dev/divmod.org/public-navigation-2988
1 Development
2011-01-29 04:22:06 UTC 2011-01-29
2661. Fixed bugs to allow tertiary (and pre...
Author: faldridge
Revision Date: 2010-03-30 16:53:50 UTC
Fixed bugs to allow tertiary (and presumably, though untested, n levels of) navigation menus.
lp:~divmod-dev/divmod.org/proportional-rows-881
1 Development
2011-01-29 04:21:52 UTC 2011-01-29
1733. welcome to hell
Author: moe
Revision Date: 2006-07-12 22:13:34 UTC
welcome to hell
lp:~divmod-dev/divmod.org/private-index-page-2985-2
1 Development
2011-01-29 04:21:37 UTC 2011-01-29
2667. Branching to 'private-index-page-2985-2'
Author: faldridge
Revision Date: 2010-04-06 18:21:51 UTC
Branching to 'private-index-page-2985-2'
lp:~divmod-dev/divmod.org/pretend-formwidget-2278
1 Development
2011-01-29 04:21:09 UTC 2011-01-29
2297. test, fix
Author: moe
Revision Date: 2007-09-04 08:22:17 UTC
test, fix
lp:~divmod-dev/divmod.org/powerup-caching-2889-2
1 Development
2011-01-29 04:20:53 UTC 2011-01-29
2664. merge forward
Author: mithrandi
Revision Date: 2010-02-10 03:34:02 UTC
merge forward
lp:~divmod-dev/divmod.org/offering-tracking-2723
1 Development
2011-01-29 04:20:24 UTC 2011-01-29
2545. remove the dependency of publicweb on...
Author: exarkun
Revision Date: 2008-09-15 00:37:22 UTC
remove the dependency of publicweb on `InstalledOffering`
lp:~divmod-dev/divmod.org/NULLIFY-versus-disallowNone-2736
1 Development
2011-01-29 04:19:24 UTC 2011-01-29
2559. Comments, reference tickets.
Author: pjd
Revision Date: 2008-10-02 05:21:33 UTC
Comments, reference tickets.
lp:~divmod-dev/divmod.org/no-non-executables-bincache-1625
1 Development
2011-01-29 04:19:12 UTC 2011-01-29
2441. skip hidden and non-executable files ...
Author: exarkun
Revision Date: 2008-02-22 22:03:41 UTC
skip hidden and non-executable files in bin dirs
lp:~divmod-dev/divmod.org/no-addperson-2190
1 Development
2011-01-29 04🔞04 UTC 2011-01-29
2243. don't use AddPerson in message detail
Author: washort
Revision Date: 2007-07-20 18:11:51 UTC
don't use AddPerson in message detail
lp:~divmod-dev/divmod.org/naive-indexer-2599
1 Development
2011-01-29 04:15:50 UTC 2011-01-29
2486. hooray, quotient no longer depends on...
Author: washort
Revision Date: 2008-08-18 20:11:10 UTC
hooray, quotient no longer depends on lucene
lp:~divmod-dev/divmod.org/myaccount-2503
1 Development
2011-01-29 04:15:34 UTC 2011-01-29
2563. bye bye
Author: exarkun
Revision Date: 2008-11-06 17:43:32 UTC
bye bye
lp:~divmod-dev/divmod.org/multiple-to-1940
1 Development
2011-01-29 04:15:20 UTC 2011-01-29
2661. Some untested changes to the header p...
Author: exarkun
Revision Date: 2009-11-18 02:00:07 UTC
Some untested changes to the header panel renderer that makes it display multiple addresses in the to field
refs #1940
lp:~divmod-dev/divmod.org/multilithic-axiomatic-project-2531
1 Development
2011-01-29 04:15:03 UTC 2011-01-29
2447. Branching to 'multilithic-axiomatic-p...
Author: oubiwann
Revision Date: 2008-03-04 22:31:58 UTC
Branching to 'multilithic-axiomatic-project-2531'
lp:~divmod-dev/divmod.org/mantissa-chat-1347
1 Development
2011-01-29 04:14:36 UTC 2011-01-29
1756. very simple mantissa-enabled irc server
Author: exarkun
Revision Date: 2006-07-26 00:04:36 UTC
very simple mantissa-enabled irc server
lp:~divmod-dev/divmod.org/lsbranch-1195
1 Development
2011-01-29 04:14:24 UTC 2011-01-29
2409. Removed redundant test case setup.
Author: oubiwann
Revision Date: 2007-12-31 19:23:53 UTC
Removed redundant test case setup.
lp:~divmod-dev/divmod.org/linkto-2481
1 Development
2011-01-29 04:13:57 UTC 2011-01-29
2428. Oh hey I guess I did actually do ''so...
Author: glyph
Revision Date: 2008-01-29 21:35:29 UTC
Oh hey I guess I did actually do ''some'' work today
lp:~divmod-dev/divmod.org/iotp-auth-2784
1 Development
2011-01-29 04:12:56 UTC 2011-01-29
2569. invalidate pads in checkPad. refs #2...
Author: moe
Revision Date: 2008-12-15 11:06:30 UTC
invalidate pads in checkPad. refs #2784
lp:~divmod-dev/divmod.org/interstore-message-failures-2896
1 Development
2011-01-29 04:12:10 UTC 2011-01-29
2611. fix typo, undo incorrect correction
Author: exarkun
Revision Date: 2009-06-04 15:27:22 UTC
fix typo, undo incorrect correction
lp:~divmod-dev/divmod.org/interface-dependency-2548
1 Development
2011-01-29 04:11:55 UTC 2011-01-29
2539. move requiresFromStore into axiom.ite...
Author: washort
Revision Date: 2008-08-22 22:14:48 UTC
move requiresFromStore into axiom.item, add deprecation tests
lp:~divmod-dev/divmod.org/in-memory-quotient-tests-2403
1 Development
2011-01-29 04:11:24 UTC 2011-01-29
2365. quotient tests converted to use in-me...
Author: washort
Revision Date: 2007-11-15 21:20:19 UTC
quotient tests converted to use in-memory stores
lp:~divmod-dev/divmod.org/indistinct-2858-2
1 Development
2011-01-29 04:11:10 UTC 2011-01-29
2645. make the attribute-query test pass wi...
Author: glyph
Revision Date: 2009-07-08 03:19:47 UTC
make the attribute-query test pass with a sort order that disagrees with its attribute; document lots of ways the fix is inadequate, and delete some dead code.
lp:~divmod-dev/divmod.org/index-traceback-2943
1 Development
2011-01-29 04:10:41 UTC 2011-01-29
2644. Add an index for "Traceback.when" and...
Author: jonathanj
Revision Date: 2009-07-08 21:24:17 UTC
Add an index for "Traceback.when" and some docstrings.
lp:~divmod-dev/divmod.org/imap-server-440
1 Development
2011-01-29 04:10:09 UTC 2011-01-29
1164. factored out of mailservers branch
Author: glyph
Revision Date: 2006-01-31 19:39:28 UTC
factored out of mailservers branch
lp:~divmod-dev/divmod.org/idempotent-imaginary-visualization-2905
1 Development
2011-01-29 04:08:54 UTC 2011-01-29
2656. start of a test (wrong) for Thing.vis...
Author: exarkun
Revision Date: 2009-09-29 01:10:16 UTC
start of a test (wrong) for Thing.visualize
lp:~divmod-dev/divmod.org/http-stats-2762
1 Development
2011-01-29 04:08:41 UTC 2011-01-29
2561. Hash logged session keys, add better ...
Author: washort
Revision Date: 2008-11-05 18:45:14 UTC
Hash logged session keys, add better tests for stats logging
lp:~divmod-dev/divmod.org/gmail-imap-2730-2
1 Development
2011-01-29 04:08:28 UTC 2011-01-29
2550. start to trac folder UIDNEXT values
Author: exarkun
Revision Date: 2008-10-03 15:59:49 UTC
start to trac folder UIDNEXT values
lp:~divmod-dev/divmod.org/fix-references-2767
1 Development
2011-01-29 04:08:00 UTC 2011-01-29
2569. Some general test coverage...
Author: pjd
Revision Date: 2008-12-12 14:14:18 UTC
Some general test coverage...
lp:~divmod-dev/divmod.org/empty-host-header-2936
1 Development
2011-01-29 04:07:28 UTC 2011-01-29
2643. Add docstring to cookieForDomainReque...
Author: jonathanj
Revision Date: 2009-07-10 05:13:09 UTC
Add docstring to cookieForDomainRequest.
lp:~divmod-dev/divmod.org/edit-mugshot-placeholder-2397-2
1 Development
2011-01-29 04:07:12 UTC 2011-01-29
2368. merge forward, resolve conflict in te...
Author: moe
Revision Date: 2007-11-17 02:40:44 UTC
merge forward, resolve conflict in test_people.py
lp:~divmod-dev/divmod.org/dns-892-2
1 Development
2011-01-29 04:06:57 UTC 2011-01-29
1612. Merge forward.
Author: mithrandi
Revision Date: 2006-05-29 18:10:58 UTC
Merge forward.
lp:~divmod-dev/divmod.org/demo-1337
1 Development
2011-01-29 04:06:39 UTC 2011-01-29
1826. only show FeedItems that belong to th...
Author: moe
Revision Date: 2006-08-29 19:44:42 UTC
only show FeedItems that belong to the person whose page is being viewed
lp:~divmod-dev/divmod.org/dbapi2-compliant-2618
1 Development
2011-01-29 04:06:20 UTC 2011-01-29
2503. apply friendly.patch with added docst...
Author: exarkun
Revision Date: 2008-06-09 19:11:03 UTC
apply friendly.patch with added docstrings
lp:~divmod-dev/divmod.org/dangling-1091
1 Development
2011-01-29 04:06:06 UTC 2011-01-29
1635. a fix which fixes the test, but doesn...
Author: glyph
Revision Date: 2006-06-06 20:04:10 UTC
a fix which fixes the test, but doesn't clean up databases comprehensively
lp:~divmod-dev/divmod.org/console-spike
1 Development
2011-01-29 04:05:15 UTC 2011-01-29
2329. Mid-hack snapshot
Author: pjd
Revision Date: 2007-10-12 04:25:08 UTC
Mid-hack snapshot
lp:~divmod-dev/divmod.org/compressed-resources-2747
1 Development
2011-01-29 04:04:59 UTC 2011-01-29
2654. Add functionality to SiteConfiguratio...
Author: jonathanj
Revision Date: 2009-07-26 21:14:41 UTC
Add functionality to SiteConfiguration for enabling resource compression, and
an axiomatic command for configuring it.
lp:~divmod-dev/divmod.org/compare-simpleordering-2839-2
1 Development
2011-01-29 04:04:45 UTC 2011-01-29
2609. Merge forward
Author: exarkun
Revision Date: 2009-06-05 13:02:50 UTC
Merge forward
lp:~divmod-dev/divmod.org/combinator-wants-user-site-packages-3002
1 Development
2011-01-29 04:04:11 UTC 2011-01-29
2672. Follow PEP 370 for constructing the u...
Author: jonathanj
Revision Date: 2010-06-16 20:06:55 UTC
Follow PEP 370 for constructing the user site-packages path and stop assuming platform stuff in BranchManager tests. refs #3002
lp:~divmod-dev/divmod.org/combinator-checkstatus-windows-2668
1 Development
2011-01-29 04:03:44 UTC 2011-01-29
2648. blug
Author: exarkun
Revision Date: 2009-07-03 19:45:38 UTC
blug
lp:~divmod-dev/divmod.org/combinator-bzr-2658
1 Development
2011-01-29 04:03:27 UTC 2011-01-29
2526. approaching some kind of test framework
Author: washort
Revision Date: 2008-11-21 05:59:31 UTC
approaching some kind of test framework
lp:~divmod-dev/divmod.org/cleaner-mantissacmd-2483
1 Development
2011-01-29 04:02:58 UTC 2011-01-29
2595. replace mantissacmd-specific code wit...
Author: Allen Short
Revision Date: 2009-04-18 06:40:41 UTC
replace mantissacmd-specific code with normal setup stuff
lp:~divmod-dev/divmod.org/bzr.trunk
1 Development
2011-01-29 04:02:43 UTC 2011-01-29
2674. Merge ideographic-space-is-full-width...
Author: exarkun
Revision Date: 2010-07-16 16:39:06 UTC
Merge ideographic-space-is-full-width-2990
Author: exarkun
Reviewer: mithrandi
Fixes: #2990
Replace the use of LATIN SMALL LETTER GLOTTAL STOP in the full-width
backspace handling test with IDEOGRAPHIC SPACE. The former is not
actually full-width, it was merely marked as being so in version 4.1
of the unicode database.
lp:~divmod-dev/divmod.org/branchmgr-windows-3001
1 Development
2011-01-29 04:02:11 UTC 2011-01-29
2662. Apply 3001_get_default_path_fix.patch
Author: exarkun
Revision Date: 2010-01-27 14:21:43 UTC
Apply 3001_get_default_path_fix.patch
lp:~divmod-dev/divmod.org/branch-and-deliver-to-any-2791-2
1 Development
2011-01-29 04:01:53 UTC 2011-01-29
2660. Update test_mergeTrunk to reflect the...
Author: faldridge
Revision Date: 2009-11-18 21:22:53 UTC
Update test_mergeTrunk to reflect the new branch attribute of the InvalidBranch Exception.
lp:~divmod-dev/divmod.org/axiom-worker-2740
1 Development
2011-01-29 04:01:03 UTC 2011-01-29
2550. support deferred completion of jobs
Author: washort
Revision Date: 2008-10-07 16:01:49 UTC
support deferred completion of jobs
lp:~divmod-dev/divmod.org/axiomatic-reactor-selection-2864
1 Development
2011-01-29 04:00:35 UTC 2011-01-29
2618. work around a trial bug
Author: exarkun
Revision Date: 2009-06-15 19:29:42 UTC
work around a trial bug
lp:~divmod-dev/divmod.org/axiomatic-otp-generate-2790
1 Development
2011-01-29 04:00:19 UTC 2011-01-29
2566. work
Author: moe
Revision Date: 2008-11-24 13:00:00 UTC
work
1 Development
2011-01-25 02:46:29 UTC 2011-01-25
2674. Merge ideographic-space-is-full-width...
Author: exarkun
Revision Date: 2010-07-16 16:39:06 UTC
Merge ideographic-space-is-full-width-2990
Author: exarkun
Reviewer: mithrandi
Fixes: #2990
Replace the use of LATIN SMALL LETTER GLOTTAL STOP in the full-width
backspace handling test with IDEOGRAPHIC SPACE. The former is not
actually full-width, it was merely marked as being so in version 4.1
of the unicode database.