summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)Miss Islington (bot)2019-03-301-0/+6
* Fixed capital letters missing and missing . (GH-12584)Miss Islington (bot)2019-03-291-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-281-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-272-0/+8
* Minor doc improvement (GH-10341)Miss Islington (bot)2019-03-272-3/+3
* bpo-36429: Fix starting IDLE with pyshell (GH-12548)Miss Islington (bot)2019-03-273-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-262-0/+2
* Fix "the the" in the idle docs. (GH-12549)Miss Islington (bot)2019-03-261-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-251-1/+1
| * Fix "catchs" typos in NEWS entries (GH-12364)Harmon2019-03-252-4/+4
| * Remove NEWS entries duplicated from 3.7.2final. (GH-12309)Ned Deily2019-03-251-40/+1
| * bpo-36174: Update nuget authoring for new license field. (GH-12300)Miss Islington (bot)2019-03-254-9/+4
| * Correct minor edit to news entry. (GH-12299)Ned Deily2019-03-251-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
* | bpo-23984: Improve descriptor documentation (GH-1034) (GH-12459)Miss Islington (bot)2019-03-221-2/+2
* | Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)Miss Islington (bot)2019-03-221-1/+1
* | bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12488)Miss Islington (bot)2019-03-213-5/+23
* | Fix registry key for Windows SDK detection (GH-12445)Miss Islington (bot)2019-03-211-1/+1
* | bpo-35978: Correctly skips venv tests in venvs (GH-12220)Miss Islington (bot)2019-03-212-12/+22
* | bpo-36245: Avoid problems when building in a directory containing spaces. (GH...Miss Islington (bot)2019-03-211-3/+3
* | bpo-36312: Fix decoders for some code pages. (GH-12369)Miss Islington (bot)2019-03-213-5/+27
* | bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)Victor Stinner2019-03-201-2/+8