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: un33k/python-slugify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: un33k/python-slugify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ci
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 2 files changed
  • 4 contributors

Commits on Jan 25, 2024

  1. pre normalize

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    24946ec View commit details
    Browse the repository at this point in the history
  2. upversion node support

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3b61126 View commit details
    Browse the repository at this point in the history
  3. format fix

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ea42704 View commit details
    Browse the repository at this point in the history
  4. more test

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    237ccbd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Remove compatibility with unsupported Python versions (#146)

    Also fix typing of `pattern`
    Viicos authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e4c6700 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ci

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ab9ee93 View commit details
    Browse the repository at this point in the history
  3. UpVersion

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e3cd9cd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ci

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0116509 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    a243ccd View commit details
    Browse the repository at this point in the history
  2. up version

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8bb1514 View commit details
    Browse the repository at this point in the history
  3. format

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8fd20c6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ci

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f85f948 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Fix wiki URLs in README.md (#152)

    * add tea file
    
    * rename tea
    
    * Fix wiki links in README.md
    
    On Feb 4, the name of the top-level wiki page was changed from "Python Slugify Wiki" to "Welcome to the python-slugify wiki!".
    
    That change to the wiki page title changed all the URLs for the wiki pages. If you tried to click a wiki URL in the README.md, GitHub would redirect you to a form to create a new wiki page with that name.
    
    Fix this by updating the URLs in README.md to match the new wiki top page title.
    
    TODO: I don't know if there are other wiki URLs in other documentation files. The instances in README.md were the ones I have time to fix while quickly trying to use python-slugify for a personal project. Thanks for all your work maintaining this project!
    
    ---------
    
    Co-authored-by: Val Neekman (AvidCoder) <un33kvu@gmail.com>
    sagesharp and un33k authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    a243eae View commit details
    Browse the repository at this point in the history
Loading