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: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: python/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b62c848bae2e2a28e8d70a8aa00ea35b5f5b0ca
Choose a head ref
  • 17 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 11, 2025

  1. do not iterate over all ascii

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    80be530 View commit details
    Browse the repository at this point in the history
  2. NEWS entry

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2d636cf View commit details
    Browse the repository at this point in the history
  3. bring back the comment

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    1f0b25e View commit details
    Browse the repository at this point in the history
  4. bang

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    601b2f1 View commit details
    Browse the repository at this point in the history
  5. document the public method

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2dc0d41 View commit details
    Browse the repository at this point in the history
  6. import within Sniffer

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    f106da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f7dca1 View commit details
    Browse the repository at this point in the history
  8. _ASCII_CHARS, set operators

    maurycy committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2f1ea73 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    4b50610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a336b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    080dbfc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Configuration menu
    Copy the full SHA
    0b5bcdd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Update Lib/csv.py

    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    maurycy and picnixz authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2ccaac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fc9d9 View commit details
    Browse the repository at this point in the history
  3. s/seen/num_lines/

    maurycy committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    7189b51 View commit details
    Browse the repository at this point in the history
  4. picnixz suggestion

    maurycy committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    6b64ba4 View commit details
    Browse the repository at this point in the history
  5. use isascii

    maurycy committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    4b62c84 View commit details
    Browse the repository at this point in the history
Loading