FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-80010: Expand fromisoformat to include most of ISO-8601 by pganssle · Pull Request #92177 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-80010: Expand fromisoformat to include most of ISO-8601
- #92177
#92177
Merged
pganssle
merged 42 commits into
python:main
python/cpython:main
from
pganssle:expand_fromisoformat
pganssle/cpython:expand_fromisoformat
Copy head branch name to clipboard
May 6, 2022
Conversation
Commits
42
(42)
Checks
Files changed
Merged
gh-80010: Expand fromisoformat to include most of ISO-8601
#92177
pganssle
merged 42 commits into
python:main
python/cpython:main
from
pganssle:expand_fromisoformat
pganssle/cpython:expand_fromisoformat
Copy head branch name to clipboard
Commits
Commits on May 5, 2022
TEMP: Add isoformatter test
pganssle
committed
7635fe1
View commit details
Copy full SHA for 7635fe1
Browse repository at this point
Add support for YYYYMMDD
pganssle
committed
b9b7a03
View commit details
Copy full SHA for b9b7a03
Browse repository at this point
Expand support for ISO 8601 times
pganssle
committed
c746b96
View commit details
Copy full SHA for c746b96
Browse repository at this point
Add support for ISO calendar-style strings
pganssle
committed
00978f9
View commit details
Copy full SHA for 00978f9
Browse repository at this point
Rework how string sanitization works
Show description for c36e306
pganssle
committed
c36e306
View commit details
Copy full SHA for c36e306
Browse repository at this point
WIP
pganssle
committed
0234cae
View commit details
Copy full SHA for 0234cae
Browse repository at this point
Move Isoformatter into test helper, add date/time tests
pganssle
committed
ee1a7e3
View commit details
Copy full SHA for ee1a7e3
Browse repository at this point
Final location for isoformatter and strategies
pganssle
committed
7d2fd33
View commit details
Copy full SHA for 7d2fd33
Browse repository at this point
Working version of date.isoformat
pganssle
committed
72266c4
View commit details
Copy full SHA for 72266c4
Browse repository at this point
Fix failure to set an error
pganssle
committed
8067af1
View commit details
Copy full SHA for 8067af1
Browse repository at this point
First version with time parsing allowed
pganssle
committed
7b9bca5
View commit details
Copy full SHA for 7b9bca5
Browse repository at this point
Add support for leading T in time formatters
pganssle
committed
328e781
View commit details
Copy full SHA for 328e781
Browse repository at this point
Fix pure python separator detection in YYYYWwwd
pganssle
committed
4d0e3a9
View commit details
Copy full SHA for 4d0e3a9
Browse repository at this point
Version with all tests passing
pganssle
committed
3e600f2
View commit details
Copy full SHA for 3e600f2
Browse repository at this point
Migrate fromisoformat tests to their own file
pganssle
committed
e26f06f
View commit details
Copy full SHA for e26f06f
Browse repository at this point
Fix bug in time parsing logic
pganssle
committed
1ea0cd1
View commit details
Copy full SHA for 1ea0cd1
Browse repository at this point
s/ssize_t/size_t
pganssle
committed
1e3577f
View commit details
Copy full SHA for 1e3577f
Browse repository at this point
Add fromisoformat example tests
pganssle
committed
6422799
View commit details
Copy full SHA for 6422799
Browse repository at this point
Try to be consistent about use of double quotes in error messages
pganssle
committed
3d24a15
View commit details
Copy full SHA for 3d24a15
Browse repository at this point
Update documentation
pganssle
committed
661b1b0
View commit details
Copy full SHA for 661b1b0
Browse repository at this point
Remove isoformatter
pganssle
committed
1defa1d
View commit details
Copy full SHA for 1defa1d
Browse repository at this point
Update out-of-date comment
pganssle
committed
75de7a4
View commit details
Copy full SHA for 75de7a4
Browse repository at this point
Only one space
pganssle
committed
07ee419
View commit details
Copy full SHA for 07ee419
Browse repository at this point
Explicitly handle 0-length tzstr
pganssle
committed
3d0fb7a
View commit details
Copy full SHA for 3d0fb7a
Browse repository at this point
Raise exceptions from None
pganssle
committed
cc8c737
View commit details
Copy full SHA for cc8c737
Browse repository at this point
Add test cases around week 53
pganssle
committed
31bf63e
View commit details
Copy full SHA for 31bf63e
Browse repository at this point
Add examples around week 53
pganssle
committed
5bfb3fc
View commit details
Copy full SHA for 5bfb3fc
Browse repository at this point
Update docstrings
pganssle
committed
4879a47
View commit details
Copy full SHA for 4879a47
Browse repository at this point
Add news entry
pganssle
committed
3cd657f
View commit details
Copy full SHA for 3cd657f
Browse repository at this point
Add what's new entry
pganssle
committed
763d5bb
View commit details
Copy full SHA for 763d5bb
Browse repository at this point
Be consistent about ISO 8601
pganssle
committed
3a06505
View commit details
Copy full SHA for 3a06505
Browse repository at this point
Change name of isoformat separator detection function
pganssle
committed
e643f02
View commit details
Copy full SHA for e643f02
Browse repository at this point
Remove 'mode' logic and update comments
pganssle
committed
5046809
View commit details
Copy full SHA for 5046809
Browse repository at this point
Fix segfault case
pganssle
committed
90093bf
View commit details
Copy full SHA for 90093bf
Browse repository at this point
Explicitly cast signed to unsigned
pganssle
committed
6fc8157
View commit details
Copy full SHA for 6fc8157
Browse repository at this point
Document that ordinal dates are not supported
pganssle
committed
d9a766b
View commit details
Copy full SHA for d9a766b
Browse repository at this point
Remove dead code
pganssle
committed
04ed787
View commit details
Copy full SHA for 04ed787
Browse repository at this point
Various fixes
pganssle
committed
6da3e90
View commit details
Copy full SHA for 6da3e90
Browse repository at this point
Fix example
pganssle
committed
92cc0be
View commit details
Copy full SHA for 92cc0be
Browse repository at this point
Add example for time.fromisoformat
pganssle
committed
bec0bee
View commit details
Copy full SHA for bec0bee
Browse repository at this point
Fix trailing colon
pganssle
committed
aad6011
View commit details
Copy full SHA for aad6011
Browse repository at this point
Remove fromisoformat property test
pganssle
committed
a33d776
View commit details
Copy full SHA for a33d776
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL