Skip to content

gh-59648: Nanosecond support for datetime #92078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 99 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
bcc712e
Nanosecond support for datetime
SmartManoj Apr 30, 2022
db8a9a5
📜🤖 Added by blurb_it.
blurb-it[bot] Apr 30, 2022
b559573
typo
SmartManoj Apr 30, 2022
e0e0ee9
removed Decimal
SmartManoj May 6, 2022
c0af7e9
updated probe1
SmartManoj May 6, 2022
1678928
updated utcnow
SmartManoj May 6, 2022
7f6b8b8
Merge branch 'main' into patch-4
SmartManoj May 6, 2022
8492efa
Merge branch 'main' into patch-4
SmartManoj May 20, 2022
37e77d8
nit
SmartManoj Jan 28, 2025
1b500e6
don't divide
SmartManoj Jan 28, 2025
049a7dd
Merge branch 'main' into pr/92078
SmartManoj Jan 28, 2025
3de498e
add nanosecond
SmartManoj Jan 28, 2025
b0c9552
update docstring
SmartManoj Jan 28, 2025
69bfcd8
truncate decimal
SmartManoj Jan 28, 2025
ef62206
rename to nanosecond
SmartManoj Jan 29, 2025
78d4188
parse empty string
SmartManoj Jan 29, 2025
b56c892
Merge branch 'main' into patch-4
SmartManoj Apr 17, 2025
e7305a4
fix kwarg
SmartManoj Apr 17, 2025
9d2f818
update logic
SmartManoj Apr 17, 2025
0986e7b
lint
SmartManoj Apr 17, 2025
e437eaf
Merge branch 'main' into pr/92078
SmartManoj Apr 17, 2025
be25162
Merge branch 'main' into patch-4
SmartManoj Apr 23, 2025
38c00d6
cleanup
SmartManoj Apr 24, 2025
e23588b
revert changes in __reduce__
SmartManoj Apr 24, 2025
bf71681
lint
SmartManoj Apr 24, 2025
dac7876
update time class
SmartManoj Apr 24, 2025
2b78414
update whatsnew
SmartManoj Apr 24, 2025
efb694f
Change name to English
SmartManoj Apr 24, 2025
e4ae66d
Remove Emoji
SmartManoj Apr 24, 2025
f5c118d
Merge branch 'main' into pr/92078
SmartManoj Apr 24, 2025
0b7a81b
update news
SmartManoj Apr 24, 2025
8189e88
update time_isoformat
SmartManoj Apr 24, 2025
10b69f7
update check_time_args
SmartManoj Apr 24, 2025
b0ebfc5
add nanosecond arg
SmartManoj Apr 24, 2025
adb92a6
Merge branch 'main' into pr/92078
SmartManoj Apr 25, 2025
54127a2
update timedelta
SmartManoj Apr 25, 2025
633ff23
add complimentary changes
SmartManoj Apr 25, 2025
6687799
Merge branch 'main' into pr/92078
SmartManoj Apr 25, 2025
4ca6185
add ns
SmartManoj Apr 25, 2025
0c4ff5a
Merge branch 'main' into pr/92078
SmartManoj Apr 25, 2025
f100451
lint
SmartManoj Apr 25, 2025
4f5f428
add macro
SmartManoj Apr 25, 2025
6a43121
Merge branch 'main' into pr/92078
SmartManoj Apr 25, 2025
9c23406
update doc
SmartManoj Apr 25, 2025
b125d71
declare delta_ns
SmartManoj Apr 25, 2025
911ddb0
fix constructors
SmartManoj Apr 25, 2025
c775e96
Merge branch 'main' into pr/92078
SmartManoj Apr 25, 2025
3590c7c
fix signature
SmartManoj Apr 26, 2025
c323ed5
Merge branch 'main' into pr/92078
SmartManoj Apr 26, 2025
d577bc3
fix clinic input
SmartManoj Apr 26, 2025
29c8112
fix get_datetime_fromdateandtime
SmartManoj Apr 26, 2025
13dcc7b
fix macro
SmartManoj Apr 26, 2025
26c8800
fix get_time_fromtime
SmartManoj Apr 26, 2025
b30edbc
force regenerate clinic output
SmartManoj Apr 26, 2025
aed1afa
add append_keyword_nanosecond
SmartManoj Apr 27, 2025
75553a2
fix tests
SmartManoj Apr 26, 2025
dad595d
Merge branch 'main' into pr/92078
SmartManoj Apr 27, 2025
6f4db2b
Merge branch 'main' into pr/92078
SmartManoj Apr 28, 2025
ebaf468
remove test_backdoor_resistance
SmartManoj Apr 28, 2025
00e3b45
minor fixes
SmartManoj Apr 28, 2025
f9d468c
update tests
SmartManoj Apr 28, 2025
4959a6a
Merge branch 'main' into pr/92078
SmartManoj Apr 28, 2025
eabd9a5
fix test
SmartManoj Apr 28, 2025
7d8183c
Merge branch 'main' into pr/92078
SmartManoj Apr 28, 2025
70320ca
bug fix
SmartManoj Apr 29, 2025
10ac2d6
temp
SmartManoj Apr 29, 2025
bda6c29
Merge branch 'main' into pr/92078
SmartManoj Apr 29, 2025
0bcf405
bug fix
SmartManoj Apr 30, 2025
17f2943
update test
SmartManoj Apr 30, 2025
2173886
temp
SmartManoj Apr 30, 2025
387baf9
Merge branch 'main' into pr/92078
SmartManoj Apr 30, 2025
56bc655
regen
SmartManoj May 1, 2025
92c53b2
temp
SmartManoj May 1, 2025
629fa5b
Merge branch 'main' into pr/92078
SmartManoj May 1, 2025
9b73fd6
add missing arg
SmartManoj May 1, 2025
4fefead
use const
SmartManoj May 1, 2025
28647b0
update value
SmartManoj May 1, 2025
bdb8385
temp
SmartManoj May 1, 2025
861e403
Update datetimetester.py
SmartManoj May 1, 2025
7fddf11
Update datetime.h
SmartManoj May 1, 2025
0b0b214
fix arg
SmartManoj May 1, 2025
c2ed07c
temp
SmartManoj May 1, 2025
bae2e30
Merge branch 'main' into pr/92078
SmartManoj May 1, 2025
98297a1
lint
SmartManoj May 1, 2025
8d80782
temp
SmartManoj May 1, 2025
216b66b
Merge branch 'main' into pr/92078
SmartManoj May 2, 2025
c6c1084
doc
SmartManoj May 2, 2025
1fa2290
fix arg
SmartManoj May 2, 2025
3d44712
temp
SmartManoj May 2, 2025
eec6945
fix order
SmartManoj May 2, 2025
243fc01
set ns
SmartManoj May 3, 2025
30ca5fb
Update datetimetester.py
SmartManoj May 3, 2025
e359e90
lint
SmartManoj May 3, 2025
18f5344
Update datetimetester.py
SmartManoj May 3, 2025
f6b3da8
fix call_subclass_fold
SmartManoj May 3, 2025
90f7f74
fix pickle
SmartManoj May 3, 2025
bc241f0
Update datetime.rst
SmartManoj May 3, 2025
ecaf671
update call_subclass_fold
SmartManoj May 3, 2025
9853682
Update _pydatetime.py
SmartManoj May 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pr/92078
  • Loading branch information
SmartManoj committed Jan 28, 2025
commit 049a7dd2e52c0ac00c106c20360d4eaceceda96e
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.