]> granicus.if.org Git - python/log
python
14 years agoIssue #8924: logging: Improved error handling for Unicode in exception text.
Vinay Sajip [Fri, 11 Jun 2010 22:56:50 +0000 (22:56 +0000)]
Issue #8924: logging: Improved error handling for Unicode in exception text.

14 years agoIssue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
Antoine Pitrou [Fri, 11 Jun 2010 21:42:26 +0000 (21:42 +0000)]
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
the interpreter with characters outside the Basic Multilingual Plane
(higher than 0x10000).

14 years agodifferent spellings are just unacceptable
Benjamin Peterson [Fri, 11 Jun 2010 21:40:37 +0000 (21:40 +0000)]
different spellings are just unacceptable

14 years agoFix possible undefined behaviour from signed overflow in struct module.
Mark Dickinson [Fri, 11 Jun 2010 20:27:05 +0000 (20:27 +0000)]
Fix possible undefined behaviour from signed overflow in struct module.

Backport of revisions 81897, 81898 and 81902 from py3k.

14 years agoIssue #8362: Add Misc/maintainers.rst: list of module maintainers
Victor Stinner [Fri, 11 Jun 2010 19:22:28 +0000 (19:22 +0000)]
Issue #8362: Add Misc/maintainers.rst: list of module maintainers

14 years agoRemove extra ] from itertools.count docstring.
Ezio Melotti [Fri, 11 Jun 2010 02:21:25 +0000 (02:21 +0000)]
Remove extra ] from itertools.count docstring.

14 years agoAdd a few more items
Andrew M. Kuchling [Fri, 11 Jun 2010 01:54:58 +0000 (01:54 +0000)]
Add a few more items

14 years ago#5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()
Andrew M. Kuchling [Fri, 11 Jun 2010 00:23:01 +0000 (00:23 +0000)]
#5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()

14 years ago#5753: update demo.c to use PySys_SetArgvEx(), and add a comment
Andrew M. Kuchling [Fri, 11 Jun 2010 00:16:08 +0000 (00:16 +0000)]
#5753: update demo.c to use PySys_SetArgvEx(), and add a comment

14 years agoEdit comments for current Python; bump version number of Python
Andrew M. Kuchling [Fri, 11 Jun 2010 00:14:34 +0000 (00:14 +0000)]
Edit comments for current Python; bump version number of Python

14 years agoFix issue with nested test suites debug method and module setups. (unittest)
Michael Foord [Thu, 10 Jun 2010 20:40:21 +0000 (20:40 +0000)]
Fix issue with nested test suites debug method and module setups. (unittest)

14 years agoNEWS update for issue 8948.
Michael Foord [Thu, 10 Jun 2010 16:32:00 +0000 (16:32 +0000)]
NEWS update for issue 8948.

14 years agofix code formatting
Benjamin Peterson [Wed, 9 Jun 2010 19:45:04 +0000 (19:45 +0000)]
fix code formatting

14 years agoFixed markup of tm_isdst attribute.
Alexander Belopolsky [Wed, 9 Jun 2010 17:08:11 +0000 (17:08 +0000)]
Fixed markup of tm_isdst attribute.

14 years agoIssue #8930: fix some C code indentation
Antoine Pitrou [Wed, 9 Jun 2010 16:24:00 +0000 (16:24 +0000)]
Issue #8930: fix some C code indentation

14 years agoTypo correction.
Michael Foord [Wed, 9 Jun 2010 12:29:56 +0000 (12:29 +0000)]
Typo correction.

14 years agoIssue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class...
Michael Foord [Tue, 8 Jun 2010 22:44:52 +0000 (22:44 +0000)]
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().

14 years agoMove a variable declration outside of a loop to match what was
Brian Curtin [Tue, 8 Jun 2010 21:15:06 +0000 (21:15 +0000)]
Move a variable declration outside of a loop to match what was
done in r81843 for py3k.

