summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-20844: open script file with "rb" mode (GH-12616).backport-10654c1-3.7Inada Naoki2019-04-010-0/+0
* bpo-20844: open script file with "rb" mode (GH-12616)Inada Naoki2019-04-014-1/+24
* [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH...Serhiy Storchaka2019-04-0120-17/+282
* bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...Miss Islington (bot)2019-03-311-4/+5
* bpo-36010: Add venv to the nuget distribution (GH-12367)Miss Islington (bot)2019-03-303-2/+11
* bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627)Miss Islington (bot)2019-03-303-0/+14
* bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) (GH-12628)Miss Islington (bot)2019-03-303-41/+82
* C API docs: Py_IsInitialized is always safe to call (GH-12630)Miss Islington (bot)2019-03-301-0/+1
* bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)Miss Islington (bot)2019-03-291-0/+6
* Fixed capital letters missing and missing . (GH-12584)Miss Islington (bot)2019-03-281-6/+6
* bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)Miss Islington (bot)2019-03-282-20/+92
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)Miss Islington (bot)2019-03-282-0/+3
* bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...Miss Islington (bot)2019-03-282-1/+1
* [3.7] Fix NEWS entry with incorrect bpo number (GH-12600)Ned Deily2019-03-281-0/+0
* bpo-36245: Fix more empty environment variable checks (GH-12592)Miss Islington (bot)2019-03-271-2/+2
* bpo-31292: Fixed distutils check --restructuredtext for include directives (G...Miss Islington (bot)2019-03-274-2/+20
* bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)Miss Islington (bot)2019-03-273-0/+19
* Doc: Fixed missing punctuation in datamodel.rst (GH-12581)Miss Islington (bot)2019-03-271-14/+14
* bpo-33832: Add "magic method" glossary entry (GH-7630)Miss Islington (bot)2019-03-262-0/+8
* Minor doc improvement (GH-10341)Miss Islington (bot)2019-03-262-3/+3
* bpo-36429: Fix starting IDLE with pyshell (GH-12548)Miss Islington (bot)2019-03-263-5/+14
* bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)Miss Islington (bot)2019-03-261-8/+4
* bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)Miss Islington (bot)2019-03-262-0/+5
* bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)Miss Islington (bot)2019-03-263-9/+23
* bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)Miss Islington (bot)2019-03-252-0/+2
* Fix "the the" in the idle docs. (GH-12549)Miss Islington (bot)2019-03-251-13/+11
* bump to 3.7.3+Ned Deily2019-03-252-3/+3
* Merge tag 'v3.7.3' into 3.7Ned Deily2019-03-253-5/+13
|\
| * 3.7.3v3.7.3Ned Deily2019-03-253-5/+13
| * Fix registry key for Windows SDK detection (GH-12445)Miss Islington (bot)2019-03-241-1/+1
| * Fix "catchs" typos in NEWS entries (GH-12364)Harmon2019-03-242-4/+4
| * Remove NEWS entries duplicated from 3.7.2final. (GH-12309)Ned Deily2019-03-241-40/+1
| * bpo-36174: Update nuget authoring for new license field. (GH-12300)Miss Islington (bot)2019-03-244-9/+4
| * Correct minor edit to news entry. (GH-12299)Ned Deily2019-03-241-1/+1
* | bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
* | bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)Miss Islington (bot)2019-03-254-11/+24
* | Add note to Queue.get() docs about block=True (GH-2223) (GH-12538)Miss Islington (bot)2019-03-251-0/+5
* | bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...Miss Islington (bot)2019-03-252-0/+2
* | bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) GH-12...Miss Islington (bot)2019-03-253-11/+29
* | bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)Miss Islington (bot)2019-03-243-27/+131
* | bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtup...Miss Islington (bot)2019-03-241-10/+31
* | bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)Miss Islington (bot)2019-03-245-10/+18
* | [3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)Miss Islington (bot)2019-03-242-1/+3
* | bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)Miss Islington (bot)2019-03-232-1/+5
* | bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)Miss Islington (bot)2019-03-233-45/+109
* | bpo-36405: Use dict unpacking in idlelib (GH-12507)Miss Islington (bot)2019-03-234-12/+9
* | bpo-33319: Clarify subprocess call docs. (GH-12508)Miss Islington (bot)2019-03-231-12/+13
* | bpo-35155: clarify protocol handler method naming (GH-10313)Miss Islington (bot)2019-03-221-19/+39
* | bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)Miss Islington (bot)2019-03-227-58/+41
* | bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-1062...Zackery Spytz2019-03-221-3/+5