lp:~danken/python-fixtures/staticmethod

Created by Dan Kenigsberg and last modified
Get this branch:
bzr branch lp:~danken/python-fixtures/staticmethod
Only Dan Kenigsberg can upload to this branch. If you are Dan Kenigsberg please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Kenigsberg
Project:
Python Fixtures
Status:
Merged

Recent revisions

76. By Dan Kenigsberg

MonkeyPatch staticmethod

As noticed by Antoni S. Puimedon in http://gerrit.ovirt.org/23378/, in Python
2, setattr(Class, name, func) automatically converts a function into an
instancemethod. To keep type(Class.func) as function, staticmethod(func) must
be applied explicitly.

75. By Robert Collins

Release 0.3.14

74. By Robert Collins

* ``FakePopen`` can now override the returncode attribute.
  (Robert Collins)

73. By Robert Collins

More releasing docs.

72. By Robert Collins

Release 0.3.13

71. By Robert Collins

* Documentation hopefully covers ``TestWithFixtures`` a little better.
  (Robert Collins, #1102688)

70. By Robert Collins

Ignore an egg-info directory if it exists.

69. By Robert Collins

* ``setup.py`` now lists the ``testtools`` dependency which was missing.
  (Robert Collins, #1103823)

68. By Robert Collins

* ``FakePopen`` now accepts all the parameters available in Python 2.7.
  (Robert Collins)

* ``FakePopen`` now only passes parameters to the get_info routine if the
  caller supplied them. (Robert Collins)

67. By Robert Collins

0.3.12: 0.3.11 with tests for StringStream.

Branch metadata

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

Subscribers