14 years agokill extra word
Benjamin Peterson [Tue, 8 Jun 2010 14:53:29 +0000 (14:53 +0000)]
kill extra word

14 years agouse unicode literals
Benjamin Peterson [Mon, 7 Jun 2010 22:33:09 +0000 (22:33 +0000)]
use unicode literals

14 years agoremove extra byte and fix comment
Benjamin Peterson [Mon, 7 Jun 2010 22:32:44 +0000 (22:32 +0000)]
remove extra byte and fix comment

14 years agocorrectly overflow when indexes are too large
Benjamin Peterson [Mon, 7 Jun 2010 22:23:23 +0000 (22:23 +0000)]
correctly overflow when indexes are too large

14 years agoSilence deprecation warning in test___all__ caused by an import bsddb.
Ezio Melotti [Mon, 7 Jun 2010 22:00:18 +0000 (22:00 +0000)]
Silence deprecation warning in test___all__ caused by an import bsddb.

14 years agolocale grouping strings should end in '\0'
Benjamin Peterson [Mon, 7 Jun 2010 21:37:09 +0000 (21:37 +0000)]
locale grouping strings should end in '\0'

14 years ago#8875: Remove duplicated paragraph
Andrew M. Kuchling [Mon, 7 Jun 2010 13:38:40 +0000 (13:38 +0000)]
#8875: Remove duplicated paragraph

14 years agoFixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst
Tarek Ziadé [Sun, 6 Jun 2010 20:05:20 +0000 (20:05 +0000)]
Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst

14 years agocareening towards 2.7rc2 we go
Benjamin Peterson [Sun, 6 Jun 2010 02:09:33 +0000 (02:09 +0000)]
careening towards 2.7rc2 we go

14 years agotag 2.7's first release candidate
Benjamin Peterson [Sun, 6 Jun 2010 00:55:14 +0000 (00:55 +0000)]
tag 2.7's first release candidate

14 years agofix sphinx warning with an extra space v2.7rc1
Benjamin Peterson [Sun, 6 Jun 2010 00:54:29 +0000 (00:54 +0000)]
fix sphinx warning with an extra space

14 years agoremove extra space
Benjamin Peterson [Sun, 6 Jun 2010 00:50:58 +0000 (00:50 +0000)]
remove extra space

14 years agoupdate pydoc-topics
Benjamin Peterson [Sun, 6 Jun 2010 00:49:27 +0000 (00:49 +0000)]
update pydoc-topics

14 years agobump version to 2.7 rc1
Benjamin Peterson [Sun, 6 Jun 2010 00:22:09 +0000 (00:22 +0000)]
bump version to 2.7 rc1

14 years agoCode formatting change.
Michael Foord [Sat, 5 Jun 2010 23:58:40 +0000 (23:58 +0000)]
Code formatting change.

14 years agoReplace deprecated fail* methods with the equivalent assert* ones.
Ezio Melotti [Sat, 5 Jun 2010 22:28:10 +0000 (22:28 +0000)]
Replace deprecated fail* methods with the equivalent assert* ones.

14 years agoDocumentation updates for issues 8302 and 8351 (truncating excessive diffs in unittes...
Michael Foord [Sat, 5 Jun 2010 21:57:03 +0000 (21:57 +0000)]
Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors).

14 years agoTests for issue 8302, skipped test in a setUpClass or a setUpModule are reported...
Michael Foord [Sat, 5 Jun 2010 20:59:00 +0000 (20:59 +0000)]
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.

14 years agoTests for unittest.TestCase.maxDiff.
Michael Foord [Sat, 5 Jun 2010 20:33:43 +0000 (20:33 +0000)]
Tests for unittest.TestCase.maxDiff.

14 years agoUpdated NEWS file.
Michael Foord [Sat, 5 Jun 2010 19:51:38 +0000 (19:51 +0000)]
Updated NEWS file.

14 years agoIssue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a...
Michael Foord [Sat, 5 Jun 2010 19:38:42 +0000 (19:38 +0000)]
Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.

