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

sort by:
Revision Author Date Message Commit Date
dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. 16 November 2016, 13:56:27 UTC
fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang. 16 November 2016, 13:41:11 UTC
f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang. 16 November 2016, 13:40:39 UTC
3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. 16 November 2016, 08:19:20 UTC
f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. 16 November 2016, 08:17:58 UTC
2106010 Issue #26935: Fix broken Android dup2() in test_os 16 November 2016, 07:05:27 UTC
b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, on platforms that do not have langinfo 16 November 2016, 06:24:20 UTC
756b45a Merge - upgrade pip/setuptools 16 November 2016, 02:18:40 UTC
5ebff7b Merge - upgrade pip/setuptools 16 November 2016, 02:18:20 UTC
dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 16 November 2016, 02:17:43 UTC
21bb0e6 Merge 3.5 (issue #28704) 15 November 2016, 20:27:23 UTC
d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects 15 November 2016, 20:26:34 UTC
27182bb Merge 3.5 (issue #28703) 15 November 2016, 20:21:07 UTC
0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. 15 November 2016, 20:20:34 UTC
63859ae Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6) 15 November 2016, 17:48:09 UTC
2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) 15 November 2016, 17:48:06 UTC
43cf2ef Issue #26929: Skip some test_strptime tests failing on Android that incorrectly formats %V or %G for the last or the first incomplete week in a year 15 November 2016, 16:24:42 UTC
d178e69 Issue 28668: Merge 3.5 15 November 2016, 16:03:12 UTC
49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue would raise ImportError 15 November 2016, 15:57:52 UTC
f9cca36 Fix warn_invalid_escape_sequence() Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka. 15 November 2016, 08:12:10 UTC
de40e12 Issue #28573: Fixes issue with nested if blocks 15 November 2016, 01:51:42 UTC
4468bed Issue #28573: Avoid setting up env too many times during build 15 November 2016, 00:13:56 UTC
6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus. 14 November 2016, 19:49:18 UTC
39d2dfe Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:30:36 UTC
5ae6c77 Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:29:59 UTC
5ca92ab Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:25:56 UTC
60ac989 Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:22:12 UTC
38c8b7d Issue #28662: Catch PermissionError in tests when spawning a non existent program 14 November 2016, 16:14:42 UTC
8bf43e6 Issue #28082: Add basic unit tests on re enums 14 November 2016, 11:38:43 UTC
fb6a659 Issue #28637: Reapply changeset 223731925d06 "issue28082: use IntFlag for re constants" by Ethan Furman. The re module is not more used in the site module and so adding "import enum" to re.py doesn't impact python_startup benchmark anymore. 14 November 2016, 11:35:55 UTC
996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw 14 November 2016, 08:15:44 UTC
f8cebad Merge AIX fixes from 3.5 into 3.6 14 November 2016, 05:04:12 UTC
c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT Patch by Matthieu S. 14 November 2016, 04:26:36 UTC
9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX 14 November 2016, 01:58:57 UTC
f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 13 November 2016, 23:36:07 UTC
efbf20f Issue #28678: Fix references to numeric_owner parameter 13 November 2016, 23:25:06 UTC
95aa56a Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows 13 November 2016, 20:55:52 UTC
6c5f219 Fix test_faulthandler on Android where raise() exits with 0 13 November 2016, 19:46:46 UTC
f056b04 Merge 3.5 13 November 2016, 18:41:07 UTC
547c1b9 Fix temporary file not deleted in test_socket 13 November 2016, 18:39:48 UTC
24e4239 Fix typos 13 November 2016, 05:42:56 UTC
7d895d3 Issue #28676: merge from 3.5 12 November 2016, 21:38:03 UTC
7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth Rees. 12 November 2016, 21:35:48 UTC
58d3e54 Fixed the documentation of parse_constant argument in json.load(). parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. 12 November 2016, 20:48:33 UTC
022371f Fixed the documentation of parse_constant argument in json.load(). parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. 12 November 2016, 20:47:16 UTC
babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:36:02 UTC
6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:35:46 UTC
84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:29:48 UTC
b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:28:06 UTC
2d6c179 Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) 11 November 2016, 23:57:09 UTC
ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) 11 November 2016, 23:54:04 UTC
e0e9d5f Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 (e.g. on Android). 11 November 2016, 15:11:33 UTC
5adc22b Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 (e.g. on Android). 11 November 2016, 15:10:24 UTC
1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. 11 November 2016, 12:31:18 UTC
a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes. 11 November 2016, 10:06:38 UTC
62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes. 11 November 2016, 10:05:01 UTC
8391026 Issue #23839: Various caches now are cleared before running every test file. 11 November 2016, 09:46:44 UTC
daeddc4 Issue #23839: Various caches now are cleared before running every test file. 11 November 2016, 09:42:47 UTC
249ba5d Issue #28635: what's new in 3.6: remove mentions of backported fixes. Patch by Elvis Pranskevichus. 10 November 2016, 20:39:27 UTC
c48ec27 Issue #28635: What's New in Python 3.6 updates Patch by Elvis Pranskevichus. 10 November 2016, 18:27:22 UTC
3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags Patch by Elvis Pranskevichus. 10 November 2016, 18:25:26 UTC
0d1acfd Issue #28649: fix second issue with _ForwardRef (#328) (3.5->3.6) 10 November 2016, 16:29:19 UTC
dad1790 Issue #28649: fix second issue with _ForwardRef (#328) 10 November 2016, 16:29:18 UTC
fc293dd Issue #28649: fix first issue with _ForwardRef (#327) (3.5->3.6) 10 November 2016, 16:26:19 UTC
c7b9295 Issue #28649: fix first issue with _ForwardRef (#327) 10 November 2016, 16:24:06 UTC
0a66a1c Merge 3.6 (issue #28653) 09 November 2016, 23:56:26 UTC
46a02db Issue #28653: Fix a refleak in functools.lru_cache. 09 November 2016, 23:55:45 UTC
04c954d Issue #28649: Clear the typing module caches when search for reference leaks. 09 November 2016, 21:51:54 UTC
28f42fd Issue #28649: Clear the typing module caches when search for reference leaks. 09 November 2016, 21:49:02 UTC
5486a88 Issue #28649: typing-clear-caches.patch (3.5->3.6) 09 November 2016, 21:23:05 UTC
9b10756 Issue #28649: typing-clear-caches.patch 09 November 2016, 21:23:04 UTC
83be424 Issue #28649: fix-typing-test-v2.diff (3.5->3.6) 09 November 2016, 21:19:00 UTC
f9099de Issue #28649: fix-typing-test-v2.diff 09 November 2016, 21:18:59 UTC
b75f485 Issue #28556: More typing.py updates from upstream. (3.5->3.6) 09 November 2016, 21:12:53 UTC
991d14f Issue #28556: More typing.py updates from upstream. 09 November 2016, 21:12:51 UTC
98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) 09 November 2016, 20:58:17 UTC
954c7dd Merge 3.5 (issue #28652) 09 November 2016, 20:47:47 UTC
a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. 09 November 2016, 20:47:00 UTC
6c10650 Merge 3.5 (issue #27942) 09 November 2016, 14:43:08 UTC
d2fd359 ssue #27942: Fix memory leak in codeobject.c 09 November 2016, 14:42:14 UTC
bafd4f2 Merge from 3.5 09 November 2016, 03:38:54 UTC
58c534d Use http instead of https, due to certificate error 09 November 2016, 03:33:31 UTC
9a7aff5 Merge from 3.5 09 November 2016, 03:14:39 UTC
d58fc8b Update URL for requests documentation after IRC request 09 November 2016, 03:07:43 UTC
d8aa0c6 Merge 3.5 (issue #28639) 09 November 2016, 00:59:29 UTC
c0215df Issue #28639: Fix inspect.isawaitable to always return bool Patch by Justin Mayfield. 09 November 2016, 00:57:44 UTC
29310c4 Issue #28003: Make WrappedVal, ASend and AThrow GC types 09 November 2016, 00:46:22 UTC
49ffdf6 Merge 3.5 09 November 2016, 00:19:52 UTC
33499b7 genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper 09 November 2016, 00:19:28 UTC
a054f40 Merge 3.5 (asyncio) 09 November 2016, 00:16:15 UTC
6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ Some built-in coroutine-like objects might not have __name__ or __qualname__. A good example of such are 'asend', 'aclose' and 'athrow' coroutine methods of asynchronous generators. 09 November 2016, 00:16:01 UTC
692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. 09 November 2016, 00:04:57 UTC
c3d7dbb news: Fix a typo 08 November 2016, 21:57:22 UTC
1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. 08 November 2016, 21:54:18 UTC
4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. Every opcode should end with DISPATCH() or goto error. 08 November 2016, 21:13:36 UTC
70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. Every opcode should end with DISPATCH() or goto error. 08 November 2016, 21:12:46 UTC
2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. As it was agreed in the issue, __aiter__ returning an awaitable should result in PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6. 08 November 2016, 20:13:07 UTC
1c9bd1d Issue #28563: Fixed possible DoS and arbitrary code execution when handle plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. 08 November 2016, 19:27:17 UTC
eb20fca Issue #28563: Fixed possible DoS and arbitrary code execution when handle plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. 08 November 2016, 19:26:14 UTC
1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. 08 November 2016, 19:20:09 UTC
back to top