index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_datetimemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-139774: use relaxed atomics for datetime hashes (#139775)
Kumar Aditya
2025-10-08
1
-18/+29
*
gh-88473: Implement fast path in date.today() for date types (#130980)
Stan Ulbrych
2025-09-16
1
-10/+22
*
gh-97517: Add documentation links to datetime strftime/strptime docstrings (#...
Mehdi Hassan
2025-09-15
1
-5/+20
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
1
-0/+1
*
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)
Petr Viktorin
2025-08-19
1
-5/+21
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-4/+8
*
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka
2025-08-09
1
-468/+569
*
GH-135552: Make the GC clear weakrefs later (GH-136189)
Neil Schemenauer
2025-08-07
1
-1/+1
*
gh-136421: Load `_datetime` static types during interpreter initialization (G...
Peter Bierma
2025-07-21
1
-92/+73
*
gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
Petr Viktorin
2025-07-07
1
-1/+1
*
gh-88994: Change `datetime.datetime.now` to half-even rounding (#134258)
John Keith Hohm
2025-05-19
1
-1/+2
*
gh-126883: Add check that timezone fields are in range for `datetime.fromisof...
Semyon Moroz
2025-05-19
1
-0/+15
*
gh-70647: Raise a more informative error for when date is out of range (GH-13...
Stan Ulbrych
2025-03-21
1
-1/+2
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner
2025-03-12
1
-2/+2
*
gh-111178: fix UBSan failures in `Modules/_datetimemodule.c` (GH-129774)
Bénédikt Tran
2025-02-19
1
-247/+313
*
gh-127260: Improve error consistency in both `fromisoformat` implementations ...
donBarbos
2025-02-18
1
-0/+3
*
gh-109798: Normalize `_datetime` and `datetime` error messages (#127345)
donBarbos
2025-02-12
1
-26/+25
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
1
-1/+1
*
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-3/+3
*
gh-119182: Use public PyUnicodeWriter in wrap_strftime() (#129206)
Victor Stinner
2025-01-23
1
-11/+12
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
1
-4/+4
*
gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...
Zanie Blue
2025-01-03
1
-6/+0
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Victor Stinner
2024-10-25
1
-1/+1
*
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka
2024-10-17
1
-123/+83
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_...
Kirill Podoprigora
2024-09-26
1
-0/+2
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
1
-2/+59
*
gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. ...
TizzySaurus
2024-09-25
1
-0/+36
*
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Adam Turner
2024-09-09
1
-4/+2
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-1/+1
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde...
blhsing
2024-08-23
1
-6/+26
*
GH-121832: Assert that the version number of static builtin types is not chan...
Mark Shannon
2024-07-24
1
-46/+42
*
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing
2024-06-29
1
-4/+50
*
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
2024-06-21
1
-0/+6
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
1
-1/+1
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-46/+2
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
1
-7/+7
*
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt
2024-06-05
1
-0/+3
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-55/+142
*
gh-117398: Add datetime Module State (gh-119810)
Eric Snow
2024-06-03
1
-162/+370
*
gh-119655: Fix reference leak in the ``_datetimemodule.c`` (gh-119713)
Kirill Podoprigora
2024-05-29
1
-2/+5
*
gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)
Eric Snow
2024-05-28
1
-22/+60
*
gh-117398: gh-119655: datetime: Init static state once & don't free it (GH-11...
Petr Viktorin
2024-05-28
1
-5/+13
*
gh-117398: Add multiphase support to _datetime (gh-119373)
Erlend E. Aasland
2024-05-27
1
-15/+11
*
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow
2024-05-23
1
-35/+83
*
gh-117398: Move types to datetime state (#118606)
Victor Stinner
2024-05-10
1
-77/+99
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
[next]