summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix "the the" in the idle docs. (GH-12549)Benjamin Peterson2019-03-251-13/+11
* | bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)Victor Stinner2019-03-2613-145/+179
* | bpo-36301: Add _Py_GetEnv() function (GH-12542)Victor Stinner2019-03-264-32/+34
* | bpo-34085: Improve wording on classmethod/staticmethod (#8228)Andre Delfino2019-03-251-12/+10
* | bpo-36345: Add a new example in the documentation of wsgiref (#12511)Stéphane Wirtel2019-03-252-0/+34
* | bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)Victor Stinner2019-03-259-132/+177
* | bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...Pablo Galindo2019-03-255-197/+124
* | bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)Stefan Krah2019-03-254-11/+24
* | bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)Raymond Hettinger2019-03-256-3/+32
* | Add note to Queue.get() docs about block=True (GH-2223)Stephen Rosen2019-03-251-0/+5
|/
* bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)Victor Stinner2019-03-256-24/+155
* bpo-36301: Cleanup preconfig code (GH-12535)Victor Stinner2019-03-257-187/+152
* bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_...Stefan Behnel2019-03-251-12/+28
* bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...Zackery Spytz2019-03-252-0/+2
* bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)Rémi Lapeyre2019-03-253-11/+29
* Fix line ending (GH-12531)Raymond Hettinger2019-03-251-1/+1
* bpo-36401: Have help() show readonly properties separately (GH-12517)Raymond Hettinger2019-03-243-1/+9
* bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)Louie Lu2019-03-243-27/+131
* bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtup...Lisa Roach2019-03-241-10/+31
* bpo-36405: IDLE - Restore __main__ and add tests (#12518)Terry Jan Reedy2019-03-245-10/+18
* Replace "DOS box" with link to Windows FAQ. (GH-12390)Ned Deily2019-03-242-1/+3
* bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)Zackery Spytz2019-03-242-1/+4
* bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)AraHaan2019-03-232-1/+5
* bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)Inada Naoki2019-03-234-5/+43
* bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)Cheryl Sabella2019-03-233-45/+109
* bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)Victor Stinner2019-03-234-0/+36
* bpo-36405: Use dict unpacking in idlelib (#12507)Terry Jan Reedy2019-03-234-12/+9
* bpo-33319: Clarify subprocess call docs. (GH-12508)Gregory P. Smith2019-03-231-12/+13
* Fix typo in doc for pprint.pp (GH-12500)Xavier GUIHOT2019-03-221-1/+1
* bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)Terry Jan Reedy2019-03-227-58/+41
* bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (...Brett Cannon2019-03-223-4/+29
* bpo-35155: clarify protocol handler method naming (GH-10313)Denton Liu2019-03-221-19/+39
* bpo-30670: Add pp function to the pprint module (GH-11769)Rémi Lapeyre2019-03-225-35/+84
* asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)Inada Naoki2019-03-223-13/+13
* bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Kumar Akshay2019-03-225-11/+51
* Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)Pablo Galindo2019-03-221-1/+1
* bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)Zackery Spytz2019-03-221-2/+5
* bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)Zackery Spytz2019-03-222-1/+2
* bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)Pablo Galindo2019-03-213-5/+23
* Fix registry key for Windows SDK detection (GH-12445)Isuru Fernando2019-03-211-1/+1