summaryrefslogtreecommitdiffstats
path: root/Doc/library/datetime.rst
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to add a `versionadded` tagAntoine Pitrou2009-11-251-0/+2
|
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ↵Antoine Pitrou2009-11-251-0/+10
| | | | | | returning the total number of seconds in the duration. Patch by Brian Quinlan.
* Fix doc typo reported by Arfrever.Mark Dickinson2009-11-031-1/+2
|
* typo (space-o?)Skip Montanaro2009-11-031-1/+1
|
* Fix markup.Georg Brandl2009-10-131-1/+1
|
* #6946: fix duplicate index entries for datetime classes.Georg Brandl2009-09-191-0/+4
|
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
| | | | | | | strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568.
* Minor spelling mistake in datetime docs.Brett Cannon2009-01-291-1/+1
|
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
|
* Remove trailing whitespace.Georg Brandl2009-01-031-17/+17
|
* Test doctests in datetime docs.Georg Brandl2008-03-221-15/+19
|
* add %f format to datetime - issue 1158Skip Montanaro2008-03-151-11/+42
|
* Some cleanup in the docs.Georg Brandl2007-12-291-4/+2
|
* Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".Georg Brandl2007-12-081-39/+298
|
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵Georg Brandl2007-11-021-1/+1
| | | | | | | __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1348