Emil Hessman
|
50b5650a11
|
Add stub for datetime.time.fromisoformat introduced in 3.7 (#2426)
|
2018-09-04 16:35:56 +02:00 |
|
Sebastian Rittau
|
b209a649a0
|
Add date.fromisoformat() (#2393)
|
2018-08-17 08:50:10 -07:00 |
|
Dominik Gabi
|
14fb9df49c
|
Fix annotation shadowed by forward reference of preoprty in datetime constructor. (#2337)
|
2018-07-20 17:21:32 -07:00 |
|
Jelle Zijlstra
|
bbbffb5f4b
|
implement some minor 3.7 features (#1966)
References:
- https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromisoformat
- https://docs.python.org/dev/library/crypt.html#crypt.mksalt
- https://docs.python.org/dev/library/contextlib.html#contextlib.AbstractAsyncContextManager
- https://docs.python.org/dev/library/calendar.html#calendar.HTMLCalendar.cssclasses
- https://docs.python.org/dev/library/binascii.html#binascii.b2a_uu
Part of #1965.
|
2018-03-22 08:01:09 -07:00 |
|
Kenny Do
|
156927d2a2
|
tzinfo.tzname is optional (#1934)
|
2018-02-28 19:14:12 -08:00 |
|
James M. Allen
|
33039f913e
|
Adding py36 additions to datetime module (#1848)
|
2018-01-31 16:22:25 -08:00 |
|
Sebastian Rittau
|
7073bc0a49
|
Cleanup and merge datetime.pyi (#1805)
|
2018-01-09 22:06:31 +00:00 |
|