summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)Ivan Levkivskyi2019-02-171-1/+8
* bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)Gregory P. Smith2019-02-171-33/+7
* bpo-1054041: Exit properly after an uncaught ^C. (#11862)Gregory P. Smith2019-02-161-4/+57
* bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...Serhiy Storchaka2019-02-161-0/+87
* bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)Daniel Hahler2019-02-151-0/+8
* bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not suppor...pxinwr2019-02-151-1/+1
* bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...Michael Felt2019-02-141-0/+4
* bpo-18283: Add support for bytes to shutil.which (GH-11818)Cheryl Sabella2019-02-131-4/+17
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Matěj Cepl2019-02-121-0/+10
* bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...Alexey Izbyshev2019-02-121-1/+13
* bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)Christopher Hunt2019-02-121-2/+12
* bpo-35918: Remove broken has_key method and add test (#11819)Rémi Lapeyre2019-02-121-2/+0
* bpo-35378: Fix multiprocessing.Pool references (GH-11627)Pablo Galindo2019-02-111-1/+0
* Fix division by 0 when checking for overflow in math.prod (GH-11808)Pablo Galindo2019-02-101-0/+4
* Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...Pablo Galindo2019-02-091-15/+20
* Do not retain references to processes and managers in TestSyncManagerTypes (G...Pablo Galindo2019-02-091-0/+2
* Rework tuple hash tests. (GH-10161)Tim Peters2019-02-082-84/+308
* bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)Fish2019-02-071-0/+82
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-0/+9
* bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...Jason R. Coombs2019-02-071-13/+55
* bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)Giampaolo Rodola2019-02-071-0/+246
* bpo-35606: Implement math.prod (GH-11359)Pablo Galindo2019-02-071-0/+31
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-051-0/+11
* bpo-32417: Make timedelta arithmetic respect subclasses (#10902)Paul Ganssle2019-02-041-10/+73
* bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-041-9/+2
* bpo-29734: nt._getfinalpathname handle leak (GH-740)Mark Becwar2019-02-021-0/+56
* bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)Stefan Krah2019-02-021-0/+15
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Tzu-ping Chung2019-02-021-2/+25
* bpo-35877: Add test for while loop named expression without parentheses (GH-1...Emily Morehouse2019-02-011-1/+7
* bpo-35877: Make parenthesis optional for named expression in while statement ...Xtreak2019-02-011-0/+1
* bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)Joannah Nanjekye2019-02-011-1/+1
* bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718)Victor Stinner2019-02-011-0/+2
* bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...Joannah Nanjekye2019-02-011-0/+16
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-313-66/+363
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-301-1/+0
* Fast path for int inputs to math.dist() and math.hypot() (GH-11692)Raymond Hettinger2019-01-281-1/+10
* bpo-35780: Fix errors in lru_cache() C code (GH-11623)Raymond Hettinger2019-01-261-1/+28
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Steve Dower2019-01-251-0/+13
* bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...Ivan Levkivskyi2019-01-252-1/+10
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-244-5/+458
* bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)Rémi Lapeyre2019-01-241-0/+9
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-222-2/+7
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-223-23/+339
* bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)Pablo Galindo2019-01-211-1/+3
* bpo-35772: Fix test_tarfile on ppc64 (GH-11606)Victor Stinner2019-01-212-2/+9
* bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547)Anthony Sottile2019-01-181-0/+4
* bpo-35045: Accept TLSv1 default in min max test (GH-11510)Christian Heimes2019-01-181-2/+5
* bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)Serhiy Storchaka2019-01-182-11/+36
* bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)Timo Furrer2019-01-171-0/+19
* bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)David H2019-01-171-0/+6