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
*
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
Miss Islington (bot)
2022-01-08
1
-4/+4
*
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
Miss Islington (bot)
2022-01-07
1
-4/+14
*
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
Miss Islington (bot)
2022-01-06
1
-1/+5
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Miss Islington (bot)
2022-01-06
1
-2/+7
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Miss Islington (bot)
2022-01-04
1
-0/+8
*
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...
Miss Islington (bot)
2021-12-27
1
-0/+2
*
[3.10] bpo-46032: Check types in singledispatch's register() at declaration t...
Serhiy Storchaka
2021-12-25
1
-0/+68
*
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...
Miss Islington (bot)
2021-12-24
1
-5/+13
*
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
Miss Islington (bot)
2021-12-24
1
-1/+1
*
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...
Pablo Galindo Salgado
2021-12-20
1
-0/+8
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
Miss Islington (bot)
2021-12-20
10
-63/+102
*
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...
Andrew Svetlov
2021-12-19
1
-252/+214
*
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183)
Miss Islington (bot)
2021-12-18
1
-5/+6
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Miss Islington (bot)
2021-12-17
1
-1/+5
*
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...
Miss Islington (bot)
2021-12-17
1
-0/+11
*
Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)
Miss Islington (bot)
2021-12-17
1
-1/+1
*
bpo-46105: Honor spec when generating requirement specs with urls and extras....
Miss Islington (bot)
2021-12-16
1
-0/+2
*
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...
Miss Islington (bot)
2021-12-15
1
-0/+7
*
[3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)...
Miss Islington (bot)
2021-12-14
1
-1/+2
*
[3.10] bpo-46063: Improve algorithm for computing which rolled-over log file...
Miss Islington (bot)
2021-12-14
1
-2/+50
*
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
Serhiy Storchaka
2021-12-13
1
-0/+9
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Miss Islington (bot)
2021-12-12
1
-0/+12
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...
Miss Islington (bot)
2021-12-12
1
-3/+4
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...
Miss Islington (bot)
2021-12-11
1
-8/+8
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Miss Islington (bot)
2021-12-09
1
-0/+15
*
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-2998...
Mark Shannon
2021-12-08
1
-0/+8
*
[3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959...
Pablo Galindo Salgado
2021-12-07
1
-0/+1
*
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...
Miss Islington (bot)
2021-12-05
1
-0/+16
*
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...
Miss Islington (bot)
2021-12-05
1
-0/+12
*
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...
Miss Islington (bot)
2021-12-05
1
-0/+4
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Miss Islington (bot)
2021-12-05
1
-0/+12
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-29
1
-0/+11
*
bpo-37658: Actually return result in race condition (GH-29202)
Miss Islington (bot)
2021-11-29
1
-30/+8
*
[3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
Miss Islington (bot)
2021-11-28
1
-0/+14
*
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...
Pablo Galindo Salgado
2021-11-25
2
-3/+3
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Miss Islington (bot)
2021-11-22
1
-0/+1
*
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...
Miss Islington (bot)
2021-11-22
1
-0/+22
*
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29...
Miss Islington (bot)
2021-11-21
1
-4/+7
*
Added kw_only parameter to make_dataclasses. (GH-29679)
Miss Islington (bot)
2021-11-20
1
-0/+11
*
[3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH...
Pablo Galindo Salgado
2021-11-20
1
-1/+2
*
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...
Łukasz Langa
2021-11-20
1
-0/+13
*
bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)
Miss Islington (bot)
2021-11-18
1
-11/+11
*
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...
Łukasz Langa
2021-11-18
1
-0/+31
*
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...
Pablo Galindo Salgado
2021-11-17
1
-0/+8
*
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...
Miss Islington (bot)
2021-11-17
1
-0/+16
*
[3.10] bpo-45716: Improve the error message when using True/False/None as key...
Pablo Galindo Salgado
2021-11-16
1
-2/+8
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Miss Islington (bot)
2021-11-14
1
-1/+7
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...
Miss Islington (bot)
2021-11-12
1
-6/+0
*
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
Brandt Bucher
2021-11-11
1
-0/+7
*
[3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_A...
Irit Katriel
2021-11-09
1
-0/+21
[next]