Uh oh!
There was an error while loading. Please reload this page.
gh-140715: provide support for %F token in strptime; add test for it and %T - #140647
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
StanFromIreland
commented
Oct 28, 2025
I moved this under #140715, can you please update the blurb filename. |
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…kozE0.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
jyalim
commented
Oct 28, 2025
I think this is done! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
StanFromIreland
left a comment
There was a problem hiding this comment.
Please add them to this tuple:
Lines 361 to 363 in a2495ff
Also, please update the docs removing the (0) note from its row.
The implementation looks good, just a few small things and this will be ready :-)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…kozE0.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Remove extra comments Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
shorten test name Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
shorten test function name Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
jyalim
commented
Feb 7, 2026
Thank you, @StanFromIreland, all changes have been made as requested! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jyalim
commented
Feb 8, 2026
Thank you again, @StanFromIreland, changes have been made. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
style alignment, add space after function arguments as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
style alignment, add space after function arguments as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
fix punctuation in docs, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
fix punctuation in docs, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
style alignment, space after functional argument, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
style alignment, space after functional argument, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…p.) and use `self.theclass.strptime`
jyalim
commented
Feb 8, 2026
Thanks, @StanFromIreland, the requested changes were implemented! |
Uh oh!
There was an error while loading. Please reload this page.
StanFromIreland
commented
Feb 9, 2026
Thanks @jyalim, and congratulations for your first PR! Do you want to open a PR for one of the other format codes? |
jyalim
commented
Feb 14, 2026
It was a pleasure working with you, and it sounds fun! How would you prefer to organize the effort, just to link under issue: #140715? |
StanFromIreland
commented
Feb 14, 2026
Yes that sounds good! |
…GH-140647) Also: add tests for the `%T` format code Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…GH-140647) Also: add tests for the `%T` format code Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Incrementally builds C99+ datetime support with addition of
%Fwith single line of code. Also adds two tests: one for%Fand another for previously supported%T.Passed all tests (especially changes to new one).
Passed patchcheck.
strptimetoken support and documentation modernization #140644str*timeto C11 format codes #140715