FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PC - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
PC
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 11, 2018
Add PyDict_GetItemRef
Dino Viehland
committed
f80dea2
View commit details
Copy full SHA for f80dea2
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss
authored and
methane
committed
6cf8255
View commit details
Copy full SHA for 6cf8255
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Show description for d19d8d5
vstinner
authored
d19d8d5
View commit details
Copy full SHA for d19d8d5
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Show description for f2626ce
vstinner
authored
f2626ce
View commit details
Copy full SHA for f2626ce
View code at this point
Browse repository at this point
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Show description for b1147e4
vstinner
authored
b1147e4
View commit details
Copy full SHA for b1147e4
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Add missing va_end() calls in PC/launcher.c (GH-7690)
ZackerySpytz
authored and
zooba
committed
3a6d752
View commit details
Copy full SHA for 3a6d752
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7
ctismer
authored and
ned-deily
committed
ea62ce7
View commit details
Copy full SHA for ea62ce7
View code at this point
Browse repository at this point
Commits on May 22, 2018
Add missed details of the C API introduced in 3.7. (GH-7047)
Show description for 4e29f56
serhiy-storchaka
authored
4e29f56
View commit details
Copy full SHA for 4e29f56
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756)
zooba
authored
48e8c82
View commit details
Copy full SHA for 48e8c82
View code at this point
Browse repository at this point
Commits on Feb 18, 2018
bpo-31333: Re-implement ABCMeta in C (#5273)
Show description for 03e3c34
ilevkivskyi
authored
03e3c34
View commit details
Copy full SHA for 03e3c34
View code at this point
Browse repository at this point
Commits on Feb 11, 2018
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Show description for 310b052
zware
authored
310b052
View commit details
Copy full SHA for 310b052
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk1331
authored and
serhiy-storchaka
committed
aa0735f
View commit details
Copy full SHA for aa0735f
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
Start of 3.8.0a0
ned-deily
committed
5489bda
View commit details
Copy full SHA for 5489bda
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
rename _imp initialization function to follow conventions (#5432)
Show description for c65ef77
benjaminp
authored
c65ef77
View commit details
Copy full SHA for c65ef77
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Show description for 61d478c
tiran
authored
61d478c
View commit details
Copy full SHA for 61d478c
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Show description for 8ded5b8
vstinner
authored
8ded5b8
View commit details
Copy full SHA for 8ded5b8
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
zooba
authored
2507e29
View commit details
Copy full SHA for 2507e29
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
bpo-32507: Change Windows install to include app-local UCRT (#5119)
zooba
authored
d135f20
View commit details
Copy full SHA for d135f20
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Show description for 9bee329
vstinner
authored
9bee329
View commit details
Copy full SHA for 9bee329
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Show description for b5fd9ad
vstinner
authored
b5fd9ad
View commit details
Copy full SHA for b5fd9ad
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
serhiy-storchaka
authored
4ae06c5
View commit details
Copy full SHA for 4ae06c5
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Show description for 31a8393
vstinner
authored
31a8393
View commit details
Copy full SHA for 31a8393
View code at this point
Browse repository at this point
Commits on Dec 2, 2017
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Show description for 13badcb
serhiy-storchaka
authored
13badcb
View commit details
Copy full SHA for 13badcb
View code at this point
Browse repository at this point
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Show description for af5a895
vstinner
authored
af5a895
View commit details
Copy full SHA for af5a895
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
bpo-32030: Add Python/pathconfig.c (#4668)
Show description for 0ea395a
vstinner
authored
0ea395a
View commit details
Copy full SHA for 0ea395a
View code at this point
Browse repository at this point
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Show description for ebac19d
vstinner
authored
ebac19d
View commit details
Copy full SHA for ebac19d
View code at this point
Browse repository at this point
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Show description for 9ac3d88
vstinner
authored
9ac3d88
View commit details
Copy full SHA for 9ac3d88
View code at this point
Browse repository at this point
bpo-32030: Cleanup "path config" code (#4663)
Show description for b64de46
vstinner
authored
b64de46
View commit details
Copy full SHA for b64de46
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
bpo-32030: Add _PyPathConfig_Init() (#4551)
Show description for 9316ee4
vstinner
authored
9316ee4
View commit details
Copy full SHA for 9316ee4
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Show description for f04ebe2
vstinner
authored
f04ebe2
View commit details
Copy full SHA for f04ebe2
View code at this point
Browse repository at this point
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Show description for 46972b7
vstinner
authored
46972b7
View commit details
Copy full SHA for 46972b7
View code at this point
Browse repository at this point
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Show description for 19fb134
berkerpeksag
authored
19fb134
View commit details
Copy full SHA for 19fb134
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL