summaryrefslogtreecommitdiff
path: root/tests/stdlib/all_monkey.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: CI upgrades, pycodestyle fix 2 empty lines after class/defSergey Shepelev2023-01-181-0/+1
| | | | | | - github actions ubuntu-latest switched to 22.04 with python3>=3.7 - tool: pep8 was renamed and upgraded to pycodestyle 2.1, fixed 2 empty lines after class/def - common github actions upgrade to v3 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
|
* Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵Ryan Williams2010-02-091-0/+24
Unsurprisingly, some tweakage was also needed.