Commit Graph

  • 19a308d70d
    Merge pull request #79 from twisted/release-update main Glyph 2022-10-15 00:44:40 -0700
  • 0de1eaf2e3 prepare to merge back to trunk Glyph 2022-10-15 00:42:52 -0700
  • 191ffbae5b final release incremental-22.10.0 Glyph 2022-10-15 00:38:29 -0700
  • e9a4735f18 towncrier update Glyph 2022-10-04 14:28:49 -0700
  • 7eb12ce101 release candidate Glyph 2022-10-04 14:26:55 -0700
  • dc6586bc63 relocate towncrier configuration for current version Glyph 2022-10-04 14:24:21 -0700
  • eac07cc386 This should have been in the PR Glyph 2022-10-04 14:20:23 -0700
  • 5845557ab9
    Merge pull request #75 from twisted/adiroiban-gha-comments Adi Roiban 2021-08-08 17:40:55 +0100
  • 1507b4496a
    Document gh-pages updates Adi Roiban 2021-08-08 11:02:44 +0100
  • 45691dfaee
    Merge pull request #74 from twisted/codecov-PR-comments Adi Roiban 2021-07-26 16:51:43 +0100
  • 1bdc8ecd29 Remove file that is not reported. Adi Roiban 2021-07-26 16:11:48 +0100
  • 8fc8838430 Use explicit package. Adi Roiban 2021-07-25 18:06:59 +0100
  • b75d5fa6eb Include external tests. Adi Roiban 2021-07-25 16:33:24 +0100
  • 24e9e4dd88 Try wait for ci again. Adi Roiban 2021-07-25 10:45:49 +0100
  • 4e9933d590 Wait a bit. Adi Roiban 2021-07-25 10:43:37 +0100
  • 332db1adba Send commit status. Adi Roiban 2021-07-25 10:36:28 +0100
  • 49d4fca6c5 Enable codecov.io PR comments. Adi Roiban 2021-07-25 10:19:30 +0100
  • 48d7b9737a
    Merge pull request #59 from sbraz/setuptools Thomas Grainger 2021-07-23 23:19:24 +0100
  • f251d3239e
    Merge branch 'trunk' into setuptools Thomas Grainger 2021-07-23 23:18:25 +0100
  • 582edafe09
    Merge pull request #73 from twisted/gha-migration Thomas Grainger 2021-07-23 23:18:08 +0100
  • 3cfda8b9eb Fix coverage badge. Adi Roiban 2021-07-23 17:50:47 +0100
  • 534d42c2ea Update readme badge. Adi Roiban 2021-07-23 17:47:49 +0100
  • db2871b1ac Enable gh-pages only on push. Adi Roiban 2021-07-23 16:57:58 +0100
  • c72133fbf8 Always create root index. Adi Roiban 2021-07-23 16:52:47 +0100
  • af24794fa6 Use dedicated action. Adi Roiban 2021-07-23 16:07:35 +0100
  • 4a2f6b45f6 Keep it simple. Adi Roiban 2021-07-23 15:55:46 +0100
  • bbbd56ee46 Fix push authorization. Adi Roiban 2021-07-23 15:50:38 +0100
  • 3ef0a90561 Add push token. Fix 2.7 tests. Adi Roiban 2021-07-23 15:46:43 +0100
  • a1ef1d6663 Generage coverage xml file. Adi Roiban 2021-07-23 15:39:07 +0100
  • 06165ad4d8 Add codecov config file. Add code to push docs to github pages. Adi Roiban 2021-07-23 15:24:49 +0100
  • 8142f0936b Remove travis code. Add GHA code. Adi Roiban 2021-07-23 15:01:33 +0100
  • bf6b5c0ed9
    List setuptools under install_requires Louis Sautier 2021-07-21 01:00:13 +0200
  • f237b84aad
    Merge pull request #71 from graingert/configure-pre-commit Thomas Grainger 2021-03-23 22:57:32 +0000
  • 00dc5439ca
    apply pipx run black --experimental-string-processing src Thomas Grainger 2021-03-23 00:31:48 +0000
  • 480ead1ab8
    fix flake8 errors Thomas Grainger 2021-03-23 00:19:22 +0000
  • 3ac62cbc9c
    apply pre-commit Thomas Grainger 2021-03-23 00:16:36 +0000
  • 6a8dfb6424
    configure pre-commit Thomas Grainger 2021-03-23 00:16:25 +0000
  • 370e16b117
    Merge pull request #69 from graingert/add-type-annotations Thomas Grainger 2021-03-22 20:23:46 +0000
  • 2c4dc93dd0
    remove duplicate py38 black target-version Thomas Grainger 2021-03-22 19:54:44 +0000
  • a7f2639171
    use sys.version_info <= (3,) Thomas Grainger 2021-03-22 18:47:41 +0000
  • 6c12383b33
    define _cmp using sys.version_info conditional Thomas Grainger 2021-03-22 18:46:31 +0000
  • 17d71408fb
    comment why we're redefining FilePath type Thomas Grainger 2021-03-22 18:40:17 +0000
  • 7f1f4bf0a4
    test parsing a version with a major and minor version Thomas Grainger 2021-03-21 22:39:48 +0000
  • 4b1731e89f
    test all _inf comparison operators Thomas Grainger 2021-03-21 22:22:04 +0000
  • 9ca83a9572
    test the NotImplemented Version comparison operations Thomas Grainger 2021-03-21 21:57:30 +0000
  • deaf46cc62
    remove redundant comparisons/branches from _Inf Thomas Grainger 2021-03-21 21:56:11 +0000
  • 0d6cefdb16
    exclude TYPE_CHECKING from coverage Thomas Grainger 2021-03-21 21:33:49 +0000
  • 0794441cc7
    clean up formatting from black magic trailing comma Thomas Grainger 2021-03-21 14:30:10 +0000
  • 2861707f42
    use a type: ignore rather than 'if not TYPE_CHECKING' Thomas Grainger 2021-03-21 14:22:33 +0000
  • 1a743aef05
    configure black for py27 and py36-py38 Thomas Grainger 2021-03-21 14:12:29 +0000
  • 3958152f86
    add py.typed to wheel Thomas Grainger 2021-03-21 14:04:20 +0000
  • e1fbe9b712
    include py.typed in sdist Thomas Grainger 2021-03-21 14:01:58 +0000
  • a30fda6f47
    building the wheel requires typing Thomas Grainger 2021-03-21 14:00:33 +0000
  • cb6ce9c1da
    add mypy travis factor Thomas Grainger 2021-03-21 13:45:09 +0000
  • 5b33095b00
    add type annotations Thomas Grainger 2021-03-21 13:40:34 +0000
  • 79e00d6b6a
    Merge pull request #63 from graingert/upgrade-to-declarative-setuptools Thomas Grainger 2021-03-21 15:36:15 +0000
  • c2d9df756c
    add more py trove classifiers Thomas Grainger 2021-03-21 15:22:12 +0000
  • 6a4a512948
    Merge branch 'master' of git://github.com/twisted/incremental into upgrade-to-declarative-setuptools Thomas Grainger 2021-03-21 15:21:03 +0000
  • 1dc4dc97b7
    Merge pull request #70 from graingert/test-on-more-python-versions Thomas Grainger 2021-03-21 15:04:35 +0000
  • 142b4fa177
    drop py3.4 from travis Thomas Grainger 2021-03-21 14:56:19 +0000
  • b3cdae21af
    fix env: TOX_ENV=apidocs travis.yml typo Thomas Grainger 2021-03-21 14:52:10 +0000
  • 9a891cb6de
    test on more python versions Thomas Grainger 2021-03-21 14:48:59 +0000
  • 3923a3550c
    restore setuptools setup.py shim Thomas Grainger 2021-03-21 14:06:27 +0000
  • db90997286
    use the best possible setuptools and wheel for py2.7 currently Thomas Grainger 2021-03-21 13:56:44 +0000
  • 55d8a117a1
    The [wheel] section is deprecated. Use [bdist_wheel] instead. Thomas Grainger 2020-10-09 09:19:55 +0100
  • 4f1376f4fd
    configure isolated builds, with declarative setuptools Thomas Grainger 2020-10-09 09:17:51 +0100
  • 25aca8f56b
    apply setup-py-upgrade Thomas Grainger 2020-10-08 15:36:14 +0100
  • 8fceca84f4
    Merge pull request #68 from twisted/update-news incremental-21.3.0 Craig Rodrigues 2021-03-01 17:55:10 -0800
  • b55e687cb7 Update NEWS for 21.3.0 Craig Rodrigues 2021-03-01 17:40:45 -0800
  • acaf88f2a3
    Merge pull request #67 from twisted/21.3.0 Craig Rodrigues 2021-03-01 15:18:06 -0800
  • 0f8be2a9b4 Bump version to 21.3.0 Craig Rodrigues 2021-03-01 13:46:11 -0800
  • 38af4b81db
    Merge pull request #65 from twisted/short-description Craig Rodrigues 2021-03-01 12:13:31 -0800
  • 2a9aba7e98 Update travis environment Craig Rodrigues 2021-03-01 11:08:25 -0800
  • 88646de2ab Add short description to package metadata Maarten ter Huurne 2020-05-22 12:51:50 +0200
  • f17f0b32e9
    Merge pull request #64 from rodrigc/reformat-with-black Craig Rodrigues 2020-10-18 20:29:53 -0700
  • 24644e3372 Reformat with black Craig Rodrigues 2020-10-18 20:11:04 -0700
  • 72caa88a54 Replace flake8 with black Craig Rodrigues 2020-10-03 20:10:28 -0700
  • fdfe7f6eef
    Merge pull request #60 from rodrigc/black-compatible Craig Rodrigues 2020-10-18 20:08:18 -0700
  • bd18675832 Use format() for the version template Craig Rodrigues 2020-10-03 19:30:00 -0700
  • d39aa3c74a repr() returns single quotes, but we must replace those with double quotes to be compatible with black Craig Rodrigues 2020-10-12 12:58:22 -0700
  • 3d8b35bebe Use double quotes, to be compatible with black Craig Rodrigues 2020-10-12 12:47:41 -0700
  • da39362ea0
    Merge pull request #62 from rodrigc/pep440-compatible Craig Rodrigues 2020-10-14 14:40:01 -0700
  • 8a92d7bbcb Fix tests Craig Rodrigues 2020-10-03 20:38:17 -0700
  • a8bc7cad87 For rc, dev and post, prefix with "." to make PEP-440 compatible Craig Rodrigues 2020-10-03 20:31:09 -0700
  • 23bcb51baf
    Merge pull request #37 from cjwatson/post Glyph 2019-09-02 22:00:55 -0700
  • b4b919057d
    Merge branch 'master' into post Glyph 2019-08-27 17:45:53 -0700
  • 991358881c
    Merge pull request #50 from twisted/nopy34 Glyph 2019-08-27 17:37:23 -0700
  • d303438c7d twisted has dropped python 3.4, and so shall we Glyph 2019-08-08 21:38:48 -0700
  • 59e863ddf2
    Merge pull request #49 from twisted/glyph-patch-1 Glyph 2019-06-25 22:17:38 -0700
  • e01db2cad7
    fix py3.4 that travis keeps emailing me about Glyph 2019-06-25 20:44:17 -0700
  • 153575a066
    Merge pull request #48 from twisted/ci27 Glyph 2019-05-08 18:44:24 -0400
  • d9584a0548 switch to python 2.7 for pydoctor Glyph 2019-05-08 15:36:54 -0700
  • 31a0807d27
    Merge pull request #45 from tdsmith/patch-3 Glyph 2018-11-05 22:02:41 -0800
  • dd4d0307c0
    Merge pull request #43 from tdsmith/patch-1 Glyph 2018-11-05 22:01:02 -0800
  • ea68b19794
    Merge pull request #44 from tdsmith/patch-2 Glyph 2018-10-23 22:36:51 -0700
  • eb6cd967f5
    Remove references to local versions Tim D. Smith 2018-10-12 15:38:42 -0700
  • b33fc627e2
    Fix docs link Tim D. Smith 2018-10-12 15:34:23 -0700
  • d86469bd4f
    Describe scripts extra in README Tim D. Smith 2018-10-12 15:30:29 -0700
  • 8b1a22eb72
    Merge pull request #39 from hugovk/patch-1 Glyph 2018-04-24 23:46:18 -0700
  • 4c55c74f19
    Merge pull request #41 from hugovk/master Glyph 2018-04-10 23:36:38 -0700