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-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-0/+7
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-0/+6
*
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
Victor Stinner
2023-06-26
1
-0/+82
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
2
-3/+3
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
1
-2/+2
*
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...
chgnrdv
2023-06-24
1
-4/+7
*
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...
Serhiy Storchaka
2023-06-23
2
-7/+8
*
gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)
Victor Stinner
2023-06-23
2
-18/+16
*
gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)
Victor Stinner
2023-06-23
1
-2/+12
*
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
Victor Stinner
2023-06-22
1
-3/+10
*
gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)
Victor Stinner
2023-06-22
2
-14/+17
*
gh-105927: Fix test_weakref_capi() refleak (#105966)
Victor Stinner
2023-06-21
1
-16/+32
*
gh-105927: _ctypes use PyWeakref_GetRef() (#105964)
Victor Stinner
2023-06-21
1
-18/+26
*
gh-105927: _ssl uses _PyWeakref_GET_REF() (#105965)
Victor Stinner
2023-06-21
2
-18/+29
*
gh-105927: _abc and _thread use PyWeakref_GetRef() (#105961)
Victor Stinner
2023-06-21
2
-21/+20
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+79
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+48
*
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon
2023-06-19
1
-0/+10
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
3
-107/+4
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-16/+6
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
2
-3/+1
*
_ctypes callbacks.c uses _Py_COMP_DIAG_IGNORE_DEPR_DECLS (#105732)
Victor Stinner
2023-06-14
1
-16/+20
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
4
-5/+129
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-7/+7
*
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
[next]