summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)Pablo Galindo2018-06-161-0/+7
* Add missing va_end() calls in PC/launcher.c (GH-7690)Zackery Spytz2018-06-151-0/+2
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-1534-106/+420
* bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)Victor Stinner2018-06-152-0/+3
* Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...Victor Stinner2018-06-152-10/+2
* bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)Andrés Delfino2018-06-151-1/+4
* bpo-33847: Add '@' operator entry to index (GH-7669)Andrés Delfino2018-06-152-1/+4
* bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)Andrés Delfino2018-06-151-1/+1
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Marcel Plch2018-06-152-2/+10
* gitattribute: Mark generated files (GH-7619)INADA Naoki2018-06-151-0/+17
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Wonsup Yoon2018-06-154-3/+22
* bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)Serhiy Storchaka2018-06-156-9/+14
* bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)Serhiy Storchaka2018-06-153-2/+34
* bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)Eric Snow2018-06-143-129/+1180
* bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)Victor Stinner2018-06-142-10/+18
* bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)Victor Stinner2018-06-142-2/+11
* bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)Victor Stinner2018-06-143-10/+44
* bpo-19382: Adding test cases for module tabnanny (GH-851)Jaysinh Shukla2018-06-142-1/+344
* bpo-33615: Re-enable subinterpreter tests. (#7552)Eric Snow2018-06-132-42/+51
* bpo-31378: Document sqlite3.OperationalError exception (GH-7677)Zackery Spytz2018-06-131-0/+7
* bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)Xiang Zhang2018-06-131-2/+5
* Fixes upload script to always run commands even when previous ones fail (GH-7...Steve Dower2018-06-121-4/+10
* bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...Giampaolo Rodola2018-06-128-19/+595
* bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...Cheryl Sabella2018-06-123-1/+9
* bpo-27397: Make email module properly handle invalid-length base64 strings (#...Tal Einat2018-06-127-18/+70
* Fix nested list in 3.7 What's New (GH-7659)Ned Deily2018-06-121-0/+1
* bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)Ned Deily2018-06-121-0/+5
* bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warn...Zackery Spytz2018-06-121-1/+1
* 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