14 years agoAdd a NEWS entry for r81758 and clarify a comment.
Ezio Melotti [Sat, 5 Jun 2010 19:21:32 +0000 (19:21 +0000)]
Add a NEWS entry for r81758 and clarify a comment.

14 years agoUpdate PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti [Sat, 5 Jun 2010 17:51:07 +0000 (17:51 +0000)]
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.

1) #8271: when a byte sequence is invalid, only the start byte and all the
   valid continuation bytes are now replaced by U+FFFD, instead of replacing
   the number of bytes specified by the start byte.
   See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (pages 94-95);
2) 5- and 6-bytes-long UTF-8 sequences are now considered invalid (no changes
   in behavior);
3) Add code and tests to reject surrogates (U+D800-U+DFFF) as defined in
   RFC 3629, but leave it commented out since it's not backward compatible;
4) Change the error messages "unexpected code byte" to "invalid start byte"
   and "invalid data" to "invalid continuation byte";
5) Add an extensive set of tests in test_unicode;
6) Fix test_codeccallbacks because it was failing after this change.

14 years agoIssue #8899: time.struct_time now has class and atribute docstrings.
Alexander Belopolsky [Sat, 5 Jun 2010 14:54:26 +0000 (14:54 +0000)]
Issue #8899: time.struct_time now has class and atribute docstrings.

14 years agoFix unittest tests after previous commit.
Michael Foord [Sat, 5 Jun 2010 13:48:27 +0000 (13:48 +0000)]
Fix unittest tests after previous commit.

14 years agounittest.TestCase assertion methods inform you when they have omitted an over long...
Michael Foord [Sat, 5 Jun 2010 13:38:16 +0000 (13:38 +0000)]
unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351.

14 years agoFix test_py3kwarn not to test for __cmp__-related DeprecationWarning.
Mark Dickinson [Sat, 5 Jun 2010 13:18:33 +0000 (13:18 +0000)]
Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.

14 years agounittest.TestCase.assertDictEqual and assertMultilineEqual provide better default...
Michael Foord [Sat, 5 Jun 2010 12:58:39 +0000 (12:58 +0000)]
unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs.

14 years agoFix comment typo.
Mark Dickinson [Sat, 5 Jun 2010 12:51:21 +0000 (12:51 +0000)]
Fix comment typo.

14 years agoIssue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
Mark Dickinson [Sat, 5 Jun 2010 12:14:43 +0000 (12:14 +0000)]
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
This is just a quick fix:  if the warning is turned into an exception, the
exception simply gets ignored.

14 years agoRemoved the new max_diff argument to assertSequenceEqual. All unittest.TestCase asser...
Michael Foord [Sat, 5 Jun 2010 12:10:52 +0000 (12:10 +0000)]
Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351.

14 years agoIssue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson [Sat, 5 Jun 2010 11:52:24 +0000 (11:52 +0000)]
Issue #8627: remove out-of-date warning about overriding __cmp__

14 years agoExtract error message truncating into a method (unittest.TestCase._truncateMessage).
Michael Foord [Sat, 5 Jun 2010 11:46:59 +0000 (11:46 +0000)]
Extract error message truncating into a method (unittest.TestCase._truncateMessage).

14 years agoIssue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
Michael Foord [Sat, 5 Jun 2010 11:23:51 +0000 (11:23 +0000)]
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.

14 years agounittest TestLoader test discovery filename matching done in a method. This makes...
Michael Foord [Sat, 5 Jun 2010 10:39:42 +0000 (10:39 +0000)]
unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation.

14 years ago_PyObject_LookupSpecial returns a new reference
Benjamin Peterson [Sat, 5 Jun 2010 02:07:01 +0000 (02:07 +0000)]
_PyObject_LookupSpecial returns a new reference

14 years agofix ref counting
Benjamin Peterson [Sat, 5 Jun 2010 01:00:10 +0000 (01:00 +0000)]
fix ref counting

