Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
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
9c680b0 Actually run the builtins Argument Clinic test 13 April 2015, 16:54:54 UTC
3f10346 Closes #23932: Merge with 3.4 13 April 2015, 16:32:01 UTC
f3b990e Issue #23932: Update the tutorial section on function annotations. Patch by Juti Noppornpitak. 13 April 2015, 16:30:47 UTC
0b1e4f1 Merge with 3.4 13 April 2015, 16:08:55 UTC
bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. 13 April 2015, 16:07:35 UTC
7dfa094 Closes #18402: Merge with 3.4 13 April 2015, 15:53:11 UTC
52797d8 Merge heads 13 April 2015, 15:51:37 UTC
a3655ea Issue #18402: Also look for 64 bit Perl in build_ssl.py. It's still not necessary to build, but may be useful to some. 13 April 2015, 15:46:40 UTC
ab792ac Doc clarification / edification on the semantics of the 'w*' format unit. 13 April 2015, 15:30:56 UTC
8d11ccc Rebuild _freeze_importlib.o when Makefile changes 13 April 2015, 15:30:49 UTC
8b963c5 #17898: reset k and v so that the loop doesn't use an old value 13 April 2015, 14:38:56 UTC
770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) 13 April 2015, 13:58:36 UTC
1c8c327 Fix warning from Sphinx. 13 April 2015, 04:24:17 UTC
20ab6c0 Merge: Don't gitignore the Python directory on case insensitive file systems. 13 April 2015, 01:53:21 UTC
12efbf5 Don't gitignore the Python directory on case insensitive file systems. 13 April 2015, 01:52:44 UTC
e6d3abd Merge: #17380: Document tp_init return value in extending docs. 13 April 2015, 01:52:12 UTC
354c740 #17380: Document tp_init return value in extending docs. Patch by James Powell. 13 April 2015, 01:51:36 UTC
e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. Patch by A. Jesse Jiryu Davis. 12 April 2015, 22:47:56 UTC
5646de4 make DirEntryType and ScandirIteratorType static (closes #23918) 12 April 2015, 21:56:34 UTC
f737703 Issue #23668: Regenerates posixmodule.c.h for new ifdefs 12 April 2015, 19:44:54 UTC
556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. Patch by Martin Panter. 12 April 2015, 10:53:33 UTC
9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. Patch by Martin Panter. 12 April 2015, 10:52:49 UTC
48a724f Close issue23900: add default __doc__ to new enumerations that do not specify one. 12 April 2015, 06:23:06 UTC
a1c7e72 Issue #23668: Suppresses invalid parameter handler around chsize calls. 12 April 2015, 04:26:43 UTC
8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 12 April 2015, 04:26:27 UTC
8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor 11 April 2015, 22:08:02 UTC
e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. 11 April 2015, 21:44:01 UTC
770319d Issue #23912: Fix code formatting in datamodel.rst. Patch by James Edwards. 11 April 2015, 11:59:30 UTC
1c69c3e use imperative 11 April 2015, 11:42:42 UTC
0fa23e4 Merge heads 10 April 2015, 13:21:58 UTC
back to top