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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667)
Erlend E. Aasland
2023-06-13
1
-13/+18
*
GH-104787: use bitfields in `_asyncio` (#104788)
Kumar Aditya
2023-06-13
1
-7/+10
*
gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686)
Erlend E. Aasland
2023-06-12
1
-37/+53
*
gh-105436: The environment block should end with two null wchar_t values (GH-...
Dora203
2023-06-12
1
-1/+13
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-0/+13
*
gh-105375: Harden pyexpat initialisation (#105606)
Erlend E. Aasland
2023-06-11
1
-7/+11
*
gh-105375: Improve error handling in _ctypes (#105593)
Erlend E. Aasland
2023-06-11
1
-4/+14
*
gh-105375: Improve _decimal error handling (#105605)
Erlend E. Aasland
2023-06-11
1
-1/+5
*
gh-105375: Harden _datetime initialisation (#105604)
Erlend E. Aasland
2023-06-11
1
-5/+30
*
gh-105375: Improve array.array exception handling (#105594)
Erlend E. Aasland
2023-06-11
1
-3/+5
*
gh-105375: Harden _ssl initialisation (#105599)
Erlend E. Aasland
2023-06-11
1
-5/+11
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
1
-0/+9
*
gh-105375: Harden error handling in `_testcapi/heaptype.c` (#105608)
Erlend E. Aasland
2023-06-09
1
-1/+4
*
gh-105375: Improve error handling in `zoneinfo` module (#105586)
Nikita Sobolev
2023-06-09
1
-6/+11
*
gh-105375: Improve error handling in _elementtree (#105591)
Erlend E. Aasland
2023-06-09
1
-3/+7
*
gh-105375: Improve posix error handling (#105592)
Erlend E. Aasland
2023-06-09
1
-4/+8
*
gh-105375: Improve errnomodule error handling (#105590)
Erlend E. Aasland
2023-06-09
1
-3/+5
*
gh-105375: Improve _pickle error handling (#105475)
Erlend E. Aasland
2023-06-09
1
-12/+27
*
gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465)
neonene
2023-06-07
1
-1/+1
*
Fix grammar and improve clarity for an deprecation message. (GH-105457)
Raymond Hettinger
2023-06-07
1
-2/+2
*
gh-105375: Improve error handling in sqlite3 collation callback (#105412)
Erlend E. Aasland
2023-06-07
1
-3/+5
*
gh-105268: Add _Py_FROM_GC() function to pycore_gc.h (#105362)
Victor Stinner
2023-06-06
1
-8/+6
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+1
*
gh-104399: Use newer libtommath APIs when necessary (GH-104407)
Christopher Chavez
2023-06-06
1
-2/+21
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
1
-26/+107
*
gh-104690 Disallow thread creation and fork at interpreter finalization (#104...
chgnrdv
2023-06-04
3
-2/+30
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
2
-14/+4
*
gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()...
Erlend E. Aasland
2023-06-02
1
-1/+3
*
gh-105240: add missing function prototypes (#105241)
Irit Katriel
2023-06-02
1
-2/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+18
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
17
-105/+2
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
16
-178/+16
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-0/+45
*
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith
2023-06-01
4
-3/+8775
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
1
-5/+3
*
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland
2023-06-01
2
-0/+6
*
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel
2023-06-01
1
-1/+0
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-0/+14
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-1/+0
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
3
-7/+7
*
gh-102251: Explicitly free state for test modules with state in test_import (...
sunmy2019
2023-05-31
1
-1/+21
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
6
-29/+27
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
1
-12/+0
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
2
-87/+0
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
1
-0/+23
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
2
-1/+49
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
2
-1/+164
*
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)
sunmy2019
2023-05-30
1
-1/+3
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
2
-1/+159
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-1/+43
[prev]
[next]