Steve Dower
|
cb39d1f466
|
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok.
|
2015-04-15 16:10:59 -04:00 |
|
doko@ubuntu.com
|
807b80d4ec
|
- #22980: fix typo in Lib/test/test_sysconfig.py triplet test
|
2015-04-15 20:52:39 +02:00 |
|
doko@ubuntu.com
|
092f616a97
|
- configure.ac: remove duplicate PLATDIR definition
|
2015-04-15 20:45:33 +02:00 |
|
doko@ubuntu.com
|
d3899c1a96
|
- 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.
|
2015-04-15 20:23:14 +02:00 |
|
Eric V. Smith
|
7a80389ce5
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
|
2015-04-15 10:27:58 -04:00 |
|
Benjamin Peterson
|
28edf12cd4
|
add Allison Kaptur (#21217)
|
2015-04-15 00:00:41 -04:00 |
|
Benjamin Peterson
|
ef9ffcbcd4
|
properly wrap
|
2015-04-14 22:12:14 -04:00 |
|
Gregory P. Smith
|
6e73000723
|
Add a subprocess.run() function than returns a CalledProcess instance for a
more consistent API than the existing call* functions.
(enhancement from issue 23342)
|
2015-04-14 16:14:25 -07:00 |
|
Antoine Pitrou
|
a8723a02ea
|
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.
|
2015-04-15 00:41:29 +02:00 |
|
Steve Dower
|
97100c0e3d
|
Updates Windows installer to promote per-user installs over all-users.
|
2015-04-14 18:34:04 -04:00 |
|
Steve Dower
|
f70fdd2878
|
Generates and signs a self-extracting executable containing an embedded Python.
|
2015-04-14 18:34:04 -04:00 |
|
Gregory P. Smith
|
7c63fd3df5
|
issue9859: add the missing versionadded tag to the documentation.
|
2015-04-14 15:25:01 -07:00 |
|
Larry Hastings
|
89964c48d1
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
|
2015-04-14 18:07:59 -04:00 |
|
R David Murray
|
687592def9
|
Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
|
2015-04-14 17:58:40 -04:00 |
|
R David Murray
|
f4bbc535b9
|
#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
Patch by Jamiel Almeida.
|
2015-04-14 17:57:41 -04:00 |
|
Gregory P. Smith
|
14a88abfcc
|
issue9859: Use an expected failure rather than a skip.
|
2015-04-14 13:54:09 -07:00 |
|
Zachary Ware
|
cadbab295d
|
Closes #23956: Merge with 3.4
|
2015-04-14 15:46:22 -05:00 |
|
Zachary Ware
|
50db6acc9b
|
Issue #23956: Fix typo in imp.py docstring.
Patch by Jacinda Shelly.
|
2015-04-14 15:43:00 -05:00 |
|
R David Murray
|
f3cae79883
|
Merge: #23957: fix typo.
|
2015-04-14 16:42:49 -04:00 |
|
R David Murray
|
5be7f1513d
|
#23957: fix typo.
|
2015-04-14 16:42:08 -04:00 |
|
Gregory P. Smith
|
4e72cceb62
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
|
2015-04-14 13:26:06 -07:00 |
|
Gregory P. Smith
|
1bef9075b8
|
issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only.
|
2015-04-14 13:24:34 -07:00 |
|
Gregory P. Smith
|
054b065f6c
|
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.
|
2015-04-14 12:58:05 -07:00 |
|
Gregory P. Smith
|
e334e3ff71
|
issue9859: Adds a test.support.detect_api_mismatch function useful to
compare the public APIs of two modules or classes.
|
2015-04-14 12:56:53 -07:00 |
|
Gregory P. Smith
|
a8b120641b
|
issue9014: Include more formatting on :c:type:PyObject etc.
|
2015-04-14 11:21:26 -07:00 |
|