summaryrefslogtreecommitdiffstats
path: root/PCbuild/lib.pyproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38439: Add 256px IDLE icon (GH-17473)Miss Islington (bot)2020-04-221-0/+1
| | | | | | Icon author: Andrew Clover, bpo-1490384 (cherry picked from commit 3a69f3caeeaea57048ed3bc3051e16854b9a4cd6) Co-authored-by: Miro HronĨok <miro@hroncok.cz>
* bpo-30814, bpo-30876: Add new import test files to projects. (#2851)Serhiy Storchaka2017-07-271-0/+6
|
* Adds lib.pyproj file to solution (#1633)Steve Dower2017-05-171-0/+1813
* Adds lib.pyproj file to solution so that VS with Python support can open all the files in the standard library. * Remove unexpected solution configuration. * Remove lib.pyproj from solution to avoid memory issues on VS 2015.