R David Murray
|
c00189e949
|
Merge: #27753: fix typo (name->named).
|
2016-08-13 14:47:54 -04:00 |
R David Murray
|
689016fc00
|
#27753: fix typo (name->named).
|
2016-08-13 14:47:18 -04:00 |
Raymond Hettinger
|
5dd2b8621d
|
merge
|
2016-08-13 11:15:59 -07:00 |
Raymond Hettinger
|
f6ffa9826e
|
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
(Based on a first draft patch from Evelyn Mitchell.)
|
2016-08-13 11:15:34 -07:00 |
Berker Peksag
|
0b9e64122b
|
Issue #24637: Merge from 3.5
|
2016-08-13 05:38:18 +03:00 |
Berker Peksag
|
bd664357f1
|
Issue #24637: Document that locals can be any mapping object
This behavior is already tested in test_general_eval in
Lib/test/test_builtin.py
Patch by Matthew Keeter.
|
2016-08-13 05:37:49 +03:00 |
Alexander Belopolsky
|
10c2dd216a
|
Issue #24773: Skip system tests for transitions in year 2037 and later.
|
2016-08-12 19:08:15 -04:00 |
Brett Cannon
|
3f63483a30
|
Merge for issue #27712
|
2016-08-12 10:57:17 -07:00 |
Brett Cannon
|
6336fb2734
|
Issue #27712: Fix some typos in the import docs.
Thanks to Xiang Zhang for the patch.
|
2016-08-12 10:56:48 -07:00 |
Brett Cannon
|
4a2360d3f7
|
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
Thanks to SilentGhost for the patch.
|
2016-08-12 10:53:53 -07:00 |
Raymond Hettinger
|
87fe473edc
|
merge
|
2016-08-12 09:44:18 -07:00 |
Raymond Hettinger
|
7f65af3d2d
|
Issue 27719: Remove a doc example that is not applicable in Python 3
|
2016-08-12 09:43:59 -07:00 |
Martin Panter
|
c57e4d16ea
|
Issue #25825: Merge AIX fix from 3.5
|
2016-08-12 13:26:01 +00:00 |
Martin Panter
|
5401e87b01
|
Issue #25825: Fix references to Modules/python.exp
These were incorrectly changed in revision 88a532a31eb3.
|
2016-08-12 13:21:05 +00:00 |
Martin Panter
|
98cf1e79a1
|
Issue #27745: Merge typo fixes from 3.5
|
2016-08-12 12:05:48 +00:00 |
Martin Panter
|
51ad4cfad3
|
Issue #26741: Merge ResourceWarning fixes from 3.5
|
2016-08-12 12:04:27 +00:00 |
Martin Panter
|
b4a2b36c99
|
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax
|
2016-08-12 12:02:03 +00:00 |
Martin Panter
|
3cf0b2515b
|
Issue #26741: Clean up subprocess.Popen object in test_poll
|
2016-08-12 11:59:52 +00:00 |
Martin Panter
|
b63c56077f
|
Close HTTP connections and responses in tests to avoid ResourceWarnings
|
2016-08-12 11:59:52 +00:00 |
Alexander Belopolsky
|
1b8f26c2ed
|
Issue #24773: Fix and speed-up ZoneInfoCompleteTest.
* Read the zone.tab file for the list of zones to exclude
the aliases.
* Skip Casablanca and El_Aaiun October 2037 transitions.
|
2016-08-11 11:01:45 -04:00 |
Terry Jan Reedy
|
3ff55a8155
|
Issue #27732: Silence test_idle with dummy bell functions.
|
2016-08-10 23:44:54 -04:00 |
Terry Jan Reedy
|
40f70d1c05
|
null merge from3.5
|
2016-08-10 16:54:31 -04:00 |
Terry Jan Reedy
|
2084350685
|
Issue #27714: text_textview now passes when re-run in the same process
because test_idle failed while running with test -w (and no -jn).
|
2016-08-10 16:52:24 -04:00 |
Terry Jan Reedy
|
3f3dc89a15
|
Issue #27714: text_textview now passes when re-run in the same process
because test_idle failed while running with test -w (and no -jn).
Prevent a non-fatal warning from test_config_key.
|
2016-08-10 15:15:25 -04:00 |
Terry Jan Reedy
|
40a46ad467
|
Issue #27380: For test_query on Mac, adjust one expected result.
|
2016-08-10 13:16:26 -04:00 |
Terry Jan Reedy
|
65db8544bf
|
Issue #27621: Put query response validation error messages in query box
instead of in separate massagebox. Redo tests to match.
Add Mac OSX refinements. Original patch by Mark Roseman.
|
2016-08-10 12:50:16 -04:00 |
Martin Panter
|
83545f1c76
|
Merge ISO-8859 fixes from 3.5
|
2016-08-10 07:00:33 +00:00 |
Zachary Ware
|
306c3dd6f5
|
Issue #27200: Merge with 3.5
|
2016-08-10 01:05:56 -05:00 |
Zachary Ware
|
4199bbaf63
|
Issue #27200: Fix doctests in Doc/library/hashlib.rst
|
2016-08-10 01:05:19 -05:00 |
Zachary Ware
|
11328fc480
|
Closes #27210: Merge with 3.5
|
2016-08-10 01:01:05 -05:00 |
Zachary Ware
|
9f8b3a0b92
|
Issue #27210: Fix doctests for a few modules.
Initial patch by Jelle Zijlstra.
|
2016-08-10 00:59:59 -05:00 |
Zachary Ware
|
7a57370637
|
Closes #27209: Merge with 3.5
|
2016-08-10 00:39:59 -05:00 |
Zachary Ware
|
640b1ca507
|
Issue #27209: Fix doctests in Doc/library/email*.rst
Patch by Jelle Zijlstra.
|
2016-08-10 00:39:41 -05:00 |
Zachary Ware
|
ef28f6ad82
|
Closes #27208: Merge with 3.5
|
2016-08-10 00:35:51 -05:00 |
Zachary Ware
|
c90fccdff6
|
Issue #27208: Fix doctest in Doc/library/traceback.rst
Patch by Jelle Zijlstra.
|
2016-08-10 00:35:27 -05:00 |
Zachary Ware
|
75bc032341
|
Closes #27207: Merge with 3.5
|
2016-08-10 00:31:31 -05:00 |
Zachary Ware
|
4032620f93
|
Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst
Initial patch by Jelle Zijlstra.
|
2016-08-10 00:30:41 -05:00 |
Martin Panter
|
540f0451d2
|
Correct misspellings of ISO-8859
|
2016-08-10 05:25:16 +00:00 |
Zachary Ware
|
c17dd50957
|
Closes #27206: Merge with 3.5
|
2016-08-09 17:45:15 -05:00 |
Zachary Ware
|
c483a01a8f
|
Issue #27206: Fix doctests in Doc/tutorial.
Patch by Jelle Zijlstra.
|
2016-08-09 17:44:52 -05:00 |
Zachary Ware
|
0e0fe4f9ea
|
Closes #27205: Merge with 3.5
|
2016-08-09 17:38:44 -05:00 |
Zachary Ware
|
2b52c0a25f
|
Issue #27205: Fix doctests in Doc/library/collections.rst.
Initial patch by Jelle Zijlstra.
|
2016-08-09 17:38:22 -05:00 |
Zachary Ware
|
8ec8749a38
|
Closes #27722: Merge with 3.5
|
2016-08-09 17:10:53 -05:00 |
Zachary Ware
|
7a26da5845
|
Issue #27722: Fix default for touch method's 'mode' argument
|
2016-08-09 17:10:39 -05:00 |
Zachary Ware
|
f03f7c75d8
|
Closes #27204: Merge with 3.5
|
2016-08-09 17:05:23 -05:00 |
Zachary Ware
|
378a1d77d9
|
Issue #27204: Fix doctests in Doc/howto
Patch by Jelle Zijlstra.
|
2016-08-09 16:47:04 -05:00 |
Zachary Ware
|
1aa913e134
|
Merge with 3.5
|
2016-08-09 16:21:17 -05:00 |
Zachary Ware
|
2f47fb0021
|
Correct signatures for a couple of logging handlers
Reported by Oleg Gromyak on docs@
|
2016-08-09 16:20:41 -05:00 |
Vinay Sajip
|
3f2de47ae3
|
Closes #21999: (Empty) merge from 3.5.
|
2016-08-09 15:07:06 +01:00 |
Vinay Sajip
|
085e806798
|
Closes #21999: Handled empty strings correctly when in POSIX mode.
|
2016-08-09 15:04:49 +01:00 |