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

sort by:
Revision Author Date Message Commit Date
f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst 07 February 2017, 08:27:09 UTC
6138432 Issue #29314: Merge with 3.5 07 February 2017, 06:05:10 UTC
4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning 07 February 2017, 06:03:00 UTC
e39262c Issue #29371: merge with 3.5 07 February 2017, 04:16:58 UTC
81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. 07 February 2017, 04:15:01 UTC
2dfa6cb Issue #28164: Improves test on Windows 7 06 February 2017, 22:50:17 UTC
f007b49 Includes ensurepip and venv packages in nuget package. 06 February 2017, 22:12:19 UTC
5288477 Includes ensurepip and venv packages in nuget package. 06 February 2017, 22:11:34 UTC
d0b9158 Substitute a more readable f-string 06 February 2017, 15:15:31 UTC
d93c4de Fix usage of data directive 06 February 2017, 10:37:19 UTC
a7e1648 Adds precheck for console filename to fix Windows 7. 05 February 2017, 01:36:47 UTC
6f80562 Issue #28489: Fix comment in tokenizer.c Patch by Ryan Gonzalez. 05 February 2017, 01:32:39 UTC
0c8ee60 Updates test_winconsoleio to better show the source of its issues. 05 February 2017, 00:46:34 UTC
c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. 04 February 2017, 23:39:38 UTC
6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. 04 February 2017, 23:39:21 UTC
5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) 04 February 2017, 23:19:29 UTC
722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) 04 February 2017, 23:07:46 UTC
21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. 04 February 2017, 23:05:13 UTC
d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir 04 February 2017, 22:54:56 UTC
eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) 04 February 2017, 22:38:11 UTC
bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. 04 February 2017, 23:05:40 UTC
1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir 04 February 2017, 22:55:16 UTC
86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of the match object. Based on patch by WGH. 04 February 2017, 20:55:40 UTC
7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of the match object. Based on patch by WGH. 04 February 2017, 20:53:57 UTC
75c0d4f Issue29439: _decimal on Android requires linking with libm. Patch by Chi Hsuan Yen. 04 February 2017, 13:58:50 UTC
ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after using PySlice_GetIndicesEx() in debug builds. 04 February 2017, 09:07:17 UTC
c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after using PySlice_GetIndicesEx() in debug builds. 04 February 2017, 09:04:00 UTC
5a001ee Issue #29198: Merge from 3.5 04 February 2017, 06:34:48 UTC
5702fb7 Issue #29198: Fix indentation and markup in typing.rst Patch by Jelle Zijlstra. 04 February 2017, 06:34:16 UTC
14169b2 Issue #29198: Merge from 3.5 04 February 2017, 06:18:42 UTC
38962a6 Issue #29198: Document typing.AsyncGenerator Patch by Jelle Zijlstra. 04 February 2017, 06:18:11 UTC
3746619 Fixes #29213: merged fix from 3.5. 02 February 2017, 19:26:48 UTC
db38b6c Fixes #29213: regularised EOLs of venv scripts. 02 February 2017, 19:25:24 UTC
993f535 Fixes #24875: Merged fix from 3.5. 02 February 2017, 19:17:02 UTC
db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. 02 February 2017, 19:05:19 UTC
64e9127 Merge 3.5 02 February 2017, 13:18:43 UTC
a5917d1 Issue #29300: test_struct tests unpack_from() with keywords Add an unit test on the _struct.Struct.unpack_from() method to test passing arguments as keywords. 02 February 2017, 13:18:18 UTC
23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line 02 February 2017, 04:55:47 UTC
77bb0f4 Backed out changeset 3d712292f2fa 02 February 2017, 04:38:55 UTC
e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line 02 February 2017, 04:21:22 UTC
c6fe419 Issue #29407: Merge from 3.5 01 February 2017, 19:37:49 UTC
d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example 01 February 2017, 19:37:16 UTC
f8c5f30 Merge 3.5 01 February 2017, 12:01:54 UTC
137b5a2 Issue #29169: Fix NEWS entry. 01 February 2017, 12:01:17 UTC
2b3f4c1 merge 3.5 (#29398) 01 February 2017, 07:31:10 UTC
ec977c3 gc types needs to be allocated as such (closes #29398) 01 February 2017, 07:31:02 UTC
cd12f7c merge 3.5 31 January 2017, 12:51:21 UTC
34e7e2e - Issue #29169: Update zlib to 1.2.10. 31 January 2017, 12:49:48 UTC
4de34e0 merge 3.5 31 January 2017, 12:35:26 UTC
d46f729 add Modules/zlib/zlib.map to .hgeol 31 January 2017, 12:34:58 UTC
236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README It was renamed to README.txt in d90a65014c42 and it was back by a merge commit accidentally. 30 January 2017, 10:55:49 UTC
e334a53 Issues #11670: Merge configparser doc from 3.5 29 January 2017, 23:36:39 UTC
b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 29 January 2017, 23:34:52 UTC
1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) 29 January 2017, 23:33:27 UTC
9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ 29 January 2017, 23:33:13 UTC
e61592e Issues #29349: Merge Py 2 fix 3.5 29 January 2017, 10:09:43 UTC
2be9889 Issues #12067: Merge hash recommendation from 3.5 29 January 2017, 10:07:26 UTC
8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code 29 January 2017, 10:05:02 UTC
8dbb0ca Issue #12067: Recommend that hash and equality be consistent 29 January 2017, 10:00:23 UTC
e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax 29 January 2017, 04:16:40 UTC
dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. 27 January 2017, 13:04:33 UTC
dbb5686 Fixes #29308: Merged fix from 3.5. 27 January 2017, 12:42:45 UTC
3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. 27 January 2017, 12:41:27 UTC
ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) 26 January 2017, 07:35:40 UTC
512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. 25 January 2017, 11:25:52 UTC
b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. 25 January 2017, 11:23:05 UTC
b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. Patch contributed by Mariatta Wijaya. 25 January 2017, 09:47:49 UTC
28cf663 closes issue29167: fix race condition in (Int)Flag 24 January 2017, 20:12:06 UTC
3831b0a Issue #29083: Fixed the declaration of some public API functions. PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined. 24 January 2017, 19:34:44 UTC
07a1f65 Issue #29083: Fixed the declaration of some public API functions. PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined. 24 January 2017, 19:27:12 UTC
4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. Warnings could be emitted at compile time. 24 January 2017, 18:52:43 UTC
713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. Warnings could be emitted at compile time. 24 January 2017, 18:49:26 UTC
574ff06 Issues #29189: Merge indentation fixes from 3.5 24 January 2017, 00:29:11 UTC
ef107ee Issue #29189: Fix indentation in RST markup 24 January 2017, 00:26:56 UTC
9cf20a6 Issues #29273: Merge test___all__ from 3.5 23 January 2017, 22:59:03 UTC
b1b985d Issue #29273: Remove unneeded workaround to restore locale The “readline” module already has a workaround using setlocale(LC_CTYPE, NULL). The code in test___all__ calls getlocale(), which can subtly alter the locale string and cause the test framework to complain. 23 January 2017, 22:11:09 UTC
01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION 23 January 2017, 11:30:00 UTC
ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. 23 January 2017, 10:30:35 UTC
3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. 23 January 2017, 10:29:47 UTC
9358a6e Skip the test requiring ctypes if ctypes is unavailable. prevents http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio 23 January 2017, 06:19:51 UTC
1fa08bc Skip the test requiring ctypes if ctypes is unavailable. prevents http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio 23 January 2017, 06:19:38 UTC
21a9b1d typo fix, extra '.' on MacOS :) 23 January 2017, 04:55:02 UTC
21d333b typo fix, extra '.' :) 23 January 2017, 04:54:42 UTC
744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) 23 January 2017, 01:47:21 UTC
95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) 23 January 2017, 01:47:20 UTC
0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) 23 January 2017, 01:43:56 UTC
d7adfe1 Issue #28556: various style fixes for typing.py 23 January 2017, 01:43:53 UTC
78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has exited to a stopped instead of terminated state (ex: when under ptrace). 23 January 2017, 01:29:44 UTC
50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has exited to a stopped instead of terminated state (ex: when under ptrace). 23 January 2017, 01:28:38 UTC
b168118 Issue #29290: Merge 3.5. 22 January 2017, 06:39:20 UTC
7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. 22 January 2017, 06:37:22 UTC
4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. 22 January 2017, 05:04:17 UTC
d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. 22 January 2017, 04:54:44 UTC
a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. 21 January 2017, 21:15:18 UTC
362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. 21 January 2017, 21:12:58 UTC
b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. 20 January 2017, 15:35:46 UTC
67c1cb2 Issue #29316: Restore the provisional status of typing module and add corresponding note to documentation. Patch by Ivan L. 20 January 2017, 15:13:23 UTC
398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). 20 January 2017, 06:33:06 UTC
a57a8a3 Issue #29281: Fill-in a missing versionchanged entry 20 January 2017, 05:39:37 UTC
346454c Issue #29292: Merge 3.5. 20 January 2017, 03:29:48 UTC
back to top