summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)Miss Islington (bot)2019-06-171-0/+2
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14...Miss Islington (bot)2019-06-171-0/+4
* bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)Miss Islington (bot)2019-06-171-0/+1
* bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)Miss Islington (bot)2019-06-171-0/+1
* bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...Miss Islington (bot)2019-06-171-0/+2
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-161-0/+1
* bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...Miss Islington (bot)2019-06-161-0/+4
* bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...Miss Islington (bot)2019-06-151-0/+3
* [3.8] Use threadpool for reading from file in sendfile fallback mode (GH-1407...Andrew Svetlov2019-06-151-0/+1
* bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...Miss Islington (bot)2019-06-151-0/+2
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Miss Islington (bot)2019-06-141-0/+2
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Miss Islington (bot)2019-06-141-0/+1
* bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)Miss Islington (bot)2019-06-141-0/+2
* bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)Miss Islington (bot)2019-06-141-0/+2
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Miss Islington (bot)2019-06-131-0/+2
* bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...Miss Islington (bot)2019-06-131-0/+2
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Miss Islington (bot)2019-06-131-0/+3
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Miss Islington (bot)2019-06-131-0/+2
* bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)Miss Islington (bot)2019-06-131-0/+1
* [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050)Victor Stinner2019-06-131-0/+4
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Miss Islington (bot)2019-06-131-0/+2
* bpo-37223: test_io: silence destructor errors (GH-14031)Victor Stinner2019-06-121-0/+2
* bpo-37160: Thread native ID NetBSD support (GH-13835)Miss Islington (bot)2019-06-121-0/+1
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH...Miss Islington (bot)2019-06-121-0/+1
* [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909)Abhilash Raj2019-06-111-0/+1
* bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Miss Islington (bot)2019-06-111-0/+2
* bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...Miss Islington (bot)2019-06-111-0/+1
* bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)Miss Islington (bot)2019-06-101-0/+1