summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Zackery Spytz2019-06-215-1/+13
* bpo-36210: update optional extension handling for AIX (GH-12202)Michael Felt2019-06-212-8/+26
* Docs: Improved phrasing (GH-14069)Aeros2019-06-211-4/+6
* Remove redundant if check from optional argument function in argparse. (GH-8766)Shashank Parekh2019-06-211-4/+2
* bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect ...Pablo Galindo2019-06-201-0/+8
* Update What's New in Python 3.9 (GH-14253)Victor Stinner2019-06-202-1/+2
* bpo-36511: Improve ARM32 buildbot scripts (GH-14251)Paul Monson2019-06-203-23/+29
* bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)Jeroen Demeyer2019-06-204-29/+5
* Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)İsmail Arılık2019-06-201-1/+1
* Fix bpo number in News file. (GH-14260)Eric V. Smith2019-06-201-1/+1
* bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)Hai Shi2019-06-201-1/+1
* Update What's New in Python 3.8 (GH-14239)Victor Stinner2019-06-191-1/+2
* bpo-36710: Use tstate in pylifecycle.c (GH-14249)Victor Stinner2019-06-198-108/+120
* Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...Harmon2019-06-191-1/+1
* bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...Paul Monson2019-06-198-13/+107
* bpo-37333: Ensure IncludeTkinter has a value (GH-14240)Steve Dower2019-06-191-0/+3
* bpo-37331: Clarify format of socket handler messages in the documentation. (G...Vinay Sajip2019-06-191-4/+14
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-192-3/+36
* bpo-36710: Remove PyImport_Cleanup() function (GH-14221)Victor Stinner2019-06-196-20/+7
* Fix name of '\0'. (GH-14222)Benjamin Peterson2019-06-191-1/+1
* bpo-36710: Add tstate parameter in import.c (GH-14218)Victor Stinner2019-06-198-190/+247
* Document typing.ForwardRef (GH-14216)Ivan Levkivskyi2019-06-191-0/+7
* Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)Ivan Levkivskyi2019-06-191-0/+2
* bpo-35134: Add Include/cpython/import.h header file (GH-14213)Victor Stinner2019-06-187-52/+86
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)Terry Jan Reedy2019-06-184-23/+42
* Add pganssle to CODEOWNERS and ACKS (GH-14138)Paul Ganssle2019-06-182-0/+10
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Mike Gleen2019-06-183-15/+56
* bpo-37151: remove _PyFunction_FastCallDict (GH-13864)Jeroen Demeyer2019-06-183-106/+1
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)animalize2019-06-182-3/+4
* bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)Jeroen Demeyer2019-06-181-5/+13
* bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972)Jeroen Demeyer2019-06-181-12/+1
* bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)Ned Deily2019-06-181-2/+4
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Ned Deily2019-06-182-3/+14
* remove dead code (GH-14104)David Carlier2019-06-181-3/+0
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-1811-51/+211
* Add sponsorship details for GitHub Sponsor button (GH-14181)Brett Cannon2019-06-181-0/+1
* Improve release build performance using new artifacts tasks (GH-14175)Steve Dower2019-06-1712-126/+97
* bpo-37189: Export old PyRun_XXX() functions (#14142)Victor Stinner2019-06-172-2/+21
* Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)Victor Stinner2019-06-171-6/+12
* bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)Victor Stinner2019-06-1712-69/+29
* bpo-37321: Edit IDLE subprocess connection error messages. (#14170)Terry Jan Reedy2019-06-174-9/+16
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Tal Einat2019-06-175-29/+125
* bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)Steve Dower2019-06-174-5/+6
* bpo-34556: Add --upgrade-deps to venv module (#13100)Cooper Lees2019-06-175-8/+65
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-178-27/+197
* bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)Paul Monson2019-06-171-3/+3
* bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)Victor Stinner2019-06-172-2/+6
* bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython...Serhiy Storchaka2019-06-171-3/+5
* bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)Serhiy Storchaka2019-06-175-7/+28
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)Victor Stinner2019-06-171-8/+16