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: stub42/pytz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release_2023.3.post1
Choose a base ref
...
head repository: stub42/pytz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release_2023.4
Choose a head ref
  • 6 commits
  • 41 files changed
  • 1 contributor

Commits on Jan 29, 2024

  1. Squashed 'tz/' changes from ddb8cf09d..2bb5bb955

    cc48c2dfa Release 2023d
    1e5cf91ac * zonenow.tab: Explain comments column.
    8d8bc7748 * zonenow.tab: Fix Troll DST offset in comment.
    1c7b90df7 * NEWS: Mention a few more post-2023c changes.
    0be2233a3 Port localtime.c timeoff to OpenBSD 7.4
    6a342bed2 Sync Casey data from timeanddate.com
    ce293ccb5 Pacify FreeBSD 14 c99
    90987c22c Port ‘make check_now’ to macOS
    74325e3f5 * checknow.awk: Fix typo in empty-input diagnostic.
    310ca7f5f Update tzselect comment for Solaris 10 EOL
    ba7287ef7 Fix ‘make check_character_set’ false positive
    2478443cd Distribute new file checknow.awk too
    b87bca8e0 * zonenow.tab: Fix comment typo.
    1d0ae801a Vostok was at +07 and just switched to +05
    c33331835 New tzselect menu option ‘now’
    d001fb91a * tzselect.ksh: Indent more consistently.
    58bd6f79b * tzselect.ksh: Consistently omit ‘;;’ before ‘esac’.
    33912c466 * tzselect: Indent more consistently.
    60c503293 tzselect: do not create temporary files
    4d1f91c97 * NEWS: Improve formatting of tzselect news.
    917025742 tzselect: port to POSIX iconv
    b42f2abf1 tzselect: clarify translit need
    b5376e126 * tzselect: Improve leading comments.
    f3291069f tzselect: work around mawk bug with {2,}
    1147c766c Port to POSIX awk, which prohibits -v newlines
    63ca6a5a0 Do not use empty RE in tzselect
    b1d0bcf6f Don’t set TZ in tzselect
    963d77784 Improve tzselect diagnostics after rejection
    91ccefcd6 * Makefile: Say that ‘make’ should conform to POSIX.
    000781baf Open /dev/null less often in tzselect
    f29e63367 Improve Canadian comments in zone*.tab
    fb5422bfc More-systematic punctuation in *.tab comments
    8bca213b0 * localtime.c: Add size commentary.
    ec6a46df7 * NEWS: Say "#expires" are comments as of 2021b.
    ed5d5de2b Fix zic bug with -r @x where X is deduced from TZ
    92a7a4c5f Fix problems with spaces in TZDIR
    cf016dc86 Treat TZDEFAULT more like TZDIR
    acf664391 Simplify and fix new TZDIR setup
    52a2966f3 Fix bug with ‘make typecheck; make clean’
    43fcd82d6 Simplify tzparse
    add928960 Fix bug introduced by fix for unusual TZif
    c114be2ff * Makefile: more-precise comment about integers.
    a8761eebe Document limits and hazards of C89 support
    b17f08721 Improve README
    c3ebd8e98 make Makefile more compatible with POSIX
    cbfda2f6c Put copyright notice first in Makefile
    2efb6fce8 Capitalize “POSIX”
    609615058 * tz-link.html: Minor tweaks to citations.
    9336ef1ed Give a date for assuming C99
    c0db5a2ee tm_isdst change for Greenland is now past
    d1c462fae Minor Kyiv/Kiev commentary cleanups
    d1ce7788d Update AASM citation to 2023
    dd83b3a2b Fix new comment typo (thanks to Doug Ewell)
    0f79a0720 Ittoqqortoormiit (America/Scoresbysund) zone change
    4a577028c Be more systematic about man page indenting
    5b351b0ff Document GMT0 and posixrules better
    169db122f Fix Palestine predictions for 2072 through 2075
    4de3033da Omit Scattered Islands from zone1970.tab comment
    09cd498b5 Fix zic.c indenting
    35c116b75 Fix zic bug with Palestine after 2075
    6e845b720 Fix localtime bug with unusual TZif data
    c7ff078b7 Fix zdump diagnostic for missing timezone
    9602b437b Palestine commentary update
    f390e94af update tz-link for AMA and SRS
    b25652dd4 Fiji still lacks DST
    45b28e68a * zic.c: Fix comment to match code.
    a02a1f928 Fix bug on Linux 2.6.16 and 2.6.17
    861b58589 Omit not-that-helpful comment re Cairo in 2014
    eedc1f885 Update title and description of Tom Scott video
    77b0292ec Document iso3166.tab naming
    c3e966c59 No leap second on 2023-12-31
    ed49cb3d9 Use better URL for new Paraguay law
    a02b89764 Document Paraguay’s recently-passed Law No. 7115
    67b7bbbbc Improve touches when making tarballs
    c1d9ab6ec Port better to POSIX 'touch'
    0bb92ae8f Prefer -std=gnu11 to -DPORT_TO_C89
    e12dc623c Ask for POSIX-conforming ‘make’
    de8bf4c72 Update tzselect comment
    5a220576f Add comments re offtime, timeoff, timelocal
    b019d3a8b Greenland changed standard time already
    
    git-subtree-dir: tz
    git-subtree-split: 2bb5bb9555b0f90e924bb6a1605482a7f270fd88
    stub42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4a37f7c View commit details
    Browse the repository at this point in the history
  2. IANA 2023d

    stub42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4a8ca23 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2023.4 (2023d)

    stub42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ee2e37b View commit details
    Browse the repository at this point in the history
  4. PyPI publication from github

    stub42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8f15f80 View commit details
    Browse the repository at this point in the history
  5. Default to Python 3.12

    stub42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    77d9c8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebee1ae View commit details
    Browse the repository at this point in the history
Loading