summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)Ned Deily2018-06-122-18/+8
* bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)Ned Deily2018-06-122-5/+3
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)Christian Heimes2018-06-114-16/+32
* bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)Terry Jan Reedy2018-06-111-4/+5
* bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)Matthias Bussonnier2018-06-113-6/+21
* bpo-33656: Add enum name for argument of Windows call. (GH-7642)Terry Jan Reedy2018-06-111-1/+4
* bpo-33656: Add entry to What's New 3.7. (GH-7638)Terry Jan Reedy2018-06-111-0/+6
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Terry Jan Reedy2018-06-115-3/+30
* bpo-33831: Make htmlview run again (GH-7628)Andrés Delfino2018-06-111-1/+1
* bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#...Zackery Spytz2018-06-111-9/+0
* Clean up after bpo-33738. (GH-7627)Serhiy Storchaka2018-06-114-9/+6
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)Ned Deily2018-06-113-0/+268
* pypi.python.org -> pypi.org (GH-7613)Ned Deily2018-06-115-6/+6
* bpo-33745: Add What's New for empty function docstring change. (GH-7611)Ned Deily2018-06-111-0/+5
* bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)Ned Deily2018-06-111-6/+0
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)Steve Weber2018-06-113-2/+4
* bpo-33738: Address review comments in GH #7477 (GH-7585)Christian Tismer2018-06-105-4/+8
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)Alexander Belopolsky2018-06-105-14/+36
* bpo-33610: Update IDLE Code Context doc entry (GH-7597)Terry Jan Reedy2018-06-102-203/+208
* bpo-33820: Fix IDLE What's New typo (#7594)Terry Jan Reedy2018-06-101-1/+1
* bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)Terry Jan Reedy2018-06-101-2/+10
* bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)Terry Jan Reedy2018-06-101-0/+37
* Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557)Zackery Spytz2018-06-101-3/+0
* bpo-33748: fix tests altering sys.path and sys.modules (GH-7433)Tal Einat2018-06-101-19/+20
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Tal Einat2018-06-103-1/+41
* Fix spaces added after hyphens in news entries. (GH-7579)Serhiy Storchaka2018-06-105-7/+7
* Remove hyphens from phrase "picks up where it left off" (GH-7410)Andrés Delfino2018-06-101-3/+3
* Fix typo in object.__getnewargs__() documentation (GH-7554)Andrés Delfino2018-06-101-1/+1
* bpo-33766: Document that end of file or string is a newline (GH-7383)Ammar Askar2018-06-091-5/+6
* doc: Fix typo in asyncio-eventloop.rst (GH-7345)MarcoFalke2018-06-091-2/+2
* bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-751...Ned Deily2018-06-093-6/+4
* bpo-33738: Fix macros which contradict PEP 384 (GH-7477)Christian Tismer2018-06-098-0/+198
* bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)Zackery Spytz2018-06-091-1/+0
* bpo-33409: Clarify PEP 538/540 relationship (GH-7534)Nick Coghlan2018-06-093-24/+106
* Fix indendation level of versionchanged directive in configparser.items() doc...Andrés Delfino2018-06-091-4/+4
* bpo-33810 Remove unused code from datetime.py. (GH-7549)Alexander Belopolsky2018-06-081-11/+4
* Datetime test coverage (#7544)Alexander Belopolsky2018-06-081-3/+9
* bpo-30805: Avoid race condition with debug logging (GH-7545)Yury Selivanov2018-06-082-2/+5
* bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)Andrés Delfino2018-06-081-3/+1
* bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)Thomas Kluyver2018-06-084-155/+19
* bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawCo...Andrés Delfino2018-06-081-2/+9
* bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)Dong-hee Na2018-06-082-0/+3
* bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)Suriyaa ✌️️2018-06-081-0/+4
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Elvis Pranskevichus2018-06-084-35/+75
* bpo-33798: Update csv document about dict order (GH-7490)Andrés Delfino2018-06-081-3/+1
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Łukasz Langa2018-06-082-2/+53
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)wim glenn2018-06-083-10/+40
* bpo-33694: Fix typo in helper function name (GH-7522)Victor Stinner2018-06-084-9/+9
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Victor Stinner2018-06-082-7/+44
* bpo-33799: Remove non-ordered dicts comments from FAQAndrés Delfino2018-06-082-10/+1