summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Victor Stinner2019-07-052-3/+12
* bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...thatneat2019-07-042-3/+55
* bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)Victor Stinner2019-07-041-1/+13
* bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)Kyle Stanley2019-07-031-2/+2
* bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)Victor Stinner2019-07-032-23/+33
* bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)Victor Stinner2019-07-031-7/+22
* bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)Victor Stinner2019-07-031-4/+2
* bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)Christian Heimes2019-07-022-10/+28
* bpo-37421: urllib.request tests call urlcleanup() (GH-14529)Victor Stinner2019-07-028-0/+58
* bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)Victor Stinner2019-07-021-0/+3
* bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)Jakub Kulík2019-07-021-19/+5
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Ned Deily2019-07-021-16/+0
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Steve Dower2019-07-011-4/+36
* bpo-36763: Use PyConfig_Clear() (GH-14445)Victor Stinner2019-07-011-3/+12
* bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)Victor Stinner2019-07-011-18/+0
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-0153-84/+31
* bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)Victor Stinner2019-07-011-47/+76
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miro Hrončok2019-07-011-0/+3
* bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)Christian Heimes2019-07-012-0/+25
* bpo-37428: Don't set PHA verify flag on client side (GH-14421)Christian Heimes2019-07-011-0/+31
* bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)Zackery Spytz2019-06-304-4/+20
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-304-55/+305
* bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)Ammar Askar2019-06-301-0/+2
* bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)tmblweed2019-06-301-3/+3
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-299-133/+183
* bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303)Kyle Stanley2019-06-281-0/+0
* bpo-31783: Fix a race condition creating workers during shutdown (#13171)Brian Quinlan2019-06-281-2/+6
* bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)Victor Stinner2019-06-281-2/+1
* bpo-37380: subprocess: don't use _active on win (GH-14360)Ruslan Kuprieiev2019-06-282-25/+57
* bpo-37412: pythoninfo: add Windows long paths (GH-14434)Victor Stinner2019-06-281-0/+24
* bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)Victor Stinner2019-06-281-0/+55
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-275-11/+11
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Brandt Bucher2019-06-271-0/+1
* Replace deprecation warning with RuntimeError (GH-14397)Andrew Svetlov2019-06-272-4/+8
* bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)Victor Stinner2019-06-271-1/+1
* bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)Victor Stinner2019-06-261-2/+3
* bpo-37376: pprint support for SimpleNamespace (GH-14318)Carl Bordum Hansen2019-06-262-0/+86
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Abhilash Raj2019-06-262-0/+20
* bpo-37417: Fix error handling in bytearray.extend. (GH-14407)Brandt Bucher2019-06-261-0/+5
* bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)Victor Stinner2019-06-261-24/+54
* bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...Serhiy Storchaka2019-06-261-1/+1
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Victor Stinner2019-06-261-0/+11
* bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)Victor Stinner2019-06-262-3/+3
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-254-1/+172
* bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)Pierre Glaser2019-06-251-6/+15
* bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)Pierre Glaser2019-06-251-3/+3
* bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)Abhilash Raj2019-06-252-1/+19
* bpo-37400: Fix test_os.test_chown() (GH-14374)Victor Stinner2019-06-251-11/+8
* bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)Victor Stinner2019-06-253-13/+25
* bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)Victor Stinner2019-06-251-30/+65