- 03 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
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.
-
- 02 Jun, 2010 5 commits
-
-
R. David Murray authored
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.
-
Antoine Pitrou authored
default of unbuffered IO in subprocess.Popen.
-
Vinay Sajip authored
-
Ronald Oussoren authored
False on MacOSX 10.5 or earlier and scripts won't be able to access GUI functionality.
-
Senthil Kumaran authored
-
- 01 Jun, 2010 4 commits
-
-
Brian Curtin authored
configured before attempting to test PlaySound.
-
Senthil Kumaran authored
-
Georg Brandl authored
Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.
-
R. David Murray authored
-
- 31 May, 2010 1 commit
-
-
Antoine Pitrou authored
-
- 30 May, 2010 3 commits
-
-
Mark Dickinson authored
and a complex instance. Based on a patch by Meador Inge.
-
Mark Dickinson authored
-
Mark Dickinson authored
type. Coercion for arithmetic operations was already removed in r78280, but that commit didn't remove coercion for rich comparisons.
-
- 29 May, 2010 4 commits
-
-
Mark Dickinson authored
-
Stefan Krah authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 28 May, 2010 6 commits
-
-
R. David Murray authored
-
R. David Murray authored
-
Brian Curtin authored
pipe communication into a loop to retry in case a buildbot gets even slower.
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 27 May, 2010 5 commits
-
-
Victor Stinner authored
gaierror(EAI_NODATA)
-
Andrew M. Kuchling authored
-
Alexander Belopolsky authored
timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 26 May, 2010 5 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
using unittest.skipIf decorator.
-
Alexander Belopolsky authored
including Windows CE.
-
Mark Dickinson authored
-
Victor Stinner authored
-
- 25 May, 2010 6 commits
-
-
Victor Stinner authored
error handler, instead of writing to the C stderr file in utf-8
-
Martin v. Löwis authored
-
Mark Dickinson authored
-
Mark Dickinson authored
ports of IronPython tests. Thanks Gregory Nofi.
-
R. David Murray authored
-
R. David Murray authored
unquote is duplicated in the two files to avoid a circular reference. (This is fixed in Python3.) Updates keep getting made to the public unquote without fixing the urlparse one, however, so this fix syncs the two and adds a comment to both to make sure changes are applied to both.
-