8000 Comparing 1.5.1...1.5.2 · spulec/freezegun · GitHub
[go: up one dir, main page]

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: spulec/freezegun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: spulec/freezegun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Choose a head ref
  • 16 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 23, 2024

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

Commits on Jun 28, 2024

  1. Admin: Support Python 3.13

    bblommers committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1777174 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #550 from spulec/admin/py-3.13-support

    Admin: Support Python 3.13
    bblommers authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5f171db View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Improved documentation for real_asyncio parameter and added docstrings

    Fixes #561
    
    Add documentation for the `real_asyncio` parameter and improve API documentation.
    
    * **README.rst**
      - Add documentation for the `real_asyncio` parameter in the "Usage" section.
      - Add succinct API documentation with all options listed in the "Usage" section.
    
    * **freezegun/api.py**
      - Add docstrings to the `_freeze_time` class and its methods.
      - Add docstrings to the `freeze_time` function.
    
    * **CHANGELOG**
      - Add an entry mentioning the `real_asyncio` parameter in the "1.4.0" section.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/spulec/freezegun/issues/561?shareId=XXXX-XXXX-XXXX-XXXX).
    joethesaint committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    e618785 View commit details
    Browse the repository at this point in the history
  2. Improved documentation for real_asyncio parameter and added docstrings

    Fixes #561
    
    Add documentation for the `real_asyncio` parameter and improve API documentation.
    
    * README.rst
      - Add documentation for the `real_asyncio` parameter in the "Usage" section.
      - Add succinct API documentation with all options listed in the "Usage" section.
    
    * freezegun/api.py
      - Add docstrings to the `_freeze_time` class and its methods.
      - Add docstrings to the `freeze_time` function.
    
    * CHANGELOG
      - Add an entry mentioning the `real_asyncio` parameter in the "1.4.0" section.
    
    ---
    joethesaint committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    9bac5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    283ba6d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Tests: restore some datetime.date-based comparisons

    Partially reverts commit 1777174.
    
    These tests now fail (again) using Python3.13 - an alternate fix is prepared.
    jayaddison committed May 23, 2025
    Configuration menu
    Copy the full SHA
    9e4012a View commit details
    Browse the repository at this point in the history
  2. Tests: fixup: replace datetime.today method calls with `datetime.da…

    …te` classmethod
    
    This is compatible with Python3.13, where comparisons between `datetime.date`
    and `datetime.datetime` objects has become stricter.
    
    In addition, this should succeed for any `TZ` configuration value (ranging
    from UTC-23:59 to UTC+23:59).
    jayaddison committed May 23, 2025
    Configuration menu
    Copy the full SHA
    9468f70 View commit details
    Browse the repository at this point in the history
  3. README: update example code for consistency with tests

    Relates-to commit 9468f70.
    jayaddison committed May 23, 2025
    Configuration menu
    Copy the full SHA
    1343509 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Merge pull request #565 from joethesaint/improve-documentation

    Improved documentation for real_asyncio parameter and added docstrings
    bblommers authored May 24, 2025
    Configuration menu
    Copy the full SHA
    74a6914 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #544 from spulec/remove-py-37-support

    Admin: Remove Py 3.7 support
    bblommers authored May 24, 2025
    Configuration menu
    Copy the full SHA
    9072d08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9235ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #573 from spulec/admin/indicate-py-13-compat

    Mark support for Python 3.13
    bblommers authored May 24, 2025
    Configuration menu
    Copy the full SHA
    132ecdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695aa15 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #572 from jayaddison/debian-bug-1106274/tests-date…

    …time-today-tz-localization-issue
    
    Tests: fixup: replace 'datetime.today' classmethod calls with 'datetime.date' method
    bblommers authored May 24, 2025
    Configuration menu
    Copy the full SHA
    da2885d View commit details
    Browse the repository at this point in the history
  7. Increase version number

    bblommers committed May 24, 2025
    Configuration menu
    Copy the full SHA
    ba06fa4 View commit details
    Browse the repository at this point in the history
Loading
0