index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
datetime.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
1
-3/+4
*
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Gus Goulart
2018-10-29
1
-1/+3
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-1/+1
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+3
*
bpo-34158: Documentation UTC offset update (GH-8377)
Christophe Nanteuil
2018-10-05
1
-20/+21
*
bpo-34365: Update date object documentation (GH-8814)
Danish Prakash
2018-09-11
1
-4/+3
*
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)
Farhaan Bukhsh
2018-07-04
1
-5/+6
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
1
-2/+1
*
Fix duplicating words words. (GH-6296)
Serhiy Storchaka
2018-03-28
1
-2/+2
*
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle
2017-12-21
1
-1/+47
*
bpo-31545: Update documentation containing timedelta repr. (GH-3687)
Utkarsh Upadhyay
2017-10-27
1
-6/+6
*
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero
2017-10-26
1
-0/+7
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-21/+49
*
bpo-30302: Update WhatsNew and documentation. (#2929)
Utkarsh Upadhyay
2017-07-28
1
-1/+1
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-3/+4
*
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
wim glenn
2017-06-06
1
-2/+2
*
Remove trailing semicolon in datetime doc example (GH-1653)
delirious-lettuce
2017-05-19
1
-1/+1
*
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
Marco Buttu
2017-03-18
1
-3/+7
*
Issue #29078: Merge 3.5.
Xiang Zhang
2016-12-27
1
-1/+1
|
\
|
*
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
1
-1/+1
*
|
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
1
-3/+3
|
\
\
|
|
/
|
*
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
1
-3/+3
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
|
Closes #27595: Document PEP 495 (Local Time Disambiguation) features.
Alexander Belopolsky
2016-08-24
1
-42/+113
*
|
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky
2016-08-02
1
-5/+12
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+3
*
|
Fix typos in datetime documentation.
Berker Peksag
2016-06-05
1
-2/+2
*
|
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
*
|
Issue #26957: Remove duplicate 'the' from datetime documentation
Berker Peksag
2016-05-04
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26957: Remove duplicate 'the' from datetime documentation
Berker Peksag
2016-05-04
1
-1/+1
*
|
Issue #26678: Merge datetime doc fixes from 3.5
Martin Panter
2016-04-01
1
-59/+63
|
\
\
|
|
/
|
*
Issue #26678: Fix indexing of datetime.tzinfo and timezone classes
Martin Panter
2016-04-01
1
-59/+63
*
|
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky
2016-03-06
1
-3/+67
*
|
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter
2016-02-13
1
-3/+6
*
|
Merge string formatting doc fixes from 3.5
Martin Panter
2016-02-08
1
-3/+3
|
\
\
|
|
/
|
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
1
-3/+3
*
|
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
Alexander Belopolsky
2015-10-06
1
-1/+36
*
|
Fix versionchanged directive in datetime.rst
Berker Peksag
2015-09-09
1
-2/+2
*
|
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
Alexander Belopolsky
2015-09-06
1
-7/+12
|
/
*
merge 3.4 (#24057)
Benjamin Peterson
2015-04-25
1
-2/+2
|
\
|
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-5/+11
*
|
merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-1/+1
*
|
Merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
|
merge 3.4 (#16667)
Benjamin Peterson
2014-06-22
1
-4/+6
|
\
\
|
|
/
[next]