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
/
Python
/
pytime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky
2016-09-28
1
-0/+52
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-9/+9
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-14/+2
*
Merge 3.5 (pytime)
Victor Stinner
2015-11-10
1
-3/+3
|
\
|
*
pytime.c: rename pygettimeofday_new() to pygettimeofday()
Victor Stinner
2015-11-10
1
-3/+3
|
*
Issue #25155: Fix _PyTime_Divide() rounding
Victor Stinner
2015-09-18
1
-3/+8
|
*
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
1
-38/+61
*
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
1
-13/+12
*
|
Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner
2015-10-01
1
-2/+3
*
|
Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on
Victor Stinner
2015-09-30
1
-3/+2
*
|
Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner
2015-09-29
1
-2/+3
*
|
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
1
-19/+60
*
|
pytime: oops, fix typos on Windows
Victor Stinner
2015-09-10
1
-2/+2
*
|
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
Victor Stinner
2015-09-10
1
-11/+24
*
|
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
Victor Stinner
2015-09-10
1
-2/+7
*
|
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3...
Victor Stinner
2015-09-10
1
-3/+8
*
|
Fix test_time on Windows
Victor Stinner
2015-09-10
1
-20/+8
*
|
test_time: rewrite PyTime API rounding tests
Victor Stinner
2015-09-09
1
-6/+10
*
|
pytime: add _PyTime_Round() helper to factorize code
Victor Stinner
2015-09-09
1
-25/+20
*
|
Make _PyTime_RoundHalfEven() private again
Victor Stinner
2015-09-09
1
-1/+3
*
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-08
1
-42/+29
*
|
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Victor Stinner
2015-09-04
1
-4/+4
*
|
Don't abuse volatile keyword in pytime.c
Victor Stinner
2015-09-03
1
-2/+4
*
|
Enhance _PyTime_AsTimespec()
Victor Stinner
2015-09-03
1
-3/+3
*
|
Merge 3.5 (monotonic)
Victor Stinner
2015-09-02
1
-13/+3
|
\
\
|
|
/
|
*
oops, rename pymonotonic_new() to pymonotonic()
Victor Stinner
2015-09-02
1
-3/+3
|
*
Issue #24707: Remove assertion in monotonic clock
Victor Stinner
2015-09-02
1
-10/+0
*
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
1
-2/+1
*
|
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
Victor Stinner
2015-09-02
1
-7/+10
*
|
Issue #23517: Fix _PyTime_ObjectToDenominator()
Victor Stinner
2015-09-02
1
-18/+17
*
|
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner
2015-09-01
1
-10/+54
*
|
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner
2015-09-01
1
-6/+14
*
|
Refactor pytime.c
Victor Stinner
2015-09-01
1
-48/+65
|
/
*
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
1
-0/+17
*
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
Victor Stinner
2015-04-01
1
-13/+13
*
Issue #23485: Add _PyTime_FromMillisecondsObject() function
Victor Stinner
2015-03-30
1
-5/+18
*
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
Victor Stinner
2015-03-30
1
-1/+2
*
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Victor Stinner
2015-03-30
1
-15/+5
*
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner
2015-03-30
1
-0/+2
*
Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to
Victor Stinner
2015-03-30
1
-0/+4
*
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner
2015-03-30
1
-2/+17
*
Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:
Victor Stinner
2015-03-29
1
-24/+20
*
Issue #22117: Cleanup pytime.c/.h
Victor Stinner
2015-03-29
1
-7/+5
*
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
Victor Stinner
2015-03-29
1
-105/+14
*
Issue #22117: Fix _PyTime_GetMonotonicClock() and
Victor Stinner
2015-03-28
1
-12/+20
*
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner
2015-03-28
1
-3/+12
*
Issue #22117: Use the _PyTime_t API for time.clock_settime()
Victor Stinner
2015-03-28
1
-17/+0
*
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner
2015-03-28
1
-1/+1
*
Issue #22117: The thread module uses the new _PyTime_t timestamp API
Victor Stinner
2015-03-28
1
-126/+6
*
Issue #22117: Write unit tests for _PyTime_AsTimeval()
Victor Stinner
2015-03-28
1
-13/+27
[next]