summaryrefslogtreecommitdiff
path: root/tests/stdlib/all_modules.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-5/+4
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-1/+1
|
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
| | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers
* Adding hub reset method around the stdlib tests prevents bad data from ↵Ryan Williams2010-02-141-2/+2
| | | | spilling between them.
* Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵Ryan Williams2010-02-091-0/+41
Unsurprisingly, some tweakage was also needed.