Merge lp://qastaging/~exarkun/divmod.org/remove-axiom-1325288 into lp://qastaging/divmod.org

Proposed by Jean-Paul Calderone
Status: Merged
Approved by: Tristan Seligmann
Approved revision: 2751
Merged at revision: 2751
Proposed branch: lp://qastaging/~exarkun/divmod.org/remove-axiom-1325288
Merge into: lp://qastaging/divmod.org
Diff against target: 24641 lines (+1/-23880)
144 files modified
Axiom/.coveragerc (+0/-9)
Axiom/LICENSE (+0/-20)
Axiom/MANIFEST.in (+0/-5)
Axiom/NAME.txt (+0/-15)
Axiom/NEWS.txt (+0/-313)
Axiom/README.txt (+0/-23)
Axiom/axiom/__init__.py (+0/-8)
Axiom/axiom/_fincache.py (+0/-167)
Axiom/axiom/_pysqlite2.py (+0/-162)
Axiom/axiom/_schema.py (+0/-71)
Axiom/axiom/_version.py (+0/-1)
Axiom/axiom/attributes.py (+0/-1326)
Axiom/axiom/batch.py (+0/-1230)
Axiom/axiom/batch.tac (+0/-20)
Axiom/axiom/benchmarks/benchmark_batchitemcreation.py (+0/-25)
Axiom/axiom/benchmarks/benchmark_batchitemdeletion.py (+0/-27)
Axiom/axiom/benchmarks/benchmark_itemcreation.py (+0/-28)
Axiom/axiom/benchmarks/benchmark_itemdeletion.py (+0/-29)
Axiom/axiom/benchmarks/benchmark_tagnames.py (+0/-43)
Axiom/axiom/benchmarks/benchmark_tagsof.py (+0/-48)
Axiom/axiom/benchmarks/testbase.py (+0/-5)
Axiom/axiom/benchmarks/testindex.py (+0/-5)
Axiom/axiom/benchmarks/testinit.py (+0/-10)
Axiom/axiom/benchmarks/testreader.py (+0/-10)
Axiom/axiom/benchmarks/testwriter.py (+0/-13)
Axiom/axiom/dependency.py (+0/-289)
Axiom/axiom/errors.py (+0/-193)
Axiom/axiom/examples/bucket.py (+0/-52)
Axiom/axiom/examples/library.py (+0/-114)
Axiom/axiom/iaxiom.py (+0/-363)
Axiom/axiom/item.py (+0/-1137)
Axiom/axiom/listversions.py (+0/-142)
Axiom/axiom/plugins/__init__.py (+0/-12)
Axiom/axiom/plugins/axiom_plugins.py (+0/-299)
Axiom/axiom/queryutil.py (+0/-154)
Axiom/axiom/scheduler.py (+0/-557)
Axiom/axiom/scripts/axiomatic.py (+0/-197)
Axiom/axiom/scripts/pysql.py (+0/-19)
Axiom/axiom/sequence.py (+0/-175)
Axiom/axiom/slotmachine.py (+0/-181)
Axiom/axiom/store.py (+0/-2376)
Axiom/axiom/substore.py (+0/-122)
Axiom/axiom/tags.py (+0/-125)
Axiom/axiom/test/brokenapp.py (+0/-59)
Axiom/axiom/test/cursortest.py (+0/-164)
Axiom/axiom/test/deleteswordapp.py (+0/-17)
Axiom/axiom/test/historic/__init__.py (+0/-1)
Axiom/axiom/test/historic/stub_account1to2.py (+0/-17)
Axiom/axiom/test/historic/stub_catalog1to2.py (+0/-28)
Axiom/axiom/test/historic/stub_loginMethod1to2.py (+0/-17)
Axiom/axiom/test/historic/stub_manhole1to2.py (+0/-12)
Axiom/axiom/test/historic/stub_parentHook2to3.py (+0/-23)
Axiom/axiom/test/historic/stub_parentHook3to4.py (+0/-24)
Axiom/axiom/test/historic/stub_processor1to2.py (+0/-29)
Axiom/axiom/test/historic/stub_scheduler1to2.py (+0/-19)
Axiom/axiom/test/historic/stub_subStoreStartupService1to2.py (+0/-51)
Axiom/axiom/test/historic/stub_subscheduler1to2.py (+0/-21)
Axiom/axiom/test/historic/stub_textlist.py (+0/-25)
Axiom/axiom/test/historic/stubloader.py (+0/-74)
Axiom/axiom/test/historic/test_account1to2.py (+0/-25)
Axiom/axiom/test/historic/test_catalog1to2.py (+0/-14)
Axiom/axiom/test/historic/test_loginMethod1to2.py (+0/-25)
Axiom/axiom/test/historic/test_manhole1to2.py (+0/-16)
Axiom/axiom/test/historic/test_parentHook2to3.py (+0/-44)
Axiom/axiom/test/historic/test_parentHook3to4.py (+0/-11)
Axiom/axiom/test/historic/test_processor1to2.py (+0/-40)
Axiom/axiom/test/historic/test_scheduler1to2.py (+0/-21)
Axiom/axiom/test/historic/test_subStoreStartupService1to2.py (+0/-22)
Axiom/axiom/test/historic/test_subscheduler1to2.py (+0/-28)
Axiom/axiom/test/historic/test_textlist.py (+0/-11)
Axiom/axiom/test/itemtest.py (+0/-8)
Axiom/axiom/test/itemtestmain.py (+0/-15)
Axiom/axiom/test/morenewapp.py (+0/-104)
Axiom/axiom/test/newapp.py (+0/-59)
Axiom/axiom/test/newcirc.py (+0/-32)
Axiom/axiom/test/newobsolete.py (+0/-23)
Axiom/axiom/test/newpath.py (+0/-14)
Axiom/axiom/test/oldapp.py (+0/-18)
Axiom/axiom/test/oldcirc.py (+0/-14)
Axiom/axiom/test/oldobsolete.py (+0/-11)
Axiom/axiom/test/oldpath.py (+0/-10)
Axiom/axiom/test/onestepapp.py (+0/-104)
Axiom/axiom/test/openthenload.py (+0/-28)
Axiom/axiom/test/path_postcopy.py (+0/-24)
Axiom/axiom/test/reactorimporthelper.py (+0/-17)
Axiom/axiom/test/test_attributes.py (+0/-458)
Axiom/axiom/test/test_axiomatic.py (+0/-410)
Axiom/axiom/test/test_batch.py (+0/-733)
Axiom/axiom/test/test_count.py (+0/-69)
Axiom/axiom/test/test_crossstore.py (+0/-68)
Axiom/axiom/test/test_dependency.py (+0/-598)
Axiom/axiom/test/test_files.py (+0/-89)
Axiom/axiom/test/test_inheritance.py (+0/-28)
Axiom/axiom/test/test_item.py (+0/-586)
Axiom/axiom/test/test_listversions.py (+0/-116)
Axiom/axiom/test/test_mixin.py (+0/-56)
Axiom/axiom/test/test_paginate.py (+0/-171)
Axiom/axiom/test/test_powerup.py (+0/-356)
Axiom/axiom/test/test_pysqlite2.py (+0/-31)
Axiom/axiom/test/test_query.py (+0/-1798)
Axiom/axiom/test/test_queryutil.py (+0/-146)
Axiom/axiom/test/test_reference.py (+0/-217)
Axiom/axiom/test/test_reprs.py (+0/-110)
Axiom/axiom/test/test_scheduler.py (+0/-843)
Axiom/axiom/test/test_sequence.py (+0/-580)
Axiom/axiom/test/test_slotmachine.py (+0/-141)
Axiom/axiom/test/test_substore.py (+0/-201)
Axiom/axiom/test/test_tablecreate.py (+0/-103)
Axiom/axiom/test/test_tags.py (+0/-36)
Axiom/axiom/test/test_unavailable_type.py (+0/-27)
Axiom/axiom/test/test_upgrading.py (+0/-916)
Axiom/axiom/test/test_userbase.py (+0/-659)
Axiom/axiom/test/test_xatop.py (+0/-1013)
Axiom/axiom/test/toonewapp.py (+0/-64)
Axiom/axiom/test/upgrade_fixtures/__init__.py (+0/-2)
Axiom/axiom/test/upgrade_fixtures/override_init_new.py (+0/-24)
Axiom/axiom/test/upgrade_fixtures/override_init_old.py (+0/-10)
Axiom/axiom/test/upgrade_fixtures/reentrant_new.py (+0/-23)
Axiom/axiom/test/upgrade_fixtures/reentrant_old.py (+0/-10)
Axiom/axiom/test/upgrade_fixtures/replace_attribute_new.py (+0/-43)
Axiom/axiom/test/upgrade_fixtures/replace_attribute_old.py (+0/-20)
Axiom/axiom/test/upgrade_fixtures/replace_delete_new.py (+0/-42)
Axiom/axiom/test/upgrade_fixtures/replace_delete_old.py (+0/-20)
Axiom/axiom/test/upgrade_fixtures/two_upgrades_new.py (+0/-32)
Axiom/axiom/test/upgrade_fixtures/two_upgrades_old.py (+0/-10)
Axiom/axiom/test/util.py (+0/-158)
Axiom/axiom/upgrade.py (+0/-258)
Axiom/axiom/userbase.py (+0/-587)
Axiom/benchmark/batch-deletion (+0/-45)
Axiom/benchmark/benchlib.py (+0/-30)
Axiom/benchmark/inmemory-setting (+0/-46)
Axiom/benchmark/integer-setting (+0/-47)
Axiom/benchmark/item-creation (+0/-39)
Axiom/benchmark/item-loading (+0/-39)
Axiom/benchmark/multiquery-creation (+0/-40)
Axiom/benchmark/powerup-loading (+0/-58)
Axiom/benchmark/query-creation (+0/-38)
Axiom/benchmark/store-opening (+0/-41)
Axiom/bin/axiomatic (+0/-3)
Axiom/requirements-testing.txt (+0/-2)
Axiom/setup.py (+0/-61)
Axiom/tox.ini (+0/-28)
Axiom/twisted/plugins/axiom_plugins.py (+0/-60)
Divmod.pth (+1/-2)
To merge this branch: bzr merge lp://qastaging/~exarkun/divmod.org/remove-axiom-1325288
Reviewer Review Type Date Requested Status
Tristan Seligmann Approve
Review via email: mp+224944@code.qastaging.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Tristan Seligmann (mithrandi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches