FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/pytime.c - python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
pytime.c
on
4591dae
User selector
Datepicker
Commit history
Commits on Apr 20, 2022
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Show description for 7cdaf87
vstinner
authored
7cdaf87
View commit details
Copy full SHA for 7cdaf87
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Show description for b556f53
vstinner
authored
b556f53
View commit details
Copy full SHA for b556f53
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Show description for 2f92e2a
vstinner
authored
2f92e2a
View commit details
Copy full SHA for 2f92e2a
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Show description for 833fdf1
vstinner
authored
833fdf1
View commit details
Copy full SHA for 833fdf1
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
bpo-41710: Fix building pytime.c on Windows (GH-28644)
vstinner
authored
0231b6d
View commit details
Copy full SHA for 0231b6d
View code at this point
Browse repository at this point
bpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
Show description for d62d925
vstinner
authored
d62d925
View commit details
Copy full SHA for d62d925
View code at this point
Browse repository at this point
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Show description for 09796f2
vstinner
authored
09796f2
View commit details
Copy full SHA for 09796f2
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
bpo-41299: QueryPerformanceFrequency() cannot fail (GH-28552)
Show description for f35ddf2
vstinner
authored
f35ddf2
View commit details
Copy full SHA for f35ddf2
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Show description for 58f8adf
vstinner
and
Livius90
authored
58f8adf
View commit details
Copy full SHA for 58f8adf
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Show description for b49263b
vstinner
authored
b49263b
View commit details
Copy full SHA for b49263b
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Show description for ae6cd7c
vstinner
authored
ae6cd7c
View commit details
Copy full SHA for ae6cd7c
View code at this point
Browse repository at this point
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Show description for 3df5c68
vstinner
authored
3df5c68
View commit details
Copy full SHA for 3df5c68
View code at this point
Browse repository at this point
Commits on Nov 8, 2020
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Show description for 4176193
ronaldoussoren
authored
4176193
View commit details
Copy full SHA for 4176193
View code at this point
Browse repository at this point
Commits on May 18, 2020
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
gongminmin
authored
f660567
View commit details
Copy full SHA for f660567
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Show description for eebaa9b
serhiy-storchaka
and
vstinner
authored
eebaa9b
View commit details
Copy full SHA for eebaa9b
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
Show description for de6f38d
aixtools
authored
de6f38d
View commit details
Copy full SHA for de6f38d
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Show description for f1c1903
benjaminp
authored and
Yhg1s
committed
f1c1903
View commit details
Copy full SHA for f1c1903
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Show description for 8709490
vstinner
authored
8709490
View commit details
Copy full SHA for 8709490
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Show description for e2926b7
aixtools
authored and
ncoghlan
committed
e2926b7
View commit details
Copy full SHA for e2926b7
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Show description for c29b585
vstinner
authored
c29b585
View commit details
Copy full SHA for c29b585
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003)
pablogsal
authored and
serhiy-storchaka
committed
2c15b29
View commit details
Copy full SHA for 2c15b29
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Show description for bdaeb7d
vstinner
authored
bdaeb7d
View commit details
Copy full SHA for bdaeb7d
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
bpo-31773: time.perf_counter() uses again double (GH-3964)
Show description for cba9a0c
vstinner
authored
cba9a0c
View commit details
Copy full SHA for cba9a0c
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Cleanup pytime.c (#3955)
Show description for 277c840
vstinner
authored
277c840
View commit details
Copy full SHA for 277c840
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Show description for a997c7b
vstinner
authored
a997c7b
View commit details
Copy full SHA for a997c7b
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL