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-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-9/+0
*
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...
Hugo van Kemenade
2023-05-21
1
-1/+1
*
gh-103857: Update deprecation stacktrace to point to calling line (#104431)
Hugo van Kemenade
2023-05-12
1
-2/+2
*
GH-103944: Check error status when raising DeprecationWarning (#103949)
Paul Ganssle
2023-04-28
1
-12/+12
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-0/+14
*
gh-83861: Fix datetime.astimezone() method (GH-101545)
Alexander Belopolsky
2023-04-19
1
-2/+16
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
1
-8/+4
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
1
-6/+2
*
gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Victor Stinner
2022-11-14
1
-67/+34
*
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
Kumar Aditya
2022-11-07
1
-29/+27
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-22/+42
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
1
-23/+11
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-1/+1
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
1
-0/+4
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-71/+288
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
1
-0/+4
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-11/+11
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
1
-3/+3
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-26/+4
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-4/+4
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-41798: Allocate the _datetime.datetime_CAPI on the heap memory (GH-24096)
Hai Shi
2021-01-06
1
-21/+43
*
bpo-1635741: Enhance _datetime error handling (GH-23139)
Mohamed Koubaa
2020-11-20
1
-117/+103
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-2/+3
*
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2...
Ram Rachum
2020-10-03
1
-4/+8
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-8/+3
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
1
-18/+13
*
bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-...
Petr Viktorin
2020-05-28
1
-3/+10
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
1
-4/+148
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na
2020-03-24
1
-31/+14
*
closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_tes...
Andy Lester
2020-02-24
1
-3/+3
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-5/+5
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877)
Alex Henrie
2020-01-08
1
-1/+0
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-11/+10
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Justin Blanchard
2019-08-29
1
-1/+1
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-1/+2
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
1
-2/+9
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-5/+2
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-9/+6
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-5/+5
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-5/+5
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-14/+13
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+67
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-1/+18
*
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle
2019-02-04
1
-4/+6
[next]