Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around Path.glob() issue when creating nuget package (GH-16855) | Steve Dower | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | bpo-36174: Update nuget authoring for new license field. (GH-12300) | Steve Dower | 2019-03-13 | 3 | -4/+3 |
| | |||||
* | [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN ↵ | Zachary Ware | 2017-09-04 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | (GH-1783) (GH-3306) The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Cherry-picked from 51599e2bdd10ab77212a7cbb41a13ea70ee13da8, parts of 40a23e88994aca92c83c8e84ab8b8cdc11d7ec54, parts of 68d663cf85d1ac5eaf83482eed39c0a6f8093601, d5cd21d75a27a377f2f9c8370fd8e8c7efaeefb1, and possibly others that I've missed. Also: * Rename db -> bsddb for disambiguity * Update sqlite3 to 3.14.2.0 since it's the version we use on 3.x, and it's simpler to just use it than to also upload the old version to cpython-source-deps * Add PCbuild/*.ilk to .gitignore | ||||
* | Enables RC markings in nuget packages. (#3216) | Steve Dower | 2017-08-27 | 1 | -0/+1 |
| | |||||
* | [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) | Zachary Ware | 2017-06-11 | 1 | -63/+63 |
| | | | Also updates checked-in line endings in several files. | ||||
* | Fixes the 2.7 nuget packages to include a shim bdist_wininst | Steve Dower | 2016-12-19 | 2 | -2/+30 |
| | |||||
* | Adds batch file for building nuget package, and includes libs folder | Steve Dower | 2016-06-27 | 3 | -11/+94 |
| | |||||
* | Adds scripts for building nuget packages. | Steve Dower | 2016-06-24 | 4 | -0/+288 |