index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108996: fix and enable test_msvcrt (#109226)
AN Long
2023-09-22
2
-1/+106
*
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
AN Long
2023-09-21
1
-0/+4
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+4
*
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
AN Long
2023-09-12
2
-4/+4
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
2
-12/+15
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
5
-24/+14
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
2
-33/+8
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
1
-1/+2
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-1/+2
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
3
-27/+27
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-0/+2
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
2
-22/+5
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
1
-0/+1
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+2
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-0/+2
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+2
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-0/+1
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+1
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+1
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-2/+0
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+0
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
3
-15/+3
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
2
-80/+72
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
1
-0/+2
*
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Steve Dower
2023-05-29
1
-1/+0
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-2/+0
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
2
-2010/+0
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-3/+0
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
3
-27/+0
*
Update Windows library names for the Python version bump (#104755)
Kirill Podoprigora
2023-05-22
1
-2/+2
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
4
-0/+4
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
2
-0/+4
*
gh-83004: Harden msvcrt further (#103420)
Erlend E. Aasland
2023-04-19
1
-62/+53
*
gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
Steve Dower
2023-04-18
1
-1/+0
*
gh-103092: Isolate winreg (#103250)
AN Long
2023-04-17
2
-144/+181
*
gh-103092: Isolate msvcrt (#103248)
AN Long
2023-04-12
1
-28/+25
*
gh-103092: Isolate winsound (#103249)
AN Long
2023-04-10
1
-25/+22
*
gh-83004: Harden winreg init (#103386)
Erlend E. Aasland
2023-04-10
1
-28/+37
*
gh-83004: Harden `msvcrt` init (#103383)
Erlend E. Aasland
2023-04-10
1
-12/+29
*
gh-83004: Harden winsound init (#103385)
Erlend E. Aasland
2023-04-09
1
-16/+14
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
2
-9/+9
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-0/+1
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
7
-5/+340
*
Remove or update bitbucket links (GH-101963)
sblondon
2023-03-08
2
-4/+2
*
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...
Max Bachmann
2023-03-01
1
-60/+122
*
Remove references to old Windows source files from internal documentation (GH...
Max Bachmann
2023-02-24
1
-5/+0
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
1
-0/+3
[next]