lp:~msabramo/flufl.enum/python2.6

Created by Marc Abramowitz and last modified
Get this branch:
bzr branch lp:~msabramo/flufl.enum/python2.6
Only Marc Abramowitz can upload to this branch. If you are Marc Abramowitz please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Marc Abramowitz
Project:
flufl.enum
Status:
Development

Recent revisions

101. By Marc Abramowitz <email address hidden>

tox.ini: Add py34 and pypy

100. By Marc Abramowitz <email address hidden>

Update docs to note compatibility with Python 2.6

99. By Marc Abramowitz <email address hidden>

Make tests pass in Python 2.6

98. By Barry Warsaw

Piss on the hydrant.

97. By Barry Warsaw

Typo

96. By Barry Warsaw

 * As per BDFL request, document the ``__value_factory__`` API.

95. By Barry Warsaw

Ensure that proper terminology is used throughout, re: enumerations,
enumeration items, and enumeration values.

94. By Barry Warsaw

 * ``Enum.__getattr__()`` and special treatment for ``__members__`` is
   removed. A ``__dir__()`` is provided to limit ``dir(Enum)`` to just the
   enumeration item names.

93. By Barry Warsaw

 * ``repr(Enum)`` now sorts in attribute name order, as does iteration over
   ``Enum``s. Iteration over ``IntEnum``s is sorted by the enumeration item
   values (which must be integers).

92. By Barry Warsaw

 * Comparison operators now return ``NotImplemented`` which cause their use to
   raise ``TypeError`` instead of ``NotImplementedError``. This is for
   consistency with Python 3. In Python 2, we raise the ``TypeError``
   explicitly.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~barry/flufl.enum/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers