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-34512: Document platform-specific strftime() behavior for non-ASCII forma...
Miss Islington (bot)
2019-01-12
1
-0/+6
*
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Miss Islington (bot)
2018-10-29
1
-1/+3
*
[2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...
Stéphane Wirtel
2018-05-16
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
-2/+2
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
*
Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links
Martin Panter
2016-04-01
1
-50/+53
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
1
-3/+3
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
Fixing broken links in doc, part 4: some more breaks and redirects
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
*
Fix typo: js_JP is not a valid locale.
Georg Brandl
2013-10-29
1
-1/+1
*
Refer to strftime(3) manpage for platform specific format codes.
Georg Brandl
2013-10-13
1
-1/+2
*
Issue #18718: datetime documentation contradictory on leap second support
David Wolever
2013-08-14
1
-7/+3
*
Issue #17701: Improving strftime documentation
David Wolever
2013-08-12
1
-119/+141
|
\
|
*
Clarify that strftime's encoding is based on locale
David Wolever
2013-05-23
1
-4/+4
|
*
Remove Japanese datetime examples
David Wolever
2013-05-23
1
-24/+12
|
*
Correct misleading strftime documentation.
David Wolever
2013-04-14
1
-2/+4
|
*
Adding localized examples to strftime documentation.
David Wolever
2013-04-14
1
-28/+58
|
*
Improving strftime documentation.
David Wolever
2013-04-13
1
-122/+124
|
/
*
#8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...
Ezio Melotti
2013-04-04
1
-0/+27
*
#16985: Remove incorrect phrase indication presence of non-present concrete U...
Jason R. Coombs
2013-01-18
1
-1/+1
*
Document that hour in datetime.time ctor is optional parameter.
Andrew Svetlov
2012-12-06
1
-1/+1
*
Remove patch artifacts.
Georg Brandl
2012-08-21
1
-2/+2
*
issue13666 - Fixing datetime documentation example when using tzinfo
Senthil Kumaran
2012-06-26
1
-9/+8
*
#14766: Reflow the altered paragraphs.
R David Murray
2012-05-15
1
-18/+18
*
#14766: Add correct algorithm for when a 'time' object is naive.
R David Murray
2012-05-15
1
-10/+25
*
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick s...
Sandro Tosi
2012-04-28
1
-5/+12
*
Issue #14448: mention pytz; patch by Andrew Svetlov
Sandro Tosi
2012-04-24
1
-0/+8
*
Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@
Sandro Tosi
2012-02-18
1
-66/+66
*
update to new C roles and directives
Sandro Tosi
2012-01-14
1
-7/+7
*
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from d...
Sandro Tosi
2011-11-01
1
-2/+2
*
#13076: fix links to datetime.time.
Ezio Melotti
2011-10-02
1
-9/+9
*
merge from 3.2 - Issue10403 - datetime module documentation changes based on...
Senthil Kumaran
2011-07-17
1
-18/+20
*
Fix closes issue10403 - Let's not use members anymore.
Senthil Kumaran
2011-07-04
1
-66/+67
*
Merged revisions 85274 via svnmerge from
Georg Brandl
2010-10-06
1
-1/+1
*
Merged revisions 83328,83341 via svnmerge from
Georg Brandl
2010-08-01
1
-0/+18
*
Fixed markup of tm_isdst attribute.
Alexander Belopolsky
2010-06-09
1
-1/+1
*
#1436346: make it more obvious that timetuple[7] is yday.
Georg Brandl
2010-05-23
1
-7/+10
*
Issue #8644: Improve accuracy of timedelta.total_seconds method.
Mark Dickinson
2010-05-09
1
-2/+6
*
Update text for newest US DST regulation. The sample file already has the ca...
Georg Brandl
2010-03-21
1
-2/+2
*
#7699: improve datetime docs: straightforward linking to strftime/strptime se...
Georg Brandl
2010-01-17
1
-39/+43
*
Forgot to add a `versionadded` tag
Antoine Pitrou
2009-11-25
1
-0/+2
*
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...
Antoine Pitrou
2009-11-25
1
-0/+10
*
Fix doc typo reported by Arfrever.
Mark Dickinson
2009-11-03
1
-1/+2
*
typo (space-o?)
Skip Montanaro
2009-11-03
1
-1/+1
*
Fix markup.
Georg Brandl
2009-10-13
1
-1/+1
*
#6946: fix duplicate index entries for datetime classes.
Georg Brandl
2009-09-19
1
-0/+4
*
Clarify that datetime strftime does not produce leap seconds and datetime
R. David Murray
2009-04-02
1
-2/+6
*
Minor spelling mistake in datetime docs.
Brett Cannon
2009-01-29
1
-1/+1
[next]