summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-152-1/+15
* 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-35500: align expected and actual calls on mock.assert_called_with error m...Susan Su2019-02-142-9/+13
* bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...Nina Zakharenko2019-02-131-3/+3
* bpo-18283: Add support for bytes to shutil.which (GH-11818)Cheryl Sabella2019-02-132-14/+41
* Be consistent about the use of from-imports in random module (GH-11837)Raymond Hettinger2019-02-131-4/+4
* 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-122-3/+13
* bpo-35918: Remove broken has_key method and add test (#11819)Rémi Lapeyre2019-02-122-3/+1
* bpo-35378: Fix multiprocessing.Pool references (GH-11627)Pablo Galindo2019-02-112-39/+74
* bpo-22062: Updated docstring and documentation for pathlib (GH-8519)Eivind Teig2019-02-111-2/+3
* 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
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Terry Jan Reedy2019-02-092-14/+34
* Rework tuple hash tests. (GH-10161)Tim Peters2019-02-082-84/+308
* Complete and neaten-up namedtuple's replacement of builtin function lookups w...Raymond Hettinger2019-02-081-6/+3
* bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)Fish2019-02-072-16/+102
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-072-0/+16
* bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...Jason R. Coombs2019-02-072-23/+75
* 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
* email: use dict instead of OrderedDict (GH-11709)Inada Naoki2019-02-051-2/+1
* asyncio: use dict instead of OrderedDict (GH-11710)Inada Naoki2019-02-051-1/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-054-13/+36
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-052-2/+15
* bpo-32417: Make timedelta arithmetic respect subclasses (#10902)Paul Ganssle2019-02-042-15/+78
* Merge tag 'v3.8.0a1'Łukasz Langa2019-02-041-827/+1128
|\
| * [pydoc] Regenerate topics for v3.8.0a1Łukasz Langa2019-02-031-827/+1128
* | bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-045-23/+31
* | bpo-35692: pathlib no longer raises when checking file and directory existenc...Steve Dower2019-02-041-9/+18
|/
* 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-35813: Added shared_memory submodule of multiprocessing. (#11664)Davin Potts2019-02-021-0/+573
* 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-35864: fix namedtuple._asdict() docstring (GH-11720)Amador Pahim2019-02-011-1/+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
* Consistently move the misses update to just before the user function call (GH...Raymond Hettinger2019-01-311-3/+3
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-316-73/+380
* bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)Raymond Hettinger2019-01-311-1/+3
* bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)Michael Selik2019-01-311-2/+1
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-302-18/+44