lp:~lvh/divmod.org/axiom-docs

Created by Laurens Van Houtven and last modified
Get this branch:
bzr branch lp:~lvh/divmod.org/axiom-docs
Only Laurens Van Houtven can upload to this branch. If you are Laurens Van Houtven please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Laurens Van Houtven
Project:
Divmod
Status:
Development

Recent revisions

2718. By Laurens Van Houtven

Merge modernize-axiom-packaging

2717. By Laurens Van Houtven

Use pip install to install deps

2716. By Laurens Van Houtven

Split docs into its own testenv

2715. By Laurens Van Houtven

Run doctests + build docs as HTML as part of tox run

2714. By Laurens Van Houtven

Merge packaging modernization branch

2713. By Laurens Van Houtven

Merge current trunk

2712. By Laurens Van Houtven

Import current Axiom book version

2711. By Tristan Seligmann

Change FinalizingCache to cope with PyPy weakref callback behaviour.

Author: mithrandi
Reviewer: exarkun, lvh

On CPython, weakref callbacks always run before any other code has a chance to
observe the broken weakref. On PyPy, this is not the case; code may run between
the weakref being broken, and the weakref callback being run, thus potentially
encountering a weakref which is broken but has not (yet) had its callback
invoked. This branch makes changes to tolerate this situation.

2710. By Jean-Paul Calderone

Display the contents of different kinds of containers differently.

This introduces the `ConceptTemplate` helper for which different kinds of containers
may supply different template strings. This allows the expression of the contents of
different containers to result in different text.

This change introduces templates for several common container types already supported
in Imaginary: locations, actors, and box-style things.

2709. By Jean-Paul Calderone

In the unit tests for actions, fix an assumption of 32 bit pointers in the Python runtime.

Author: jerith
Reviewer: exarkun

This changes some simple text matching logic in the test suite to accept up to 16 digits in
a Python id value (on CPython representing a pointer to the C structure representing the
Python object). This makes the test valid on 64 bit systems where pointers can point further.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:divmod.org
This branch contains Public information 
Everyone can see this information.