summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-35766 follow-up: Add an error check to new_type_comment()ast-new-type-comment-null-checkGuido van Rossum2019-02-051-0/+2
* bpo-20001: update pathlib landing image (GH-11304)Harmandeep Singh2019-02-052-4/+1
* 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
* Fix typo (micro->nano) (GH-11759)Raymond Hettinger2019-02-041-1/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-046-14/+40
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-044-658/+673
* bpo-32417: Make timedelta arithmetic respect subclasses (#10902)Paul Ganssle2019-02-044-19/+90
* Post 3.8.0a1Łukasz Langa2019-02-041-1/+1
* Merge tag 'v3.8.0a1'Łukasz Langa2019-02-04889-2689/+10110
|\
| * v3.8.0a1v3.8.0a1Łukasz Langa2019-02-032-5/+5
| * [pydoc] Regenerate topics for v3.8.0a1Łukasz Langa2019-02-031-827/+1128
| * [blurb] v3.8.0a1Łukasz Langa2019-02-03886-1857/+8977
* | bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-037-23/+33
* | bpo-35692: pathlib no longer raises when checking file and directory existenc...Steve Dower2019-02-032-9/+20
|/
* bpo-35884: Add variable access benchmarking script (GH-11725)Raymond Hettinger2019-02-023-0/+282
* Update macOS installer Welcome and ReadMe for 3.8 (GH-11748)Ned Deily2019-02-032-65/+50
* bpo-35890 : Fix some API calling consistency (GH-11742)Minmin Gong2019-02-023-6/+13
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Steve Dower2019-02-026-95/+8
* bpo-29734: nt._getfinalpathname handle leak (GH-740)Mark Becwar2019-02-023-8/+67
* bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)Shiva Saxena2019-02-022-1/+3
* bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)Stefan Krah2019-02-024-10/+59
* bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...Tony Roberts2019-02-028-6/+48
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Tzu-ping Chung2019-02-023-12/+46
* bpo-33316: PyThread_release_lock always fails (GH-6541)native-api2019-02-022-2/+4
* bpo-26256: Document algorithm speed for the Decimal module. (#4808)Cheryl Sabella2019-02-021-0/+20
* bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)Davin Potts2019-02-014-0/+1310
* bpo-35879: Fix type comment leaks (GH-11728)Guido van Rossum2019-02-012-3/+9
* 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-014-2/+5
* 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-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11...Guido van Rossum2019-02-012-6/+4
* bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)Victor Stinner2019-02-011-11/+13
* 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-015-33/+84
* Speed-up argument parsing for common cases in deque.__init__()(GH-11717)Raymond Hettinger2019-01-311-3/+7
* Consistently move the misses update to just before the user function call (GH...Raymond Hettinger2019-01-312-6/+8
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-3130-651/+2039
* doc: http: Fix enum name for status code 416 (GH-11689)Phil Jones2019-01-311-1/+1
* bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)Raymond Hettinger2019-01-314-2/+21
* bpo-33504: fix wrong "versionchanged" (GH-11712)Inada Naoki2019-01-311-4/+4
* bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)Michael Selik2019-01-313-8/+9
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-305-27/+63
* Document differences between random.choices() and random.choice(). (GH-11703)Raymond Hettinger2019-01-301-0/+7
* bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb docum...João Matos2019-01-301-0/+4
* bpo-25592: Improve documentation of distutils data_files (GH-9767)jdemeyer2019-01-301-11/+14
* Move float conversion into a macro. Apply to fsum (GH-11698)Raymond Hettinger2019-01-291-49/+32
* subprocess: close pipes/fds by using ExitStack (GH-11686)Giampaolo Rodola2019-01-292-17/+22
* bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)Andreas Schwab2019-01-292-1/+2