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

sort by:
Revision Author Date Message Commit Date
fde75ae Merge heads 03 June 2016, 07:47:38 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
7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. Patch contributed by Dave Sawyer. 03 June 2016, 07:03:48 UTC
0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. 03 June 2016, 06:49:05 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
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
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
8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun 02 June 2016, 22:28:00 UTC
a714616 asyncio: Fix getaddrinfo to accept service names (for port) Patch by A. Jesse Jiryu Davis 02 June 2016, 20:51:07 UTC
a8f895f asyncio: Support host=b'' for getaddrinfo 02 June 2016, 20:43:52 UTC
6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError Initial patch by Claudiu Popa. 02 June 2016, 20:45:53 UTC
947ff38 #20973: add total ordering tests for ipaddress Patch by Tommy Beadle. 02 June 2016, 19:46:04 UTC
f585414 remove (hilarious) defaults for various constants getpath.c needs 02 June 2016, 19:41:35 UTC
f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. verification and patch by Emily Morehouse. 02 June 2016, 19:14:30 UTC
d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation 02 June 2016, 19:17:51 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
e26da7c Issue #27171: Fix typos in documentation, comments, and test function names 02 June 2016, 10:07:09 UTC
1b207c5 Issue #12243: Remove redundant availability notes from getpass docs Patch by Bryce Verdier. 02 June 2016, 01:26:18 UTC
5b6a14d Fix link in programming FAQ. The example actually uses the sort method of list object. 01 June 2016, 20:54:33 UTC
93818c7 Issue #27174: Update IPython URL in tutorial 01 June 2016, 16:52:35 UTC
8e937f8 Fix typo in Python tutorial 01 June 2016, 16:36:14 UTC
7aaaded Issue #25570: Add example of customizing User-Agent via add_header() 01 June 2016, 08:10:50 UTC
f9aff92 Fix typo 01 June 2016, 05:01:10 UTC
a90a4a9 Issue #27125: Remove duplicated words from documentation and comments 30 May 2016, 04:04:50 UTC
f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. 30 May 2016, 05:02:34 UTC
ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. Patch contributed by Nathan Harold. 30 May 2016, 03:36:58 UTC
8d56c02 Issue #27125: Fix various errors like “will [be] inherited” 29 May 2016, 04:13:35 UTC
e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. Factor out code for configuring text widget colors to a new function. 29 May 2016, 05:40:30 UTC
58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() 29 May 2016, 00:48:54 UTC
2c71e0b merge heads 28 May 2016, 21:07:30 UTC
c352620 backout 3c9512d8ac0d 28 May 2016, 21:04:40 UTC
fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). 28 May 2016, 21:03:48 UTC
338502b Issue #27147: Mention PEP 420 in the importlib docs. 28 May 2016, 17:56:53 UTC
c7385f3 Issue #27138: Regenerate Python/importlib_external.h. 28 May 2016, 11:46:13 UTC
819581b Issue 25926: Clarify that the pure python equivalents are only approximate. 28 May 2016, 07:10:56 UTC
fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL Patch by Anish Shah and Aatish Neupane. 28 May 2016, 02:20:39 UTC
6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects This matches the usage of ZipFile and BufferedWriter. This still requires return values to be bytes() objects. Also document and test that the write() methods should only access their argument before they return. 28 May 2016, 00:41:57 UTC
fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). 27 May 2016, 18:36:28 UTC
c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 27 May 2016, 11:20:21 UTC
0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter Based on documentation by AM Kuchling. 27 May 2016, 07:32:11 UTC
0619878 stop talking about svn 27 May 2016, 06:18:51 UTC
047ada4 remove cruft from Schwarzian transform section 27 May 2016, 05:55:49 UTC
6d3ad2f "Numeric Python" -> "NumPy" 27 May 2016, 05:51:32 UTC
33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 26 May 2016, 19:18:12 UTC
b22c708 Comment/docstring tweaks for typing.py. 26 May 2016, 16:56:19 UTC
0025eb1 test_warnings: catch stderr and check warning Check the user warning in test_error_after_default() to not pollute the output, and check the warning logged into stderr. 26 May 2016, 13:21:25 UTC
43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded Based on patch by Alex Shkop. 26 May 2016, 09:10:55 UTC
46f5072 Issue #27076: Doc, comment and tests spelling fixes Most fixes to Doc/ and Lib/ directories by Ville Skyttä. 26 May 2016, 05:35:26 UTC
eb9aca3 Added Type[C] implementation to typing.py. 24 May 2016, 23:38:22 UTC
5a093c1 fix indentation and add curlies (closes #27093) 24 May 2016, 05:47:50 UTC
05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). Patch by Xavier de Gaye. 23 May 2016, 05:41:48 UTC
5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. Such fonts on Linux prevented the configuration dialog from opening. 22 May 2016, 18:35:24 UTC
0a91e43 Fixed an error in previous commit. 22 May 2016, 15:23:36 UTC
53a0035 Temporary skip curses tests on non-tty (issue #27067). 22 May 2016, 15:16:20 UTC
4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY 22 May 2016, 03:01:52 UTC
f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) 21 May 2016, 20:50:16 UTC
0eb39e7 Issue #27067: Improved curses tests. 21 May 2016, 18:36:11 UTC
732ba82 Issue #27075: Link to StreamReader and StreamWriter docs Patch by Ville Skyttä. 21 May 2016, 11:56:35 UTC
eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg Patch by A. Jesse Jiryu Davis. 20 May 2016, 21:44:19 UTC
0dad755 Issue #27063: Some unittest loader tests were silently skipped. 20 May 2016, 20:28:37 UTC
13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" format unit. 20 May 2016, 19:31:14 UTC
3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received 20 May 2016, 15:31:40 UTC
b0d43ce asyncio: fix ResourceWarning related to subprocesses Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the return code from the child watched to the returncode attribute of the Popen object. On Python 3.6, it is required to avoid a ResourceWarning. 20 May 2016, 11:05:48 UTC
387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) 19 May 2016, 20:10:20 UTC
3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.) 19 May 2016, 20:00:21 UTC
d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. 19 May 2016, 17:47:47 UTC
3116cc4 Fix os.set_inheritable() on Android Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by SELinux and fails with EACCESS. The function now falls back to fcntl(). Patch written by Michał Bednarski. 19 May 2016, 14:46:18 UTC
4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. 18 May 2016, 22:54:05 UTC
1cea70f Fix #27014 -- infinite recursion using typing.py. 18 May 2016, 15:35:00 UTC
e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. 18 May 2016, 10:54:54 UTC
e23c90c Fixed test_sizeof for deque. 18 May 2016, 10:00:56 UTC
c9bfc13 issue27045 - Use backslash in windows path to script file. 18 May 2016, 03:50:43 UTC
092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. 18 May 2016, 02:48:22 UTC
cec9581 Issue #27049: fix doc typo 18 May 2016, 01:44:46 UTC
fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. 17 May 2016, 23:58:02 UTC
c359af1 Issue #18410: add missing parent argument. 17 May 2016, 22:35:07 UTC
b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. 17 May 2016, 22:18:37 UTC
c710826 Fixes unnecessary rebuild when building Windows releases with PGO 17 May 2016, 15:57:53 UTC
54044d6 class definitions only get argument lists (closes #27042) 17 May 2016, 06:20:22 UTC
bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) 17 May 2016, 06:18:33 UTC
ed64d6b regen importlib bytecode 17 May 2016, 05:54:05 UTC
ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) Patch by Xiang Zhang. 17 May 2016, 05:52:40 UTC
0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . 17 May 2016, 03:32:28 UTC
6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. 17 May 2016, 02:27:28 UTC
b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr 16 May 2016, 20:32:38 UTC
950204d docs: Update asyncio docs & whatsnew 16 May 2016, 20:23:00 UTC
7661db6 Issue #27041: asyncio: Add loop.create_future method 16 May 2016, 19:38:39 UTC
7ed7ce6 Issue #27040: Add loop.get_exception_handler method 16 May 2016, 19:20:38 UTC
7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik. 16 May 2016, 19:15:38 UTC
dc953a5 Fixes magic numbers for 3.6. 16 May 2016, 18:04:44 UTC
7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. 16 May 2016, 16:34:20 UTC
e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets Some servers send Location header fields with non-ASCII bytes, but "http. client" requires the request target to be ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by Christian Heimes. Python 2 does not suffer any problem because it allows non-ASCII bytes in the HTTP request target. 16 May 2016, 01:14:20 UTC
ce6e068 Issue #14132: Fix redirect handling when target is just a query string 16 May 2016, 01:07:13 UTC
f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes in PyArg_ParseTuple(). 16 May 2016, 07:11:47 UTC
acef5de Backported tests for issue #18531. 16 May 2016, 06:55:32 UTC
back to top