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

sort by:
Revision Author Date Message Commit Date
2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. Patch by Michael McFadden, with a few small style tweaks. 16 April 2015, 16:15:09 UTC
29fbd21 Remove redundant check fro md5module. CID 1294331 (#1 of 1): Identical code for different branches (IDENTICAL_BRANCHES) 16 April 2015, 15:29:11 UTC
e8e4283 Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. CID 1291697 (#1 of 1): Dereference before null check (REVERSE_INULL) check_after_deref: Null-checking tb suggests that it may be null, but it has already been dereferenced on all paths leading to the check. 16 April 2015, 15:25:45 UTC
82adeff Fix typo in assert statement 16 April 2015, 15:21:54 UTC
eb076ae Null merge 16 April 2015, 08:58:11 UTC
6a69466 Backported tests from issue #20175. 16 April 2015, 08:54:14 UTC
f24131f Issue #20175: Converted the _io module to Argument Clinic. 16 April 2015, 08:19:43 UTC
7f90cba Issue #23935: Argument Clinic's understanding of format units accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation. 16 April 2015, 03:02:12 UTC
3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension module binaries, with a platform triple of just "darwin", resulting in file names like: _ssl.cpython-35m-darwin.so rather than just _ssl.so as previously. Instead of attempting to encode differences in CPU architecture and OS X deployment targets in the file name as is done on other platforms, these continue to be managed by the use of Apple multi-architecture ("fat") files, by the system dynamic loader, and by logic in higher-levels like sysconfig.get_platform() and pip. 16 April 2015, 00:11:47 UTC
20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. Patch by Demian Brecht. 15 April 2015, 23:31:14 UTC
d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari 15 April 2015, 22:06:05 UTC
9abe049 #22980: fix triplet configure test for powerpc-linux-gnu 15 April 2015, 21:31:02 UTC
4171bbe #23949: Improve tuple unpacking error messages. Patch by Arnon Yaari. 15 April 2015, 21:08:45 UTC
13a6ee0 Updates layout of some text in the Windows installer. 15 April 2015, 20:18:58 UTC
cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. 15 April 2015, 20:10:59 UTC
807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test 15 April 2015, 18:52:39 UTC
092f616 - configure.ac: remove duplicate PLATDIR definition 15 April 2015, 18:45:33 UTC
d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include the architecture triplet in the extension name, to make it easy to test builds for different ABIs in the same working tree. 15 April 2015, 18:23:14 UTC
7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). 15 April 2015, 14:27:58 UTC
28edf12 add Allison Kaptur (#21217) 15 April 2015, 04:00:41 UTC
ef9ffcb properly wrap 15 April 2015, 02:12:14 UTC
6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a more consistent API than the existing call* functions. (enhancement from issue 23342) 14 April 2015, 23:14:25 UTC
a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and end lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger. 14 April 2015, 22:41:29 UTC
97100c0 Updates Windows installer to promote per-user installs over all-users. 14 April 2015, 22:34:04 UTC
f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. 14 April 2015, 22:34:04 UTC
7c63fd3 issue9859: add the missing versionadded tag to the documentation. 14 April 2015, 22:25:01 UTC
89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 14 April 2015, 22:07:59 UTC
687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. 14 April 2015, 21:58:40 UTC
f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. Patch by Jamiel Almeida. 14 April 2015, 21:57:41 UTC
14a88ab issue9859: Use an expected failure rather than a skip. 14 April 2015, 20:54:09 UTC
cadbab2 Closes #23956: Merge with 3.4 14 April 2015, 20:46:22 UTC
50db6ac Issue #23956: Fix typo in imp.py docstring. Patch by Jacinda Shelly. 14 April 2015, 20:43:00 UTC
f3cae79 Merge: #23957: fix typo. 14 April 2015, 20:42:49 UTC
5be7f15 #23957: fix typo. 14 April 2015, 20:42:08 UTC
4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. 14 April 2015, 20:26:06 UTC
1bef907 issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. 14 April 2015, 20:24:34 UTC
054b065 issue9859: Adds a CPyMatchTest test case to compare the exposed APIs of the Python io module and the C io module. They do not currently match so the failing test is marked with @unittest.skip. 14 April 2015, 19:58:05 UTC
e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to compare the public APIs of two modules or classes. 14 April 2015, 19:56:53 UTC
a8b1206 issue9014: Include more formatting on :c:type:`PyObject` etc. 14 April 2015, 18:21:26 UTC
0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. 14 April 2015, 18:21:05 UTC
b8dde4f issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. 14 April 2015, 18:13:14 UTC
1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. 14 April 2015, 18:12:53 UTC
2f86a03 remove trailing space 14 April 2015, 17:05:02 UTC
23a6a0d remove trailing space :) 14 April 2015, 17:04:30 UTC
6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported compression algorithms. 14 April 2015, 17:02:49 UTC
f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported compression algorithms. 14 April 2015, 17:02:20 UTC
9d04e6a Update Tcl/Tk to 8.6.4. The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+. 14 April 2015, 16:53:03 UTC
bd4b247 Actually build Tix. It's been absent from all alpha releases, which apparently nobody has noticed. 14 April 2015, 15:58:06 UTC
012e287 Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop. 14 April 2015, 15:58:45 UTC
34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop. 14 April 2015, 15:57:55 UTC
f887a61 #21146: give a more efficient recipe in gzip docs 14 April 2015, 15:44:40 UTC
19ddaf6 Merge from 3.4 14 April 2015, 14:35:43 UTC
b3c30d9 Reword NEWS item a bit 14 April 2015, 14:18:46 UTC
467a546 Merge from 3.4 14 April 2015, 13:59:09 UTC
e91ecb2 Merge 3.4 (#23310) 14 April 2015, 07:15:42 UTC
5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. 14 April 2015, 07:12:57 UTC
dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 14 April 2015, 06:35:51 UTC
4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 14 April 2015, 06:30:01 UTC
a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. 14 April 2015, 06:12:42 UTC
cd1aa91 merge 3.4 (#23929) 14 April 2015, 00:25:11 UTC
52a3b74 remove useless word (closes #23929) 14 April 2015, 00:24:10 UTC
0a8f43e #11754: test contents of string module attributes. As noted in the comment, while the order of the items in the attributes is not technically guaranteed, after all this time there is almost certainly user code out there that relies on it, so we might as well test for it. Patch by Chalmer Lowe. 14 April 2015, 00:04:29 UTC
5aec1a4 Merge with 3.4 13 April 2015, 23:34:57 UTC
bbbbe7e Make Argument Clinic's '--make' option work on Windows. 13 April 2015, 23:33:41 UTC
8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. 13 April 2015, 23:22:35 UTC
a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. Patch courtesy of Joe Jevnik. 13 April 2015, 21:48:40 UTC
d827be8 Closes #23730: merge with 3.4 13 April 2015, 21:44:05 UTC
ae9f0fe Issue #23730: Document the return value of ZipFile.extract Patch by Stéphane Wirtel. 13 April 2015, 21:40:49 UTC
38019d1 Closes #23938: List Windows XP as an unsupported platform. Patch by Alex Walters. 13 April 2015, 20:51:59 UTC
8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. 13 April 2015, 20:32:16 UTC
9d2a01f Issue #23822: Fix test_py_compile to not fail under -O. 13 April 2015, 20:28:11 UTC
fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. 13 April 2015, 20:21:07 UTC
65da9a8 merge heads 13 April 2015, 20:11:34 UTC
ae18f38 merge 3.4 13 April 2015, 20:10:47 UTC
100aa18 - Makefile.pre.in (LIBPL): Use the definition from configure.ac 13 April 2015, 20:10:21 UTC
38c707e Issue #21741: Update 147 test modules to use test discovery. I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run. 13 April 2015, 20:00:43 UTC
4b761bf - merge 3.4 13 April 2015, 20:00:30 UTC
1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) 13 April 2015, 19:59:57 UTC
42db2f6 - merge heads 13 April 2015, 19:49:11 UTC
7f82522 - merge heads 13 April 2015, 19:48:44 UTC
3764fc2 Fix doc build error 13 April 2015, 19:07:57 UTC
b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() (closes #18147) 13 April 2015, 19:06:51 UTC
97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() (closes #18147) 13 April 2015, 19:06:15 UTC
f58b1cb - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive. 13 April 2015, 18:54:06 UTC
3536350 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive. 13 April 2015, 18:53:43 UTC
d5aec7b Issue #21116: Avoid blowing memory when allocating a multiprocessing shared array that's larger than 50% of the available RAM. Patch by Médéric Boquien. 13 April 2015, 18:53:43 UTC
4269d6d Issue #23732: Mention the new -b semantics in the porting HOWTO. 13 April 2015, 18:37:50 UTC
f299abd Issue #23731: Implement PEP 488. The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. 13 April 2015, 18:21:02 UTC
a63cc21 Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields. Patch by Eugene Toder. 13 April 2015, 18:10:06 UTC
56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 13 April 2015, 18:02:33 UTC
85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 13 April 2015, 18:01:21 UTC
682d055 Null merge from 3.4 13 April 2015, 17:49:35 UTC
0f164c6 Merge 13 April 2015, 17:49:04 UTC
20d31b5 Merge 13 April 2015, 17:48:52 UTC
cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead. 13 April 2015, 17:48:19 UTC
25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead. 13 April 2015, 17:41:47 UTC
50ebf03 Merge with 3.4 13 April 2015, 17:30:53 UTC
30cc6fa Force the Windows readme to CRLF 13 April 2015, 17:28:11 UTC
774ac37 Closes #17202: Merge with 3.4 13 April 2015, 17:11:40 UTC
4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. 13 April 2015, 16:59:54 UTC
back to top