FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-72346: Added isdst deprecation warning to email.utils.localtime by alanfwilliams · Pull Request #91450 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-72346: Added isdst deprecation warning to email.utils.localtime
- #91450
#91450
Merged
zware
merged 39 commits into
python:main
python/cpython:main
from
alanfwilliams:fix-gh-72346
alanfwilliams/cpython:fix-gh-72346
Copy head branch name to clipboard
Mar 20, 2023
Conversation
Commits
39
(39)
Checks
Files changed
Merged
gh-72346: Added isdst deprecation warning to email.utils.localtime
#91450
zware
merged 39 commits into
python:main
python/cpython:main
from
alanfwilliams:fix-gh-72346
alanfwilliams/cpython:fix-gh-72346
Copy head branch name to clipboard
Commits
Commits on Apr 11, 2022
Added isdst deprecation warning
alanfwilliams
committed
dadf5e2
View commit details
Copy full SHA for dadf5e2
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
77414f9
View commit details
Copy full SHA for 77414f9
Browse repository at this point
Commits on Apr 12, 2022
added documentation and used _deprecated
alanfwilliams
committed
add07f3
View commit details
Copy full SHA for add07f3
Browse repository at this point
Removed trailing whitespace.
alanfwilliams
committed
854ebf8
View commit details
Copy full SHA for 854ebf8
Browse repository at this point
Commits on Apr 13, 2022
added newline, moved whatsnew, reformatted warning
alanfwilliams
committed
1b9a60f
View commit details
Copy full SHA for 1b9a60f
Browse repository at this point
formatting corrections
alanfwilliams
committed
6784b42
View commit details
Copy full SHA for 6784b42
Browse repository at this point
Commits on Apr 28, 2022
Updated documentation and code on isdst
alanfwilliams
committed
1bd66a2
View commit details
Copy full SHA for 1bd66a2
Browse repository at this point
removed trailing whitespace
alanfwilliams
committed
d3fd3f2
View commit details
Copy full SHA for d3fd3f2
Browse repository at this point
corrected spacing
alanfwilliams
committed
b30f940
View commit details
Copy full SHA for b30f940
Browse repository at this point
use deprecated-removed properly
alanfwilliams
committed
354eff2
View commit details
Copy full SHA for 354eff2
Browse repository at this point
Commits on Apr 29, 2022
further documentation edits
alanfwilliams
committed
36365fe
View commit details
Copy full SHA for 36365fe
Browse repository at this point
Commits on Aug 30, 2022
Added isdst deprecation warning
alanfwilliams
committed
44f025c
View commit details
Copy full SHA for 44f025c
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
alanfwilliams
committed
7125e78
View commit details
Copy full SHA for 7125e78
Browse repository at this point
added documentation and used _deprecated
alanfwilliams
committed
cdea718
View commit details
Copy full SHA for cdea718
Browse repository at this point
Removed trailing whitespace.
alanfwilliams
committed
6b0ccbb
View commit details
Copy full SHA for 6b0ccbb
Browse repository at this point
added newline, moved whatsnew, reformatted warning
alanfwilliams
committed
47474c9
View commit details
Copy full SHA for 47474c9
Browse repository at this point
formatting corrections
alanfwilliams
committed
0d3c5bf
View commit details
Copy full SHA for 0d3c5bf
Browse repository at this point
Updated documentation and code on isdst
alanfwilliams
committed
9f59d33
View commit details
Copy full SHA for 9f59d33
Browse repository at this point
removed trailing whitespace
alanfwilliams
committed
ae687b0
View commit details
Copy full SHA for ae687b0
Browse repository at this point
corrected spacing
alanfwilliams
committed
c214c4f
View commit details
Copy full SHA for c214c4f
Browse repository at this point
use deprecated-removed properly
alanfwilliams
committed
7cacc5f
View commit details
Copy full SHA for 7cacc5f
Browse repository at this point
further documentation edits
alanfwilliams
committed
0633911
View commit details
Copy full SHA for 0633911
Browse repository at this point
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into fix-gh-72346
alanfwilliams
committed
e483ed6
View commit details
Copy full SHA for e483ed6
Browse repository at this point
removed duplicated whatsnew/ moved to current ver
alanfwilliams
committed
bf4b0c6
View commit details
Copy full SHA for bf4b0c6
Browse repository at this point
took one too many lines off old whatsnew
alanfwilliams
committed
a63a5e4
View commit details
Copy full SHA for a63a5e4
Browse repository at this point
Changed != to is not
Show description for 8807fa1
alanfwilliams
and
zware
authored
8807fa1
View commit details
Copy full SHA for 8807fa1
Browse repository at this point
shifted versions to latest values
alanfwilliams
committed
318ef9e
View commit details
Copy full SHA for 318ef9e
Browse repository at this point
Properly format documentation
Show description for 718888c
alanfwilliams
and
ezio-melotti
authored
718888c
View commit details
Copy full SHA for 718888c
Browse repository at this point
Revert incorrect change.
ezio-melotti
authored
9389791
View commit details
Copy full SHA for 9389791
Browse repository at this point
Commits on Sep 2, 2022
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into fix-gh-72346
alanfwilliams
committed
672b5e5
View commit details
Copy full SHA for 672b5e5
Browse repository at this point
Commits on Sep 7, 2022
Merge branch 'main' into fix-gh-72346
alanfwilliams
authored
89eb11a
View commit details
Copy full SHA for 89eb11a
Browse repository at this point
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into fix-gh-72346
alanfwilliams
committed
c2b4c94
View commit details
Copy full SHA for c2b4c94
Browse repository at this point
Commits on Sep 8, 2022
Modified existing tests/added test for deprecation
alanfwilliams
committed
31a4c46
View commit details
Copy full SHA for 31a4c46
Browse repository at this point
Merge branch 'main' into fix-gh-72346
alanfwilliams
authored
54596ef
View commit details
Copy full SHA for 54596ef
Browse repository at this point
Moved whatsnew note
alanfwilliams
committed
d0eda9d
View commit details
Copy full SHA for d0eda9d
Browse repository at this point
Merge branch 'fix-gh-72346' of https://github.com/aw1231/cpython into fix-gh-72346
alanfwilliams
committed
ecc3bff
View commit details
Copy full SHA for ecc3bff
Browse repository at this point
Commits on Oct 7, 2022
Merge branch 'main' into fix-gh-72346
alanfwilliams
authored
8151b5a
View commit details
Copy full SHA for 8151b5a
Browse repository at this point
Adjust formatting
alanfwilliams
authored
4c3413a
View commit details
Copy full SHA for 4c3413a
Browse repository at this point
Commits on Oct 21, 2022
Merge branch 'main' into fix-gh-72346
alanfwilliams
authored
7ff165e
View commit details
Copy full SHA for 7ff165e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL