summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/fixes/fix_reload.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)Zsolt Dollenstein2019-10-241-3/+1
| | | | | | | | | | These are valid even in python 2.7 https://bugs.python.org/issue33348 Automerge-Triggered-By: @gpshead
* bpo-21446: Update reload fixer to use importlib (GH-8391)Berker Peksag2018-07-231-3/+3
|
* Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
|
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+11
| | | | generalizations added in 3.5.
* add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie ↵Benjamin Peterson2012-12-081-0/+28
Clark-Michalek and Berker Peksag