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
*
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
Miss Islington (bot)
2023-10-11
1
-0/+80
*
[3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...
Barney Gale
2023-10-11
2
-6/+11
*
[3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...
Miss Islington (bot)
2023-10-11
1
-1/+1
*
[3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...
Miss Islington (bot)
2023-10-11
1
-20/+15
*
[3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...
Miss Islington (bot)
2023-10-11
4
-10/+15
*
[3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...
Miss Islington (bot)
2023-10-11
1
-2/+2
*
[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...
Miss Islington (bot)
2023-10-10
41
-28/+30
*
[3.12] gh-110388: Add tests for tty (GH-110394) (#110621)
Miss Islington (bot)
2023-10-10
1
-0/+80
*
[3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)
Miss Islington (bot)
2023-10-10
1
-0/+220
*
[3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...
Miss Islington (bot)
2023-10-10
1
-9/+5
*
[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-110558: Enable ruff's pyupgrade rules when running on Argument Clin...
Miss Islington (bot)
2023-10-10
1
-3/+3
*
[3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...
Miss Islington (bot)
2023-10-10
3
-7/+40
*
[3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)
Alex Waygood
2023-10-10
2
-2/+2
*
[3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...
Miss Islington (bot)
2023-10-09
2
-51/+141
*
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...
Nikita Sobolev
2023-10-09
1
-0/+215
*
[3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)
Serhiy Storchaka
2023-10-09
1
-4/+0
*
[3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)
Miss Islington (bot)
2023-10-09
1
-0/+19
*
[3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...
Miss Islington (bot)
2023-10-07
1
-1/+2
*
[3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...
Miss Islington (bot)
2023-10-07
1
-2/+13
*
[3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)
Miss Islington (bot)
2023-10-06
1
-18/+23
*
[3.12] Add support.MS_WINDOWS constant (#110446) (#110452)
Victor Stinner
2023-10-06
10
-23/+27
*
[3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...
Miss Islington (bot)
2023-10-05
1
-23/+27
*
[3.12] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110445)
Miss Islington (bot)
2023-10-05
2
-9/+0
*
[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (...
Victor Stinner
2023-10-05
2
-14/+11
*
[3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...
Miss Islington (bot)
2023-10-05
1
-3/+3
*
[3.12] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110423)
Miss Islington (bot)
2023-10-05
1
-5/+7
*
[3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (...
Miss Islington (bot)
2023-10-05
1
-1/+3
*
[3.12] gh-110259: Fix f-strings with multiline expressions and format specs (...
Miss Islington (bot)
2023-10-05
3
-4/+107
*
[3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)
Hugo van Kemenade
2023-10-04
1
-2/+0
*
[3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)
Miss Islington (bot)
2023-10-04
1
-0/+4
*
[3.12] gh-109972: Enhance test_gdb (#110026) (#110351)
Victor Stinner
2023-10-04
8
-218/+299
*
[3.12] gh-109974: Fix threading lock_tests race conditions (#110057) (#110346)
Victor Stinner
2023-10-04
2
-249/+375
*
[3.12] gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (...
Miss Islington (bot)
2023-10-04
1
-12/+1
*
[3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...
Miss Islington (bot)
2023-10-04
1
-0/+8
*
[3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)
Victor Stinner
2023-10-04
5
-10/+33
*
[3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339)
Victor Stinner
2023-10-04
9
-1067/+1121
*
[3.12] gh-110267: Add tests for pickling and copying PyStructSequence objects...
Miss Islington (bot)
2023-10-04
1
-2/+73
*
[3.12] gh-109917: Fix test instability in test_concurrent_futures (GH-110306)...
Miss Islington (bot)
2023-10-03
1
-1/+2
*
[3.12] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110288)
Alex Waygood
2023-10-03
2
-53/+52
*
[3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110...
Miss Islington (bot)
2023-10-02
1
-1/+1
*
[3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)
Victor Stinner
2023-10-02
6
-54/+15
*
[3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)
Victor Stinner
2023-10-02
1
-16/+25
*
[3.12] Fix typos in docs and comments (#109619) (#109621)
Alex Waygood
2023-10-02
4
-4/+4
*
[3.12] gh-110178: Use fewer weakrefs in test_typing.py (GH-110194) (#110224)
Miss Islington (bot)
2023-10-02
1
-1/+1
*
[3.12] gh-108963: using random to generate unique string in sys.intern test â...
Victor Stinner
2023-10-02
1
-7/+2
*
[3.12] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extensio...
Miss Islington (bot)
2023-10-02
2
-12/+82
*
[3.12] gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (G...
Miss Islington (bot)
2023-10-02
1
-3/+11
*
[3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)
Victor Stinner
2023-10-02
1
-0/+1
*
[3.12] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110158)
Miss Islington (bot)
2023-10-02
1
-3/+0
[next]