FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/pytime.c - python/cpython · GitHub
python
/
cpython
Public
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
pytime.c
on
829dacce4fca60fc3c3367980e75e21dfcdbe6be
User selector
Datepicker
Commit history
Commits on Sep 8, 2017
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Show description for 829dacc
hahnlee
authored and
vstinner
committed
829dacc
View commit details
Copy full SHA for 829dacc
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31373: fix undefined floating-point demotions (#3396)
benjaminp
authored
a853a8b
View commit details
Copy full SHA for a853a8b
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
Show description for bcaac81
pitrou
authored
bcaac81
View commit details
Copy full SHA for bcaac81
View code at this point
Browse repository at this point
pytime: include winsock2, so we can have a complete timeval type (#3377)
benjaminp
authored
8338606
View commit details
Copy full SHA for 8338606
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
Show description for c90e960
haney
authored and
vstinner
committed
c90e960
View commit details
Copy full SHA for c90e960
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Issue #28148: Stop using localtime() and gmtime() in the time module.
Show description for 3e7a3cb
abalkin
committed
3e7a3cb
View commit details
Copy full SHA for 3e7a3cb
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
Merge 3.5 (pytime)
vstinner
committed
e0a0afd
View commit details
Copy full SHA for e0a0afd
View code at this point
Browse repository at this point
pytime.c: rename pygettimeofday_new() to pygettimeofday()
Show description for c379ade
vstinner
committed
c379ade
View commit details
Copy full SHA for c379ade
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Issue #25558: Use compile-time asserts.
serhiy-storchaka
committed
fad85aa
View commit details
Copy full SHA for fad85aa
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Show description for b7a8af2
vstinner
committed
b7a8af2
View commit details
Copy full SHA for b7a8af2
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on
Show description for c29f399
vstinner
committed
c29f399
View commit details
Copy full SHA for c29f399
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Show description for 2bfed53
vstinner
committed
2bfed53
View commit details
Copy full SHA for 2bfed53
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Issue #25155: Fix _PyTime_Divide() rounding
Show description for ec26f83
vstinner
committed
ec26f83
View commit details
Copy full SHA for ec26f83
View code at this point
Browse repository at this point
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Show description for 9a8b177
vstinner
committed
9a8b177
View commit details
Copy full SHA for 9a8b177
View code at this point
Browse repository at this point
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Show description for 1e2b688
vstinner
committed
1e2b688
View commit details
Copy full SHA for 1e2b688
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
pytime: oops, fix typos on Windows
vstinner
committed
51b9398
View commit details
Copy full SHA for 51b9398
View code at this point
Browse repository at this point
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
Show description for c60542b
vstinner
committed
c60542b
View commit details
Copy full SHA for c60542b
View code at this point
Browse repository at this point
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
Show description for ff0ed3e
vstinner
committed
ff0ed3e
View commit details
Copy full SHA for ff0ed3e
View code at this point
Browse repository at this point
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x" buildbot
Show description for 1efbeba
vstinner
committed
1efbeba
View commit details
Copy full SHA for 1efbeba
View code at this point
Browse repository at this point
Fix test_time on Windows
Show description for 9c72f9b
vstinner
committed
9c72f9b
View commit details
Copy full SHA for 9c72f9b
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
test_time: rewrite PyTime API rounding tests
Show description for 3e2c8d8
vstinner
committed
3e2c8d8
View commit details
Copy full SHA for 3e2c8d8
View code at this point
Browse repository at this point
pytime: add _PyTime_Round() helper to factorize code
vstinner
committed
9ae47df
View commit details
Copy full SHA for 9ae47df
View code at this point
Browse repository at this point
Make _PyTime_RoundHalfEven() private again
vstinner
committed
ce6aa74
View commit details
Copy full SHA for ce6aa74
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Show description for 7667f58
vstinner
committed
7667f58
View commit details
Copy full SHA for 7667f58
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Show description for adfefa5
vstinner
committed
adfefa5
View commit details
Copy full SHA for adfefa5
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Don't abuse volatile keyword in pytime.c
Show description for 5786aef
vstinner
committed
5786aef
View commit details
Copy full SHA for 5786aef
View code at this point
Browse repository at this point
Enhance _PyTime_AsTimespec()
Show description for 29ee674
vstinner
committed
29ee674
View commit details
Copy full SHA for 29ee674
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Merge 3.5 (monotonic)
vstinner
committed
5a682c9
View commit details
Copy full SHA for 5a682c9
View code at this point
Browse repository at this point
oops, rename pymonotonic_new() to pymonotonic()
Show description for 5ad5821
vstinner
committed
5ad5821
View commit details
Copy full SHA for 5ad5821
View code at this point
Browse repository at this point
Issue #24707: Remove assertion in monotonic clock
Show description for c3c616c
vstinner
committed
c3c616c
View commit details
Copy full SHA for c3c616c
View code at this point
Browse repository at this point
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Show description for 2ec5587
vstinner
committed
2ec5587
View commit details
Copy full SHA for 2ec5587
View code at this point
Browse repository at this point
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
vstinner
committed
24b822e
View commit details
Copy full SHA for 24b822e
View code at this point
Browse repository at this point
Issue #23517: Fix _PyTime_ObjectToDenominator()
Show description for 67edcc9
vstinner
committed
67edcc9
View commit details
Copy full SHA for 67edcc9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL