FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/cpython - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
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
Include
cpython
on
3.8
User selector
Datepicker
Commit history
Commits on Jan 31, 2021
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) (GH-24397)
Show description for 229ef39
miss-islington
and
serhiy-storchaka
authored
229ef39
View commit details
Copy full SHA for 229ef39
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120)
Show description for 187f76d
encukou
authored
187f76d
View commit details
Copy full SHA for 187f76d
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
Show description for ff6870f
miss-islington
and
serhiy-storchaka
authored
ff6870f
View commit details
Copy full SHA for ff6870f
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Show description for dc98a54
miss-islington
and
methane
authored
dc98a54
View commit details
Copy full SHA for dc98a54
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)
Show description for e97c8b0
vstinner
authored
e97c8b0
View commit details
Copy full SHA for e97c8b0
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)
Show description for 435b2ee
vstinner
authored
435b2ee
View commit details
Copy full SHA for 435b2ee
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Show description for d49f096
miss-islington
and
vstinner
authored
d49f096
View commit details
Copy full SHA for d49f096
View code at this point
Browse repository at this point
Commits on Sep 30, 2019
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Show description for bdace21
vstinner
authored and
ncoghlan
committed
bdace21
View commit details
Copy full SHA for bdace21
View code at this point
Browse repository at this point
Commits on Sep 29, 2019
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Show description for c9ed9e6
miss-islington
and
vstinner
authored
c9ed9e6
View commit details
Copy full SHA for c9ed9e6
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Show description for 6e12838
vstinner
authored
6e12838
View commit details
Copy full SHA for 6e12838
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145)
Show description for f37a983
serhiy-storchaka
authored
f37a983
View commit details
Copy full SHA for f37a983
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Show description for a6427cb
miss-islington
and
vstinner
authored
a6427cb
View commit details
Copy full SHA for a6427cb
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Show description for 96f581c
miss-islington
and
vstinner
authored
96f581c
View commit details
Copy full SHA for 96f581c
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467)
Show description for 323e743
zooba
authored
323e743
View commit details
Copy full SHA for 323e743
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
Show description for d917cfe
jdemeyer
authored and
encukou
committed
d917cfe
View commit details
Copy full SHA for d917cfe
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
bpo-37191: Avoid declaration-after-statement in header included from Python.h (GH-13887)
encukou
authored and
vstinner
committed
9689f80
View commit details
Copy full SHA for 9689f80
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Show description for 0fd2c30
vstinner
authored
0fd2c30
View commit details
Copy full SHA for 0fd2c30
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Show description for 396e0a8
ericsnowcurrently
authored
396e0a8
View commit details
Copy full SHA for 396e0a8
View code at this point
Browse repository at this point
Commits on May 30, 2019
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
jdemeyer
authored and
encukou
committed
c145f3b
View commit details
Copy full SHA for c145f3b
View code at this point
Browse repository at this point
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77f
authored and
encukou
committed
aacc77f
View commit details
Copy full SHA for aacc77f
View code at this point
Browse repository at this point
Commits on May 28, 2019
Fix comments in initconfig.h (GH-13636)
MandarJKulkarni
authored and
csabella
committed
33ce3f0
View commit details
Copy full SHA for 33ce3f0
View code at this point
Browse repository at this point
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
ZackerySpytz
authored and
vstinner
committed
3c8724f
View commit details
Copy full SHA for 3c8724f
View code at this point
Browse repository at this point
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Show description for 3880f26
Carreau
authored and
miss-islington
committed
3880f26
View commit details
Copy full SHA for 3880f26
View code at this point
Browse repository at this point
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5
vstinner
authored
331a6a5
View commit details
Copy full SHA for 331a6a5
View code at this point
Browse repository at this point
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Show description for 71c52e3
vstinner
authored
71c52e3
View commit details
Copy full SHA for 71c52e3
View code at this point
Browse repository at this point
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17e
zooba
authored
b82e17e
View commit details
Copy full SHA for b82e17e
View code at this point
Browse repository at this point
Commits on May 22, 2019
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Show description for 022be02
vstinner
authored
022be02
View commit details
Copy full SHA for 022be02
View code at this point
Browse repository at this point
Commits on May 20, 2019
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Show description for 0f72147
vstinner
authored
0f72147
View commit details
Copy full SHA for 0f72147
View code at this point
Browse repository at this point
bpo-36763: Fix Python preinitialization (GH-13432)
Show description for 6d1c467
vstinner
authored
6d1c467
View commit details
Copy full SHA for 6d1c467
View code at this point
Browse repository at this point
Commits on May 19, 2019
bpo-35134: Split traceback.h header (GH-13430)
Show description for ed48866
vstinner
authored
ed48866
View commit details
Copy full SHA for ed48866
View code at this point
Browse repository at this point
Commits on May 18, 2019
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
vstinner
authored
410759f
View commit details
Copy full SHA for 410759f
View code at this point
Browse repository at this point
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Show description for bab0db6
vstinner
authored
bab0db6
View commit details
Copy full SHA for bab0db6
View code at this point
Browse repository at this point
Commits on May 17, 2019
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Show description for b594784
vstinner
authored
b594784
View commit details
Copy full SHA for b594784
View code at this point
Browse repository at this point
bpo-36763: Add _PyInitError functions (GH-13395)
Show description for 871ff77
vstinner
authored
871ff77
View commit details
Copy full SHA for 871ff77
View code at this point
Browse repository at this point
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Show description for bcfbbd7
vstinner
authored
bcfbbd7
View commit details
Copy full SHA for bcfbbd7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL