summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)Miss Islington (bot)2019-10-101-0/+3
* [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...Pablo Galindo2019-10-091-0/+1
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-091-0/+5
* [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)Pablo Galindo2019-10-081-0/+3
* bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Miss Islington (bot)2019-10-081-0/+1
* bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Miss Islington (bot)2019-10-082-0/+13
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)2019-10-081-0/+3
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-071-0/+1
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Miss Islington (bot)2019-10-071-0/+1
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-041-0/+4
* bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)Miss Islington (bot)2019-10-031-0/+1
* bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)Miss Islington (bot)2019-10-031-0/+1
* v3.8.0rc1v3.8.0rc1Ɓukasz Langa2019-10-01134-275/+1349
* bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...Miss Islington (bot)2019-10-011-0/+2
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-09-301-3/+0
* Clear weakrefs in garbage found by the GC (GH-16495) (#16499)Miss Islington (bot)2019-09-301-0/+3
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Miss Islington (bot)2019-09-301-0/+2
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-301-0/+1
* [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...Lisa Roach2019-09-301-0/+4
* bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)Miss Islington (bot)2019-09-301-0/+1
* bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)Miss Islington (bot)2019-09-301-0/+2
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-0/+2
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-291-0/+1
* bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)Gregory P. Smith2019-09-281-0/+1
* bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...Miss Islington (bot)2019-09-281-0/+4
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-281-0/+3
* bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...Miss Islington (bot)2019-09-281-0/+2
* [3.8] bpo-38136: Updates await_count and call_count to be different things (G...Lisa Roach2019-09-271-0/+3
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-271-0/+3
* [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)Christian Heimes2019-09-261-0/+4
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)Miss Islington (bot)2019-09-261-0/+1
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-261-0/+3
* [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)Benjamin Peterson2019-09-261-0/+2
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-251-0/+4
* [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...Miss Islington (bot)2019-09-251-0/+4
* bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-1220...Michael Felt2019-09-251-0/+9
* bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)Victor Stinner2019-09-251-0/+2
* bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...Miss Islington (bot)2019-09-251-0/+1
* [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364)Miss Islington (bot)2019-09-251-0/+3
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-241-0/+4
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-241-0/+2
* bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336)Victor Stinner2019-09-231-2/+3
* bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)Victor Stinner2019-09-231-0/+2
* bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)Miss Islington (bot)2019-09-211-0/+2
* [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)...Lisa Roach2019-09-211-0/+2
* [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) ...Victor Stinner2019-09-211-0/+2
* bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306)Victor Stinner2019-09-201-0/+1
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Miss Islington (bot)2019-09-201-0/+1
* bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (G...Miss Islington (bot)2019-09-171-0/+4
* bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...Miss Islington (bot)2019-09-171-0/+3