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
...
*
[3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...
Miss Islington (bot)
2023-10-21
1
-33/+57
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Miss Islington (bot)
2023-10-20
1
-16/+20
*
[3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...
Serhiy Storchaka
2023-10-15
1
-218/+151
*
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
Serhiy Storchaka
2023-10-14
2
-0/+224
*
[3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...
Miss Islington (bot)
2023-10-14
2
-9/+7
*
[3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...
Miss Islington (bot)
2023-10-13
1
-13/+39
*
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
Miss Islington (bot)
2023-10-11
1
-0/+37
*
[3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...
Miss Islington (bot)
2023-10-10
1
-0/+3
*
[3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...
Miss Islington (bot)
2023-10-10
1
-2/+3
*
[3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)
Miss Islington (bot)
2023-10-09
1
-1/+1
*
[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...
Serhiy Storchaka
2023-10-09
3
-6/+0
*
[3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...
Miss Islington (bot)
2023-10-09
1
-0/+37
*
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...
Nikita Sobolev
2023-10-09
4
-1/+167
*
[3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...
Miss Islington (bot)
2023-10-05
1
-13/+26
*
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-10-04
1
-19/+37
*
[3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalc...
Miss Islington (bot)
2023-10-02
1
-1/+5
*
[3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platfo...
Alex Waygood
2023-10-02
2
-13/+13
*
[3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)
Victor Stinner
2023-10-02
1
-2/+1
*
[3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)
Miss Islington (bot)
2023-10-02
1
-27/+18
*
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...
Miss Islington (bot)
2023-10-02
1
-0/+14
*
[3.12] gh-109631: Allow interruption of short repeated regex matches (GH-1098...
Miss Islington (bot)
2023-10-02
2
-2/+5
*
[3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618) ...
Miss Islington (bot)
2023-10-02
1
-49/+72
*
[3.12] gh-109469: Silence compiler warnings on string comparisons in _testcap...
Miss Islington (bot)
2023-10-02
1
-1/+2
*
[3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-10-02
1
-2/+5
*
[3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)
Miss Islington (bot)
2023-09-29
1
-0/+8
*
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...
Miss Islington (bot)
2023-09-18
1
-0/+21
*
[3.12] C API tests: use special markers to test that output parameters were s...
Serhiy Storchaka
2023-09-08
6
-20/+50
*
[3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...
Łukasz Langa
2023-09-04
1
-29/+0
*
[3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)
Miss Islington (bot)
2023-09-02
6
-93/+48
*
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...
Erlend E. Aasland
2023-08-29
2
-2/+9
*
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland
2023-08-27
2
-3/+12
*
[3.12] Clarify distinction between datetime module and class in deprecation m...
Miss Islington (bot)
2023-08-27
1
-4/+4
*
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...
Miss Islington (bot)
2023-08-26
14
-73/+122
*
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
2
-5/+39
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
2
-1/+105
*
[3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an...
Erlend E. Aasland
2023-08-19
1
-31/+75
*
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
Erlend E. Aasland
2023-08-19
2
-8/+22
*
[3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)
Steve Dower
2023-08-16
1
-1/+3
*
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...
Serhiy Storchaka
2023-08-16
5
-163/+868
*
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...
Serhiy Storchaka
2023-08-16
1
-0/+41
*
[3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)
Serhiy Storchaka
2023-08-16
2
-16/+30
*
[3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...
Serhiy Storchaka
2023-08-16
1
-0/+4
*
[3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...
Miss Islington (bot)
2023-08-11
1
-3/+11
*
[3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
1
-0/+4
*
[3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#...
Charlie Zhao
2023-07-31
1
-3/+26
*
[3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...
Łukasz Langa
2023-07-31
1
-0/+29
*
[3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...
justdan6
2023-07-28
1
-1/+1
*
[3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)
Miss Islington (bot)
2023-07-27
2
-7/+25
*
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...
Miss Islington (bot)
2023-07-27
3
-15/+5
*
[3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...
Miss Islington (bot)
2023-07-26
1
-2/+3
[prev]
[next]