summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 3.7.0 finalv3.7.0Ned Deily2018-06-2750-2570/+9663
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Miss Islington (bot)2018-06-271-0/+2
* bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)Miss Islington (bot)2018-06-261-0/+1
* 3.7.0rc1v3.7.0rc1Ned Deily2018-06-1229-54/+275
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)Miss Islington (bot)2018-06-111-0/+2
* bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)Miss Islington (bot)2018-06-111-0/+1
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Miss Islington (bot)2018-06-111-0/+4
* pypi.python.org -> pypi.org (GH-7613) (GH-7614)Miss Islington (bot)2018-06-111-1/+1
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...Miss Islington (bot)2018-06-112-0/+2
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)Miss Islington (bot)2018-06-101-0/+2
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Miss Islington (bot)2018-06-101-0/+1
* Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582)Miss Islington (bot)2018-06-105-7/+7
* bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511)Michael Felt2018-06-091-0/+2
* bpo-33409: Clarify PEP 538/540 relationship (GH-7534)Miss Islington (bot)2018-06-091-0/+2
* bpo-30805: Avoid race condition with debug logging (GH-7545)Miss Islington (bot)2018-06-081-0/+1
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Miss Islington (bot)2018-06-081-0/+2
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-081-0/+2
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Miss Islington (bot)2018-06-081-0/+1
* bpo-33792: Add selector and proactor windows policies (GH-7487)Miss Islington (bot)2018-06-081-0/+2
* bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505)Miss Islington (bot)2018-06-081-0/+2
* bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)Miss Islington (bot)2018-06-072-21/+5
* bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)Miss Islington (bot)2018-06-071-0/+2
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-071-0/+1
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)Miss Islington (bot)2018-06-061-0/+3
* bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) ...Miss Islington (bot)2018-06-051-0/+2
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Miss Islington (bot)2018-06-051-0/+3
* bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)Miss Islington (bot)2018-06-041-0/+1
* bpo-31849: Fix warning in pyhash.c (GH-6799)Miss Islington (bot)2018-06-041-0/+1
* bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Miss Islington (bot)2018-06-041-0/+1
* bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)Miss Islington (bot)2018-06-041-0/+1
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Miss Islington (bot)2018-06-041-0/+5
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Miss Islington (bot)2018-06-021-0/+12
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Miss Islington (bot)2018-06-011-0/+9
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...Miss Islington (bot)2018-06-011-0/+2
* bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)Miss Islington (bot)2018-05-311-0/+2
* Fix "ditribution" typo in NEWS entry. (GH-7275)Ned Deily2018-05-311-1/+1
* 3.7.0b5v3.7.0b5Ned Deily2018-05-3061-114/+592
* [3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH...Miss Islington (bot)2018-05-301-0/+1
* Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-...Yury Selivanov2018-05-301-3/+0
* bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)Miss Islington (bot)2018-05-291-0/+2
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Miss Islington (bot)2018-05-291-0/+1
* bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)Miss Islington (bot)2018-05-291-0/+3
* bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (G...Miss Islington (bot)2018-05-291-0/+2
* bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH...Miss Islington (bot)2018-05-291-0/+1
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-292-1/+6
* bpo-33674: Pause the transport as early as possible (GH-7192)Miss Islington (bot)2018-05-291-0/+2
* bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187)Miss Islington (bot)2018-05-291-0/+4
* bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)Miss Islington (bot)2018-05-291-0/+1
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Miss Islington (bot)2018-05-291-0/+1
* bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)Miss Islington (bot)2018-05-281-0/+1