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
*
[3.12] gh-106368: Argument clinic tests: improve failure message when tests i...
Miss Islington (bot)
2023-07-28
1
-1/+1
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
2
-6/+38
*
[3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)
Miss Islington (bot)
2023-07-27
1
-0/+1
*
[3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...
Miss Islington (bot)
2023-07-26
1
-0/+12
*
[3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10...
Miss Islington (bot)
2023-07-26
1
-3/+75
*
[3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac...
Miss Islington (bot)
2023-07-25
1
-1/+1
*
[3.12] gh-62519: Make pgettext search plurals when translation is not found (...
Miss Islington (bot)
2023-07-25
1
-0/+4
*
[3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-10696...
Miss Islington (bot)
2023-07-25
1
-0/+22
*
[3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#1...
Miss Islington (bot)
2023-07-25
1
-4/+4
*
[3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...
Carl Meyer
2023-07-24
1
-2/+44
*
[3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#10...
Miss Islington (bot)
2023-07-24
1
-14/+176
*
[3.12] bpo-18319: gettext() can retrieve a message even if a plural form exis...
Miss Islington (bot)
2023-07-23
1
-0/+4
*
[3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid mu...
Miss Islington (bot)
2023-07-23
2
-0/+24
*
[3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)
Miss Islington (bot)
2023-07-22
1
-3/+9
*
[3.12] gh-106368: Increase coverage for Argument Clinic output directive (GH-...
Miss Islington (bot)
2023-07-22
1
-0/+53
*
[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-...
Miss Islington (bot)
2023-07-22
2
-0/+65
*
[3.12] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-...
Miss Islington (bot)
2023-07-21
1
-0/+19
*
[3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...
Gregory P. Smith
2023-07-21
1
-77/+19
*
[3.12] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-...
Miss Islington (bot)
2023-07-17
2
-1/+180
*
[3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827)
Miss Islington (bot)
2023-07-17
1
-0/+24
*
[3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777)
Miss Islington (bot)
2023-07-15
3
-9/+146
*
[3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-1067...
Miss Islington (bot)
2023-07-15
1
-4/+96
*
[3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...
Miss Islington (bot)
2023-07-15
1
-0/+21
*
[3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
Jason R. Coombs
2023-07-14
7
-0/+0
*
[3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...
Miss Islington (bot)
2023-07-14
1
-0/+13
*
[3.12] gh-106368: Increase Argument Clinic test coverage (GH-106728) (#106730)
Miss Islington (bot)
2023-07-13
2
-0/+590
*
[3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)
Miss Islington (bot)
2023-07-12
1
-0/+8
*
[3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340...
Miss Islington (bot)
2023-07-11
1
-1/+10
*
[3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)...
Miss Islington (bot)
2023-07-11
1
-0/+31
*
[3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#1...
Miss Islington (bot)
2023-07-11
1
-0/+10
*
[3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH...
Miss Islington (bot)
2023-07-11
1
-55/+83
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
1
-3/+78
*
[3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609)
Miss Islington (bot)
2023-07-10
1
-0/+18
*
[3.12] gh-103186: Fix or catch 'extra' stderr output from unittests (GH-10319...
Miss Islington (bot)
2023-07-10
3
-7/+14
*
[3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)
Serhiy Storchaka
2023-07-10
1
-0/+466
*
[3.12] Move implementation specific RE tests to separate class (GH-106563) (#...
Miss Islington (bot)
2023-07-09
1
-66/+69
*
[3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)
Miss Islington (bot)
2023-07-08
1
-1/+4
*
[3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)
Miss Islington (bot)
2023-07-08
1
-0/+10
*
[3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...
Miss Islington (bot)
2023-07-07
7
-12/+20
*
[3.12] closes gh-106479: fix typo in __cplusplus macro (gh-106480) (#106493)
Miss Islington (bot)
2023-07-06
1
-1/+1
*
[3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...
Miss Islington (bot)
2023-07-06
1
-6/+76
*
[3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-10...
Miss Islington (bot)
2023-07-05
1
-0/+19
*
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot)
2023-07-05
1
-0/+22
*
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...
Erlend E. Aasland
2023-07-05
1
-4/+3
*
[3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...
Miss Islington (bot)
2023-07-05
1
-0/+39
*
[3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-1...
Miss Islington (bot)
2023-07-05
1
-0/+10
*
[3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...
Miss Islington (bot)
2023-07-05
2
-1/+21
*
[3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)
Miss Islington (bot)
2023-07-05
1
-133/+146
*
[3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...
Miss Islington (bot)
2023-07-05
4
-8/+18
*
[3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...
Miss Islington (bot)
2023-07-05
2
-2/+3
[next]