lp://staging/~nejucomo/divmod.org/fix-nevow-setup
- Get this branch:
- bzr branch lp://staging/~nejucomo/divmod.org/fix-nevow-setup
Branch merges
- Michael Hudson-Doyle: Pending requested
-
Diff: 26 lines (+9/-2)1 file modifiedNevow/setup.py (+9/-2)
Related bugs
Related blueprints
Recent revisions
- 2709. By nejucomo
-
Modify Nevow/setup.py to not import nevow for the version; instead parse it from the source file with a regex.
- 2708. By Jean-Paul Calderone
-
Introduce an absolute minimum of Python 3 compatibility in Combinator
Author: glyph, exarkun
Reviewer: mithrandi, exarkunThis is the minimum possible change to let a Combinator environment
peacefully co-exist with use of Python 3.3. It fixes enough syntax
errors so that the parts of Combinator that get imported to configure
`sys.path` will not produce annoying exceptions in the normal course
of development in a Combinator-enabled environment.This does not mean Combinator works with Python 3.3, only that it will
not spew annoying exceptions and tracebacks under common usage. - 2707. By Jean-Paul Calderone
-
Update some unfortunate terminal-related hacks to support the most recent release of Twisted
Author: jonathanj
Reviewer: exarkunThe Imaginary tests depend on some private implementation details from Twisted which
have changed between Twisted 13.0 and Twisted 13.1. This changes the tests to depend
on the Twisted 13.1 version rather than the pre-13.1 version. This will cause the
tests to fail against any older version of Twisted, but causes them to pass on the
most recent version (13.1). - 2706. By Jean-Paul Calderone
-
Fix some remaining confusion about whether actors take "actions" or execute "commands" (they take "actions").
Author: exarkun
Reviewer: jonathanjThis further reduces the confusing use of the two essentially synonymous words,
"actions" and "commands", throughout the code and in the user interface and
directs players towards "actions".It does re-introduce the "commands" action as pointer towards the "actions"
action which is probably what confused new players are looking for. - 2703. By Jonathan Jacobs
-
Accept varargs in Divmod.
UnitTest. TestCase. assertThrows. Author: jjacobs
Reviewer: exarkunPass varargs to assertThrows on to the callable, matching the way Python's assertRaises works.
- 2700. By Jean-Paul Calderone
-
Update two Nevow unit tests to work with more recent versions of Twisted
This will introduce a test failure against Twisted < 11.0, but no implementation
changes are actually being made, so no actual functionality should be lost on
old Twisted versions.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/divmod.org