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
*
gh-116869: Fix test_cext on RHEL7 (#117010)
Victor Stinner
2024-03-19
3
-20/+30
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
3
-21/+47
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
1
-5/+6
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
1
-25/+26
*
gh-116647: Fix recursive child in dataclasses (#116790)
et-repositories
2024-03-19
1
-0/+9
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
1
-20/+21
*
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
Victor Stinner
2024-03-19
7
-63/+148
*
gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)
Victor Stinner
2024-03-19
1
-0/+16
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
6
-48/+152
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
4
-149/+119
*
gh-116869: Test the limited C API in test_cext (#116995)
Victor Stinner
2024-03-19
3
-30/+55
*
gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)
Victor Stinner
2024-03-19
2
-0/+6
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
4
-75/+77
*
gh-116957: configparser: Do post-process values after DuplicateOptionError (G...
David Röthlisberger
2024-03-19
1
-0/+15
*
gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)
Aviel Boag
2024-03-19
1
-0/+11
*
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)
Victor Stinner
2024-03-18
2
-32/+19
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
2
-29/+32
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-8/+88
*
gh-116869: Add test_cext test: build a C extension (#116954)
Victor Stinner
2024-03-18
3
-0/+219
*
gh-115258: Fix hanging tests for threading queue shutdown (#115940)
Duprat
2024-03-18
1
-61/+71
*
gh-116877: Update `wheel` to version `0.43.0` (#116878)
Sam Gross
2024-03-18
2
-0/+0
*
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc
2024-03-18
2
-1/+17
*
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner
2024-03-18
1
-1/+1
*
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)
Erlend E. Aasland
2024-03-18
1
-1/+9
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
1
-0/+6
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
2
-5/+3
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
1
-0/+238
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
1
-0/+6
*
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...
John Sloboda
2024-03-17
2
-10/+115
*
gh-112536: Add more TSAN tests (#116896)
Donghee Na
2024-03-16
1
-0/+2
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
4
-63/+52
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
3
-10/+19
*
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...
Serhiy Storchaka
2024-03-16
1
-1/+21
*
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka
2024-03-16
1
-0/+24
*
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...
Serhiy Storchaka
2024-03-16
1
-34/+166
*
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na
2024-03-16
3
-0/+16
*
gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)
Nikita Sobolev
2024-03-16
1
-0/+10
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
3
-0/+32
*
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao
2024-03-15
1
-1/+4
*
gh-63283: IDNA prefix should be case insensitive (GH-17726)
Zackery Spytz
2024-03-15
1
-0/+7
*
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao
2024-03-15
1
-0/+19
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+34
*
gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)
Jason R. Coombs
2024-03-14
2
-17/+14
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
2
-2/+4
*
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)
Jason R. Coombs
2024-03-14
2
-12/+11
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
2
-11/+66
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
gh-116780: Fix `test_inspect` in `-OO` mode (#116788)
Nikita Sobolev
2024-03-14
1
-0/+5
*
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev
2024-03-14
1
-6/+10
*
gh-116785: Fix direct invocation of `test_inspect` (#116787)
Nikita Sobolev
2024-03-14
1
-5/+5
[next]