14 years agoimplement object.__format__ with PyObject_Format
Benjamin Peterson [Sat, 5 Jun 2010 00:56:46 +0000 (00:56 +0000)]
implement object.__format__ with PyObject_Format

14 years agoremove PyType_Ready call; float should be initialized in interpreter startup
Benjamin Peterson [Sat, 5 Jun 2010 00:38:22 +0000 (00:38 +0000)]
remove PyType_Ready call; float should be initialized in interpreter startup

14 years agoproperly lookup the __format__ special method
Benjamin Peterson [Sat, 5 Jun 2010 00:32:50 +0000 (00:32 +0000)]
properly lookup the __format__ special method

14 years ago#4487: have Charset check with codecs for possible aliases.
R. David Murray [Fri, 4 Jun 2010 19:51:06 +0000 (19:51 +0000)]
#4487: have Charset check with codecs for possible aliases.

Previously, unexpected results occurred when email was passed, for example,
'utf8' as a charset name, since email would accept it but would *not* use
the 'utf-8' codec for it, even though Python itself recognises that as
an alias for utf-8.  Now Charset checks with codecs for aliases as well
as its own internal table.  Issue 8898 has been opened to change this
further in py3k so that all aliasing is routed through the codecs module.

14 years agoIssue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis [Fri, 4 Jun 2010 19:39:07 +0000 (19:39 +0000)]
Issue #6470: Drop UNC prefix in FixTk.py
Patch by Christop Gohlke and Amaury Forgeot d'Arc.

14 years agoDisplay installer warning that Windows 2000 won't
Martin v. Löwis [Fri, 4 Jun 2010 19:15:32 +0000 (19:15 +0000)]
Display installer warning that Windows 2000 won't
be supported in future releases.

14 years agoIssue #5464: Implement plural forms in msgfmt.py.
Martin v. Löwis [Fri, 4 Jun 2010 18:04:42 +0000 (18:04 +0000)]
Issue #5464: Implement plural forms in msgfmt.py.

14 years agoIssue #8864: Define _XOPEN_SOURCE on Solaris for the
Martin v. Löwis [Fri, 4 Jun 2010 17:18:42 +0000 (17:18 +0000)]
Issue #8864: Define _XOPEN_SOURCE on Solaris for the
multiprocessing module.

14 years agotest verifying the resp object is closed for HEAD response.
Senthil Kumaran [Fri, 4 Jun 2010 17:17:09 +0000 (17:17 +0000)]
test verifying the resp object is closed for HEAD response.

14 years agoFix issue6312 - close the resp object for HEAD response.
Senthil Kumaran [Fri, 4 Jun 2010 16:32:14 +0000 (16:32 +0000)]
Fix issue6312 - close the resp object for HEAD response.

14 years agoIssue #8890: Documentation changed to avoid reference to temporary files - other...
Vinay Sajip [Fri, 4 Jun 2010 13:41:02 +0000 (13:41 +0000)]
Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered.

14 years agoDetect missing ldd on all systems.
Stefan Krah [Fri, 4 Jun 2010 09:49:20 +0000 (09:49 +0000)]
Detect missing ldd on all systems.

14 years agoIssue8810: Clearing up docstring for tzinfo.utcoffset.
Sean Reifscheider [Fri, 4 Jun 2010 01:51:26 +0000 (01:51 +0000)]
Issue8810: Clearing up docstring for tzinfo.utcoffset.

14 years agoIssue #8890: Documentation changed to avoid reference to temporary files.
Vinay Sajip [Thu, 3 Jun 2010 22:34:42 +0000 (22:34 +0000)]
Issue #8890: Documentation changed to avoid reference to temporary files.

14 years agouse a set for membership testing
Benjamin Peterson [Thu, 3 Jun 2010 21:21:03 +0000 (21:21 +0000)]
use a set for membership testing

14 years ago#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray [Thu, 3 Jun 2010 20:19:25 +0000 (20:19 +0000)]
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.

FreeBSD doesn't have socket.EAI_NODATA.  I rewrote the routine because
there's no easy way to conditionally include a context manager in a
with statement.  As a side benefit, instead of a stack of context
managers there's now only one.

