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

sort by:
Revision Author Date Message Commit Date
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
93818c7 Issue #27174: Update IPython URL in tutorial 01 June 2016, 16:52:35 UTC
12a8a8a Merge from 3.5 01 June 2016, 16:36:40 UTC
8e937f8 Fix typo in Python tutorial 01 June 2016, 16:36:14 UTC
f9de406 Issue #25570: Merge add_header() example from 3.5 01 June 2016, 08:17:27 UTC
7aaaded Issue #25570: Add example of customizing User-Agent via add_header() 01 June 2016, 08:10:50 UTC
d6ce44c Merge with 3.5 01 June 2016, 05:01:21 UTC
f9aff92 Fix typo 01 June 2016, 05:01:10 UTC
d80ab7d Issue # 24225: Update idlelib.README.txt with new file names and event handlers. 01 June 2016, 00:17:58 UTC
5a0c278 Issue #27156: Remove obsolete code not used by IDLE. help.txt, replaced by help.html, is out-of-date and should not be used. Its dedicated viewer has be replaced by the html viewer in help.py. 'import idlever; I = idlever.IDLE_VERSION' is the same as 'import sys; I = version[:version.index(' ')]' 30 May 2016, 05:59:42 UTC
dd780e4 Issue #27125: Remove duplicated words in exception message 30 May 2016, 04:08:23 UTC
e514093 Issue #27125: Merge typo fixes from 3.5 30 May 2016, 05:24:49 UTC
137bac2 Add items to MISC/NEWS and idlelib/NEWS.txt. 30 May 2016, 05:04:08 UTC
f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. 30 May 2016, 05:02:34 UTC
a90a4a9 Issue #27125: Remove duplicated words from documentation and comments 30 May 2016, 04:04:50 UTC
96ebb84 [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. Patch contributed by Nathan Harold. 30 May 2016, 03:37:54 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
eb6cd74 Issue #27033: Removed unnecessary the bool calls. 29 May 2016, 20:50:56 UTC
8c740c4 Improved docs for issue27033. Based on comments by R. David Murray. 29 May 2016, 20:43:24 UTC
ea083fa Merge heads 29 May 2016, 16:47:38 UTC
b286620 Null merge 29 May 2016, 16:42:46 UTC
e501a93 Issue #27125: Merge typo fixes from 3.5 Also merge changes from Issue #27117; no actual code changes to 3.6. 29 May 2016, 09:05:06 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
2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. Factor out code for configuring text widget colors to a new function. 29 May 2016, 05:40:22 UTC
8d56c02 Issue #27125: Fix various errors like “will [be] inherited” 29 May 2016, 04:13:35 UTC
8206961 Issue #27124: Merge binascii doc from 3.5 29 May 2016, 00:56:02 UTC
58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() 29 May 2016, 00:48:54 UTC
cb433a0 merge 3.5 28 May 2016, 21:07:49 UTC
dee9f75 merge heads 28 May 2016, 21:07:45 UTC
2c71e0b merge heads 28 May 2016, 21:07:30 UTC
f558d5f merge heads 28 May 2016, 21:06:48 UTC
46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). 28 May 2016, 21:06:41 UTC
6ca4260 merge 3.5 28 May 2016, 21:05:11 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
dc4f7c0 Issue #27147: Mention PEP 420 in the importlib docs. 28 May 2016, 18:08:20 UTC
338502b Issue #27147: Mention PEP 420 in the importlib docs. 28 May 2016, 17:56:53 UTC
6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. This follows the previous patch that changed idlelib file names. Class names that matched old module names are not changed. Change idlelib imports in turtledemo.__main__. Exception: config-extensions.def. Previously, extension section names, file names, and class names had to match. Changing section names would create cross-version conflicts in config-extensions.cfg (user customizations). Instead map old names to new file names at point of import in editor.EditorWindow.load_extension. Patch extensively tested with test_idle, idle_test.htest.py, a custom import-all test, running IDLE in a console to catch messages, and testing each menu item. Based on a patch by Al Sweigart. 28 May 2016, 17:22:31 UTC
76c4161 Issue #27138: Regenerate Python/importlib_external.h. 28 May 2016, 11:48:19 UTC
c7385f3 Issue #27138: Regenerate Python/importlib_external.h. 28 May 2016, 11:46:13 UTC
a4a7fc9 Merge heads (issue #25926). 28 May 2016, 11:25:46 UTC
back to top