summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.0b2v3.8.0b2Ɓukasz Langa2019-07-0494-187/+933
* bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)Miss Islington (bot)2019-07-031-0/+3
* bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)Miss Islington (bot)2019-07-031-0/+2
* bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)Miss Islington (bot)2019-07-031-0/+2
* bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)Miss Islington (bot)2019-07-021-0/+4
* bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)Miss Islington (bot)2019-07-021-0/+2
* bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)Miss Islington (bot)2019-07-021-0/+1
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Miss Islington (bot)2019-07-021-0/+4
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Miss Islington (bot)2019-07-011-0/+2
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-0/+1
* bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)Miss Islington (bot)2019-07-011-0/+3
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miss Islington (bot)2019-07-011-0/+2
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-011-0/+3
* [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)Christian Heimes2019-07-011-0/+4
* [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...Miss Islington (bot)2019-07-011-0/+2
* bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)Miss Islington (bot)2019-06-301-0/+1
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Miss Islington (bot)2019-06-301-0/+2
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-0/+1
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-281-0/+1
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Miss Islington (bot)2019-06-271-0/+2
* bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)Miss Islington (bot)2019-06-261-0/+1
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Miss Islington (bot)2019-06-261-0/+2
* bpo-37417: Fix error handling in bytearray.extend. (GH-14407)Miss Islington (bot)2019-06-261-0/+2
* bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)Miss Islington (bot)2019-06-261-0/+2
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Miss Islington (bot)2019-06-261-0/+3
* [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH...Abhilash Raj2019-06-251-0/+2
* bpo-37400: Fix test_os.test_chown() (GH-14374)Miss Islington (bot)2019-06-251-0/+2
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...Steve Dower2019-06-251-0/+2
* [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)Jeroen Demeyer2019-06-251-0/+4
* bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)Miss Islington (bot)2019-06-251-0/+2
* bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)Miss Islington (bot)2019-06-251-0/+2
* bpo-36546: Mark first argument as position only (GH-14363) (GH-14364)Miss Islington (bot)2019-06-251-0/+4
* bpo-37394: Fix pure Python implementation of the queue module (GH-14351)Miss Islington (bot)2019-06-251-0/+2
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)Miss Islington (bot)2019-06-241-0/+1
* bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...Miss Islington (bot)2019-06-241-0/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-241-0/+5
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)Victor Stinner2019-06-241-0/+4
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Miss Islington (bot)2019-06-221-0/+2
* bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)Steve Dower2019-06-221-0/+1
* bpo-37364: Use io.open_code() to read .pth files (GH-14299)Miss Islington (bot)2019-06-211-0/+1
* bpo-37362: test_gdb now ignores stderr (GH-14287)Miss Islington (bot)2019-06-211-0/+3
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Steve Dower2019-06-211-0/+1
* Fix bpo number in News file. (GH-14260) (GH-14261)Miss Islington (bot)2019-06-201-1/+1
* bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword...Serhiy Storchaka2019-06-191-0/+2
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)Miss Islington (bot)2019-06-181-0/+1
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Miss Islington (bot)2019-06-181-0/+1
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)Miss Islington (bot)2019-06-181-0/+1
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Miss Islington (bot)2019-06-181-0/+1
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-181-0/+3
* bpo-37189: Export old PyRun_XXX() functions (GH-14142)Miss Islington (bot)2019-06-171-0/+3