summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37284: Add note to sys.implementation doc (GH-14328)Miss Islington (bot)2019-07-151-0/+1
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-141-0/+2
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)Miss Islington (bot)2019-07-142-0/+4
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Miss Islington (bot)2019-07-132-0/+2
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Miss Islington (bot)2019-07-131-0/+4
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)Miss Islington (bot)2019-07-132-0/+7
* [3.8] bpo-37521: No longer treat insertion into sys.modules as optional in im...Miss Islington (bot)2019-07-121-0/+5
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Miss Islington (bot)2019-07-111-0/+1
* bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)Miss Islington (bot)2019-07-091-0/+2
* bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)Miss Islington (bot)2019-07-082-0/+3
* bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645)Miss Islington (bot)2019-07-081-0/+2
* bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)Miss Islington (bot)2019-07-071-0/+1
* bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629)Miss Islington (bot)2019-07-071-0/+1
* bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)Miss Islington (bot)2019-07-061-0/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)Miss Islington (bot)2019-07-061-0/+1
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Miss Islington (bot)2019-07-061-0/+4
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-0/+2
* Fix some typos (GH-14435)Miss Islington (bot)2019-07-053-5/+5
* bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)Miss Islington (bot)2019-07-051-0/+3
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Miss Islington (bot)2019-07-051-0/+2
* Merge tag 'v3.8.0b2' into 3.8Łukasz Langa2019-07-0494-187/+933
|\
| * Python 3.8.0b2v3.8.0b2Łukasz Langa2019-07-0494-187/+933
* | bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)Miss Islington (bot)2019-07-041-0/+4
|/
* 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