summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-22536: Set the filename in FileNotFoundError. (#3194)Gregory P. Smith2017-08-243-6/+18
* bpo-29741: Update some methods in the _pyio module to also accept integer typ...Oren Milman2017-08-243-14/+68
* bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples...Oren Milman2017-08-241-3/+20
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-243-12/+34
* bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-2414-13/+60
* bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...Oren Milman2017-08-232-2/+29
* bpo-31161: only check for parens error for SyntaxError (#3082)Martijn Pieters2017-08-223-5/+41
* Touch up the contributing notes (#3158)Brett Cannon2017-08-221-12/+28
* bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189)Victor Stinner2017-08-221-1/+3
* bpo-31234: test_httpservers joins the server thread (#3188)Victor Stinner2017-08-221-0/+1
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)Victor Stinner2017-08-222-2/+6
* bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)Łukasz Langa2017-08-213-9/+18
* bpo-23835: [docs] configparser converts defaults to strings (#3176)Łukasz Langa2017-08-213-1/+10
* bpo-23835: Enforce that configparser defaults are strings (#2558)James Tocknell2017-08-212-3/+11
* Add test_subprocess.test_nonexisting_with_pipes() (#3133)Victor Stinner2017-08-211-4/+47
* bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)Victor Stinner2017-08-212-0/+7
* bpo-31249: test_concurrent_futures checks dangling threads (#3167)Victor Stinner2017-08-211-12/+20
* bpo-31236: Improved some error messages of min() and max().Oren Milman2017-08-211-2/+3
* bpo-31247: xmlrpc.server: break reference cycle (#3166)Victor Stinner2017-08-212-12/+26
* bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...Stefan Krah2017-08-2113-21/+35
* bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)Segev Finer2017-08-201-4/+4
* bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...Oren Milman2017-08-208-19/+67
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)Cheryl Sabella2017-08-201-657/+0
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)Cheryl Sabella2017-08-202-39/+37
* bpo-31234: test_threading: fix ref cycle (#3150)Victor Stinner2017-08-181-0/+2
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)Cheryl Sabella2017-08-182-0/+645
* bpo-31235: Fix ResourceWarning in test_logging (#3147)Victor Stinner2017-08-181-0/+2
* bpo-30830: test_logging uses threading_setup/cleanup (#3137)Victor Stinner2017-08-181-9/+14
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)Victor Stinner2017-08-1813-103/+734
* bpo-31234: fork_wait tests now join threads (#3139)Victor Stinner2017-08-181-8/+17
* bpo-30923: Disable warning that has been part of -Wextra since gcc-7.0. (#3142)Stefan Krah2017-08-181-0/+6
* bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)Yaron de Leeuw2017-08-184-160/+466
* Fix a minor grammar issue in the logging cookbook (GH-3136)Brett Cannon2017-08-181-1/+1
* bpo-31231: Fix pythoninfo in Travis config (#3134)Victor Stinner2017-08-181-1/+1
* bpo-30121: Fix debug assert in subprocess on Windows (#1224)Segev Finer2017-08-182-5/+12
* bpo-30721: Add missing '?' to new error message (GH-3131)Sanyam Khurana2017-08-182-3/+3
* Issue #30923: Revert flag that is not recognized by an obsolete gcc version. ...Stefan Krah2017-08-181-3/+0
* bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax ...Sanyam Khurana2017-08-183-0/+50
* bpo-30871: pythoninfo: more sys, os, time data (#3130)Victor Stinner2017-08-181-40/+82
* bpo-30871: Add "make pythoninfo" (#3120)Victor Stinner2017-08-181-0/+5
* Fix broken `Show Source` links on documentation pages (GH-3113)Elmar Ritsch2017-08-181-1/+1
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-184-26/+80
* bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)Cheryl Sabella2017-08-183-157/+671
* bpo-30871: pythoninfo: add expat and _decimal (#3121)Victor Stinner2017-08-171-0/+22
* Adds nuget symbols package for daily builds. (#3122)Steve Dower2017-08-172-3/+28
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-174-3/+410
* bpo-31221: patchcheck ignores external libraries (#3109)Victor Stinner2017-08-171-2/+20
* Update the language selection in the docs language switch. (GH-3114)Julien Palard2017-08-171-1/+1
* bpo-24700: Add a fast path for comparing array.array of equal type (#3009)Adrian Wielgosik2017-08-173-15/+78
* bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...Antoine Pitrou2017-08-164-0/+33