| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 56.0.0 → 56.1.0v56.1.0 | Jason R. Coombs | 2021-05-04 | 9 | -9/+20 |
| * | Merge pull request #2663 from dofuuz/vs2017-express | Jason R. Coombs | 2021-05-04 | 2 | -0/+3 |
| |\ | |||||
| | * | Create 2663.change.rst | dofuuz | 2021-05-03 | 1 | -0/+1 |
| | * | Find VC Express 2017 explicitly, not ARM tools. | dofuuz | 2021-04-30 | 1 | -2/+1 |
| | * | Add Visual Studio 2017 Express detection | dofuuz | 2021-04-29 | 1 | -0/+3 |
| * | | Merge pull request #2653 from pypa/distutils-refresh | Jason R. Coombs | 2021-05-04 | 6 | -11/+23 |
| |\ \ | |||||
| | * | | Add changelog.distutils-refresh | Jason R. Coombs | 2021-04-25 | 1 | -0/+1 |
| | * | | Merge https://github.com/pypa/distutils into distutils-refresh | Jason R. Coombs | 2021-04-25 | 5 | -11/+22 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Merge pull request #36 from jmroot/relax-mdt-check | Jason R. Coombs | 2021-04-24 | 1 | -5/+9 |
| | | |\ | |||||
| | | | * | Relax MACOSX_DEPLOYMENT_TARGET check | Joshua Root | 2021-03-22 | 1 | -5/+9 |
| | | * | | Merge pull request #33 from animalize/msvc_02 | Jason R. Coombs | 2021-04-24 | 3 | -5/+5 |
| | | |\ \ | |||||
| | | | * | | Use /O2 compiler option instead of /Ox for MSVC | animalize | 2021-03-08 | 3 | -5/+5 |
| | | | |/ | |||||
| | | * | | Merge pull request #32 from termim/main | Jason R. Coombs | 2021-04-24 | 1 | -0/+7 |
| | | |\ \ | |||||
| | | | * | | bpo-41882: Clean up after CCompiler.has_function() | Mikhail Terekhov | 2021-03-07 | 1 | -0/+7 |
| | | | |/ | |||||
| | | * | | Merge pull request #39 from pypa/workflows | Jason R. Coombs | 2021-04-24 | 2 | -0/+69 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | Copy workflows from jaraco/skeleton. Enables CI. | Jason R. Coombs | 2021-04-24 | 2 | -0/+69 |
| | | |/ | |||||
| | | * | In spawn, when logging a command, use list2cmdline to render the command as i... | Jason R. Coombs | 2020-11-06 | 1 | -1/+1 |
| | | * | Merge pull request #20 from pypa/blockquotes-to-literals | Pradyun Gedam | 2020-10-27 | 1 | -0/+6 |
| | | |\ | |||||
| | | | * | Convert blockquotes into literal blocks | Pradyun Gedam | 2020-10-26 | 1 | -0/+6 |
| | | |/ | |||||
| * | | | Merge pull request #2664 from hroncok/patch-1 | Jason R. Coombs | 2021-05-04 | 2 | -1/+2 |
| |\ \ \ | |||||
| | * | | | Update changelog. | Jason R. Coombs | 2021-05-04 | 1 | -0/+1 |
| | * | | | Relax the distutils deprecation regex | Miro Hrončok | 2021-05-04 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Fix doc builds for intersphinx mapping. Supersedes #2659. | Jason R. Coombs | 2021-05-04 | 1 | -4/+4 |
| |/ / | |||||
| * | | Add blurb for distutils docs addition. | Jason R. Coombs | 2021-04-25 | 1 | -0/+1 |
| * | | Merge pull request #2657 from pypa/feature/distutils-docs | Jason R. Coombs | 2021-04-25 | 15 | -0/+4525 |
| |\ \ | |||||
| | * \ | Merge branch 'main' into feature/distutils-docs | Jason R. Coombs | 2021-04-25 | 99 | -1767/+2883 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #2655 from webknjaz/maintenance/drop-netlify | Jason R. Coombs | 2021-04-25 | 2 | -8/+0 |
| |\ \ \ | |||||
| | * | | | 🔥 Drop the Netlify configs | Sviatoslav Sydorenko | 2021-04-25 | 2 | -8/+0 |
| * | | | | Merge pull request #2654 from webknjaz/docs/modern-towncrier | Jason R. Coombs | 2021-04-25 | 2 | -0/+6 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add a change note for PR #2654 | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+2 |
| | * | | | Make changelog tmpl compatible w/ new towncrier | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+4 |
| |/ / / | |||||
| * | | | Merge pull request #2644 from tirkarthi/fix-threading | Jason R. Coombs | 2021-04-24 | 2 | -1/+2 |
| |\ \ \ | |||||
| | * | | | Set daemon attribute instead of using setDaemon method that was deprecated in... | Karthikeyan Singaravelan | 2021-04-17 | 2 | -1/+2 |
| * | | | | Merge pull request #2649 from webknjaz/maintenance/issue-forms--deprecations | Pradyun Gedam | 2021-04-22 | 3 | -20/+16 |
| |\ \ \ \ | |||||
| | * | | | | Drop deprecated `issue_body` from the forms | Sviatoslav Sydorenko | 2021-04-21 | 3 | -20/+16 |
| |/ / / / | |||||
| * | | | | Merge pull request #2635 from cdce8p/refactor-dist | Jason R. Coombs | 2021-04-14 | 2 | -28/+95 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add rfc822_unescape | Marc Mueller | 2021-04-10 | 2 | -1/+60 |
| | * | | | Refactor dist.read_pkg_file | Marc Mueller | 2021-04-10 | 1 | -28/+36 |
| |/ / / | |||||
| * | | | Bump version: 55.0.0 → 56.0.0v56.0.0 | Jason R. Coombs | 2021-04-08 | 8 | -13/+30 |
| * | | | Merge pull request #2633 from webknjaz/bugfixes/2632-importlib-find_spec | Jason R. Coombs | 2021-04-08 | 3 | -20/+25 |
| |\ \ \ | |||||
| | * | | | Use importlib.util.spec_from_loader in find_spec | Sviatoslav Sydorenko | 2021-04-09 | 2 | -4/+4 |
| | * | | | Drop deprecated `find_module` from vendor importer | Sviatoslav Sydorenko | 2021-04-08 | 2 | -16/+0 |
| | * | | | Implement `find_spec` in vendored module importers | Sviatoslav Sydorenko | 2021-04-08 | 2 | -12/+30 |
| | * | | | Add a change note for PR #2633 | Sviatoslav Sydorenko | 2021-04-08 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Merge pull request #2620 from cdce8p/license-files-improments | Jason R. Coombs | 2021-04-03 | 9 | -27/+118 |
| |\ \ \ | |||||
| | * | | | Small changes | Marc Mueller | 2021-04-03 | 4 | -5/+5 |
| | * | | | Change deprecation warning | Marc Mueller | 2021-04-03 | 1 | -4/+3 |
| | * | | | Additional test cases | Marc Mueller | 2021-04-03 | 1 | -3/+62 |
| | * | | | Add documentation + changelog entries | Marc Mueller | 2021-04-03 | 6 | -1/+22 |
| | * | | | license_files - Add support for glob patterns + add default patterns | Marc Mueller | 2021-04-03 | 3 | -23/+35 |
| |/ / / | |||||
