| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 1 | -4/+3 |
| | | | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing | ||||
| * | Sort imports with 'isort' | Quentin Pradet | 2020-10-01 | 1 | -1/+0 |
| | | |||||
| * | Update urllib3/requests GitHub URLs (#1719) | Quentin Pradet | 2019-10-29 | 1 | -1/+1 |
| | | |||||
| * | Speed up queue test by using timeout=0 (#1711) | Quentin Pradet | 2019-10-29 | 1 | -2/+2 |
| | | | | | | Queue.get() accepts any non-negative number, so 0 works. It's also not arbitrary like 1 was, and the test suite now takes one less second to run! | ||||
| * | Auto formatting using black | Ratan Kulshreshtha | 2019-05-25 | 1 | -1/+3 |
| | | |||||
| * | Rewrite test_queue_monkeypatch.py to be pytest-style | Alex Chan | 2017-06-14 | 1 | -16/+8 |
| | | |||||
| * | Fix flake errors with unittest2 import | Seth Michael Larson | 2017-01-25 | 1 | -4/+5 |
| | | |||||
| * | Merge upstream | Seth Michael Larson | 2017-01-24 | 1 | -1/+2 |
| |\ | |||||
| | * | F841 Local variable assigned to but never used. | Seth Michael Larson | 2017-01-23 | 1 | -1/+1 |
| | | | |||||
| | * | E302 Expected 2 blank lines, found 1 | Seth Michael Larson | 2017-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | s/version/version_info/ | Seth Michael Larson | 2017-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add unittest2 for more testcases | Seth Michael Larson | 2017-01-22 | 1 | -1/+5 |
| | | | |||||
| * | | Add cleanup to pools and managers | lars4839 | 2017-01-21 | 1 | -0/+1 |
| |/ | |||||
| * | refactoring of monkey patch resistance test case | Tobias Megies | 2016-12-05 | 1 | -8/+9 |
| | | |||||
| * | add regression test for monkey patching of Queue | Tobias Megies | 2016-12-02 | 1 | -0/+29 |
