Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.2k
Star
74.3k
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
bpo-36004: Add date.fromisocalendar
- #11888
#11888
Merged
vstinner
merged 14 commits into
python:master
python/cpython:master
from
pganssle:add_fromisoformat
pganssle/cpython:add_fromisoformat
Copy head branch name to clipboard
Apr 29, 2019
Conversation
Commits
14
(14)
Checks
Files changed
Merged
bpo-36004: Add date.fromisocalendar
#11888
vstinner
merged 14 commits into
python:master
python/cpython:master
from
pganssle:add_fromisoformat
pganssle/cpython:add_fromisoformat
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2019
Add date.fromisocalendar and tests
Show description for 6d323ad
pganssle
committed
6d323ad
View commit details
Copy full SHA for 6d323ad
Browse repository at this point
Add early year check to fromisocalendar
Show description for fbab728
pganssle
committed
fbab728
View commit details
Copy full SHA for fbab728
Browse repository at this point
Covert OverflowError into ValueError
Show description for 925de2f
pganssle
committed
925de2f
View commit details
Copy full SHA for 925de2f
Browse repository at this point
Add bounds checking for ISO long vs. short weeks
pganssle
committed
3ecf02e
View commit details
Copy full SHA for 3ecf02e
Browse repository at this point
Add more comments with test cases
pganssle
committed
e645cd0
View commit details
Copy full SHA for e645cd0
Browse repository at this point
Switch to new method of detecting ISO long years
Show description for 86edee5
pganssle
committed
86edee5
View commit details
Copy full SHA for 86edee5
Browse repository at this point
Fix missing argument in PyErr_Format
pganssle
committed
74fb523
View commit details
Copy full SHA for 74fb523
Browse repository at this point
Add test for TypeError handling
pganssle
committed
46c6458
View commit details
Copy full SHA for 46c6458
Browse repository at this point
Add documentation for date(time).fromisocalendar
pganssle
committed
28c7fb2
View commit details
Copy full SHA for 28c7fb2
Browse repository at this point
Add NEWS entry
pganssle
committed
99e75d7
View commit details
Copy full SHA for 99e75d7
Browse repository at this point
Add What's New entry for fromisocalendar
pganssle
committed
c269a5c
View commit details
Copy full SHA for c269a5c
Browse repository at this point
Use MINYEAR and MAXYEAR in bounds checks
pganssle
committed
c8444b7
View commit details
Copy full SHA for c8444b7
Browse repository at this point
Add tests for MINYEAR and MAXYEAR
pganssle
committed
958ffff
View commit details
Copy full SHA for 958ffff
Browse repository at this point
Use generated test cases instead of manual list
pganssle
committed
3307865
View commit details
Copy full SHA for 3307865
Browse repository at this point
You can’t perform that action at this time.