aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib
Commit message (Expand)AuthorAge
* gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)Serhiy Storchaka21 hours
* gh-121468: Support async breakpoint in pdb (#132576)Tian Gao22 hours
* gh-132987: Support __index__() in the socket module (GH-133093)Serhiy Storchaka22 hours
* GH-130328: pasting in new REPL is slow on Windows (GH-132884)Chris Eibl23 hours
* gh-132933: zipapp - apply the filter when creating the list of files to add (...Johannes Holmberg24 hours
* gh-132987: Support __index__() in the lzma module (GH-133099)Serhiy Storchaka24 hours
* gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)Serhiy Storchaka25 hours
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer32 hours
* gh-132893: Minor edits to the statistics module PR (gh-133106)Raymond Hettinger35 hours
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow36 hours
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow36 hours
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow39 hours
* gh-125142: add REPL help text for keyboard shortcuts (gh-125143)Neil Schemenauer41 hours
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer42 hours
* gh-122320: Limit dict key versions used by test_opcache. (gh-132961)Neil Schemenauer43 hours
* GH-128520: pathlib ABCs tests: use explicit text encoding (#133105)Barney Gale43 hours
* gh-132742: Fix newly added tcflush() tests on Android (GH-133070)Serhiy Storchaka44 hours
* GH-128520: pathlib ABCs: raise text encoding warnings at correct stack level ...Barney Gale45 hours
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow45 hours
* gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (#13...sobolevn47 hours
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra47 hours
* typing, annotationlib: clean tests (#133087)Jelle Zijlstra47 hours
* gh-129965: Add more missing MIME types (#132845)Hugo van Kemenade47 hours
* gh-75223: Deprecate undotted extensions in `mimetypes.MimeTypes.add_type` (#1...Hugo van Kemenade2 days
* gh-132983: Convert compression._common to a package (#133086)Victor Stinner2 days
* gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...Petr Viktorin2 days
* gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)Sergey B Kirpichev2 days
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra2 days
* gh-53032: support IEEE 754 contexts in the decimal module (#122003)Sergey B Kirpichev2 days
* GH-114911: use time.perf_counter in Stopwatch (GH-131469)Chris Eibl2 days
* gh-132742: Improve tests for fcntl.ioctl() (GH-132791)Serhiy Storchaka2 days
* gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)Bénédikt Tran3 days
* gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)Michał Górny3 days
* gh-132983: Introduce `compression` package and move `_compression` module (GH...Emma Smith3 days
* gh-133046: Reformat the ``ast`` module docstring (GH-133050)Hunter Hogan3 days
* gh-115032: Deprecate support for custom logging handlers with 'strm' argument...Mariusz Felisiak3 days
* [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)Gregory P. Smith3 days
* gh-127495: Append to history file after every statement in PyREPL (GH-132294)Sergey B Kirpichev3 days
* gh-128438: Use `EnvironmentVarGuard` in `test_zoneinfo.py` (#131870)Wulian2333 days
* gh-91069: do not disable `sha3` in `test_hashlib` under UBSan (#133001)Bénédikt Tran3 days
* gh-124703: Set return code to 1 when aborting process from pdb (#133013)Tian Gao4 days
* gh-63882: Implement some `test_minidom` tests (#132879)Stan Ulbrych4 days
* gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)John4 days
* gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133...Tomas R.4 days
* gh-63882: Use `self.assert*` methods in `test_minidom` (#133000)Stan Ulbrych4 days
* gh-133006: Add subprocess check for remote pdb test (#133014)Tian Gao4 days
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka4 days
* gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008)Bénédikt Tran4 days
* gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)Bénédikt Tran4 days
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow5 days