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-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
1
-22/+1
*
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland
2022-11-17
6
-624/+668
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
4
-286/+307
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-0/+1
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-1/+9
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-3/+3
*
gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
Erlend E. Aasland
2022-11-16
5
-671/+759
*
gh-96269: static and shared ext need different deps (#96316)
Christian Heimes
2022-11-16
1
-4/+7
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner
2022-11-16
9
-28/+14
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
2
-27/+35
*
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland
2022-11-15
5
-678/+736
*
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland
2022-11-14
4
-832/+925
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner
2022-11-14
7
-97/+54
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
10
-130/+66
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Kai Zhang
2022-11-14
1
-2/+1
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14
2
-2/+86
*
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (G...
Serhiy Storchaka
2022-11-14
3
-25/+9
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner
2022-11-14
10
-173/+92
*
gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Victor Stinner
2022-11-14
2
-98/+49
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner
2022-11-14
10
-144/+75
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Victor Stinner
2022-11-14
10
-214/+106
*
gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)
Victor Stinner
2022-11-13
1
-54/+26
*
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh
2022-11-13
2
-6/+8
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)
Nikita Sobolev
2022-11-13
1
-1/+4
*
gh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)
Victor Stinner
2022-11-13
5
-124/+62
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner
2022-11-13
6
-82/+41
*
gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)
Victor Stinner
2022-11-13
1
-62/+31
*
gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)
Victor Stinner
2022-11-13
1
-82/+37
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
6
-45/+192
*
GH-81057: Remove static state from arraymodule (#99409)
Kumar Aditya
2022-11-12
1
-5/+12
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Vincent Fazio
2022-11-10
1
-0/+19
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
1
-1/+1
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
1
-0/+87
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
4
-11/+15
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
3
-0/+80
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-0/+34
*
GH-90699: fix refleak in `_testcapimodule.c` (gh-99236)
Kumar Aditya
2022-11-08
1
-0/+1
*
gh-92119: ctypes: Print exception class name instead of its representation (#...
Kamil Turek
2022-11-08
1
-1/+4
*
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
Kumar Aditya
2022-11-07
3
-40/+37
*
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Noam Cohen
2022-11-07
1
-0/+23
*
remove new line in pickle exception message (GH-31782)
Harshil
2022-11-07
1
-2/+2
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Dong-hee Na
2022-11-07
1
-4/+16
*
Correct some typos in comments (GH-98194)
jonasdlindner
2022-11-06
1
-1/+1
*
gh-83004: Clean up refleak in _pickle initialisation (#98841)
Shantanu
2022-11-06
1
-7/+6
*
gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
Shantanu
2022-11-06
1
-2/+3
*
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKw...
Nikita Sobolev
2022-11-05
1
-0/+29
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Nikita Sobolev
2022-11-05
1
-0/+33
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Nikita Sobolev
2022-11-05
1
-0/+7
*
gh-73691: Increase size limits in _xxtestfuzz (#99070)
Gregory P. Smith
2022-11-03
1
-3/+6
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)
Kumar Aditya
2022-11-03
4
-64/+35
[next]