summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.7.4rc1v3.7.4rc1Ned Deily2019-06-18164-398/+1702
* Changelog fixups for 3.7.3rc1Ned Deily2019-06-182-1/+0
* Update macOS installer welcome and readme for 3.7.4Ned Deily2019-06-182-52/+79
* bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)Ned Deily2019-06-182-7/+49
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Miss Islington (bot)2019-06-183-15/+56
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)Miss Islington (bot)2019-06-182-3/+4
* bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-1418...Miss Islington (bot)2019-06-181-2/+4
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Miss Islington (bot)2019-06-182-3/+14
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-1711-51/+211
* bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)Steve Dower2019-06-174-5/+6
* bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)Miss Islington (bot)2019-06-174-9/+16
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Miss Islington (bot)2019-06-175-29/+125
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)Victor Stinner2019-06-171-6/+13
* bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)Miss Islington (bot)2019-06-171-0/+6
* bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...Miss Islington (bot)2019-06-173-12/+16
* bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)Miss Islington (bot)2019-06-172-1/+52
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-162-12/+52
* bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)Miss Islington (bot)2019-06-161-2/+2
* Doc: Remove an ugly space before a dot. (GH-14123)Miss Islington (bot)2019-06-161-1/+1
* bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...Miss Islington (bot)2019-06-163-14/+26
* [3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655)Julien Palard2019-06-152-0/+20
* bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (G...Miss Islington (bot)2019-06-151-9/+3
* Fix typo in Lib/concurrent/futures/thread.py (GH-13953)Miss Islington (bot)2019-06-152-2/+2
* [3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fa...Andrew Svetlov2019-06-153-3/+6
* Update weakref.rst (GH-14098)Miss Islington (bot)2019-06-151-5/+6
* Use threadpool for reading from file in sendfile fallback mode (GH-14076)Miss Islington (bot)2019-06-152-1/+2
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Miss Islington (bot)2019-06-143-1/+20
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Victor Stinner2019-06-142-18/+20
* Update concurrent.futures.rst (GH-14061)Miss Islington (bot)2019-06-141-6/+8
* [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-1...Pablo Galindo2019-06-143-0/+14
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Miss Islington (bot)2019-06-132-0/+16
* bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH...Miss Islington (bot)2019-06-133-12/+120
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Miss Islington (bot)2019-06-132-15/+19
* bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...Miss Islington (bot)2019-06-124-5/+25
* bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)Miss Islington (bot)2019-06-1110-1/+171
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Miss Islington (bot)2019-06-111-4/+4
* [3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)Abhilash Raj2019-06-113-0/+133
* Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)Miss Islington (bot)2019-06-111-0/+2
* closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)Miss Islington (bot)2019-06-111-2/+2
* bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Miss Islington (bot)2019-06-112-6/+34
* [3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...Raymond Hettinger2019-06-113-8/+7
* [3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)Makdon2019-06-111-2/+2
* closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...Miss Islington (bot)2019-06-101-1/+1
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Miss Islington (bot)2019-06-081-4/+6
* bpo-37173: Show passed class in inspect.getfile error (GH-13861)Miss Islington (bot)2019-06-083-3/+22
* bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Miss Islington (bot)2019-06-082-2/+7
* bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)Miss Islington (bot)2019-06-081-0/+8
* [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-074-4/+29
* Use assertEqual(). (#13886)Miss Islington (bot)2019-06-071-2/+2
* IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)Miss Islington (bot)2019-06-071-2/+2