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
*
gh-110558: Run ruff on Argument Clinic in CI (#110559)
Alex Waygood
2023-10-10
1
-0/+2
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
3
-7/+40
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
2
-51/+141
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
3
-0/+73
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
1
-0/+215
*
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
Tian Gao
2023-10-09
1
-0/+19
*
gh-106670: Set convenience variable for post mortem debugging (#110493)
Tian Gao
2023-10-09
2
-0/+14
*
gh-108277: Fix test_os TimerfdTests (#110515)
Victor Stinner
2023-10-08
1
-3/+11
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+17
*
gh-110378: Move to `IsolatedAsyncTestCase` in `test_contextlib_async.py` (#11...
Nikita Sobolev
2023-10-08
1
-51/+5
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+350
*
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Victor Stinner
2023-10-07
1
-0/+1
*
gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)
Serhiy Storchaka
2023-10-07
1
-1/+2
*
gh-109864: Make test_gettext tests order independent (GH-109866)
Serhiy Storchaka
2023-10-07
1
-2/+13
*
gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)
Eric Snow
2023-10-06
2
-2/+121
*
gh-110184: Fix subprocess test_pipesize_default() (#110465)
Victor Stinner
2023-10-06
1
-18/+23
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
15
-33/+22
*
gh-109287: fix overrides in cases generator (#110419)
Carl Meyer
2023-10-05
1
-0/+35
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-0/+3
*
gh-109888: Fix test_os _kill_with_event() on Windows (#110421)
Victor Stinner
2023-10-05
1
-23/+27
*
gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)
Sam Gross
2023-10-05
1
-2/+5
*
gh-109840: Fix multiprocessing test_waitfor_timeout() (#110428)
Victor Stinner
2023-10-05
1
-3/+3
*
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner
2023-10-05
2
-7/+3
*
gh-110167: Fix test_socket deadlock in doCleanups() (#110416)
Victor Stinner
2023-10-05
1
-5/+7
*
gh-110147: test_msvcrt: run console I/O tests in new processes (#110268)
AN Long
2023-10-05
1
-19/+30
*
gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)
Victor Stinner
2023-10-05
1
-1/+3
*
gh-110393: Remove watchdog with hardcoded timeout (#110400)
Victor Stinner
2023-10-05
2
-9/+0
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
2
-6/+53
*
gh-110309: Prune empty constant in format specs (#110320)
sunmy2019
2023-10-05
1
-0/+48
*
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)
Pablo Galindo Salgado
2023-10-05
3
-4/+107
*
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner
2023-10-05
3
-9/+20
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
3
-3/+48
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
2
-10/+32
*
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Xuehai Pan
2023-10-04
1
-0/+78
*
gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence c...
Xuehai Pan
2023-10-04
1
-0/+60
*
Lint: Remove files that no longer fail to parse or with F811 (#110356)
Hugo van Kemenade
2023-10-04
1
-4/+0
*
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
Serhiy Storchaka
2023-10-04
1
-0/+4
*
gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (#110334)
Nikita Sobolev
2023-10-04
1
-12/+1
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
3
-17/+63
*
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)
Victor Stinner
2023-10-04
1
-0/+8
*
gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)
Victor Stinner
2023-10-04
1
-1/+1
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
4
-16/+21
*
gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...
Serhiy Storchaka
2023-10-04
2
-11/+11
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
5
-6/+7
*
gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...
Eric Snow
2023-10-04
2
-8/+21
*
gh-109917: Fix test instability in test_concurrent_futures (#110306)
elfstrom
2023-10-03
1
-1/+2
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
1
-2/+9
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
1
-2/+5
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
1
-2/+73
*
gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...
Alex Waygood
2023-10-03
1
-1/+1
[next]