https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
55907f4 Version number bump for Python 3.5.0a4. 19 April 2015, 20:51:40 UTC
770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. 19 April 2015, 20:50:12 UTC
1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:15:02 UTC
e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:12:14 UTC
418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:08:42 UTC
db46fea Fixed error message for the "u#" format code. 19 April 2015, 18:13:00 UTC
d6e53da Fixed error message for the "u#" format code. 19 April 2015, 18:11:30 UTC
bb72c47 Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. 19 April 2015, 17:38:19 UTC
5cc9c4f - #22980: fix triplet configure test for more targets 19 April 2015, 12:44:05 UTC
6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. 19 April 2015, 01:38:01 UTC
37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. 19 April 2015, 01:37:35 UTC
0002d3c Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). Patch by Andy Holst. 19 April 2015, 01:32:52 UTC
e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). Patch by Andy Holst. 19 April 2015, 01:32:23 UTC
1a16a83 Closes #23536: Clarified scope of fileConfig()'s API. 18 April 2015, 12:15:10 UTC
2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. 18 April 2015, 12:14:10 UTC
4e25913 Remove local dead code. In both blocks dir is always greater 0. 18 April 2015, 03:54:02 UTC
6359641 Issue #20181: Converted the unicodedata module to Argument Clinic. 17 April 2015, 18:18:49 UTC
9260e77 Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic. 17 April 2015, 18:05:18 UTC
6d7dced Fix two typos in AbstractBasicAuthHandler documentation. 17 April 2015, 01:58:45 UTC
37f1ba9 #16914: fix test errors under -W error::BytesWarning. There are doubtless other debug messages in smtplib that would trigger an error if they were tested, but this fixes the things we do now test, which is good enough for now. 16 April 2015, 22:54:56 UTC
2e6ad42 #16914: reflow paragraph and add missing versionchanged. 16 April 2015, 21:24:52 UTC
11c5aba News item for #16914. 16 April 2015, 21:16:15 UTC
0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. Patch by Gavin Chappell and Maciej Szulik. 16 April 2015, 21:14:42 UTC
4c7f995 #7159: generalize urllib prior auth support. This fix is a superset of the functionality introduced by the issue #19494 enhancement, and supersedes that fix. Instead of a new handler, we have a new password manager that tracks whether we should send the auth for a given uri. This allows us to say "always send", satisfying #19494, or track that we've succeeded in auth and send the creds right away on every *subsequent* request. The support for using the password manager is added to AbstractBasicAuth, which means the proxy handler also now can handle prior auth if passed the new password manager. Patch by Akshit Khurana, docs mostly by me. 16 April 2015, 20:36:18 UTC
6297fec Merge 16 April 2015, 18:26:19 UTC
a8e3f7a Update coverity modeling file to silence datetime warnings 16 April 2015, 18:25:03 UTC
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
back to top