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

sort by:
Revision Author Date Message Commit Date
bd66435 Issue #24637: Document that locals can be any mapping object This behavior is already tested in test_general_eval in Lib/test/test_builtin.py Patch by Matthew Keeter. 13 August 2016, 02:37:49 UTC
6336fb2 Issue #27712: Fix some typos in the import docs. Thanks to Xiang Zhang for the patch. 12 August 2016, 17:56:48 UTC
7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 12 August 2016, 16:43:59 UTC
5401e87 Issue #25825: Fix references to Modules/python.exp These were incorrectly changed in revision 88a532a31eb3. 12 August 2016, 13:21:05 UTC
b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax 12 August 2016, 12:02:03 UTC
3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll 12 August 2016, 11:59:52 UTC
b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings 12 August 2016, 11:59:52 UTC
2084350 Issue #27714: text_textview now passes when re-run in the same process because test_idle failed while running with test -w (and no -jn). 10 August 2016, 20:52:24 UTC
540f045 Correct misspellings of ISO-8859 10 August 2016, 05:25:16 UTC
4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst 10 August 2016, 06:05:19 UTC
9f8b3a0 Issue #27210: Fix doctests for a few modules. Initial patch by Jelle Zijlstra. 10 August 2016, 05:59:59 UTC
640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst Patch by Jelle Zijlstra. 10 August 2016, 05:39:41 UTC
c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst Patch by Jelle Zijlstra. 10 August 2016, 05:35:27 UTC
4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst Initial patch by Jelle Zijlstra. 10 August 2016, 05:30:41 UTC
c483a01 Issue #27206: Fix doctests in Doc/tutorial. Patch by Jelle Zijlstra. 09 August 2016, 22:44:52 UTC
2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. Initial patch by Jelle Zijlstra. 09 August 2016, 22:38:22 UTC
7a26da5 Issue #27722: Fix default for touch method's 'mode' argument 09 August 2016, 22:10:39 UTC
378a1d7 Issue #27204: Fix doctests in Doc/howto Patch by Jelle Zijlstra. 09 August 2016, 21:47:04 UTC
2f47fb0 Correct signatures for a couple of logging handlers Reported by Oleg Gromyak on docs@ 09 August 2016, 21:20:41 UTC
085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. 09 August 2016, 14:04:49 UTC
f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 08 August 2016, 16:41:21 UTC
08d85ee Fix use of default reST role 08 August 2016, 10:34:49 UTC
7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs Initial patch by Sahil Chelaramani. 08 August 2016, 10:07:08 UTC
4365b83 Use asyncio.gather instead of asyncio.wait in example. gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone. 08 August 2016, 00:10:39 UTC
9854789 Issue #26750: unittest.mock.create_autospec() now works properly for subclasses of property() and other data descriptors. 07 August 2016, 15:52:26 UTC
abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. 06 August 2016, 20:46:48 UTC
ab75e02 Issue #18548: Fix unittest.TestSuite() example Initial patch by py.user. 06 August 2016, 00:00:03 UTC
0b58886 Issue #20160: Merged fix from 3.4. 05 August 2016, 20:44:15 UTC
a0b2568 Issue #20160: Merged fix from 3.3. 05 August 2016, 20:43:25 UTC
6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. 05 August 2016, 20:24:27 UTC
b858af6 Add typing.Generator docs, by Michael Lee. 05 August 2016, 19:56:09 UTC
69332c1 Fix spelling and grammar in documentation and code comments 04 August 2016, 13:07:31 UTC
72e483a Fix half-finished sentence. Reported by Linda Pescatore on docs@. 04 August 2016, 17:13:47 UTC
85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs 04 August 2016, 14:25:40 UTC
6bbc839 Indent ipaddress.ip_address() example correctly 04 August 2016, 14:21:46 UTC
c2fcbf4 https link to the bug tracker (closes #27670) 04 August 2016, 05:01:32 UTC
c6c2217 Merge 3.3 03 August 2016, 22:48:17 UTC
fb79290 Switch upload.pypi.io to upload.pypi.org 03 August 2016, 22:43:38 UTC
436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:34:34 UTC
4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:24:16 UTC
43a94a7 Issue #27641: Comment out regeneration rules when cross compiling 29 July 2016, 05:52:32 UTC
6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed 03 August 2016, 14:35:05 UTC
ef330d3 Merge 3.4 03 August 2016, 22:49:19 UTC
bed6891 Issue #23710: Update PyObject_HEAD documentation Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. 03 August 2016, 09:58:49 UTC
9de620e Issue #20767: Fix -R option for FreeBSD/clang. 03 August 2016, 09:18:26 UTC
6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) Patch by Chris Angelico. 03 August 2016, 07:17:21 UTC
e12a68b Issue #27241: Catch exception when running pstats as main. 02 August 2016, 20:30:24 UTC
7bfbd1d merge heads 31 July 2016, 06:48:19 UTC
17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:39:06 UTC
dbaa559 all SCHED_ constants are optional (closes #27656) 31 July 2016, 06:21:50 UTC
3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. 30 July 2016, 09:28:35 UTC
fa95068 Silence another "default role used" warning in typing.rst This should make ware-docs green again. 30 July 2016, 00:47:52 UTC
c301cbf Fix whitespace. 29 July 2016, 22:41:17 UTC
342e800 Expand documentation about type aliases and NewType in the typing module. By Michael Lee. 29 July 2016, 22:38:14 UTC
1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. Patch by Julien Palard. 26 July 2016, 09:18:21 UTC
87ec85f Correct typo in Windows docs. Found by Jack Copper on docs@ 29 July 2016, 00:00:53 UTC
4a865a3 NEWS: tag security related changes with [Security] prefix Issue #27404. 28 July 2016, 15:06:25 UTC
3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 28 July 2016, 03:48:29 UTC
eb99570 Issue #27626: Spelling fixes in docs, comments and internal names Based on patch by Ville Skyttä. 28 July 2016, 01:11:04 UTC
eac67be Issue #27490: Do not build pgen when cross-compiling The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. 28 July 2016, 01:28:27 UTC
e33797b ctypes: fix CThunkObject_new() * Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry. 27 July 2016, 14:58:47 UTC
25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst Patch by Florian Preinstorfer. 27 July 2016, 10:32:54 UTC
fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be used for file generation during the build. 26 July 2016, 10:48:08 UTC
254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option 26 July 2016, 06:46:06 UTC
e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() Patch by Xiang Zhang. 25 July 2016, 02:30:05 UTC
aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section * Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry. 25 July 2016, 01:55:51 UTC
6ed63f3 Fixes default intermediate directory when building on Windows. 25 July 2016, 01:03:22 UTC
df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. 16 July 2016, 23:17:33 UTC
5f804e3 Issue #13849: Fix test_null_bytes under Windows 23 July 2016, 05:42:41 UTC
9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath 23 July 2016, 04:31:47 UTC
1fd497e Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false Patch by Chris Angelico. 23 July 2016, 04:13:14 UTC
84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module Patch by Xiang Zhang. 23 July 2016, 03:02:07 UTC
524714e socket: use INVALID_SOCKET * Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE 22 July 2016, 15:43:59 UTC
0cec877 socket: Fix internal_select() Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE 22 July 2016, 15:26:53 UTC
48e3f98 Issue #25393: Fix probable copy/paste error in resource docs Patch by Alakshendra Yadav. 19 July 2016, 21:41:20 UTC
2219450 Issue #27528: Document and test warning messages must match at beginning 19 July 2016, 02:26:38 UTC
95f53c1 Issue #16191: Fix up references to renamed variables 18 July 2016, 08:23:26 UTC
371731e Issue #27507: Check for integer overflow in bytearray.extend() Patch by Xiang Zhang. 18 July 2016, 07:53:13 UTC
5852fa3 Removes unused files from PC folder. 18 July 2016, 04:58:01 UTC
25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. 18 July 2016, 04:39:13 UTC
b22a677 Issue #27533: Release GIL in nt._isdir 18 July 2016, 03:49:38 UTC
bc3e9ca Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj 18 July 2016, 03:45:29 UTC
ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough. 17 July 2016, 12:26:46 UTC
8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively eliminate all internal uses of overridden methods. 17 July 2016, 12:01:42 UTC
80ab069 Issue #27419: Added temporary workaround for subinterpreters. 17 July 2016, 11:15:28 UTC
6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. 17 July 2016, 10:25:15 UTC
b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals or builtins for importing submodules or "from import". Fixed handling an error of non-string package name. 17 July 2016, 09:47:17 UTC
dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. Original patch by Alexandre Vassalotti. 17 July 2016, 08:24:17 UTC
6fd76bc Fixes use of Py_IntDir and Py_OutDir to control build directories. 16 July 2016, 23:13:19 UTC
ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. Users must include the same imports required to run directly in Python. 16 July 2016, 22:26:32 UTC
7ca63cb Fix regressions introduced by fixes for issue #27083. 16 July 2016, 17:44:13 UTC
702b046 #27522: break unintended cycle in feedparser. Patch by Costas. 16 July 2016, 01:29:13 UTC
9305bba Issue #26696: Document collections.abc.ByteString. Thanks to Xiang Zhang for the patch. 15 July 2016, 19:16:18 UTC
b7567c5 Fix building tcl/tk with only the VC build tools installed. 15 July 2016, 18:55:52 UTC
a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. Originally only b'PYTHONCASEOK' was being checked for in os.environ, but that won't work under Windows where all environment variables are strings (on OS X they are bytes). Thanks to Eryk Sun for the bug report. 15 July 2016, 18:54:38 UTC
f76457e Issue #26844: Fix imp.find_module() to have the exception related to type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch. 15 July 2016, 17:58:54 UTC
5d9c7ed Issue #27518: Fix typo in Grammar/Grammar Patch by Stéphane Wirtel. 15 July 2016, 13:12:39 UTC
e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) Patch by Ammar Askar. 15 July 2016, 05:00:03 UTC
2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems Patch by Evelyn Mitchell. 14 July 2016, 04:44:59 UTC
3093bf1 Issue #27455: Improve examples in tkinter documentation Patch by John Hagen. 14 July 2016, 04:32:43 UTC
back to top