FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - 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.4k
Star
77.3k
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
on
833fdf1
User selector
Datepicker
Commit history
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
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Show description for 98d2827
vstinner
authored
98d2827
View commit details
Copy full SHA for 98d2827
View code at this point
Browse repository at this point
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Show description for 1ee0f94
vstinner
authored
1ee0f94
View commit details
Copy full SHA for 1ee0f94
View code at this point
Browse repository at this point
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Show description for 7e5c107
ericsnowcurrently
authored
7e5c107
View commit details
Copy full SHA for 7e5c107
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Show description for 37b8294
vstinner
authored
37b8294
View commit details
Copy full SHA for 37b8294
View code at this point
Browse repository at this point
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 28, 2021
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Show description for 0c50b8c
ericsnowcurrently
authored
0c50b8c
View commit details
Copy full SHA for 0c50b8c
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
Do not check isabs() on Windows. (gh-28584)
Show description for 16b5bc6
ericsnowcurrently
authored
16b5bc6
View commit details
Copy full SHA for 16b5bc6
View code at this point
Browse repository at this point
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Show description for ae7839b
ericsnowcurrently
authored
ae7839b
View commit details
Copy full SHA for ae7839b
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
bpo-41299: Mark private thread_nt.h functions as static (GH-28553)
Show description for 6bc8911
vstinner
authored
6bc8911
View commit details
Copy full SHA for 6bc8911
View code at this point
Browse repository at this point
bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)
Show description for d639e31
vstinner
authored
d639e31
View commit details
Copy full SHA for d639e31
View code at this point
Browse repository at this point
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
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Show description for 7c801e0
ericsnowcurrently
authored
7c801e0
View commit details
Copy full SHA for 7c801e0
View code at this point
Browse repository at this point
bpo-20524: adds better error message for `.format()` (GH-28310)
Show description for 8d87291
sobolevn
authored
8d87291
View commit details
Copy full SHA for 8d87291
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 21, 2021
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Show description for 79a3148
vstinner
authored
79a3148
View commit details
Copy full SHA for 79a3148
View code at this point
Browse repository at this point
bpo-24076: Fix reference in sum() introduced by GH-28469 (GH-28493)
pablogsal
authored
1c7e98d
View commit details
Copy full SHA for 1c7e98d
View code at this point
Browse repository at this point
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH-28469)
scoder
authored
debd804
View commit details
Copy full SHA for debd804
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
bpo-1514420: Do not attempt to open files with names in <>s when formatting an exception (GH-28143)
Show description for f71300c
authored
f71300c
View commit details
Copy full SHA for f71300c
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Show description for f25f2e2
serhiy-storchaka
authored
f25f2e2
View commit details
Copy full SHA for f25f2e2
View code at this point
Browse repository at this point
Commits on Sep 17, 2021
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Show description for 0905916
ericsnowcurrently
authored
0905916
View commit details
Copy full SHA for 0905916
View code at this point
Browse repository at this point
bpo-45219: Factor dictkey indexing (GH-28389)
markshannon
authored
064464f
View commit details
Copy full SHA for 064464f
View code at this point
Browse repository at this point
bpo-45107: Make LOAD_METHOD_CLASS safer and faster, clean up comments (GH-28177)
Show description for 70bed6f
Fidget-Spinner
authored
70bed6f
View commit details
Copy full SHA for 70bed6f
View code at this point
Browse repository at this point
bpo-45203: fix compiler warnings (GH-28357)
Show description for 4857e53
Fidget-Spinner
and
markshannon
authored
4857e53
View commit details
Copy full SHA for 4857e53
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Show description for fdc6b3d
ericsnowcurrently
authored
fdc6b3d
View commit details
Copy full SHA for fdc6b3d
View code at this point
Browse repository at this point
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Show description for 9fd87a5
ericsnowcurrently
authored
9fd87a5
View commit details
Copy full SHA for 9fd87a5
View code at this point
Browse repository at this point
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Show description for a9757bf
ericsnowcurrently
authored
a9757bf
View commit details
Copy full SHA for a9757bf
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Show description for 3814e20
ericsnowcurrently
authored
3814e20
View commit details
Copy full SHA for 3814e20
View code at this point
Browse repository at this point
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Show description for cbeb819
ericsnowcurrently
authored
cbeb819
View commit details
Copy full SHA for cbeb819
View code at this point
Browse repository at this point
bpo-45203: Cleanup stats gathering code for LOAD_METHOD (GH-28352)
markshannon
authored
11cdf2a
View commit details
Copy full SHA for 11cdf2a
View code at this point
Browse repository at this point
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 Sep 14, 2021
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
Show description for a65c868
ericsnowcurrently
authored
a65c868
View commit details
Copy full SHA for a65c868
View code at this point
Browse repository at this point
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
iritkatriel
authored
c2f1e95
View commit details
Copy full SHA for c2f1e95
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL