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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] Update pre-commit hooks (GH-137591) (GH-137641)
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
2025-08-12
1
-0/+10
*
[3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (...
Peter Bierma
2025-08-12
1
-0/+36
*
[3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh...
Sam Gross
2025-08-11
1
-0/+35
*
[3.13] Add test for opening an SQLite with bytes path (GH-136331) (GH-137633)
Miss Islington (bot)
2025-08-11
1
-0/+8
*
[3.13] gh-136914: Fix support of cached functions and properties in DocTest's...
Miss Islington (bot)
2025-08-10
2
-0/+33
*
[3.13] gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (G...
Miss Islington (bot)
2025-08-07
1
-11/+4
*
[3.13] gh-137463: Update validate_abstract_methods in test_collections.py (GH...
Guilherme Leobas
2025-08-07
1
-10/+8
*
[3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (...
Miss Islington (bot)
2025-08-07
1
-76/+139
*
[3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
Miss Islington (bot)
2025-08-06
1
-1/+1
*
[3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188)...
Miss Islington (bot)
2025-08-05
1
-0/+10
*
[3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-1373...
Miss Islington (bot)
2025-08-05
1
-0/+2
*
[3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...
Bénédikt Tran
2025-08-05
1
-0/+28
*
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317)...
Pablo Galindo Salgado
2025-08-04
1
-0/+7
*
[3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-1...
Miss Islington (bot)
2025-08-04
1
-1/+6
*
[3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)
Brian Schubert
2025-08-04
1
-1/+1
*
[3.13] Doc: fix duplicated words (GH-136086) (#137357)
Brian Schubert
2025-08-03
2
-2/+2
*
[3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
Serhiy Storchaka
2025-08-03
2
-2/+2
*
[3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH...
Miss Islington (bot)
2025-08-03
1
-0/+28
*
[3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datag...
Miss Islington (bot)
2025-08-03
2
-0/+43
*
[3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Window...
Miss Islington (bot)
2025-08-01
1
-21/+49
*
[3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)
Miss Islington (bot)
2025-07-30
1
-0/+79
*
[3.13] gh-130577: tarfile now validates archives to ensure member offsets are...
Miss Islington (bot)
2025-07-28
1
-0/+156
*
[3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-13...
Gregory P. Smith
2025-07-27
1
-0/+19
*
[3.13] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137...
Miss Islington (bot)
2025-07-26
1
-5/+5
*
[3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdo...
Miss Islington (bot)
2025-07-25
1
-0/+17
*
[3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...
Miss Islington (bot)
2025-07-22
1
-0/+96
*
[3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...
Miss Islington (bot)
2025-07-22
1
-12/+16
*
[3.13] gh-135148: Correctly handle f/t strings with comments and debug expres...
Lysandros Nikolaou
2025-07-21
1
-0/+12
*
[3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)
Miss Islington (bot)
2025-07-20
1
-0/+7
*
[3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-13215...
Miss Islington (bot)
2025-07-14
1
-0/+5
*
[3.13] gh-127971: fix off-by-one read beyond the end of a string during searc...
Duane Griffin
2025-07-14
1
-0/+9
*
[3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises...
Miss Islington (bot)
2025-07-13
1
-0/+9
*
[3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...
Miss Islington (bot)
2025-07-12
1
-0/+1
*
[3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...
Bénédikt Tran
2025-07-12
1
-0/+35
*
[3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_paylo...
Miss Islington (bot)
2025-07-12
1
-0/+9
*
[3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels...
sobolevn
2025-07-10
1
-1/+1
*
[3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_prop...
Miss Islington (bot)
2025-07-08
1
-9/+7
*
[3.13] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH...
Miss Islington (bot)
2025-07-07
1
-1/+2
*
[3.13] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem ...
Miss Islington (bot)
2025-07-07
1
-12/+14
*
[3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` ...
Miss Islington (bot)
2025-07-05
1
-7/+11
*
[3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...
Miss Islington (bot)
2025-07-04
1
-2/+30
*
[3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to t...
Miss Islington (bot)
2025-07-03
1
-55/+100
*
[3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for...
Miss Islington (bot)
2025-07-03
1
-5/+2
*
[3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226)
Miss Islington (bot)
2025-07-03
1
-0/+27
*
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...
Miss Islington (bot)
2025-07-03
1
-0/+29
*
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...
Miss Islington (bot)
2025-07-03
1
-0/+30
*
[3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24...
Miss Islington (bot)
2025-07-01
1
-0/+43
*
[3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFil...
Miss Islington (bot)
2025-06-30
1
-5/+7
*
[3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130)
Miss Islington (bot)
2025-06-30
1
-0/+1
*
[3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#1...
Victor Stinner
2025-06-30
14
-41/+47
[next]