14 years ago#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray [Thu, 3 Jun 2010 15:43:20 +0000 (15:43 +0000)]
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.

If a body part ended with \r\n, feedparser, using '$' to terminate its
search for the newline, would match on the \r\n, and think that it needed
to strip two characters in order to account for the line end before the
boundary.  That made it chop one too many characters off the end of
the body part.  Using \Z makes the match correct.

Patch and test by Tony Nelson.

14 years agoUse compiler rather than compiler_obj. Thanks Michael Foord for noticing.
Stefan Krah [Thu, 3 Jun 2010 14:25:16 +0000 (14:25 +0000)]
Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.

14 years agoIssue #7384: If the system readline library is linked against ncurses,
Stefan Krah [Thu, 3 Jun 2010 12:39:50 +0000 (12:39 +0000)]
Issue #7384: If the system readline library is linked against ncurses,
the curses module must be linked against ncurses as well. Otherwise it
is not safe to load both the readline and curses modules in an application.

Thanks Thomas Dickey for answering questions about ncurses/ncursesw
and readline!

14 years agoIssue #8741: Fixed the TarFile.makelink() method that is responsible
Lars Gustäbel [Thu, 3 Jun 2010 12:34:14 +0000 (12:34 +0000)]
Issue #8741: Fixed the TarFile.makelink() method that is responsible
for extracting symbolic and hard link entries as regular files as a
work-around on platforms that do not support filesystem links.

This stopped working reliably after a change in r74571. I also added
a few tests for this functionality.

14 years agoIssue #8833: tarfile created hard link entries with a size
Lars Gustäbel [Thu, 3 Jun 2010 09:56:22 +0000 (09:56 +0000)]
Issue #8833: tarfile created hard link entries with a size
field != 0 by mistake. The associated testcase did not
expose this bug because it was broken too.

14 years agoFix for issue #7724: ensure that distutils and python's own setup.py
Ronald Oussoren [Thu, 3 Jun 2010 09:47:21 +0000 (09:47 +0000)]
Fix for issue #7724: ensure that distutils and python's own setup.py
honor the MacOSX SDK when one is specified.

This is needed to be able to build using the 10.4u SDK while running
on OSX 10.6.

This is a fixed version of the patch in r80963, I've tested this patch
on OSX and Linux.

14 years ago#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray [Wed, 2 Jun 2010 22:03:15 +0000 (22:03 +0000)]
#1368247: make set_charset/MIMEText automatically encode unicode _payload.

Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
the charset and unicode as the _text argument.  Also makes the way in
which unicode gets encoded to quoted printable for other charsets more
sane (it only worked by accident previously).  The _payload now is encoded
to the charset.output_charset if it is unicode.

14 years agoIssue #8873: add a documentation note about possible performance issues with the
Antoine Pitrou [Wed, 2 Jun 2010 17:08:47 +0000 (17:08 +0000)]
Issue #8873: add a documentation note about possible performance issues with the
default of unbuffered IO in subprocess.Popen.

14 years agoLogging: improved error reporting for BaseConfigurator.resolve().
Vinay Sajip [Wed, 2 Jun 2010 10:05:31 +0000 (10:05 +0000)]
Logging: improved error reporting for BaseConfigurator.resolve().

14 years agoFix for issue8868: without this patch 'MacOS.WMAvailable()' will return
Ronald Oussoren [Wed, 2 Jun 2010 03:47:14 +0000 (03:47 +0000)]
Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
False on MacOSX 10.5 or earlier and scripts won't be able to access GUI
functionality.

14 years agoFix issue8788 - description of doseq parameter in urllib.urlencode
Senthil Kumaran [Wed, 2 Jun 2010 02:19:15 +0000 (02:19 +0000)]
Fix issue8788 - description of doseq parameter in urllib.urlencode

