summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* github plsfix-misc-acksÉric Araujo2019-12-211-1/+0
* add commentÉric Araujo2019-12-211-0/+3
* reorder Misc/ACKSÉric Araujo2019-12-201-3/+2
* [3.7] bpo-38316: Fix co_stacksize documentation (GH-16983). (GH-17660)Batuhan Taşkaya2019-12-191-2/+2
* Post release updatesNed Deily2019-12-183-4/+3
* Merge tag 'v3.7.6' into 3.7Ned Deily2019-12-184-6/+13
|\
| * 3.7.6v3.7.6Ned Deily2019-12-185-7/+13
| * bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-182-1/+2
| * Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)Miss Islington (bot)2019-12-181-3/+4
| * [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-182-0/+20
| * bpo-39035: travis: Don't use beta group (GH-17604)Inada Naoki2019-12-181-1/+0
| * Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)Inada Naoki2019-12-181-0/+1
* | bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652...Miss Islington (bot)2019-12-182-3/+14
* | bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-172-1/+2
* | Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)Miss Islington (bot)2019-12-161-3/+4
* | [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-162-0/+20
* | bpo-39035: travis: Don't use beta group (GH-17604)Inada Naoki2019-12-141-1/+0
* | [3.7] Fix elif start column offset when there is an else following (GH-17596)...Pablo Galindo2019-12-142-2/+11
* | Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)Inada Naoki2019-12-141-0/+1
* | bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)Miss Islington (bot)2019-12-133-2/+8
* | [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info f...Pablo Galindo2019-12-133-2/+13
|/
* Post release updatesNed Deily2019-12-112-3/+3
* 3.7.6rc1v3.7.6rc1Ned Deily2019-12-1160-204/+726
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Ned Deily2019-12-104-29/+67
* bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)Miss Islington (bot)2019-12-093-0/+6
* bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)Miss Islington (bot)2019-12-093-1/+5
* bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...Miss Islington (bot)2019-12-094-34/+78
* bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)Miss Islington (bot)2019-12-092-10/+12
* bpo-38916: Document array.array deprecation (GH-17523)Miss Islington (bot)2019-12-091-0/+4
* bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (...Miss Islington (bot)2019-12-092-0/+7
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Miss Islington (bot)2019-12-092-3/+19
* bpo-38669: patch.object now raises a helpful error (GH17511)Miss Islington (bot)2019-12-093-0/+9
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)Miss Islington (bot)2019-12-083-6/+9
* [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)Miss Islington (bot)2019-12-074-7/+59
* bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions...Miss Islington (bot)2019-12-072-0/+12
* [3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Py...Andrew Svetlov2019-12-072-0/+18
* bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...Miss Islington (bot)2019-12-064-5/+17
* bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)Miss Islington (bot)2019-12-042-10/+9
* bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)Inada Naoki2019-12-043-5/+22
* bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)Miss Islington (bot)2019-12-031-1/+2
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Miss Islington (bot)2019-12-024-0/+21
* bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)Miss Islington (bot)2019-12-021-2/+8
* bpo-38449: Add URL delimiters test cases (GH-16729)Miss Islington (bot)2019-12-011-0/+15
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Miss Islington (bot)2019-11-271-5/+8
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-284-16/+23
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Miss Islington (bot)2019-11-271-1/+12
* [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366...Terry Jan Reedy2019-11-267-41/+69
* bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381)Miss Islington (bot)2019-11-265-9/+9
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-252-3/+3