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

sort by:
Revision Author Date Message Commit Date
e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). 20 November 2016, 06:48:07 UTC
144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). 20 November 2016, 06:47:21 UTC
3c38e06 Issue #27998: Documented bytes paths support on Windows. 20 November 2016, 06:23:07 UTC
bb08db4 Fixes empty tuple case. 20 November 2016, 05:14:27 UTC
eccaa06 Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv 20 November 2016, 04:11:56 UTC
bce2626 Issue #28732: Raise ValueError when argv[0] is empty 20 November 2016, 03:17:26 UTC
93ff872 Issue #28732: Raise ValueError when argv[0] is empty. 20 November 2016, 03:03:54 UTC
859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments 20 November 2016, 02:53:19 UTC
c363061 Merge from 3.5 and fix a few other functions missing IPH handling. 20 November 2016, 02:41:16 UTC
11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args Prevents crashes in some other posixmodule.c functions 20 November 2016, 02:33:39 UTC
43891e0 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) 19 November 2016, 18:32:43 UTC
ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) 19 November 2016, 18:32:41 UTC
ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms that do not have the ioctl FIOCLEX and FIONCLEX commands 19 November 2016, 15:19:29 UTC
78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. This also eliminats a dead link to Weave in the process. 18 November 2016, 18:41:28 UTC
d23881e Ignore newly added suspicious line 18 November 2016, 05:30:27 UTC
a3950e4 Small edits to the docs for sample() and shuffle(). 17 November 2016, 09:49:54 UTC
0a1a909 Further refinements to the examples and recipes for the random module 17 November 2016, 08:45:35 UTC
877f036 Issue #26926: Skip some test_io tests on platforms without large file support 17 November 2016, 08:20:28 UTC
dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable that is not found 17 November 2016, 08:00:19 UTC
00305ad Add another example to the recipes section of the random docs 17 November 2016, 06:56:11 UTC
2589ee3 Minor touch-ups to the random module examples 17 November 2016, 05:34:17 UTC
be1ed8b Merge from 3.5 17 November 2016, 00:35:40 UTC
c851817 Fixes incorrect path in nuget package build. 17 November 2016, 00:32:22 UTC
22214ab Issue #28720: Add collections.abc.AsyncGenerator. 16 November 2016, 23:25:04 UTC
41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() 16 November 2016, 23:16:17 UTC
a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now require ASCII right argument and assert this condition in debug build. 16 November 2016, 18:02:44 UTC
ecbca35 Closes #28713 uses OSError in the tutorial 16 November 2016, 15:43:43 UTC
df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). 16 November 2016, 14:12:56 UTC
292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). 16 November 2016, 14:12:34 UTC
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
back to top