summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Updated PY env var creation for github precommitJames Braza2020-11-231-1/+1
|/ / /
* | | Merge pull request #489 from hroncok/patch-1Ronny Pfannschmidt2020-11-031-2/+2
|\ \ \
| * | | Further flake8 path fixes in tox.iniMiro Hrončok2020-11-031-2/+2
|/ / /
* | | Merge pull request #485 from s0undt3ch/masterRonny Pfannschmidt2020-11-025-0/+41
|\ \ \
| * | | Add `no-guess-dev` implementation.Pedro Algarvio2020-11-025-0/+41
|/ / /
* | | Merge pull request #486 from s0undt3ch/hotfix/relaxed-git-describeRonny Pfannschmidt2020-10-302-1/+17
|\ \ \ | |/ / |/| |
| * | Relax the default git decribe commandPedro Algarvio2020-10-302-1/+17
|/ /
* | Merge pull request #481 from hugovk/patch-1Ronny Pfannschmidt2020-10-222-8/+7
|\ \
| * | .travis.yaml no longer existsHugo van Kemenade2020-10-221-1/+0
| * | Fix build badge Travis->GHAHugo van Kemenade2020-10-221-7/+7
|/ /
* | Merge pull request #476 from Villemoes/sdeRonny Pfannschmidt2020-10-166-34/+29
|\ \
| * | testing: use and test SOURCE_DATE_EPOCH handlingRasmus Villemoes2020-10-143-15/+17
| * | utils.py: remove unused utc singletonRasmus Villemoes2020-09-082-18/+1
| * | version.py: honour SOURCE_DATE_EPOCH for more reproducible buildsRasmus Villemoes2020-09-082-1/+11
|/ /
* | Merge pull request #475 from nicoddemus/version-tupleRonny Pfannschmidt2020-09-022-3/+19
|\ \
| * | Add version_tuple to write_to contentsBruno Oliveira2020-08-222-3/+19
|/ /
* | Merge pull request #472 from TheTechRobo/patch-1Ronny Pfannschmidt2020-08-141-1/+1
|\ \
| * | Fix grammarIttussarom Retals Mail Ynohtna2020-08-131-1/+1
|/ /
* | Merge pull request #466 from hugovk/patch-1Ronny Pfannschmidt2020-07-291-2/+2
|\ \
| * | The PyPA has adopted the PSF code of conductHugo van Kemenade2020-07-291-2/+2
|/ /
* | Merge pull request #453 from pypa/bugfix/449-disallow-the-nondotv4.1.2Ronny Pfannschmidt2020-05-313-1/+7
|\ \
| * | xfail the test for non-dotted versionsbugfix/449-disallow-the-nondotRonny Pfannschmidt2020-05-311-0/+1
| * | disallow tags without dot againRonny Pfannschmidt2020-05-312-1/+6
|/ /
* | changelogv4.1.1Ronny Pfannschmidt2020-05-261-0/+6
* | Merge pull request #450 from pypa/bugfix/448-pyproject-remove-jaraco.windowsRonny Pfannschmidt2020-05-261-1/+1
|\ \
| * | fix #448: remove the missed jaraco.windows referencebugfix/448-pyproject-remove-jaraco.windowsRonny Pfannschmidt2020-05-261-1/+1
|/ /
* | Merge pull request #447 from pypa/infra/release-prepv4.1.0Ronny Pfannschmidt2020-05-251-0/+11
|\ \
| * | update changeloginfra/release-prepRonny Pfannschmidt2020-05-251-0/+11
|/ /
* | Merge pull request #446 from henryiii/henryiii/win27Ronny Pfannschmidt2020-05-256-7/+232
|\ \
| * | Adding Windows + Py 2.7 test, skipsHenry Schreiner2020-05-253-2/+11
| * | Revert part of 8f7c2fb39c8fddafb4197d7998056f47db43b7d6Henry Schreiner2020-05-254-5/+221
|/ /
* | Merge pull request #445 from henryiii/patch-1Ronny Pfannschmidt2020-05-251-0/+4
|\ \
| * | Add universal wheelsHenry Schreiner2020-05-251-0/+4
|/ /
* | Merge pull request #441 from chrisjbillington/release-branch-semver-fixRonny Pfannschmidt2020-05-253-3/+14
|\ \
| * | Add a shim with deprecation warning for release_branch_semver()chrisjbillington2020-05-251-0/+10
| * | Add release-branch-semver to setup.cfgchrisjbillington2020-05-243-3/+4
* | | Merge pull request #443 from mgorny/py27-fnfeRonny Pfannschmidt2020-05-253-4/+4
|\ \ \
| * | | Fix missing git/hg handling in tests for py27Michał Górny2020-05-253-4/+4
| |/ /
* | | Merge pull request #444 from mgorny/tox-flake8Ronny Pfannschmidt2020-05-251-1/+1
|\ \ \ | |/ / |/| |
| * | tox.ini: Fix paths in flake8 targetMichał Górny2020-05-251-1/+1
|/ /
* | Merge pull request #439 from pypa/infra/py39Ronny Pfannschmidt2020-05-241-4/+23
|\ \
| * | also build python 3.9 eggsRonny Pfannschmidt2020-05-241-3/+11
| * | add python3.9 via deadsnakes actionRonny Pfannschmidt2020-05-241-1/+12
|/ /
* | trigger builds on tags in futureRonny Pfannschmidt2020-05-241-1/+4
* | Merge branch 'bugfix/workflow'v4.0.0Ronny Pfannschmidt2020-05-241-1/+1
|\ \
| * | simplify the dist-upload conditionbugfix/workflowRonny Pfannschmidt2020-05-231-1/+1
* | | Merge pull request #437 from pypa/bugfix/436-realpath-everywhereRonny Pfannschmidt2020-05-221-1/+1
|\ \ \ | |/ / |/| |
| * | Use realpath during relpath to avoid cross-volume issues on Windows. Fixes #436.bugfix/436-realpath-everywhereJason R. Coombs2020-05-221-1/+1
|/ /
* | run pipelines on releasesRonny Pfannschmidt2020-05-211-0/+1
* | Merge pull request #435 from pypa/release-prepRonny Pfannschmidt2020-05-213-14/+8
|\ \