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

sort by:
Revision Author Date Message Commit Date
fecad4a [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) Also remove bullet asterisks from IDLE entries. (cherry picked from commit aef639f62677f8a342af24e9c19f0503b0d1e36e) 22 May 2018, 11:53:08 UTC
3718f92 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) Thread Specific Storage (TSS) API is a public C API (new in 3.7). (cherry picked from commit 55bfe690d570958a66ee6c7b15fc8daca0f9c2d3) Co-authored-by: Masayuki Yamamoto <ma3yuki.8mamo10@gmail.com> 22 May 2018, 08:59:33 UTC
e1a78ca bpo-5945: Improve mappings and sequences C API docs. (GH-7029) (cherry picked from commit f5b1183610d5888db3bbd639b1a0c945dbd8f8dd) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 22 May 2018, 08:23:20 UTC
d9055f8 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:28 UTC
2b4ed5d 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> 21 May 2018, 14:51:00 UTC
316f869 Use IPv4 only to avoid IP address collision (GH-7030) (cherry picked from commit b7555babe95ee0db2f1224ec53cfe68a005448a1) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> 21 May 2018, 12:30:06 UTC
4d39ade Fix asyncio flaky tests (GH-7023) (#7024) (cherry picked from commit e2537521916c5bf88fcf54d4654ff1bcd332be4a) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> 21 May 2018, 11:47:29 UTC
b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) * 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) Co-authored-by: Vlad Starostin <drtyrsa@yandex.ru> 21 May 2018, 08:35:25 UTC
4ecdc11 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012) (cherry picked from commit 0c4be82890858f874ff2158b0fcfdb8f261569c0) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 20 May 2018, 22:51:37 UTC
98a18de Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020) (cherry picked from commit dd281873baeaade38ceee70b10e649cfaadcf15a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 20 May 2018, 21:44:12 UTC
b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) Fix typo from commit 6370f345e1d5829e1fba59cd695c8b82c5a8c620 (cherry picked from commit d361e99868a9eaa7ffce9341e1207705dbb66b50) Co-authored-by: Christian Heimes <christian@python.org> 20 May 2018, 18:22:50 UTC
073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) 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> 20 May 2018, 15:40:10 UTC
736e3b3 bpo-30940: Updating round() docs. (GH-6342) (GH-7009) (cherry picked from commit 900c48dba3f3eb8fb03ea766a5646f81c3bf3e9c) Co-authored-by: Lisa Roach <lisaroach14@gmail.com> 20 May 2018, 15:28:15 UTC
296b60a Docs: be less specific about python versions (GH-6985) (GH-7008) 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:14:39 UTC
b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) (cherry picked from commit 64fddc423fcbe90b8088446c63385ec0aaf3077c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 20 May 2018, 15:06:08 UTC
52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) Fix the following bugs in the C implementation: * get_future_loop() silenced all exceptions raised when look up the get_loop attribute, not just an AttributeError. * enter_task() silenced all exceptions raised when look up the current task, not just a KeyError. * repr() was called for a borrowed link in enter_task() and task_step_impl(). * str() was used instead of repr() in formatting one error message (in Python implementation too). * There where few reference leaks in error cases. (cherry picked from commit 6655354afcd116c27486bb5ba1dfa50b369d8d85) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 20 May 2018, 14:34:28 UTC
28ea38b bpo-26819: Prevent proactor double read on resume (GH-6921) 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> 20 May 2018, 10:57:32 UTC
f0af69f bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000) (cherry picked from commit 8ae8e6af37f29163ee263e293570cb892dc5b5d5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 20 May 2018, 05:49:13 UTC
15f3d0c [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998) (cherry picked from commit 63536bd286097e770909052052a21804a5e09b66) Co-authored-by: Elvis Pranskevichus <elvis@magic.io> 20 May 2018, 03:39:45 UTC
222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) (cherry picked from commit 6b0d09b8f06e6967fa3d41425cecf6499a353a6d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 20 May 2018, 02:01:26 UTC
6414da9 Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993) (cherry picked from commit 4857543a090c6c1ad20e935b2d7e88bbf2cbcc01) Co-authored-by: Carl Meyer <carl@oddbird.net> 19 May 2018, 23:14:42 UTC
0efa135 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:28:03 UTC
436972e bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938) (cherry picked from commit dff46758f267ad6c13096c69c4e1dee17f9969aa) Co-authored-by: Gregory P. Smith <greg@krypto.org> Google 19 May 2018, 00:55:45 UTC
a3a554a [3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934) (cherry picked from commit d5f144260886959c1fe06bc4506a23fd10f92348) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 18 May 2018, 23:44:18 UTC
09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) (cherry picked from commit f65e31fee3b55dfb6ed5398179d5c5d6b502dee5) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 18 May 2018, 23:27:14 UTC
abde17e 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:46:43 UTC
bef7031 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:48:36 UTC
b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) (cherry picked from commit d89ca94847d943b883ebcc68e4f0a18cb042ed0d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 18 May 2018, 02:04:23 UTC
efa6427 bpo-33559: Attribute changed repr of exceptions (GH-6954) (cherry picked from commit fb9dd8915314d857161de89fcbbb041f2b49fc22) Co-authored-by: Miro Hrončok <miro@hroncok.cz> 17 May 2018, 20:09:57 UTC
df4852c Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952) (cherry picked from commit c0ee341b29bd7d978b49272a2c0e2dcfa77404d5) Co-authored-by: Carl Meyer <carl@oddbird.net> 17 May 2018, 19:35:27 UTC
f34ade3 asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949) (cherry picked from commit d8d715f5148d0c10e93a79bc4172fbd9c5b3a86e) Co-authored-by: Yury Selivanov <yury@magic.io> 17 May 2018, 19:10:56 UTC
54fc497 bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950) (cherry picked from commit 631753fcc5e88bbbad402933e77295675cfe1fee) Co-authored-by: Miro Hrončok <miro@hroncok.cz> 17 May 2018, 18:41:07 UTC
d27bc91 Only upload docs for CI build and not pull requests (GH-6945) (cherry picked from commit 48b1f3773cecb0aec2b14d972bf8453e4e8f807f) Co-authored-by: Steve Dower <steve.dower@microsoft.com> 17 May 2018, 18:06:03 UTC
56882db Provide a little better debug output (GH-6940) (#6942) (cherry picked from commit 273f51f5ca9dd0420d327c95281b24078f8feeef) Co-authored-by: Barry Warsaw <barry@python.org> 17 May 2018, 16:53:24 UTC
6417d33 bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941) (cherry picked from commit 0ed66df5242138fc599b4735749e55f953d9a1e4) Co-authored-by: Barry Warsaw <barry@python.org> 17 May 2018, 16:27:49 UTC
8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) (cherry picked from commit e5f41d2f1e0b8b8e61d5fa427c19bd1ea90fd9a3) Co-authored-by: Steve Dower <steve.dower@microsoft.com> 17 May 2018, 12:49:01 UTC
54a5247 Update Python Folder.icns icon file to match new macOS look (GH-1780) (GH-6930) (cherry picked from commit 74fc9c0c09ba72de39f9b71a61ac8506304b6266) Co-authored-by: Thomas Jones <thomas@tomtecsolutions.com> 17 May 2018, 09:17:35 UTC
216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) `obj.async` is now a syntax error, so the warning/shim is quasi-unnecessary. (cherry picked from commit f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8) Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> 17 May 2018, 09:01:02 UTC
d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) The editline emulation needs to be initialized *after* the name is defined. This fixes the long open issue. (cherry picked from commit c2f082e9d164acfa8f96de9526f0f47ae92c426a) Co-authored-by: Zvezdan Petkovic <zpetkovic@acm.org> 17 May 2018, 07:27:33 UTC
9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) (cherry picked from commit 2d2d3b170bdebc085900bfa2a3bc81b5d132d0a8) Co-authored-by: Nina Zakharenko <nzakharenko@gmail.com> 16 May 2018, 22:04:39 UTC
0c62e09 bpo-32216: Update dataclasses documentation (GH-6913) (#6918) (cherry picked from commit 713a9367366c88662c39ed20dd6bce22399299f1) Co-authored-by: Barry Warsaw <barry@python.org> 16 May 2018, 20:37:14 UTC
447fdd1 bpo-24318: Rewrite the README PGO section. (GH-6863) * bpo-24318: Rewrite the README PGO section. Merged from a phone on an airplane. :) (cherry picked from commit 93f9a8a5afb58b1d2e4f27bb46d3d4e0fa8c08f0) Co-authored-by: Gregory P. Smith <greg@krypto.org> 16 May 2018, 16:34:57 UTC
6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) (cherry picked from commit 4e81296b1874829912c687eba4d39361ab51e145) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 16:28:22 UTC
e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 67c48016638aac9a15afe6fd6754d53d2bdd6b76) Co-authored-by: Christian Heimes <christian@python.org> 16 May 2018, 14:26:19 UTC
51b2f6d bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872) (cherry picked from commit 19177fbd5d6d9b29ccc302d65f9d9417ece082ce) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be> 16 May 2018, 14:05:46 UTC
81defcc Minor tweaks to dataclasses docs. (GH-6903) (cherry picked from commit 7a1c02750171d9895754da5d560700aaba93da56) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 13:47:59 UTC
8e20fc3 bpo-33534: Remove unneeded test. (GH-6897) This condition as already tested before this code is called. (cherry picked from commit 9285835a05ad0319acef111340266c0f85ed549c) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 11:46:32 UTC
8d486fb Reflow dataclasses comments (GH-6893) To be more consistent with other code (and so people stop hassling me!), reflow the dataclasses comments to not use a single space indentation when continuing a paragraph of text. (cherry picked from commit f8e7549490d61c92b34bf2de3e03ba2f7b0ac6e1) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 09:49:29 UTC
04e96da bpo-32216: Add documentation for dataclasses (GH-6886) This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from. (cherry picked from commit 98d50cb8f57eb227c373cb94b8680b12ec8aade5) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 09:17:03 UTC
4af6110 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, 08:35:06 UTC
c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) (cherry picked from commit 2a7bacbd913cf2bf568b3c0f85a758946d3cf4e9) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 16 May 2018, 04:22:13 UTC
3d48443 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, 00:48:17 UTC
2cdb70a bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869) (cherry picked from commit 8709b236fc997077d24b4802320db287640f82e2) Co-authored-by: Barry Warsaw <barry@python.org> 15 May 2018, 21:24:26 UTC
820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) Don't crash on warnings.warn_explicit() if module_globals is not a dict. (cherry picked from commit b056562860c227bad2e0ba7cd3130e115c007768) Co-authored-by: Victor Stinner <vstinner@redhat.com> 15 May 2018, 20:56:28 UTC
8717cfe 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, 19:57:13 UTC
f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) Also bump PendingDeprecationWarning to DeprecationWarning. (cherry picked from commit 9eb40bc38de83e6ad3fad1931bba1cd36ae88c24) Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> 15 May 2018, 17:30:06 UTC
6bd0c47 bpo-32604: Remove xid registry. (#6813) Remove the interpreters testing helper (and xid registry). 15 May 2018, 13:56:18 UTC
5c7e079 bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) (cherry picked from commit 01abc6ec3a61769c55ee86834a432fb97801d28f) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 15 May 2018, 13:01:51 UTC
28ff86e Remove accidentally checked in files. (GH-6835) (GH-6844) (cherry picked from commit 046d311654eb15ccc8f471290334f7ac6aad5f15) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 15 May 2018, 08:48:07 UTC
2ce72e2 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:40:27 UTC
cc598ae Add AsyncContextManager to typing module documentation. (GH-6822) (cherry picked from commit b7b493e2fb00414e4766e1455cfd26ef15c4e5b8) Co-authored-by: Travis DePrato <773453+travigd@users.noreply.github.com> 15 May 2018, 01:10:47 UTC
b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) (cherry picked from commit 3059042410dce69806b94be72d5c8055d616f3a3) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 14 May 2018, 23:57:30 UTC
3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) (cherry picked from commit 00717a46a120dd8c8c74970fd75d201a5f42ab18) Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> 14 May 2018, 23:42:30 UTC
5195039 bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840) (cherry picked from commit d063b84d9ee435e9ae981c18faccaff5562792c3) Co-authored-by: Ned Deily <nad@python.org> 14 May 2018, 22:21:10 UTC
e8f968d bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) (cherry picked from commit 545c955be997efd6b3827b981024e6b9945d82d1) Co-authored-by: Amber Brown <hawkowl@atleastfornow.net> 14 May 2018, 22:20:06 UTC
8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) Remove os.posix_spawn, the API isn't complete and we're still figuring out how it should look. wait for 3.8. 14 May 2018, 21:52:43 UTC
c6348cf 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:38 UTC
c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) The urllib.robotparser's __str__ representation now includes wildcard entries and the "Crawl-delay" and "Request-rate" fields. (cherry picked from commit bd08a0af2d88c590ede762102bd42da3437e9980) Co-authored-by: Michael Lazar <lazar.michael22@gmail.com> 14 May 2018, 18:14:30 UTC
67d1968 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807) (cherry picked from commit f04224210d93212bd9ad17d67ef5e1c70171a13e) Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> 14 May 2018, 17:45:45 UTC
ceb45f0 bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) (cherry picked from commit 2473eea65d592a80a5362a00362738a33196aba1) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 14 May 2018, 17:31:10 UTC
050e041 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:08:53 UTC
2e01f7d 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:22:05 UTC
f1ee4a2 [3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) ./.github/PULL_REQUEST_TEMPLATE.md:8: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:10: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:19: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:21: MD031 Fenced code blocks should be surrounded by blank lines. (cherry picked from commit 5cd22cf2097a6dd209999cf97858d54564a3be87) Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com> 14 May 2018, 01:26:58 UTC
8ed545f 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:17:07 UTC
6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) Pass os.environ's copy to new process created at test_posix: test_specify_environment. Otherwise important variables such as LD_LIBRARY_PATH are not set and the child process might not work at all in an environment where such variables are required for Python to function. (cherry picked from commit 7ec8f28656ea9d84048e9b5655375c6a74a59f53) Co-authored-by: Miro Hrončok <miro@hroncok.cz> 11 May 2018, 06:01:44 UTC
c5444b3 Fix a bug in Generic.__new__ (GH-6758) (cherry picked from commit b551e9f0ff25018a5606465003e2c51c04f693a3) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 11 May 2018, 03:30:47 UTC
22df418 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:06 UTC
8ffff34 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, 08:54:38 UTC
c587235 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:02 UTC
a0ff519 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:47 UTC
263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) (cherry picked from commit ac9240b9be31d073d1b2e50ce53481ff0fc9ed23) Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be> 09 May 2018, 04:38:00 UTC
3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) This also fixes https://bugs.python.org/issue33420 (cherry picked from commit 43d12a6bd82bd09ac189069fe1eb40cdbc10a58c) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 09 May 2018, 01:44:09 UTC
101d0d5 bpo-32717: Document PEP 560 (GH-6726) (cherry picked from commit bd5f96581bf23f6d05fc106996428a8043b6b084) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 08 May 2018, 18:52:36 UTC
6049bda [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713) (cherry picked from commit cedc9b74202d8c1ae39bca261cbb45d42ed54d45) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 06 May 2018, 07:20:12 UTC
351782b bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) Also update the list of string prefixes. (cherry picked from commit b2043bbe6034b53f5ad337887f4741b74b70b00d) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 05 May 2018, 16:42:56 UTC
6a56790 bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) (cherry picked from commit 491bbedc209fea314a04cb3015da68fb0aa63238) Co-authored-by: lekma <lekmalek@gmail.com> 02 May 2018, 09:50:48 UTC
01e19f8 bump to 3.7.0b4+ 02 May 2018, 09:01:31 UTC
eb96c37 3.7.0b4 02 May 2018, 07:41:45 UTC
3c5d3f5 Enable the verbose build for extension modules with GNU make (GH-6659) (#6662) (cherry picked from commit 10f715d71218ece737f990fa55027b8e1120cc3a) Co-authored-by: Matthias Klose <doko42@users.noreply.github.com> 02 May 2018, 06:57:24 UTC
9da7ee4 bpo-33393: Update config.guess and config.sub files (GH-6658) (#6661) (cherry picked from commit 7e3545c70cdecd86ffa8fcbffd79b4f78560679f) Co-authored-by: Matthias Klose <doko42@users.noreply.github.com> 02 May 2018, 06:54:51 UTC
50903bf Mitigate macOS race condition in installer build (GH-6686) (GH-6687) (cherry picked from commit fc6aa28bfd0502d994cec30bd3679b7def3be2af) Co-authored-by: Ned Deily <nad@python.org> 02 May 2018, 05:45:59 UTC
1470e43 bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6684) Currently, "pip3 install --upgrade pip" unconditionally installs a "pip" alias even for Python 3. If a user has an existing Python 3.x installed from a python.org macOS installer and then subsequently manually updates to a new version of pip, there may now be a stray "pip" alias in the Python 3.x framework bin directory which can cause confusion if the user has both a Python 2.7 and 3.x installed; if the Python 3.x fw bin directory appears early on $PATH, "pip" might invoke the pip3 for the Python 3.x rather than the pip for Python 2.7. To try to mitigate this, the macOS installer script for the ensurepip option will unconditionally remove "pip" from the 3.x framework bin directory being updated / installed. (The ambiguity can be avoided by using "pythonx.y -m pip".) (cherry picked from commit 0dd80709b5dc03756e7f4510761ae60236bb9f6d) Co-authored-by: Ned Deily <nad@python.org> 02 May 2018, 05:43:59 UTC
d74f353 bpo-33281: NEWS and ACK (GH-6681) (GH-6682) (cherry picked from commit 69a013ec189f93a0dea97cfdbb3adc348648a666) Co-authored-by: Ned Deily <nad@python.org> 02 May 2018, 02:52:42 UTC
c74ca53 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) (cherry picked from commit d06d345f04b3f7e5b318df69b1d179328a64ca9c) Co-authored-by: Ray Donnelly <mingw.android@gmail.com> 02 May 2018, 02:51:31 UTC
0596f31 bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660) (cherry picked from commit ddbe976964933cb943c6383a776e800cc7e0f47d) Co-authored-by: Matthias Klose <doko42@users.noreply.github.com> 01 May 2018, 14:40:17 UTC
77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) (cherry picked from commit ef347535f289baad22c0601e12a36b2dcd155c3a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 01 May 2018, 14:18:44 UTC
e4eeb6e bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) Previously emitted cover files only when --missing option was used. (cherry picked from commit 47ab15470d72367694d7758004067313ae022f0e) Co-authored-by: Michael Selik <mike@selik.org> 01 May 2018, 04:06:00 UTC
8075868 bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656) (cherry picked from commit c3b7a6dfb9c7e69093c9fe78ab587e14743e5152) Co-authored-by: Andrés Delfino <adelfino@gmail.com> 30 April 2018, 20:36:49 UTC
2e5fa38 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) (cherry picked from commit 3ab9365dca8438f89b2060cd3eebe00606133dc4) Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com> 30 April 2018, 19:30:26 UTC
887b5f8 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) In text and entry boxes, this affects selection by double-click, movement left/right by control-left/right, and deletion left/right by control-BACKSPACE/DEL. (cherry picked from commit 5ff3a161c8a6b525c5e5b3e36e9c43f5a95bda60) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 30 April 2018, 07:27:50 UTC
back to top