https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
cec00a7 Version bump for 3.6.0a1 16 May 2016, 20:03:51 UTC
fc92e2c Update Mac installer ReadMe file for 3.6.0a1 16 May 2016, 20:03:12 UTC
cae752a Update pydoc topics for 3.6.0a1 16 May 2016, 17:44:52 UTC
8d0abb9 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:35:18 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
0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 16 May 2016, 07:45:28 UTC
c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes in PyArg_ParseTuple(). 16 May 2016, 07:12:15 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
5a32c04 Null merge 16 May 2016, 06:59:21 UTC
acef5de Backported tests for issue #18531. 16 May 2016, 06:55:32 UTC
bcde10a Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used with correct type. 16 May 2016, 06:42:29 UTC
cbcc2fd Issue #27033: The default value of the decode_data parameter for smtpd.SMTPChannel and smtpd.SMTPServer constructors is changed to False. 16 May 2016, 06:36:31 UTC
4ecfa45 Expand abbreviations FIFO and LIFO. 16 May 2016, 06:31:54 UTC
98019e1 Issue #27034: Removed deprecated class asynchat.fifo. 16 May 2016, 06:10:43 UTC
31e59aa Merge with 3.5 16 May 2016, 03:53:10 UTC
af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. Uppercase 'GUI', remove 2.7 references and reflow text. 16 May 2016, 03:52:56 UTC
c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. Patch from Yolanda Robla. 16 May 2016, 03:22:45 UTC
9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. Patch from Yolanda Robla. 16 May 2016, 03:22:01 UTC
2b6c032 Merge with 3.5 16 May 2016, 02:07:12 UTC
33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. 16 May 2016, 02:06:49 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
89d2a03 Merge with 3.5 15 May 2016, 18:20:13 UTC
5f4ac9f Issue #25747: remove undependable and possibly useless test. 15 May 2016, 18:19:59 UTC
e607394 Merge with 3.5 15 May 2016, 17:25:39 UTC
cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. 15 May 2016, 17:25:23 UTC
79f561d Issue #26870: Poll() also fails on OS X; try select() Also work around separate Open BSD bug with kill() of a zombie. 15 May 2016, 15:04:58 UTC
2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals Also force terminate the child process in case it hangs for any reason. 15 May 2016, 13:21:25 UTC
f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. Patch by Thomas Kluyver. 15 May 2016, 09:27:16 UTC
3d3f7e8 Merge with 3.5 15 May 2016, 05:31:01 UTC
c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. Patch by Saimadhav Heblikar. 15 May 2016, 05:30:47 UTC
0594cff merge from 3.5 issue27018 - Fix the documentation of select.epoll.register method. 15 May 2016, 04:29:03 UTC
507898d issue27018 - Fix the documentation of select.epoll.register method. 15 May 2016, 04:28:22 UTC
3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup 15 May 2016, 03:59:59 UTC
3712686 Issue #26870: Close pty master in case of exception 15 May 2016, 03:05:36 UTC
f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton 15 May 2016, 01:26:25 UTC
4dd27f0 Issue #25533: Merge frozen module docs from 3.5 15 May 2016, 00:41:40 UTC
f47a400 Issue #25533: Update documentation regarding the frozen modules table * "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4 15 May 2016, 00:13:04 UTC
38e2f17 Remove old Python 2 compatibility from ctypes test 14 May 2016, 06:17:43 UTC
0e40df6 Merge ctypes from 3.5 14 May 2016, 06:17:30 UTC
2dc1bbb Remove outdated PEP 291 compatibility requirement comment 14 May 2016, 05:55:38 UTC
e9e3a7c Merge 3.5 (asyncio) 13 May 2016, 20:11:00 UTC
f11352c asyncio/tests: Ensure a gc_collect for __del__ testing Patch by Philip Jenvey 13 May 2016, 20:10:43 UTC
2e413f7 Merge 3.5 (asyncio) 13 May 2016, 20:05:05 UTC
5dc0933 asyncio: Fix unix pipe transport 'repr' methods Patch by Vincent Michel. See also https://github.com/python/asyncio/pull/326 13 May 2016, 20:04:43 UTC
8308db5 Merge 3.5 (asyncio) 13 May 2016, 19:59:48 UTC
32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost 13 May 2016, 19:58:00 UTC
91f9def Merge 3.5 (asyncio) 13 May 2016, 19:43:05 UTC
04eb87e asyncio: ease the cert failed regex Patch by Philip Jenvey 13 May 2016, 19:42:39 UTC
059320b Merge 3.5 (issue #26848) 13 May 2016, 19:39:09 UTC
7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. 13 May 2016, 19:35:28 UTC
91762da Restored test_interleaved. After issue #8886 it was a duplicate of test_different_file. 13 May 2016, 18:19:22 UTC
d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of test_different_file. 13 May 2016, 18:18:58 UTC
18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP file, as well as for extracting data. Patch by Thomas Kluyver. 13 May 2016, 10:52:49 UTC
5d1110a merge from 3.5 Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. 13 May 2016, 08:35:29 UTC
9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. 13 May 2016, 08:32:42 UTC
f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 13 May 2016, 07:45:21 UTC
9974092 merge 3.5 13 May 2016, 06:14:28 UTC
07451dd fix indentation of comments in cellobject.c (closes #27011) 13 May 2016, 06:12:21 UTC
c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 13 May 2016, 01:54:44 UTC
e78592d Make bytes and bytearray subclass tests compatible with base types tests. 12 May 2016, 09:33:21 UTC
ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 12 May 2016, 07:37:58 UTC
9de7efe Removed duplicated NEWS entity for issue #26881. 11 May 2016, 19:25:05 UTC
ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). It is better to not change this in bugfix release. 11 May 2016, 19:19:49 UTC
3414e4a NEWS message for issue #26977. 11 May 2016, 02:41:19 UTC
bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 11 May 2016, 01:50:13 UTC
228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. 10 May 2016, 22:21:03 UTC
3fa86a0 Make bytes and bytearray subclass tests compatible with base types tests. 12 May 2016, 09:33:41 UTC
1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 12 May 2016, 07:39:32 UTC
5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). 12 May 2016, 07:32:30 UTC
25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. 12 May 2016, 07:21:14 UTC
871639a Merge 3.5. 11 May 2016, 19:25:31 UTC
75687f2 Null merge 11 May 2016, 19:20:57 UTC
441581a Update NEWS. 11 May 2016, 03:01:42 UTC
6494449 Merge NEWS update from 3.5 for issue #26977. 11 May 2016, 02:46:40 UTC
0218127 Branch merge for issue 26977 11 May 2016, 01:53:01 UTC
d65018b Fixes #19711: Add tests for reloading namespace packages. 10 May 2016, 21:29:05 UTC
c499f30 Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 09:01:56 UTC
dba9039 Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 09:01:23 UTC
a4dfbe6 merge 3.5 (#26986) 10 May 2016, 06:44:30 UTC
3872350 improve PyFunction_New docs (closes #26986) Patch from Xiang Zhang. 10 May 2016, 06:43:53 UTC
e7041fa Closes #26987: Merge with 3.5 09 May 2016, 19:50:36 UTC
78b5ed9 Issue #26987: Correct implementation to match comment This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr. 09 May 2016, 19:49:31 UTC
6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:14:22 UTC
df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:11:59 UTC
3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. 08 May 2016, 20:44:54 UTC
02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. 08 May 2016, 20:43:50 UTC
ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed unscathed to the C-defined function. Now it is converted to exact dict. 08 May 2016, 20:36:44 UTC
a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. 08 May 2016, 19:00:09 UTC
c7cc985 Issue #26156: Make expressions grammar description more semantically correct. 08 May 2016, 18:59:46 UTC
dea7637 Issue #23815: Fixed crashes related to directly created instances of types in _tkinter and curses.panel modules. 08 May 2016, 17:46:55 UTC
e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in _tkinter and curses.panel modules. 08 May 2016, 17:46:22 UTC
1ce738e Merge typo fixes from 3.5 08 May 2016, 14:02:35 UTC
4c35964 Corrections for a/an in code comments and documentation 08 May 2016, 13:53:41 UTC
f056416 Fix typos in comments, documentation and test method names 08 May 2016, 13:48:10 UTC
129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions Based on patch by Julien. 08 May 2016, 12:22:37 UTC
cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 08 May 2016, 12:14:38 UTC
18933ed Issue #26512: Merge rounding doc from 3.5 08 May 2016, 12:34:58 UTC
1a269d0 Issue #26924: Fix Windows buildbots sem_unlink is defined as #define SEM_UNLINK(name) 0 under Windows. 07 May 2016, 18:13:50 UTC
0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android Android declares sem_unlink but doesn't implement it. 07 May 2016, 17:39:20 UTC
back to top