Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b8f2fb5 bpo-33764: Appveyor fixes (GH-7364) (GH-7379) * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests 04 June 2018, 04:47:37 UTC
2e601c5 [3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375) It depended on a global variable set by other tests.. (cherry picked from commit 7cfd8c6a1b53a7dbdea14b6f414f2629dcd130a2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 04 June 2018, 03:36:15 UTC
d18b13d bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372) (cherry picked from commit e36837cb71032ccfa713e75623b314f091dc22bb) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 04 June 2018, 03:31:51 UTC
7f1bcda bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7356) (cherry picked from commit e95dfc5006d19e59c7871faa9973356844ddb3ae) Co-authored-by: Stefan Krah <skrah@bytereef.org> 03 June 2018, 17:30:12 UTC
da7f8ce bpo-33744: Fix test_uu. (GH-7350) (GH-7353) Separate tests leaked files or were depended on files leaked in other tests. (cherry picked from commit 027f95c736457f12c5713d9cf5b95ac335e583df) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 03 June 2018, 15:22:54 UTC
db30390 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) `writerows()` takes an iterable. (cherry picked from commit a801cf164be7c62b6a6dba47ff91d6c3edb67729) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 02 June 2018, 15:37:28 UTC
218eaca Fix typo in datamodel.rst (GH-6964) This is a simple grammatical fix correcting "...object whose `__self__` attributes is ..." to "...object whose `__self__` attribute is ...". (cherry picked from commit 00818c8ffd657f9ec727e366bfffd9c2135fa5ab) Co-authored-by: Zach Mitchell <zmitchell@users.noreply.github.com> 02 June 2018, 14:53:54 UTC
dd851d6 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) The difference from before is that the settings are now on the Highlights tab instead of the Extensions tab and only change one theme at a time instead of all themes. The default for light themes is black on light gray, as before. The default for the IDLE Dark theme is white on dark gray, which better fits the dark theme. When one starts IDLE from a console and loads a custom theme without definitions for 'context', one will see a warning message on the console. To stop the warning, go to Options => Configure IDLE => Highlights, select the custom theme if not selected already, select 'Code Context', and select foreground and background colors. (cherry picked from commit de6516264e793be991f692fdd892707afb9104a7) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com> 02 June 2018, 02:55:57 UTC
a42fe3c bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) Instead of displaying a fixed number of lines, some blank, Code Context now displays the variable number of actual context lines. When there are no context lines, it shows a single blank line to indicate that the feature is turned on. The Code Context configuration option is changed from 'numlines' (default 3) to 'maxlines' (default 15) to avoid possible interference between user settings for the old and new versions of Code Context. (cherry picked from commit 29996a1c4e8bd6dde6adce2b44d11a0982a47a3a) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com> 02 June 2018, 00:08:03 UTC
1df877c bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (GH-7299) (cherry picked from commit c0d341d49b3ffc8b0037e501c246271be9c69f55) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> 01 June 2018, 17:56:47 UTC
461ad59 bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7303) (cherry picked from commit 23cee80cfade1a9019c52b3a17d8e5c1b5db17e2) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> 01 June 2018, 17:55:10 UTC
64e538b bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322) Use also support.SOCK_MAX_SIZE, not only support.PIPE_MAX_SIZE, to get the size for a blocking send into a multiprocessing pipe. Replace also test.support with support. 01 June 2018, 17:39:56 UTC
137e803 bpo-33718: Update regrtest from master (GH-7325) * Add support.environment_altered: unused yet * VSTS: don't run tests with --fail-env-changed 01 June 2018, 17:39:37 UTC
f329743 bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324) ServerThread.stop() now joins itself to wait until DocServer.serve_until_quit() completes and then explicitly sets its docserver attribute to None to break a reference cycle. (cherry picked from commit 4cab2cd0c05fcda5fcb128c9eb230253fff88c21) 01 June 2018, 17:39:16 UTC
1381bfe bpo-33540, socketserver: Add _block_on_close for tests (GH-7317) * Add a private _block_on_close attribute to ForkingMixIn and ThreadingMixIn classes of socketserver. * Use _block_on_close=True in test_socketserver and test_logging 01 June 2018, 14:24:43 UTC
5dbb48a [3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315) * bpo-31234: Add test.support.wait_threads_exit() (GH-3578) Use _thread.count() to wait until threads exit. The new context manager prevents the "dangling thread" warning. (cherry picked from commit ff40ecda73178dfcad24e26240d684356ef20793) * bpo-31234: Try to fix lock_tests warning (#3557) Try to fix the "Warning -- threading_cleanup() failed to cleanup 1 threads" warning in test.lock_tests: wait a little bit longer to give time to the threads to complete. Warning seen on test_thread and test_importlib. (cherry picked from commit 096ae3373abac2c8b3a26a3fe33cc8bd4cbccd4e) 01 June 2018, 13:51:02 UTC
95681c7 bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312) * bpo-31479: Always reset the signal alarm in tests Use "try: ... finally: signal.signal(0)" pattern to make sure that tests don't "leak" a pending fatal signal alarm. * Move two more alarm() calls into the try block Fix also typo: replace signal.signal(0) with signal.alarm(0) * Move another signal.alarm() into the try block (cherry picked from commit 9abee722d448c1c00c7d4e11ce242ec7b13e5c49) 01 June 2018, 13:23:10 UTC
8f7bd30 test.bisect: Update from master, fix typos (#7311) 01 June 2018, 12:32:36 UTC
99ba73d bpo-31009: Move fd_count() to test.support (#7308) * Move fd_count() from test.libregrtest.refleak to test.support * Fix support.fd_count() on Windows: Call CrtSetReportMode() to not kill the process on invalid file descriptor if Python is compiled in debug mode. 01 June 2018, 11:47:24 UTC
1d5198f bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7307) (cherry picked from commit e905c84494526363086f66a979e317e155bf9536) Co-authored-by: pkerling <pkerling@casix.org> 01 June 2018, 11:12:11 UTC
b9afe64 bpo-33692: Update pythoninfo from master (GH-7301) * bpo-33717: pythoninfo: add CC --version (GH-7290) 01 June 2018, 10:09:59 UTC
500a419 [3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (GH-5337) (#6536) When an unawaited coroutine is collected very late in shutdown -- like, during the final GC at the end of PyImport_Cleanup -- then it was triggering an interpreter abort, because we'd try to look up the "warnings" module and not only was it missing (we were prepared for that), but the entire module system was missing (which we were not prepared for). I've tried to fix this at the source, by making the utility function get_warnings_attr robust against this in general. Note that it already has the convention that it can return NULL without setting an error, which is how it signals that the attribute it was asked to fetch is missing, and that all callers already check for NULL returns. There's a similar check for being late in shutdown at the top of warn_explicit, which might be unnecessary after this fix, but I'm not sure so I'm going to leave it.. (cherry picked from commit dba976b8a28d6e5daa66ef31a6a7c694a9193f6a) Co-authored-by: Nathaniel J. Smith <njs@pobox.com> 31 May 2018, 10:20:46 UTC
55d9e86 [3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276) 85% of them are already links. (cherry picked from commit 0a36ac1a09587735237c5978ebd046313922869c) 31 May 2018, 06:11:07 UTC
0fe3be0 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269) (cherry picked from commit a5c42284e69fb309bdd17ee8c1c120d1be383012) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 31 May 2018, 06:10:28 UTC
c2870b6 bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266) Fix test_ignore() of multiprocessing tests like test_multiprocessing_forkserver: use support.PIPE_MAX_SIZE to make sure that send_bytes() blocks. (cherry picked from commit 5d6c7ed5e340b2311a15f34e968d4bef09c71922) 31 May 2018, 05:35:03 UTC
7da7a01 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257) (cherry picked from commit 495e567a2b3bbe3b99f0c253edf12997a9ff4ee1) Co-authored-by: Dmitry Shachnev <mitya57@users.noreply.github.com> 30 May 2018, 23:35:15 UTC
7301dd9 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) (cherry picked from commit 05f1c8902c78dce66aed067444e2b973221bae2b) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 30 May 2018, 17:37:52 UTC
b729af3 regrtest: repeat summary after re-run (GH-7159) (GH-7245) Using -w, when failing tests are re-run in verbose mode, display again the tests results at the end. (cherry picked from commit c6c05d0e69cd5a7d0205019c29a1236b7bf3f5b9) 30 May 2018, 15:41:30 UTC
f7a19c2 bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244) Check which readline implementation is used based on the readline docstring. 30 May 2018, 14:49:07 UTC
be325e6 Improve ensurepip's --help (GH-4686) (GH-7239) * Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help. (cherry picked from commit e9537ad6a128924dd610bea2268065500c174181) Co-authored-by: Wieland Hoffmann <mineo@users.noreply.github.com> 30 May 2018, 11:56:19 UTC
3b263e6 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224) 29 May 2018, 23:20:01 UTC
51bf38f bpo-30935: update get_event_loop docs (GH-2731) (cherry picked from commit e55de2d77f10d524be0b426e587fbc820f76de71) Co-authored-by: Mandeep Singh <daxlab@users.noreply.github.com> 29 May 2018, 19:33:29 UTC
6aacc16 Fix ci for 3.6 / asyncio / test_stdin_broken_pipe (#7212) 29 May 2018, 18:57:38 UTC
5e9e9db bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (#7205) (cherry picked from commit a9cab433bbf02f3a1de59d14dc8f583181ffe2d5) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com> 29 May 2018, 15:59:27 UTC
e151f83 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180) [3.6 backport of 989b9e0] 29 May 2018, 04:55:27 UTC
7593b8a bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188) Fix a race condition in SSLProtocol.connection_made() of asyncio.sslproto: start immediately the handshake instead of using call_soon(). Previously, data_received() could be called before the handshake started, causing the handshake to hang or fail. (cherry picked from commit be00a5583a2cb696335c527b921d1868266a42c6) 29 May 2018, 04:46:48 UTC
325320d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (GH-7190) 29 May 2018, 02:27:11 UTC
08beaf7 bpo-33670: Expose Sphinx errorlevel (GH-7156) (cherry picked from commit 8c1ad0c4f69390fded09012e1ed5242c45753bb4) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 29 May 2018, 01:49:50 UTC
a6d6bd7 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) (cherry picked from commit fdccfe09f0b10776645fdb04a0783d6864c32b21) Co-authored-by: Yury Selivanov <yury@magic.io> 29 May 2018, 01:32:17 UTC
d8af830 bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) (cherry picked from commit 3d3e66c2daebd8e6b18944eac7546168c0006c78) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 29 May 2018, 01:08:17 UTC
100db0b bro-33614: Override exit code in find_msbuild.bat (GH-7169) (cherry picked from commit f9b364fe51ac083e3e423b1e2cefe0e1ad7d9a60) Co-authored-by: Steve Dower <steve.dower@microsoft.com> 28 May 2018, 22:38:30 UTC
7e8819a bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (#7154) Fixed bug where calling write_eof() on a _SelectorSocketTransport after it's already closed raises AttributeError. (cherry picked from commit 23f587e395e41bd5e116312b036183f42bc4159b) Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com> 28 May 2018, 20:25:03 UTC
c489a76 bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) (cherry picked from commit e97ba4c690613d734843db218aeedce2f0e5937f) Co-authored-by: Steve Dower <steve.dower@microsoft.com> 28 May 2018, 20:16:07 UTC
6ec325d bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (cherry picked from commit 08c5aca9d13b24b35faf89ebd26fc348ae1731b2) Co-authored-by: Marcel Plch <gmarcel.plch@gmail.com> 28 May 2018, 16:37:10 UTC
ae27dee bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) The failure may be due to the use oF ZFS, a case we already ignore for Solaris-based systems where ZFS is frequently used. (cherry picked from commit 09c4a7dee2eb39b515e5f499f184257cdbe9cb42) Co-authored-by: Ned Deily <nad@python.org> 26 May 2018, 21:57:59 UTC
717204f [3.6] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) (GH-7128) * [3.6] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829). (cherry picked from commit 6e33f810c9e3a549c9379f24cf1d1752c29195f0) Co-authored-by: Andrés Delfino <adelfino@gmail.com> * Typo fix spotted by Guido 26 May 2018, 17:41:12 UTC
9ba3be4 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) (GH-7125) (cherry picked from commit 19de8b3dd742fb53681478ad4fff57ed7c37a953) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 26 May 2018, 10:17:08 UTC
ecd0bb2 test.regrtest: flush stdout when display progress (GH-7105) runtest_mp.py: call print() with flush=True. (cherry picked from commit 4f0bc7f7ab6ec23594b0efe11d082f78ae42abed) Co-authored-by: Victor Stinner <vstinner@redhat.com> 25 May 2018, 17:08:23 UTC
20b797d bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) (cherry picked from commit ef91ddeae79497fac25545dd68ee55a5a3c60e8d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 25 May 2018, 11:02:54 UTC
749afe8 [3.6] bpo-26819: Prevent proactor double read on resume (GH-6921) (#7110) The proactor event loop has a race condition when reading with pausing/resuming. `resume_reading()` unconditionally schedules the read function to read from the current future. If `resume_reading()` was called before the previously scheduled done callback fires, this results in two attempts to get the data from the most recent read and an assertion failure. This commit tracks whether or not `resume_reading` needs to reschedule the callback to restart the loop, preventing a second attempt to read the data.. (cherry picked from commit 4151061855b571bf8a7579daa7875b8e243057b9) Co-authored-by: CtrlZvi <viz+github@flippedperspective.com> 25 May 2018, 08:03:25 UTC
36f066a Document typing.NoReturn (GH-7107) (cherry picked from commit 6e413f4327a68c4c7d62e0b6d0f9144be11dd6cd) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 25 May 2018, 04:56:24 UTC
fc0356d bpo-33629: Prevent coredump in test_importlib (GH-7090) bpo-32374, bpo-33629: Use support.SuppressCrashReport() in test_bad_traverse() of MultiPhaseExtensionModuleTests to prevent leaking a core dump file. (cherry picked from commit 483000e164ec68717d335767b223ae31b4b720cf) Co-authored-by: Victor Stinner <vstinner@redhat.com> 24 May 2018, 21:07:44 UTC
f0e04b2 [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095) * Fixed a leak when the GC fails to add an object with __del__ into the gc.garbage list. * PyGC_Collect() can now be called when an exception is set and preserves it. * Fixed an undefined behavior with comparing a dead pointer with NULL. (cherry picked from commit 301e3cc8a5bc68c5347ab6ac6f83428000d31ab2) 24 May 2018, 13:05:38 UTC
935c81b bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) (cherry picked from commit 8506016f904ba6bc27bf5261f27a0bdd5945cd26) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com> 24 May 2018, 03:16:33 UTC
32adddb [3.6] Improve comments in test_idle.py. (GH-7057) (GH-7060) (cherry picked from commit 2a6d5da) 22 May 2018, 18:34:18 UTC
2baee0a bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) (cherry picked from commit ae00fb1d4f38ea1803b10d798564740adcdad63e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 22 May 2018, 13:26:43 UTC
93e9fb5 [3.6] bpo-5945: Improve mappings and sequences C API docs. (GH-7029). (GH-7049) (cherry picked from commit f5b1183610d5888db3bbd639b1a0c945dbd8f8dd) 22 May 2018, 11:54:14 UTC
1b48b9c [3.6] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7051) Also remove bullet asterisks from IDLE entries. (cherry picked from commit aef639f62677f8a342af24e9c19f0503b0d1e36e) 22 May 2018, 11:53:37 UTC
ab90ea2 Fix lambda parameters being refered as arguments (GH-7037) (cherry picked from commit 268cc7c3f8f58075b42ff0cd6b6c6c5d76044895) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 22 May 2018, 08:07:35 UTC
0c1e7d8 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) (cherry picked from commit 1179f4b40f375af5c59cd4b6be9cc313fa0e1a37) Co-authored-by: INADA Naoki <methane@users.noreply.github.com> 22 May 2018, 02:18:41 UTC
e9e2fd7 [3.6] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7014) uuid._ipconfig_getnode did not validate the maximum length of the value, so long as the value had the same type of formatting as a MAC address. This let it select DUIDs as MAC addresses. It now requires an exact length match. (cherry picked from commit c66c342cb42ab8a88884527ddfe3a5086bc06316) Co-authored-by: CtrlZvi <viz+github@flippedperspective.com> 21 May 2018, 12:20:55 UTC
7208bfb [3.6] bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7025) * bpo-33263 Fix FD leak in _SelectorSocketTransport. (GH-6450) Under particular circumstances _SelectorSocketTransport can try to add a reader even the transport is already being closed. This can lead to FD leak and invalid stated of the following connections. Fixed the SelectorSocketTransport to add the reader only if the trasport is still active.. (cherry picked from commit a84d0b361a26c05c6fadc6640591ec3feee5bfb5) 21 May 2018, 10:09:49 UTC
983e965 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (cherry picked from commit 0c4be82890858f874ff2158b0fcfdb8f261569c0) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 20 May 2018, 15:57:42 UTC
82c9adb bpo-30940: Updating round() docs. (GH-6342) (cherry picked from commit 900c48dba3f3eb8fb03ea766a5646f81c3bf3e9c) Co-authored-by: Lisa Roach <lisaroach14@gmail.com> 20 May 2018, 15:29:45 UTC
cef1f87 Docs: be less specific about python versions (GH-6985) CPython 3.5 is old now, and we don't bump this version often, so lets avoid using specific versions. (cherry picked from commit 9572132ab3c2edddb8087a0112116da866373f79) Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com> 20 May 2018, 15:09:58 UTC
49418f6 [3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006) * repr() was called for a borrowed link. * str() was used instead of repr() in formatting one error message. (cherry picked from commit 6655354afcd116c27486bb5ba1dfa50b369d8d85) 20 May 2018, 14:33:55 UTC
10a122c bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (cherry picked from commit 8ae8e6af37f29163ee263e293570cb892dc5b5d5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 20 May 2018, 05:47:05 UTC
09a5c07 [3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997) (cherry picked from commit 6b0d09b) 20 May 2018, 03:50:21 UTC
83aedc4 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) (cherry picked from commit 654038d896d78a8373b60184f335acd516215acd) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com> 19 May 2018, 20:17:18 UTC
66b3f53 [3.6] Fix typos '.::' should typically just be '::'. (GH-6165). (GH-6895) (cherry picked from commit 78553138be3b38d361bded8e641a2a4fd65a9d16) 19 May 2018, 07:28:28 UTC
a5f33a8 bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6939) (cherry picked from commit dff46758f267ad6c13096c69c4e1dee17f9969aa) Co-authored-by: Gregory P. Smith <greg@krypto.org> Google 19 May 2018, 00:55:05 UTC
fb5d0aa [3.6] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6935) (cherry picked from commit d5f144260886959c1fe06bc4506a23fd10f92348) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 18 May 2018, 23:44:21 UTC
c6a5cc8 bpo-33556: Remove reference to thread module from docstring (GH-6963) (cherry picked from commit 5634331a76dfe9fbe4b76475e11307a0922d6a15) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> 18 May 2018, 19:32:12 UTC
09eb6fe bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows (GH-5120) (cherry picked from commit af11a15c586e980a157c04ee60b6e33dc7228f3f) 18 May 2018, 17:38:19 UTC
e6e440a Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) (cherry picked from commit bde3e0bf096219234321ca9898fc3d3aed598453) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 18 May 2018, 13:53:42 UTC
eb4590e bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (cherry picked from commit d89ca94847d943b883ebcc68e4f0a18cb042ed0d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 18 May 2018, 01:25:25 UTC
950d091 Disable multissltests.py under VSTS (GH-6955) 17 May 2018, 20:12:20 UTC
3467626 Only upload docs for CI build and not pull requests (GH-6945) (GH-6948) (cherry picked from commit 48b1f3773cecb0aec2b14d972bf8453e4e8f807f) Co-authored-by: Steve Dower <steve.dower@microsoft.com> 17 May 2018, 18:30:09 UTC
0d8f83f bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925) 17 May 2018, 13:46:00 UTC
e4cd12d [3.6] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6885) (cherry picked from commit 19177fbd5d6d9b29ccc302d65f9d9417ece082ce) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be> 16 May 2018, 14:08:23 UTC
5e8c526 bpo-32384: Skip test when _testcapi isn't available (GH-4940) (cherry picked from commit 4cc3eb48e1e8289df5153db1c701cae263a1ef86) Co-authored-by: Isaiah Peng <isaiah@users.noreply.github.com> 16 May 2018, 09:17:25 UTC
8fa36b6 bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888) 16 May 2018, 06:39:13 UTC
47793de bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) (cherry picked from commit 038b21f2caaed0f02fee524277cc61e2c6ae0e9a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 16 May 2018, 01:14:51 UTC
1b0d65f [3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879) They become full keywords in 3.7. 16 May 2018, 00:10:46 UTC
7c59a33 bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) Added to the eye-verified htest, not to the unittests. Also remove some stray leftover comments. (cherry picked from commit 389a48ede92bf7965889d554d2cd17b50d6e3d86) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 15 May 2018, 20:48:14 UTC
e618e96 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6864) This is a backport of the documentation part of GH-6862 Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> 15 May 2018, 17:31:47 UTC
c50e5b1 bpo-31947: remove None default for names param in Enum._create_ GH-4288 (GH-6485) (cherry picked from commit b8e21f12891382bc0aac5ccd13dcb4a990d65e0a) Co-authored-by: anentropic <ego@anentropic.com> 15 May 2018, 15:19:50 UTC
726894a bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) (cherry picked from commit 735abadd5bd91db4a9e6f4311969b0afacca0a1a) Co-authored-by: Segev Finer <segev208@gmail.com> 15 May 2018, 05:55:52 UTC
295465d Add AsyncContextManager to typing module documentation. (GH-6823) 15 May 2018, 02:07:21 UTC
3936fd7 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6818) The urllib.robotparser's __str__ representation now includes wildcard entries and the "Crawl-delay" and "Request-rate" fields. (cherry picked from commit c3fa1f2b93fa4bf96a8aadc74ee196384cefa31e) Co-authored-by: Michael Lazar <lazar.michael22@gmail.com> 14 May 2018, 22:03:56 UTC
914bad6 Add versionchanged in create_datagram_endpoint doc (GH-4697) Most of the parameters were added in 3.4.4 (b9bf913ab32), but this change was not documented (cherry picked from commit 0ded580403d470651a963b0915c7a52de627c45e) Co-authored-by: Romuald Brunet <romuald@chivil.com> 14 May 2018, 20:12:47 UTC
9fd5b5f bpo-22069: Update TextIO documentation (GH-6609) Clarify that flush is implied when the call to write contains a newline character. (cherry picked from commit 7ffd4c58fae08b29259eebd6cbcd2287820b14e8) Co-authored-by: Elena Oat <oat.elena@gmail.com> 14 May 2018, 16:18:07 UTC
48fdbbf bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) This happens in the NixOS build sandbox, for example, where the only other user is nobody with home directory /. (cherry picked from commit 5c0d462689e1a69537eaeba6ab94e3ff3524fc31) Co-authored-by: Anders Kaseorg <andersk@mit.edu> 14 May 2018, 14:45:34 UTC
0d17e60 bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) The hash implementation casts the input pointer to uint64_t* and directly reads from this, which may cause unaligned accesses. Use memcpy() instead so this code will not crash with SIGBUS on sparc. https://bugs.gentoo.org/show_bug.cgi?id=636400 (cherry picked from commit 1e2ec8a996daec65d8d5a3d43b66a9909c6d0653) Co-authored-by: Rolf Eike Beer <eike@sf-mail.de> 13 May 2018, 11:40:03 UTC
308dbe0 Backport recent typing updates (GH-6759) 11 May 2018, 03:15:14 UTC
7488c79 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) (cherry picked from commit df00f048250b9a07195b0e3b1c5c0161fdcc9db8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 10 May 2018, 14:38:20 UTC
8ac158a bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) (cherry picked from commit d518d8bc8d5dac1a1270612f424d33e0e5afc2b5) Co-authored-by: Oren Milman <orenmn@gmail.com> 09 May 2018, 22:27:59 UTC
fa40fc0 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) (cherry picked from commit ddb6215a55b0218b621d5cb755e9dfac8dab231a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 09 May 2018, 09:00:13 UTC
6079b60 Fix superfluous if in documentation. (GH-6728) (cherry picked from commit b3c369861b22268dac003eb995951726c972e5ee) Co-authored-by: Julien Palard <julien@palard.fr> 09 May 2018, 08:10:12 UTC
7f4f94d Fix typo in __mul__ and __rmul__ docstring (GH-6674) (cherry picked from commit 0904f766e116c269675317e11368a4d29eef0bc6) Co-authored-by: Grant Jenks <grant.jenks@gmail.com> 09 May 2018, 05:49:57 UTC
back to top