summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...Miss Islington (bot)2019-10-191-0/+2
* bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)Miss Islington (bot)2019-10-181-0/+1
* bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)Miss Islington (bot)2019-10-181-0/+1
* [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)Senthil Kumaran2019-10-181-0/+2
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-181-0/+3
* bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)Miss Islington (bot)2019-10-161-0/+1
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Miss Islington (bot)2019-10-161-0/+5
* bpo-38478: Correctly handle keyword argument with same name as positional-onl...Miss Islington (bot)2019-10-151-0/+3
* [3.8] bpo-36389: Backport debug enhancements from master (GH-16796)Victor Stinner2019-10-151-0/+3
* v3.8.0v3.8.0Łukasz Langa2019-10-1419-36/+186
* bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Miss Islington (bot)2019-10-141-0/+2
* bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...Miss Islington (bot)2019-10-131-0/+1
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Miss Islington (bot)2019-10-121-0/+3
* [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-121-0/+2
* bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)Miss Islington (bot)2019-10-121-0/+1
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Miss Islington (bot)2019-10-111-0/+1
* 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