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

sort by:
Revision Author Date Message Commit Date
84f387d Issue #21593: Clarify that re.search() returns the first match 08 June 2016, 11:56:56 UTC
e42e129 Issue #25738: Don’t send message body for 205 Reset Content Patch by Susumu Koshiba. 08 June 2016, 08:29:13 UTC
4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version 08 June 2016, 06:12:22 UTC
1bf197e Fixed #27251: corrected string/bytes handling in credentials. 07 June 2016, 20:19:55 UTC
8bff8f6 Items for NEWS and idlelib/NEWS.txt. 07 June 2016, 19:33:53 UTC
dddf484 os.urandom() doesn't block on Linux anymore Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley. 07 June 2016, 09:21:42 UTC
6827fd8 Issue #27229: Comment in middle of shell command fails on BSD and OS X 07 June 2016, 01:07:32 UTC
9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye 07 June 2016, 00:27:17 UTC
8f5798e Issue #26014: Update 3.x packaging documentation: - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun) 06 June 2016, 00:38:48 UTC
3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict Based on patch by Xiang Zhang. 05 June 2016, 10:48:34 UTC
484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. Patch by Xiang Zhang. 05 June 2016, 07:48:36 UTC
3c5fa56 Issue #21916: Added more tests for the turtle module. Original patch by Jelle Zijlstra. 05 June 2016, 07:32:57 UTC
ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes. 05 June 2016, 06:28:55 UTC
889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. 05 June 2016, 05:22:26 UTC
03fe002 Issue #17888: Add a note about contributing to Python docs Patch by Terry Chia and Laura Rupprecht. 05 June 2016, 04:47:44 UTC
ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. Patch contributed by Jelle Zijlstra. 05 June 2016, 03:52:57 UTC
7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. Patch contributed by Jelle Zijlstra. 05 June 2016, 03:07:34 UTC
2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class instead of the generic ProcessTestCase class as they are posix specific. 05 June 2016, 02:57:47 UTC
92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. 05 June 2016, 00:21:21 UTC
6ada012 - Issue #26884: Fix linking extension modules for cross builds. Patch by Xavier de Gaye. 04 June 2016, 22:41:58 UTC
a23234b Merge heads 04 June 2016, 20:30:45 UTC
41e9ad1 Issue #21916: Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra. 04 June 2016, 20:27:26 UTC
f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. 04 June 2016, 20:15:58 UTC
05dab09 Revise and synchronize idle_test.test_configdialog. 04 June 2016, 19:54:44 UTC
c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry 04 June 2016, 19:35:05 UTC
78b642c issue26372 - use os.devnull instead of /dev/null 04 June 2016, 19:04:43 UTC
64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye. 04 June 2016, 17:32:36 UTC
89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure 04 June 2016, 17:20:12 UTC
32db438 Issue 27216: Fix typo (noticed by Alex Chan). 04 June 2016, 16:40:40 UTC
29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter 04 June 2016, 07:12:51 UTC
1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. 04 June 2016, 06:32:18 UTC
40cfc1e merge heads 04 June 2016, 05:38:37 UTC
3da8206 fix indentation of comment 04 June 2016, 05:37:48 UTC
3ee6270 Fix typos in code comment and documentation 04 June 2016, 04:57:19 UTC
6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. The update_idletasks solution was provided by Serhiy Storchaka. 04 June 2016, 03:53:56 UTC
75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. 04 June 2016, 02:19:17 UTC
1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances. 04 June 2016, 00:22:17 UTC
ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. Patch by Sean Rodman, test by Kaushik N. 03 June 2016, 23:28:35 UTC
369826a final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads 03 June 2016, 22:20:13 UTC
6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. 03 June 2016, 22:17:13 UTC
f063242 Merge: #22797: clarify when URLErrors are raised by urlopen. 03 June 2016, 17:32:48 UTC
21dcb93 #22797: clarify when URLErrors are raised by urlopen. 03 June 2016, 17:29:17 UTC
bb7f732 Null merge 03 June 2016, 07:48:43 UTC
2e7cb1e Merge heads 03 June 2016, 07:48:13 UTC
fde75ae Merge heads 03 June 2016, 07:47:38 UTC
a9e6eda Merge 3.5. 03 June 2016, 07:45:56 UTC
93ac7ae Merge heads 03 June 2016, 07:44:12 UTC
10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. 03 June 2016, 07:38:24 UTC
717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. 03 June 2016, 07:38:02 UTC
73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. 03 June 2016, 07:32:36 UTC
9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. 03 June 2016, 07:30:25 UTC
194a4a2 [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. Patch contributed by Dave Sawyer. 03 June 2016, 07:04:28 UTC
7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. Patch contributed by Dave Sawyer. 03 June 2016, 07:03:48 UTC
464afee [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 03 June 2016, 06:50:02 UTC
0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. 03 June 2016, 06:49:05 UTC
b414906 issue27167: make the test not care about the exact signal name in the error message as some numbers map to multiple names. 03 June 2016, 06:19:35 UTC
d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text when the child process died due to a signal. 03 June 2016, 06:14:06 UTC
287e687 issue25931: document that socketserver.Forking* are unavailable on platforms lacking os.fork(). 03 June 2016, 05:44:47 UTC
a945969 Issue25931: fix tests broken by the conditional define of socketserver.Forking* 03 June 2016, 05:26:14 UTC
aea1650 typo fix 03 June 2016, 00:57:26 UTC
3498db1 merge 3.5 03 June 2016, 00:33:02 UTC
583a1d6 Document that CalledProcessError.returncode is the negative signal number when the process died due to a signal. 03 June 2016, 00:31:21 UTC
1bb8109 Reindent properly. 03 June 2016, 00:16:02 UTC
cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such as Windows that do not support os.fork(). 03 June 2016, 00:13:36 UTC
3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. 03 June 2016, 00:06:13 UTC
dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. Patch by Emily Morehouse. 03 June 2016, 00:05:43 UTC
1b50c4d Merge: #27185: move test_pep292 into test_string. 02 June 2016, 23:38:20 UTC
a32c738 #27185: move test_pep292 into test_string. This makes the Template tests discoverable. Patch by Erin Braswell. 02 June 2016, 23:37:47 UTC
ca4589e Issue #16192: Merge from 3.5 02 June 2016, 22:28:29 UTC
8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun 02 June 2016, 22:28:00 UTC
cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath 02 June 2016, 22:06:09 UTC
1f56e5f Merge 3.5 (asyncio) 02 June 2016, 20:51:27 UTC
a714616 asyncio: Fix getaddrinfo to accept service names (for port) Patch by A. Jesse Jiryu Davis 02 June 2016, 20:51:07 UTC
642afb3 Merge 3.5 (asyncio) 02 June 2016, 20:44:10 UTC
fddf121 Issue #21776: Merge from 3.5 02 June 2016, 20:47:23 UTC
6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError Initial patch by Claudiu Popa. 02 June 2016, 20:45:53 UTC
a8f895f asyncio: Support host=b'' for getaddrinfo 02 June 2016, 20:43:52 UTC
0d20189 Merge: #20973: add total ordering tests for ipaddress 02 June 2016, 19:49:41 UTC
947ff38 #20973: add total ordering tests for ipaddress Patch by Tommy Beadle. 02 June 2016, 19:46:04 UTC
59ae8ec merge 3.5 02 June 2016, 19:42:40 UTC
f585414 remove (hilarious) defaults for various constants getpath.c needs 02 June 2016, 19:41:35 UTC
e747dd8 Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. 02 June 2016, 19:15:12 UTC
d612920 Issue #16192: Merge from 3.5 02 June 2016, 19:18:21 UTC
d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation 02 June 2016, 19:17:51 UTC
f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. verification and patch by Emily Morehouse. 02 June 2016, 19:14:30 UTC
010bb99 merge 3.5 02 June 2016, 18:36:16 UTC
a49ccf2 note that Py_VISIT handles NULL (closes #27183) 02 June 2016, 18:35:59 UTC
0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial 02 June 2016, 18:31:19 UTC
53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) Patch from A. Skrobov. 02 June 2016, 18:30:18 UTC
9c27c18 Issue #23116: Merge from 3.5 02 June 2016, 18:31:51 UTC
9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both. 02 June 2016, 17:20:16 UTC
e2e7168 Issue #27171: Fix typo in exception message 02 June 2016, 10:13:47 UTC
0b7d84d Issue #27171: Merge typo fixes from 3.5 02 June 2016, 10:11:18 UTC
e26da7c Issue #27171: Fix typos in documentation, comments, and test function names 02 June 2016, 10:07:09 UTC
fa6de5c Issue #12243: Merge from 3.5 02 June 2016, 01:26:50 UTC
1b207c5 Issue #12243: Remove redundant availability notes from getpass docs Patch by Bryce Verdier. 02 June 2016, 01:26:18 UTC
c5f4036 Issue #27178: Fix markup in tutorial Patch by Nathan Harold. 01 June 2016, 21:38:18 UTC
3207271 Merge from 3.5 01 June 2016, 20:55:00 UTC
5b6a14d Fix link in programming FAQ. The example actually uses the sort method of list object. 01 June 2016, 20:54:33 UTC
ef1179e Issue #27174: Merge from 3.5 01 June 2016, 16:53:05 UTC
back to top