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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.8
v3.13.8
Thomas Wouters
2025-10-07
1
-192/+296
*
[3.13] gh-63161: Add more tests for source encoding (GH-139440) (#139443)
Miss Islington (bot)
2025-10-07
2
-20/+177
*
[3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-1...
Bénédikt Tran
2025-10-07
1
-1/+39
*
[3.13] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-13...
Miss Islington (bot)
2025-10-06
1
-0/+1
*
[3.13] gh-133210: Fix `test_inspect` without docstrings (GH-139651) (#139670)
Miss Islington (bot)
2025-10-06
1
-2/+8
*
[3.13] gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (#139666)
Miss Islington (bot)
2025-10-06
1
-3/+3
*
[3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `...
Sebastian Pipping
2025-10-06
1
-0/+36
*
[3.13] gh-139624: Skip problematic locales on AIX in test_date_locale2 (GH-13...
Miss Islington (bot)
2025-10-06
1
-1/+1
*
[3.13] gh-137242: Allow Android testbed to take all Python command-line optio...
Miss Islington (bot)
2025-10-06
1
-8/+20
*
[3.13] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 an...
Miss Islington (bot)
2025-10-05
2
-1/+17
*
[3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...
Miss Islington (bot)
2025-10-04
1
-2/+2
*
[3.13] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503) (#13...
Victor Stinner
2025-10-02
1
-1/+3
*
[3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH...
Miss Islington (bot)
2025-09-30
1
-0/+2
*
[3.13] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS...
Miss Islington (bot)
2025-09-30
1
-2/+1
*
[3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)
Miss Islington (bot)
2025-09-29
2
-12/+25
*
[3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#13...
Tian Gao
2025-09-26
2
-10/+27
*
[3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#13...
Tian Gao
2025-09-24
1
-3/+10
*
[3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)
Miss Islington (bot)
2025-09-23
2
-3/+16
*
[3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended r...
Alex Waygood
2025-09-19
2
-3/+3
*
[3.13] gh-112729: Correctly fail when the process is out of memory during int...
Peter Bierma
2025-09-19
1
-0/+9
*
[3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH...
Miss Islington (bot)
2025-09-19
3
-0/+18
*
[3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139...
Alex Waygood
2025-09-18
1
-2/+6
*
[3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set...
Miss Islington (bot)
2025-09-18
2
-1/+14
*
[3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285...
Petr Viktorin
2025-09-18
1
-0/+26
*
[3.13] Make Android streams respect the unbuffered (`-u`) option (GH-138806) ...
Miss Islington (bot)
2025-09-18
2
-20/+28
*
[3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)
Łukasz Langa
2025-09-17
2
-40/+59
*
[3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#...
Miss Islington (bot)
2025-09-17
2
-9/+20
*
[3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)
Łukasz Langa
2025-09-16
3
-3/+171
*
[3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc ...
Miss Islington (bot)
2025-09-16
1
-0/+5
*
[3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an ...
Łukasz Langa
2025-09-15
4
-8/+29
*
[3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not ...
Miss Islington (bot)
2025-09-15
1
-3/+4
*
[3.13] gh-138669: Increase test coverage for difflib (GH-138670) (#138818)
Miss Islington (bot)
2025-09-14
1
-0/+39
*
[3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)
Stan Ulbrych
2025-09-14
1
-0/+0
*
[3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) ...
Peter Bierma
2025-09-11
1
-0/+17
*
[3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (...
Miss Islington (bot)
2025-09-11
1
-2/+7
*
[3.13] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (...
Serhiy Storchaka
2025-09-11
2
-0/+17
*
[3.13] gh-134163: Fix an infinite loop when the process runs out of memory in...
yihong
2025-09-10
1
-0/+32
*
[3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-1...
sobolevn
2025-09-10
1
-1/+42
*
[3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-1...
Miss Islington (bot)
2025-09-09
1
-1/+1
*
[3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-1...
Russell Keith-Magee
2025-09-09
2
-2/+37
*
[3.13] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138609)
Gregory P. Smith
2025-09-08
3
-5/+32
*
[3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)
sobolevn
2025-09-08
1
-4/+23
*
[3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-13859...
Miss Islington (bot)
2025-09-07
1
-3/+3
*
[3.13] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-1...
Miss Islington (bot)
2025-09-07
1
-0/+4
*
[3.13] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated`...
Brian Schubert
2025-09-05
2
-13/+32
*
[3.13] gh-88375, gh-111788: Fix parsing errors and normalization in robotpars...
Miss Islington (bot)
2025-09-05
2
-31/+163
*
[3.13] gh-95844: Move help_url code to a help module function (GH-129971) (#1...
Miss Islington (bot)
2025-09-03
2
-38/+48
*
[3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-13...
Miss Islington (bot)
2025-09-03
1
-17/+51
*
[3.13] gh-136599: Add tests for long_hash (GH-138335) (#138391)
Miss Islington (bot)
2025-09-02
1
-0/+16
*
[3.13] gh-137317: Fix inspect.signature() for class with wrapped __init__ or ...
Miss Islington (bot)
2025-08-28
2
-35/+286
[next]