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-116307: Proper fix for 'mod' leaking across importlib tests (GH-116...
Miss Islington (bot)
2024-03-12
2
-1/+13
*
[3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...
Miss Islington (bot)
2024-03-12
1
-0/+1
*
[3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...
Tian Gao
2024-03-12
1
-62/+88
*
[3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629)
Miss Islington (bot)
2024-03-12
1
-0/+2
*
[3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)
Miss Islington (bot)
2024-03-11
1
-11/+7
*
[3.12] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-11642...
Miss Islington (bot)
2024-03-11
1
-18/+7
*
[3.12] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) ...
Miss Islington (bot)
2024-03-11
1
-38/+17
*
[3.12] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testcapi`` is not av...
Kirill Podoprigora
2024-03-09
1
-2/+1
*
[3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-1...
Ethan Furman
2024-03-07
1
-0/+34
*
[3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813...
Petr Viktorin
2024-03-07
1
-0/+64
*
[3.12] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...
Miss Islington (bot)
2024-03-06
1
-5/+10
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
3
-16/+168
*
[3.12] chore: fix typos (#116345) (#116370)
Terry Jan Reedy
2024-03-05
4
-5/+5
*
[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...
Miss Islington (bot)
2024-03-05
1
-2/+35
*
[3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...
Miss Islington (bot)
2024-03-05
1
-0/+15
*
[3.12] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...
Miss Islington (bot)
2024-03-05
1
-0/+6
*
[3.12] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115...
Miss Islington (bot)
2024-03-03
1
-9/+28
*
[3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...
Miss Islington (bot)
2024-03-01
2
-4/+123
*
[3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)
Miss Islington (bot)
2024-03-01
1
-2/+346
*
[3.12] gh-101293: Fix support of custom callables and types in inspect.Signat...
Miss Islington (bot)
2024-03-01
1
-2/+360
*
[3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116154)
Tian Gao
2024-02-29
1
-0/+12
*
[3.12] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped...
Miss Islington (bot)
2024-02-29
1
-0/+4
*
[3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission e...
Miss Islington (bot)
2024-02-29
1
-0/+4
*
[3.12] gh-116034: fix location info on the error of a failed assertion (#116054)
Irit Katriel
2024-02-29
2
-1/+18
*
[3.12] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Miss Islington (bot)
2024-02-28
1
-2/+27
*
[3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963) ...
Miss Islington (bot)
2024-02-28
5
-45/+476
*
[3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...
Miss Islington (bot)
2024-02-27
1
-6/+18
*
[3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...
Miss Islington (bot)
2024-02-27
1
-0/+19
*
[3.12] gh-114763: Protect lazy loading modules from attribute access races (G...
Miss Islington (bot)
2024-02-26
1
-2/+40
*
[3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers ev...
Alex Waygood
2024-02-26
1
-8/+4
*
[3.12] gh-115823: Calculate correctly error locations when dealing with impli...
Miss Islington (bot)
2024-02-26
1
-0/+1
*
[3.12] gh-115931: Fix `SyntaxWarning`s in `test_unparse` (GH-115935) (#115948)
Miss Islington (bot)
2024-02-26
1
-2/+11
*
[3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...
Serhiy Storchaka
2024-02-25
1
-1/+16
*
[3.12] bpo-14322: added test case for invalid update to hmac (GH-26636) (#115...
Miss Islington (bot)
2024-02-25
1
-0/+8
*
[3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...
Miss Islington (bot)
2024-02-23
1
-15/+39
*
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...
Miss Islington (bot)
2024-02-23
1
-4/+3
*
[3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818)
Miss Islington (bot)
2024-02-22
2
-6/+2
*
[3.12] gh-112364: Correct unparsing of backslashes and quotes in ast.… (#11...
Frank Hoffmann
2024-02-21
1
-0/+15
*
[3.12] gh-93205: When rotating logs with no namer specified, match whole exte...
Miss Islington (bot)
2024-02-21
1
-0/+37
*
[3.12] gh-96310: Fix a traceback in argparse when all options in a mutually e...
Miss Islington (bot)
2024-02-21
1
-0/+21
*
[3.12] gh-86291: linecache: get module name from __spec__ if available (GH-22...
Miss Islington (bot)
2024-02-20
1
-0/+38
*
[3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspac...
Serhiy Storchaka
2024-02-20
1
-6/+67
*
[3.12] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115694)
Miss Islington (bot)
2024-02-20
1
-0/+16
*
[3.12] gh-60346: Improve handling single-dash options in ArgumentParser.parse...
Miss Islington (bot)
2024-02-19
1
-0/+28
*
[3.12] Fix test_py_compile with -O mode (GH-115345) (GH-115669)
Miss Islington (bot)
2024-02-19
1
-1/+3
*
[3.12] Fix test_compile with -O mode (GH-115346) (GH-115668)
Miss Islington (bot)
2024-02-19
1
-2/+5
*
[3.12] gh-115154: Fix untokenize handling of unicode named literals (GH-11517...
Miss Islington (bot)
2024-02-19
1
-3/+37
*
[3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_exe...
Miss Islington (bot)
2024-02-19
1
-0/+16
*
[3.12] gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (GH-114687) ...
Miss Islington (bot)
2024-02-18
1
-169/+0
*
[3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)...
Serhiy Storchaka
2024-02-17
1
-0/+18
[prev]
[next]