summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)Inada Naoki2019-03-301-0/+6
* github: assign @methane to dict owner (GH-12617)Inada Naoki2019-03-301-0/+1
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-2912-22/+492
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-2924-2365/+250
* bpo-36448: mention 'make regen-all' in error message (GH-12585)Jeroen Demeyer2019-03-291-2/+2
* bpo-36471: Add _Py_RunMain() (GH-12618)Victor Stinner2019-03-295-114/+152
* bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432)Alexey Izbyshev2019-03-291-18/+20
* bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990)Julien Palard2019-03-291-2/+2
* bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...Susan Su2019-03-293-1/+11
* bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)Wolfgang Maier2019-03-283-15/+7
* bpo-36366: Return None on stopping unstarted patch object (GH-12472)Xtreak2019-03-283-3/+15
* Fixed capital letters missing and missing . (GH-12584)Jules Lasne (jlasne)2019-03-281-6/+6
* Fix typo in email.encoders doc (GH-9700)ksamuel2019-03-281-1/+1
* bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)kctherookie2019-03-282-20/+92
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-282-0/+3
* bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)Giampaolo Rodola2019-03-283-1/+92
* bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)Serhiy Storchaka2019-03-281-46/+34
* bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...Zackery Spytz2019-03-282-1/+1
* bpo-36452: dictiter: track maximum iteration count (GH-12596)Thomas Perl2019-03-283-0/+16
* Fix NEWS entries with incorrect bpo numbers (GH-12599)Ned Deily2019-03-282-2/+2
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-282-3/+3
* bpo-36245: Fix more empty environment variable checks (GH-12592)Steve Dower2019-03-271-2/+2
* bpo-31292: Fixed distutils check --restructuredtext for include directives (G...Philipp A2019-03-274-2/+20
* Add missing docstrings for TarInfo objects (#12555)Raymond Hettinger2019-03-272-9/+48
* bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)Victor Stinner2019-03-277-46/+58
* bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)Steve Dower2019-03-273-0/+19
* bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)hliu02019-03-272-2/+3
* bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586)Pablo Galindo2019-03-271-0/+1
* bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)Victor Stinner2019-03-2711-190/+207
* bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)Eddie Elizondo2019-03-278-10/+89
* Doc: Fixed missing punctuation in datamodel.rst (GH-12581)Jules Lasne (jlasne)2019-03-271-14/+14
* bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580)Inada Naoki2019-03-271-0/+3
* bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)Serhiy Storchaka2019-03-276-29/+14
* bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...Vladimir Surjaninov2019-03-273-1/+20
* bpo-33832: Add "magic method" glossary entry (GH-7630)Andre Delfino2019-03-272-0/+8
* Minor doc improvement (GH-10341)Andre Delfino2019-03-272-3/+3
* bpo-36444: Add _PyCoreConfig._init_main (GH-12572)Victor Stinner2019-03-279-41/+42
* bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)Victor Stinner2019-03-2710-417/+103
* bpo-36429: Fix starting IDLE with pyshell (#12548)Terry Jan Reedy2019-03-263-5/+14
* bpo-36301: Test Python init with isolated (GH-12569)Victor Stinner2019-03-262-0/+90
* bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)Tal Einat2019-03-261-8/+4
* bpo-36364: fix SharedMemoryManager examples (GH-12439)Pierre Glaser2019-03-261-3/+4
* bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)Victor Stinner2019-03-269-659/+622
* bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)Victor Stinner2019-03-262-0/+5
* bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)Inada Naoki2019-03-263-9/+23
* Post v3.8.0a3Łukasz Langa2019-03-261-1/+1
* Merge tag 'v3.8.0a3'Łukasz Langa2019-03-2691-184/+875
|\
| * v3.8.0a3v3.8.0a3Łukasz Langa2019-03-2591-184/+875
* | bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)Zackery Spytz2019-03-262-0/+2
* | Document that logging registers shutdown as an atexit handler (GH-12378)Andre Delfino2019-03-261-0/+4