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
/
Modules
/
_datetimemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky
2016-08-02
1
-16/+20
*
Issue 24773: Added a time_t overflow check.
Alexander Belopolsky
2016-07-25
1
-1/+8
*
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky
2016-07-22
1
-149/+526
*
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-2/+2
|
\
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-2/+2
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-3/+3
|
\
\
|
|
/
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-3/+3
|
\
\
|
|
/
*
|
merge
Alexander Belopolsky
2016-03-25
1
-1/+6
|
\
\
|
|
/
|
*
Issue#26616:Fixed a bug in datetime.astimezone() method.
Alexander Belopolsky
2016-03-25
1
-1/+6
|
*
Closes issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky
2015-09-28
1
-1/+1
*
|
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky
2016-03-06
1
-28/+95
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-18/+6
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-10/+10
*
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
1
-3/+3
*
|
Closes issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky
2015-09-28
1
-1/+1
|
\
\
|
*
\
Closes issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky
2015-09-28
1
-1/+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Closes issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky
2015-09-28
1
-1/+1
|
*
|
Merge 3.4 (datetime rounding)
Victor Stinner
2015-09-18
1
-11/+63
|
|
\
\
|
|
|
/
|
|
*
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner
2015-09-18
1
-8/+63
|
*
|
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
1
-4/+5
*
|
|
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
1
-4/+5
*
|
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-08
1
-1/+1
*
|
|
Revert change 0eb8c182131e:
Victor Stinner
2015-09-08
1
-1/+21
*
|
|
Issue #22241: Fix a compiler waring
Victor Stinner
2015-09-07
1
-1/+1
*
|
|
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka
2015-09-06
1
-1/+1
*
|
|
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
Alexander Belopolsky
2015-09-06
1
-0/+5
*
|
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-03
1
-1/+1
*
|
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
1
-21/+1
*
|
|
Backed out changeset b690bf218702
Victor Stinner
2015-09-02
1
-1/+1
*
|
|
Issue #23517: datetime.datetime.fromtimestamp() and
Victor Stinner
2015-09-01
1
-1/+1
*
|
|
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner
2015-09-01
1
-1/+0
|
/
/
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-35/+3
*
|
Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and
Victor Stinner
2015-03-29
1
-2/+3
*
|
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
Victor Stinner
2015-03-29
1
-4/+14
*
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-2/+1
*
|
merge
Raymond Hettinger
2014-07-25
1
-7/+7
|
\
\
|
|
/
|
*
Issue #22044: Fixed premature DECREF in call_tzinfo_method.
Raymond Hettinger
2014-07-25
1
-7/+7
*
|
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson
2014-03-20
1
-37/+1
|
/
*
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner
2014-02-16
1
-2/+2
*
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-2/+4
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-3/+3
*
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-26
1
-1/+1
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-7/+7
*
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
1
-6/+6
*
Silence more PyObject_INIT() unused value warnings.
Christian Heimes
2013-12-04
1
-2/+2
*
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-4/+8
*
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
1
-5/+5
[prev]
[next]