Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458) | Ned Deily | 2017-03-04 | 1 | -6/+7 | |
| | | | (cherry picked from commit 7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d) | |||||
* | [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) | Ned Deily | 2017-03-04 | 9 | -78/+86 | |
| | | | | | | | | | | | * bpo-27593: Get SCM build info from git instead of hg. (#446) sys.version and the platform module python_build(), python_branch(), and python_revision() functions now use git information rather than hg when building from a repo. Based on original patches by Brett Cannon and Steve Dower. (cherry picked from commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178) | |||||
* | Fixes git command (#451) (#452) | Steve Dower | 2017-03-04 | 1 | -1/+1 | |
| | ||||||
* | bpo-27593: Updates Windows build to use information from git (#262) (#450) | Steve Dower | 2017-03-04 | 3 | -18/+18 | |
| | | | * bpo-27593: Updates Windows build to use information from git | |||||
* | bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) | Brett Cannon | 2017-03-03 | 1 | -2/+53 | |
| | | | (cherry picked from commit 0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56) | |||||
* | bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442) | Zachary Ware | 2017-03-03 | 4 | -3/+5 | |
| | ||||||
* | bpo-29709: Improve Boolean Operations documentation (#433) (#437) | Mariatta | 2017-03-03 | 1 | -2/+2 | |
| | | | (cherry picked from commit 8eb531d9db0861e14222445fcaebe1a373bba170) | |||||
* | bpo-29455: Mention coverage.py in trace module documentation (GH-435) | Brett Cannon | 2017-03-03 | 1 | -0/+6 | |
| | | | (cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170) | |||||
* | [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) ↵ | Berker Peksag | 2017-03-03 | 4 | -9/+31 | |
| | | | | | | | | | | (#432) (cherry picked from commit 85b8d01c916b482dac937b93ede1e53b1db0361c) Conflicts: Lib/test/test_configparser.py | |||||
* | Add Python version since deprecation in base64 methods. (#33) (#429) | Berker Peksag | 2017-03-03 | 3 | -6/+25 | |
| | | | | | | | Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce) | |||||
* | Restore NEWS file after incorrect git automerge | Yury Selivanov | 2017-03-03 | 1 | -785/+3 | |
| | ||||||
* | getpass: update docstrings (GH-49) (GH-419) | Mariatta | 2017-03-03 | 1 | -1/+0 | |
| | | | (cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409) | |||||
* | bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) | Mariatta | 2017-03-03 | 1 | -7/+35 | |
| | | | (cherry picked from commit 23557d59b819f57800ddef0b1373acef8e024670) | |||||
* | bpo-28963: Fix out of bound iteration in ↵ | Yury Selivanov | 2017-03-03 | 3 | -1/+33 | |
| | | | | asyncio.Future.remove_done_callback/C (#408) | |||||
* | asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop | Yury Selivanov | 2017-03-03 | 1 | -2/+3 | |
| | ||||||
* | bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) | Seth M. Larson | 2017-03-03 | 3 | -2/+824 | |
| | ||||||
* | bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) | Yury Selivanov | 2017-03-03 | 4 | -11/+31 | |
| | ||||||
* | bpo-28893: Set __cause__ for errors in async iteration protocol (#407) | Yury Selivanov | 2017-03-03 | 3 | -3/+44 | |
| | ||||||
* | bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) ↵ | Yury Selivanov | 2017-03-03 | 4 | -2/+36 | |
| | | | | (#410) | |||||
* | bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402) | Brian Coleman | 2017-03-02 | 2 | -10/+17 | |
| | | | | | | | | allocated. On PyMem_Realloc failure, _PyCode_SetExtra should free co_extra if co_extra->ce_extras could not be allocated. On PyMem_Realloc success, _PyCode_SetExtra should set all unused slots in co_extra->ce_extras to NULL. | |||||
* | In SSL module version examples, don't use a legacy version. (#381) (#400) | Alex Gaynor | 2017-03-02 | 1 | -4/+4 | |
| | ||||||
* | bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397) | Donald Stufft | 2017-03-02 | 1 | -2/+2 | |
| | ||||||
* | email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380) | Mariatta | 2017-03-01 | 1 | -3/+3 | |
| | | | (cherry picked from commit da62373b0d32c14a4137512ef6f13c24fbcaa2c1) | |||||
* | bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) | INADA Naoki | 2017-03-01 | 2 | -6/+11 | |
| | ||||||
* | Fixed a handful of typos (GH-343) (GH-364) | Mariatta | 2017-03-01 | 4 | -7/+7 | |
| | | | (cherry picked from commit 1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a) | |||||
* | correct documentation for enum.html (GH-358) (GH-367) | Mariatta | 2017-03-01 | 1 | -2/+2 | |
| | | | (cherry picked from commit 626584284e74a68fff8157f9afe77b3088ff7be9) | |||||
* | Disable mention-bot for maintenance branches (GH-365) | Donald Stufft | 2017-03-01 | 1 | -0/+3 | |
| | ||||||
* | bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) ↵ | Xiang Zhang | 2017-02-28 | 1 | -1/+1 | |
| | | | | (GH-353) | |||||
* | bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) | Berker Peksag | 2017-02-27 | 1 | -1/+4 | |
| | | | | | Patch by Matthias Bussonnier. (cherry picked from commit 160edb43571311a3785785c1dfa784afc52d87be) | |||||
* | bpo-27788 : synchronise platform.py version number (#246) (#341) | Berker Peksag | 2017-02-27 | 1 | -1/+1 | |
| | | | | | | Was bumped in the docstring by b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a but not in `__version__` (cherry picked from commit 6059ce45aa96f52fa0150e68ea655fbfdc25609a) | |||||
* | bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ↵ | Martijn Pieters | 2017-02-27 | 3 | -3/+21 | |
| | | | | operations (#95) | |||||
* | Delete accidentally merged entries from Misc/NEWS (#338) | Berker Peksag | 2017-02-27 | 1 | -10/+0 | |
| | ||||||
* | Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337) | Mariatta | 2017-02-27 | 1 | -3/+3 | |
| | | | (cherry picked from commit 091b84f23a2ff57e8320ebf6fdf889af39096ab9) | |||||
* | bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) | Xiang Zhang | 2017-02-27 | 1 | -11/+11 | |
| | ||||||
* | bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330) | Xiang Zhang | 2017-02-27 | 3 | -0/+9 | |
| | ||||||
* | bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) | Mariatta | 2017-02-26 | 1 | -1/+1 | |
| | | | (cherry picked from commit 1f5639c77f736c18fb5a85b4a1850121e25c788e) | |||||
* | [3.6] bpo-29110: Fix file object leak in `aifc.open` (#310) | INADA Naoki | 2017-02-26 | 3 | -13/+45 | |
| | | | | | (cherry picked from commit 03f68b60e17b57f6f13729ff73245dbb37b30a4c) (GH-162) (cherry picked from commit 5dc33eea538361f8a218255f83db2e9298dd8c53) (GH-293) | |||||
* | bpo-28624: Add a test that checks that cwd parameter of Popen() accepts ↵ | Berker Peksag | 2017-02-26 | 4 | -3/+21 | |
| | | | | | PathLike objects (#157) (#323) (cherry picked from commit d5c11f7ace48701bb950c6345deee88c35c66e26) | |||||
* | bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320) | Mariatta | 2017-02-26 | 1 | -2/+5 | |
| | | | (cherry picked from commit 6b4a5f45e2df524174a97832571c82c76a3d424a) | |||||
* | bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) | Berker Peksag | 2017-02-26 | 5 | -11/+24 | |
| | | | | | Patch by Aviv Palivoda. (cherry picked from commit 4a926caf8e5fd8af771b2c34bfb6e91c732331fe) | |||||
* | bpo-29121: Remove outdated documentation about transactions (#313) (#319) | Berker Peksag | 2017-02-26 | 1 | -8/+3 | |
| | | | | | Patch by Aviv Palivoda. (cherry picked from commit fe70d924bb6106d4c21eb414f4a1ba1324e8f46a) | |||||
* | bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) | Mariatta | 2017-02-26 | 1 | -0/+6 | |
| | | | (cherry picked from commit ed6795e46f7653e23b862efad240a93453e7df97) | |||||
* | bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314) | Mariatta | 2017-02-26 | 1 | -1/+1 | |
| | | | (cherry picked from commit 46ce7599af82a929506baeaaee5c149970440c4c) | |||||
* | Backport recent .travis.yml changes (#308) | Berker Peksag | 2017-02-26 | 1 | -10/+9 | |
| | | | | | | | | Backported changes from master: * b52260d8bf392aa04c48b8c2467a4c034184de86 * 984eef7d6d78e1213d6ea99897343a5059a07c59 * 532519770dea5d353f0b0d718c8881a15c7542df * 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c | |||||
* | bpo-28961: Address my comments from earlier code review (#306) | Berker Peksag | 2017-02-26 | 1 | -12/+3 | |
| | | | (cherry picked from commit dea1536fd3a8424d537794cd53715df0989cbbe1) | |||||
* | mark various test data binary (#233) (#304) | Benjamin Peterson | 2017-02-26 | 1 | -0/+10 | |
| | ||||||
* | Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297) | Mariatta | 2017-02-26 | 2 | -5/+5 | |
| | | | (cherry picked from commit 53c1892dc3de1de612b1cf95dc7bf09f82c1babf) | |||||
* | [3.6] bpo-28929: Add to Misc/NEWS (GH-284) | Mariatta | 2017-02-26 | 1 | -0/+2 | |
| | | | | mention bpo-28929 in the Documentation section of What's New in Python 3.6.1 release candidate 1 | |||||
* | [3.6] Backport README.rst changes (GH-294) | Mariatta | 2017-02-25 | 5 | -22/+35 | |
| | | | | | | | (cherry picked from commit b3f1f59cf451d4a25b204e7a24f7be4c95e40be8) (cherry picked from commit 1b3d88eb33085e90af729c4c2f78b5ba1b942b1e) (cherry picked from commit c0866855d54bbbe7bcac299c4af45389efacce0b) (cherry picked from commit e32ec9334b35f897ace8a05128838f92c5e0b2fb) (cherry picked from commit 6329aea78e3627d250009aa5aaaf47cd11587f4d) | |||||
* | [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies ↵ | Mariatta | 2017-02-25 | 2 | -0/+45 | |
| | | | | | | | (GH-265) (GH-268) (cherry picked from commit abb3b8ad94d699c8560d94ee9bac9c917b382abe) (cherry picked from commit 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac) |