summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* subprocess: close pipes/fds by using ExitStack (GH-11686)Giampaolo Rodola2019-01-291-17/+18
* Fast path for int inputs to math.dist() and math.hypot() (GH-11692)Raymond Hettinger2019-01-281-1/+10
* Fix docstr/comment typos in _use_posix_spawn(). (GH-11684)Gregory P. Smith2019-01-261-11/+10
* bpo-35780: Fix errors in lru_cache() C code (GH-11623)Raymond Hettinger2019-01-262-5/+35
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Steve Dower2019-01-252-1/+21
* 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-247-49/+506
* bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)Rémi Lapeyre2019-01-242-1/+10
* bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)Jason Fried2019-01-232-1/+19
* bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)Victor Stinner2019-01-231-28/+64
* bpo-35726: Prevented QueueHandler formatting from affecting other handlers (G...Manjusaka2019-01-231-0/+3