Eli Bendersky
|
71142c4e86
|
Fix indentation from previous commit
|
2013-11-28 06:37:25 -08:00 |
Eli Bendersky
|
f933e081dd
|
Issue #19815: Fix segfault when parsing empty namespace declaration.
Based on patches by Christian Heimes and Vajrasky Kok
|
2013-11-28 06:25:45 -08:00 |
Serhiy Storchaka
|
cf6a3e2a27
|
Skip test_find_mac on Windows (issue #19804).
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
|
2013-11-27 08:57:33 +02:00 |
Zachary Ware
|
2a57009b04
|
Merge heads
|
2013-11-26 14:55:46 -06:00 |
Zachary Ware
|
c0aa2457d8
|
Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.
|
2013-11-26 14:49:42 -06:00 |
Serhiy Storchaka
|
6d9d30da6a
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
virtual interface. Original patch by Kent Frazier.
|
2013-11-26 22:47:05 +02:00 |
Serhiy Storchaka
|
dafda9b042
|
Issue #11489: JSON decoder now accepts lone surrogates.
|
2013-11-26 21:25:15 +02:00 |
Antoine Pitrou
|
60e361fe42
|
Fix misuse of the bigmemtest decorator
|
2013-11-26 20:00:34 +01:00 |
Mark Dickinson
|
c02c6df2c7
|
Issue #19638: Skip large digit string tests on 32-bit platforms.
|
2013-11-26 17:02:46 +00:00 |
Mark Dickinson
|
c2f8c81af0
|
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
|
2013-11-26 16:38:25 +00:00 |
Serhiy Storchaka
|
9f91d35ff3
|
Issue #19794: Improved markup for True/False constants.
|
2013-11-26 17:32:03 +02:00 |
Antoine Pitrou
|
131336846c
|
Issue #19691: remove outdated mention about RuntimeError
|
2013-11-25 19:08:32 +01:00 |
Georg Brandl
|
d061efa3b8
|
Fix suspicious markup and sort ignorelist.
|
2013-11-25 08:34:24 +01:00 |
Gregory P. Smith
|
d899caa6ca
|
Fix test_fcntl to run properly on systems that do not support the flags
used in the "does the value get passed in properly" test.
|
2013-11-25 04:45:27 +00:00 |
Gregory P. Smith
|
9cfd4662fe
|
fix docstring. extra \.
|
2013-11-25 04:30:00 +00:00 |
Gregory P. Smith
|
d82634d606
|
Fix test.test_support.bind_port() to not cause an error when Python was
compiled on a system with SO_REUSEPORT defined in the headers but run on
a system with an OS kernel that does not support that new socket option.
|
2013-11-24 19:42:15 -08:00 |
Ezio Melotti
|
2612679ddc
|
#19620: Fix typo in docstring (noticed by Christopher Welborn).
|
2013-11-25 05:14:51 +02:00 |
Raymond Hettinger
|
ef153618d6
|
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
|
2013-11-24 14:43:04 -08:00 |
Serhiy Storchaka
|
7610ec2693
|
Fixed merging error in changeset 3912934e99ba (issue #19733).
|
2013-11-24 18:26:20 +02:00 |
Georg Brandl
|
40dcf7f0be
|
Doc/Makefile: also do "make suspicious" during daily autobuild
|
2013-11-24 16:17:54 +01:00 |
Martin v. Löwis
|
f532e7f733
|
Add 2.7.7 uuids.
|
2013-11-10 19:42:47 +01:00 |
Antoine Pitrou
|
358da5b9f8
|
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
|
2013-11-23 17:40:36 +01:00 |
Serhiy Storchaka
|
9ec0722723
|
Issue #19733: Temporary disable test_image on MacOSX.
|
2013-11-23 15:22:20 +02:00 |
Serhiy Storchaka
|
62cd124ada
|
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
|
2013-11-21 19:24:04 +02:00 |
Richard Oudkerk
|
6d24a6e0bb
|
Issue #19599: Use a separate pool for test_terminate().
|
2013-11-21 16:35:12 +00:00 |
Serhiy Storchaka
|
5397c97451
|
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
|
2013-11-21 11:04:37 +02:00 |
Serhiy Storchaka
|
78ecaba482
|
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
|
2013-11-20 17:44:38 +02:00 |
R David Murray
|
eccf9c2e2f
|
#19449: Handle non-string keys when generating 'fieldnames' error.
Backport from 3.3 6e5afeada7ca.
|
2013-11-19 13:25:24 -05:00 |
doko@ubuntu.com
|
bab2415eab
|
- Update config.{guess,sub} for new ports.
|
2013-11-19 08:54:06 +01:00 |
Serhiy Storchaka
|
000b4c527d
|
Issue #19603: Use specific asserts in test_decr.
|
2013-11-17 23:39:24 +02:00 |
Antoine Pitrou
|
ca035a8b66
|
Fix buildbot failure
|
2013-11-17 21:27:20 +01:00 |
Ezio Melotti
|
4645bb61fa
|
Fix indentation in doc example.
|
2013-11-17 22:07:48 +02:00 |
Richard Oudkerk
|
65162a7cca
|
Issue #19599: Increase sleep period.
|
2013-11-17 17:45:16 +00:00 |
Richard Oudkerk
|
3f8376eaa2
|
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
|
2013-11-17 17:24:11 +00:00 |
Richard Oudkerk
|
a69712c01d
|
Issue 16998: Clarify that += on a shared value is not atomic.
|
2013-11-17 17:00:38 +00:00 |
Antoine Pitrou
|
f7a52475a5
|
Issue #19508: warn that ssl doesn't validate certificates by default
|
2013-11-17 15:42:58 +01:00 |
Serhiy Storchaka
|
be1d3c1818
|
Issue #19606: Use specific asserts in cookielib tests.
|
2013-11-17 13:47:02 +02:00 |
Serhiy Storchaka
|
ca626b12cb
|
Issue #19607: Use specific asserts in weakref tests.
|
2013-11-17 13:20:50 +02:00 |
Serhiy Storchaka
|
1438b9877d
|
Issue #19605: Use specific asserts in datetime tests
|
2013-11-17 13:03:21 +02:00 |
Serhiy Storchaka
|
3dbbef9d76
|
Fix merge error in issue #19602.
|
2013-11-17 12:49:28 +02:00 |
Serhiy Storchaka
|
ae75c83f1a
|
Merge heads
|
2013-11-17 12:31:29 +02:00 |
Ezio Melotti
|
e3c61368e3
|
#19238: fix typo in documentation.
|
2013-11-17 02:47:12 +02:00 |
Serhiy Storchaka
|
843ef750a9
|
Issue #19604: Use specific asserts in array tests.
|
2013-11-17 00:44:57 +02:00 |
Serhiy Storchaka
|
3f2aade688
|
Issue #19602: Use specific asserts in tkinter tests.
|
2013-11-17 00:43:03 +02:00 |
Serhiy Storchaka
|
3c1198d648
|
Issue #19601: Use specific asserts in sqlite3 tests.
|
2013-11-17 00:39:43 +02:00 |
Serhiy Storchaka
|
25a23efcda
|
Issue #19600: Use specific asserts in distutils tests.
|
2013-11-17 00:29:27 +02:00 |
Serhiy Storchaka
|
9788e86096
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:15:09 +02:00 |
Serhiy Storchaka
|
52bbeacb9d
|
Issue #19591: Use specific asserts in ctype tests.
|
2013-11-17 00:06:02 +02:00 |
Serhiy Storchaka
|
1153757356
|
Issue #19590: Use specific asserts in email tests.
|
2013-11-16 12:56:05 +02:00 |
Jason R. Coombs
|
91bf058c98
|
Issue #12853: Correct NameError in distutils upload command.
|
2013-11-15 20:08:22 -05:00 |