summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Clarify log messages in IPBasedDistributor.getBridgesForIP().Isis Lovecruft2014-02-02
* Several PEP8 fixes in Dist.IPBasedDistributor.Isis Lovecruft2014-02-02
* PEP8 fixes for several lines in Dist.getNumBridgesPerAnswer().Isis Lovecruft2014-02-02
* Numerous whitespace fixes in bridgedb.Dist module.Isis Lovecruft2014-02-02
* Sphinxify and improve Dist.IPBasedDistributor.getBridgesForIP docstring.Isis Lovecruft2014-02-02
* Add docstrings for HTTPServer.render() and getBridgeRequestAnswer().Isis Lovecruft2014-02-02
* Cleanup logging of memory addresses in prepopulateRings().Isis Lovecruft2014-02-02
* Update docstring for bridgedb.Bridges.FilteredBridgeSplitter.prepopulateRings().Isis Lovecruft2014-02-02
* Return True if we were able to prepopulate sub hashrings.Isis Lovecruft2014-02-02
* Only log netstatus descriptor fields if they were parsed.Isis Lovecruft2014-02-02
* Remove unused Travis CI env variable.Isis Lovecruft2014-02-02
* Actually skip that unittest that hangs in travis CI.Isis Lovecruft2014-02-02
* Skip testDiscountAndPruneBridgeHistory() unittest in travis CI.Isis Lovecruft2014-02-02
* Cat bridgedb.log out after a travis CI run.Isis Lovecruft2014-02-02
* Fix missing word in docstring.Isis Lovecruft2014-02-02
* Small .travis.yml changes to reports, coverage runs, and geoip deps.Isis Lovecruft2014-02-02
* Ignore doc/coverage-html directory.Isis Lovecruft2014-02-02
* Change str → basestring in lib/bridgedb/test/test_persistent.py unittest.Isis Lovecruft2014-02-02
* Turn doctest we skip in bridgedb.test.util into a Sphinx codeblock.Isis Lovecruft2014-02-02
* Fix docs in test_Tests.py and deprecated.py to use :api: for twisted.Isis Lovecruft2014-02-02
* Skip doctest in bridgedb.test.util; cannot make doctest classes.Isis Lovecruft2014-02-02
* Removed doctest from bridgedb.test.ParseNetworkStatusRLineTests.Isis Lovecruft2014-02-02
* Fix doctest for bridgedb.crypto.getKey().Isis Lovecruft2014-02-02
* Add Sphinx param docs for bridgedb.Time.IntervalSchedule.Isis Lovecruft2014-02-02
* Fix docstring context for bridgedb.Time.IntervalSchedule.Isis Lovecruft2014-02-02
* Add Sphinx param docs for bridgedb.Dist.uniformMap().Isis Lovecruft2014-02-02
* Fix docstring context for bridgedb.Dist.uniformMap().Isis Lovecruft2014-02-02
* Add Sphinx param docs for bridgedb.Bridges.is_valid_ip().Isis Lovecruft2014-02-02
* Fix doctest context in bridgedb.Bridges.is_valid_ip().Isis Lovecruft2014-02-02
* The logging module in py2.6 doesn't have logging.warnings.Isis Lovecruft2014-02-02
* Decrease the noisyness of bridgedb.test.fileCheckDecorator().Isis Lovecruft2014-02-02
* Change assertion in Tests.py to check for new class.Isis Lovecruft2014-02-02
* Only test fakeBridges with valid IPs in Tests.py.Isis Lovecruft2014-02-02
* Fix Tests.randomIP*String() methods to enclose in brackets explicitly.Isis Lovecruft2014-02-02
* Fix bridgedb.Tests.randomIP*() methods to return the correct IP type.Isis Lovecruft2014-02-02
* One tiny PEP8 fix in bridgedb.Tests.Isis Lovecruft2014-02-02
* Add test_Tests.TrialAdaptedDoctests class.Isis Lovecruft2014-02-02
* Add test_Tests.MonkeypatchedOldUnittests class.Isis Lovecruft2014-02-02
* Rewrite test_Tests.OldUnittests to use DynamicTestCaseMeta.Isis Lovecruft2014-02-02
* Add dynamic TestCase class generator.Isis Lovecruft2014-02-02
* Add test_Tests.monkeypatchTests() to setup regression tests.Isis Lovecruft2014-02-02
* Add test_Tests.generateTrialAdaptedDoctestsSuite().Isis Lovecruft2014-02-02
* Rename `TrialAdaptedOldUnittests` → `OldUnittests`.Isis Lovecruft2014-02-02
* Remove imports for bridgedb.Tests classes; import whole module.Isis Lovecruft2014-02-02
* Add another __future__ import to test_Tests.py.Isis Lovecruft2014-02-02
* Add `_trial_temp.lock` to .gitignore.Isis Lovecruft2014-02-02
* Add test.deprecated module for regression testing with original code.Isis Lovecruft2014-02-02
* Change `Bridges.parseORAddressLine`→`networkstatus.parseALine` in Tests.py.Isis Lovecruft2014-02-02
* Add trial runner/report class adapter for old unittests.Isis Lovecruft2014-02-02
* Fix field names in ParseNetworkStatusALineTests.test_missingPrefix().Isis Lovecruft2014-02-02