14 years agoFix #8618. Ask the Windows mixer API if there are any playback devices
Brian Curtin [Tue, 1 Jun 2010 13:29:13 +0000 (13:29 +0000)]
Fix #8618. Ask the Windows mixer API if there are any playback devices
configured before attempting to test PlaySound.

14 years agoFix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after...
Senthil Kumaran [Tue, 1 Jun 2010 12:40:07 +0000 (12:40 +0000)]
Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries.

14 years agoPut docs for RegexObject.search() before RegexObject.match() to mirror re.search...
Georg Brandl [Tue, 1 Jun 2010 07:25:23 +0000 (07:25 +0000)]
Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.

14 years ago#7583: clarify discussion of hard tab expansion in doctests.
R. David Murray [Tue, 1 Jun 2010 01:42:41 +0000 (01:42 +0000)]
#7583: clarify discussion of hard tab expansion in doctests.

14 years agoImprove documentation for getaddrinfo() (part of #8857)
Antoine Pitrou [Mon, 31 May 2010 17:01:01 +0000 (17:01 +0000)]
Improve documentation for getaddrinfo() (part of #8857)

14 years agoIssue #8748: Fix incorrect results from comparisons between an integer
Mark Dickinson [Sun, 30 May 2010 13:18:10 +0000 (13:18 +0000)]
Issue #8748: Fix incorrect results from comparisons between an integer
and a complex instance.  Based on a patch by Meador Inge.

14 years agoRemove declaration for unused variable.
Mark Dickinson [Sun, 30 May 2010 12:17:11 +0000 (12:17 +0000)]
Remove declaration for unused variable.

14 years agoIssue #5211: Complete removal of implicit coercions for the complex
Mark Dickinson [Sun, 30 May 2010 12:12:25 +0000 (12:12 +0000)]
Issue #5211: Complete removal of implicit coercions for the complex
type.  Coercion for arithmetic operations was already removed in
r78280, but that commit didn't remove coercion for rich comparisons.

14 years agoUntabify Modules/config.c.in.
Mark Dickinson [Sat, 29 May 2010 21:00:52 +0000 (21:00 +0000)]
Untabify Modules/config.c.in.

14 years agoFix typo
Stefan Krah [Sat, 29 May 2010 12:54:35 +0000 (12:54 +0000)]
Fix typo

14 years agoIssue #8840: Make documentation for truncate() clearer
Antoine Pitrou [Sat, 29 May 2010 12:06:13 +0000 (12:06 +0000)]
Issue #8840: Make documentation for truncate() clearer

14 years ago#8616: add new turtle demo "nim".
Georg Brandl [Sat, 29 May 2010 08:46:18 +0000 (08:46 +0000)]
#8616: add new turtle demo "nim".

14 years agoMake the ctl-C shutdown of serve.py prettier.
R. David Murray [Fri, 28 May 2010 18:17:20 +0000 (18:17 +0000)]
Make the ctl-C shutdown of serve.py prettier.

14 years agoMake reference to Generic Attribute Management a hyperlink.
R. David Murray [Fri, 28 May 2010 18:08:11 +0000 (18:08 +0000)]
Make reference to Generic Attribute Management a hyperlink.

14 years agoFix #8405 for slow buildbots. Remove the sleep on startup and move the
Brian Curtin [Fri, 28 May 2010 15:49:21 +0000 (15:49 +0000)]
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
pipe communication into a loop to retry in case a buildbot gets even slower.

14 years agoIssue #1759169: Drop _XOPEN_SOURCE on Solaris.
Martin v. Löwis [Fri, 28 May 2010 15:28:47 +0000 (15:28 +0000)]
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.

14 years ago2to3 doesn't fix test_support #6583
Benjamin Peterson [Fri, 28 May 2010 03:10:31 +0000 (03:10 +0000)]
2to3 doesn't fix test_support #6583

14 years agoremove non-ascii coding per PEP 8
Benjamin Peterson [Fri, 28 May 2010 02:12:36 +0000 (02:12 +0000)]
remove non-ascii coding per PEP 8