Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypi/stdlib-list
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a10ab98
Choose a base ref
...
head repository: pypi/stdlib-list
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 741c4e2
Choose a head ref
  • 17 commits
  • 36 files changed
  • 4 contributors

Commits on Jan 26, 2023

  1. Notice of archival

    jackmaney authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7bc9a32 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. README: reflow, preserve archived README (#59)

    This reflows the README and adds a credits/history section,
    explaining the ownership transfer (and consistent with
    the original maintainer's desire to be credited).
    woodruffw authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9d8bf64 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. treewide: PEP 517/8 (#63)

    woodruffw authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    df59e09 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. [BOT] update list for 3.11 (#68)

    Co-authored-by: woodruffw <woodruffw@users.noreply.github.com>
    github-actions[bot] and woodruffw authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7ce96f3 View commit details
    Browse the repository at this point in the history
  2. [BOT] update list for 3.10 (#67)

    Co-authored-by: woodruffw <woodruffw@users.noreply.github.com>
    github-actions[bot] and woodruffw authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fb92bfd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix tests, run tests in CI (#64)

    * tests: fix version calculation
    
    This was incorrect on 3.10+
    
    * workflows: ci
    
    * travis: remove old travis CI config
    
    * tests: disable some broken tests
    
    These are seemingly intentionally incompatible with pytest.
    
    * [WIP] experiment with CI
    
    * [WIP] listgen: fix path
    
    * [WIP] more experimenting
    
    * [WIP] listgen: syntax
    
    * [WIP] listgen: disable 2.7 temporarily
    
    * [WIP] disable 3.2
    
    * [WIP]: 3.6+ only
    
    * [WIP] listgen: tweak runner
    
    * [WIP]: 3.7 and newer only
    
    * [WIP] handle accelerator mods
    
    * [WIP] do recursive step correctly
    
    * [WIP] dedupe correctly
    
    * [WIP]: use pkgutil
    
    * [WIP] hackety hack
    
    * [WIP] hackety hack
    
    * [WIP] builtin_module_names
    
    * [WIP] newer python support
    
    * [WIP] fix path
    
    * listgen: auto-PRs for 3.10+
    
    * listgen: fix base branch
    
    * walk-modules: be slightly smarter
    
    * listgen: temporarily disable PR creation
    
    * rewrite tests
    
    * Makefile: enforce 100% coverage
    
    * README: mention the new `sys` APIs
    
    * listgen: run for old Pythons, drop pull_request trigger
    
    * ci: enable caching
    
    * ci: test on 3.10 and 3.11
    
    * base: update docstrings
    
    * test_base: add another consistency test
    
    * tests: test long_versions as well for consistency
    
    * listgen: every tuesday
    woodruffw authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ca8f80e View commit details
    Browse the repository at this point in the history
  2. QA: mypy, reformatting, and linting (#69)

    * reformat, lint, mypy hints
    
    * pyproject: strong mypy config
    
    * base: __future__
    
    * cleanup docs, make consistent, use furo
    
    More misc cleanup.
    
    * workflows: add release workflow
    woodruffw authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6a89679 View commit details
    Browse the repository at this point in the history
  3. workflows/listgen: fix missing env var (#73)

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a840aee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10f5b39 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [BOT] update list for 3.7 (#82)

    Co-authored-by: woodruffw <woodruffw@users.noreply.github.com>
    github-actions[bot] and woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    18e45af View commit details
    Browse the repository at this point in the history
  2. [BOT] update list for 3.8 (#84)

    Co-authored-by: woodruffw <woodruffw@users.noreply.github.com>
    github-actions[bot] and woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8cd241f View commit details
    Browse the repository at this point in the history
  3. [BOT] update list for 3.9 (#83)

    Co-authored-by: woodruffw <woodruffw@users.noreply.github.com>
    github-actions[bot] and woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9180ec0 View commit details
    Browse the repository at this point in the history
  4. listgen: merge list instead of overwriting (#81)

    * listgen: merge list instead of overwriting
    
    * listgen: fix paths
    woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5026214 View commit details
    Browse the repository at this point in the history
  5. workflows: docs publishing (#85)

    * workflows: docs publishing
    
    * docs: trigger
    
    * docs: cleanup
    
    * docs: undo testing
    
    * README: update docs URL
    
    * README: pretty badges
    woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e80e61d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9171e28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3112b5e View commit details
    Browse the repository at this point in the history
  8. stdlib-list: 0.9.0 (#88)

    woodruffw authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    741c4e2 View commit details
    Browse the repository at this point in the history
Loading