]>
granicus.if.org Git - python/log
Senthil Kumaran [Tue, 22 Jun 2010 02:42:52 +0000 (02:42 +0000)]
Minor docs issue.
Thomas Heller [Mon, 21 Jun 2010 16:00:31 +0000 (16:00 +0000)]
Merged revisions 82126-82127 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82126 | thomas.heller | 2010-06-21 16:00:24 +0200 (Mo, 21 Jun 2010) | 1 line
Fix #8959 by reverting revision 80761.
........
r82127 | thomas.heller | 2010-06-21 17:01:18 +0200 (Mo, 21 Jun 2010) | 2 lines
Add tests for problems reported in issue 8959.
........
Benjamin Peterson [Mon, 21 Jun 2010 15:37:16 +0000 (15:37 +0000)]
Merged revisions 82130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82130 | benjamin.peterson | 2010-06-21 10:27:46 -0500 (Mon, 21 Jun 2010) | 1 line
fix finding visual studio 2008 on 64 bit #8854
........
Alexander Belopolsky [Mon, 21 Jun 2010 15:21:14 +0000 (15:21 +0000)]
Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.
Brett Cannon [Mon, 21 Jun 2010 02:49:35 +0000 (02:49 +0000)]
Move over to assertIs.
Mark Dickinson [Sun, 20 Jun 2010 20:01:04 +0000 (20:01 +0000)]
Merged revisions 82117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82117 | mark.dickinson | 2010-06-20 19:50:19 +0100 (Sun, 20 Jun 2010) | 1 line
Merge test_strtod and test_float string-to-float conversion tests.
........
Benjamin Peterson [Sun, 20 Jun 2010 15:27:42 +0000 (15:27 +0000)]
add copyright years
Benjamin Peterson [Sun, 20 Jun 2010 15:27:07 +0000 (15:27 +0000)]
update release schedule url
Benjamin Peterson [Sun, 20 Jun 2010 15:25:14 +0000 (15:25 +0000)]
Blocked revisions 82112 via svnmerge
........
r82112 | benjamin.peterson | 2010-06-20 10:12:04 -0500 (Sun, 20 Jun 2010) | 1 line
update emacs section
........
Jean-Paul Calderone [Sat, 19 Jun 2010 19:58:37 +0000 (19:58 +0000)]
Revert r82089. Commit was intended for a branch.
Jean-Paul Calderone [Sat, 19 Jun 2010 19:54:48 +0000 (19:54 +0000)]
merge forward from the python 2.x branch
Victor Stinner [Fri, 18 Jun 2010 23:59:45 +0000 (23:59 +0000)]
Issue #8939: Improve arg.rst
* Add :ctype: to Py_BEGIN_ALLOW_THREADS and int
* "s" and "s#" formats of Py_BuildValue(): specify that the Python object type
is str in the description
Jean-Paul Calderone [Fri, 18 Jun 2010 20:03:54 +0000 (20:03 +0000)]
Merged revisions 82075 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82075 | jean-paul.calderone | 2010-06-18 16:00:17 -0400 (Fri, 18 Jun 2010) | 12 lines
Revert r60115
This revision introduced quoting for strings containing | based
on a misunderstanding of the commonly used quoting rules used
on Windows.
| is interpreted by cmd.exe, not by the MS C runtime argv initializer.
It only needs to be quoted if it is part of an argument passed through
cmd.exe.
See issue1300, issue7839, and issue8972.
........
Alexander Belopolsky [Fri, 18 Jun 2010 18:44:37 +0000 (18:44 +0000)]
Issue #6641: Original commit for this issue, r82053, introduced a
regression making datetime subclass' strptime return datetime rather
than subclass instances. Fixed this bug and a few typos.
Alexander Belopolsky [Fri, 18 Jun 2010 16:57:49 +0000 (16:57 +0000)]
Added a new line at the end of the file.
Alexander Belopolsky [Fri, 18 Jun 2010 16:22:00 +0000 (16:22 +0000)]
Fixed a typo in a comment.
Senthil Kumaran [Fri, 18 Jun 2010 15:08:18 +0000 (15:08 +0000)]
Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page
Victor Stinner [Thu, 17 Jun 2010 23:17:37 +0000 (23:17 +0000)]
Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc
Victor Stinner [Thu, 17 Jun 2010 23:08:50 +0000 (23:08 +0000)]
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Fix the encoding of the modules filename.
Reindent also traceback.h, just because I hate tabs :-)
Victor Stinner [Thu, 17 Jun 2010 21:43:33 +0000 (21:43 +0000)]
Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.
Barry Warsaw [Thu, 17 Jun 2010 18:38:20 +0000 (18:38 +0000)]
Typo repair.
Alexander Belopolsky [Thu, 17 Jun 2010 18:30:34 +0000 (18:30 +0000)]
Issue #6641: The datetime.strptime method now supports the %z directive.
Mark Dickinson [Thu, 17 Jun 2010 18:24:52 +0000 (18:24 +0000)]
Add note about changes to the `round` function between 2.x and 3.x.
Senthil Kumaran [Thu, 17 Jun 2010 16:48:06 +0000 (16:48 +0000)]
Merged revisions 82047 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82047 | senthil.kumaran | 2010-06-17 22:08:34 +0530 (Thu, 17 Jun 2010) | 3 lines
Fix Issue4452 - Incorrect docstring of os.setpgrp
........
R. David Murray [Thu, 17 Jun 2010 13:23:18 +0000 (13:23 +0000)]
Don't use os.normcase when the result we are expecting is None.
This worked fine on linux but fails on Windows. That may or may
not be a but in normcase.
Mark Dickinson [Thu, 17 Jun 2010 12:33:22 +0000 (12:33 +0000)]
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
dealing with unary minus applied to a constant. The removed code was
mutating the ST, causing a second compilation to fail. (The peephole
optimizer already takes care of optimizing this case, so there's no
lost optimization opportunity here.)
R. David Murray [Thu, 17 Jun 2010 02:04:29 +0000 (02:04 +0000)]
Merged revisions 82039 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82039 | r.david.murray | 2010-06-16 21:36:52 -0400 (Wed, 16 Jun 2010) | 10 lines
#8720: fix inspect regression by teaching getsourcefile about linecache.
The fix for issue 4050 caused a regression: before that fix, source
lines in the linecache would eventually be found by inspect. After the
fix inspect reports an error earlier, and the source isn't found.
The fix for the fix is to have getsourcefile look in the linecache for
the file and return the psuedo-filename if the source is there, just as
it already returns it if there is a PEP 302 loader.
........
Victor Stinner [Wed, 16 Jun 2010 23:48:49 +0000 (23:48 +0000)]
Issue #850997: Oops, I forgot the author of the patch: Mark Hammond
Victor Stinner [Wed, 16 Jun 2010 23:33:54 +0000 (23:33 +0000)]
Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
mode raises unicode errors. The encoder only supports "strict" and "replace"
error handlers, the decoder only supports "strict" and "ignore" error handlers.
Victor Stinner [Wed, 16 Jun 2010 23:05:06 +0000 (23:05 +0000)]
Issue #9012: Add _time.c and _time.h to the Visual Studio project file
Add these new files, added by r82034, to the pythoncore project.
Alexander Belopolsky [Wed, 16 Jun 2010 22:38:15 +0000 (22:38 +0000)]
Issue #9012: "Separate compilation of time and datetime modules."
Segregated code shared between time and datetime modules into
Modules/_time.c. Added a new header file, Modules/_time.h, which
will be used instead of Include/timefuncs.h for declarations shared
between time and datetime modules.
Senthil Kumaran [Wed, 16 Jun 2010 17:44:57 +0000 (17:44 +0000)]
Merged revisions 82026 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82026 | senthil.kumaran | 2010-06-16 23:07:32 +0530 (Wed, 16 Jun 2010) | 3 lines
Addressing RDM's review comments on the doc change.
........
Senthil Kumaran [Wed, 16 Jun 2010 16:41:11 +0000 (16:41 +0000)]
Merged revisions 82018 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82018 | senthil.kumaran | 2010-06-16 20:25:31 +0530 (Wed, 16 Jun 2010) | 3 lines
Fix Issue8937 - SimpleHTTPServer should contain usage example
........
R. David Murray [Wed, 16 Jun 2010 12:56:31 +0000 (12:56 +0000)]
Remove versionadded accidentally introduced by r82008.
R. David Murray [Wed, 16 Jun 2010 12:53:07 +0000 (12:53 +0000)]
Blocked revisions 81571,81678 via svnmerge
I'm going to merge 81678 by hand.
........
r81571 | victor.stinner | 2010-05-27 18:29:48 -0400 (Thu, 27 May 2010) | 3 lines
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
gaierror(EAI_NODATA)
........
r81678 | r.david.murray | 2010-06-03 16:19:25 -0400 (Thu, 03 Jun 2010) | 7 lines
#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.
........
R. David Murray [Wed, 16 Jun 2010 02:19:40 +0000 (02:19 +0000)]
Merged revisions 81675 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81675 | r.david.murray | 2010-06-03 11:43:20 -0400 (Thu, 03 Jun 2010) | 10 lines
#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.
........
R. David Murray [Tue, 15 Jun 2010 23:46:40 +0000 (23:46 +0000)]
Merged revisions 81634 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81634 | r.david.murray | 2010-05-31 21:42:41 -0400 (Mon, 31 May 2010) | 2 lines
#7583: clarify discussion of hard tab expansion in doctests.
........
Ronald Oussoren [Tue, 15 Jun 2010 21:19:50 +0000 (21:19 +0000)]
Fix for buildbot failure in r81999.
Alexander Belopolsky [Tue, 15 Jun 2010 19:24:52 +0000 (19:24 +0000)]
Issue 5094: minor documentation fixes
Alexander Belopolsky [Tue, 15 Jun 2010 18:40:23 +0000 (18:40 +0000)]
Minor changes to the choice of assert methods
Antoine Pitrou [Tue, 15 Jun 2010 17:30:16 +0000 (17:30 +0000)]
Further refinements to the C file API.
Antoine Pitrou [Tue, 15 Jun 2010 17:00:21 +0000 (17:00 +0000)]
Fixes to the PyFile_FromFd() doc, by Renato Cunha.
Ronald Oussoren [Tue, 15 Jun 2010 16:05:20 +0000 (16:05 +0000)]
Fix for issue #8577: without this patch test_distutils
will fail when builddir != srcdir (that is, when you
run configure in a directory that is not the top of
the source tree).
Mark Dickinson [Tue, 15 Jun 2010 08:42:37 +0000 (08:42 +0000)]
Merged revisions 81992 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81992 | mark.dickinson | 2010-06-15 09:33:03 +0100 (Tue, 15 Jun 2010) | 3 lines
Issue #8469: Further clarifications and improvements to struct module
documentation. Thanks Mads Kiilerich.
........
Brett Cannon [Mon, 14 Jun 2010 22:22:54 +0000 (22:22 +0000)]
Switch the __import__ state check from using __builtins__ to builtins to be
nicer to other VMs.
Thanks to Philip Jenvey for the pointer.
Alexander Belopolsky [Mon, 14 Jun 2010 18:33:19 +0000 (18:33 +0000)]
Undo r81988 code change leaving added test.
Alexander Belopolsky [Mon, 14 Jun 2010 17:32:03 +0000 (17:32 +0000)]
Issue 6280: Tests and simpler implementation for calendar.timegm
Alexander Belopolsky [Mon, 14 Jun 2010 14:15:50 +0000 (14:15 +0000)]
Issue #5094: The ``datetime`` module now has a simple concrete class
implementing ``datetime.tzinfo`` interface.
Victor Stinner [Sun, 13 Jun 2010 20:31:26 +0000 (20:31 +0000)]
getargs.c: remove last reference to "t#" format
"t#" format was removed from convertitem() (convertsimple) but not skipitem().
Victor Stinner [Sun, 13 Jun 2010 18:21:50 +0000 (18:21 +0000)]
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
formats if the string contains a null byte/character. Write unit tests for
string formats.
Mark Dickinson [Sun, 13 Jun 2010 12:02:07 +0000 (12:02 +0000)]
Merged revisions 81971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81971 | mark.dickinson | 2010-06-13 13:01:34 +0100 (Sun, 13 Jun 2010) | 1 line
Ezio Melotti was missing from Misc/ACKS.
........
Mark Dickinson [Sun, 13 Jun 2010 11:07:57 +0000 (11:07 +0000)]
Merged revisions 81969 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81969 | mark.dickinson | 2010-06-13 12:07:00 +0100 (Sun, 13 Jun 2010) | 1 line
Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.
........
Mark Dickinson [Sun, 13 Jun 2010 10:52:38 +0000 (10:52 +0000)]
Merged revisions 81967 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81967 | mark.dickinson | 2010-06-13 11:50:29 +0100 (Sun, 13 Jun 2010) | 4 lines
Issue #8986: erfc was raising OverflowError on Linux for arguments in
the (approximate) range (-27.3, 30.0), as a result of an escaped errno
value.
........
Mark Dickinson [Sun, 13 Jun 2010 09:17:13 +0000 (09:17 +0000)]
Remove unnecessary brackets from docstring optional arguments.
Alexander Belopolsky [Sat, 12 Jun 2010 19:36:28 +0000 (19:36 +0000)]
Issue #8973: Expanded Struct.__doc__.
Mark Dickinson [Sat, 12 Jun 2010 18:54:20 +0000 (18:54 +0000)]
Blocked revisions 81957 via svnmerge
........
r81957 | mark.dickinson | 2010-06-12 19:50:34 +0100 (Sat, 12 Jun 2010) | 5 lines
Issue #8469: Add standard sizes to table in struct documentation; additional
clarifications and documentation tweaks.
Backport of revisions 81955-81956 from py3k.
........
Mark Dickinson [Sat, 12 Jun 2010 18:37:54 +0000 (18:37 +0000)]
Issue #8469: Reorder struct module sections for clarity; other minor tweaks.
Mark Dickinson [Sat, 12 Jun 2010 18:20:47 +0000 (18:20 +0000)]
Issue #8469: add standard sizes to struct docs table.
Benjamin Peterson [Sat, 12 Jun 2010 17:54:44 +0000 (17:54 +0000)]
Merged revisions 81953 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81953 | benjamin.peterson | 2010-06-12 12:47:06 -0500 (Sat, 12 Jun 2010) | 1 line
fix warning with ucs4
........
Alexander Belopolsky [Sat, 12 Jun 2010 17:18:45 +0000 (17:18 +0000)]
Added acknowlegement for Issue #3129
Mark Dickinson [Sat, 12 Jun 2010 16:37:53 +0000 (16:37 +0000)]
Fix mild type confusion in decimal module docstring.
Mark Dickinson [Sat, 12 Jun 2010 16:30:53 +0000 (16:30 +0000)]
More struct module docs and docstring tweaks.
Mark Dickinson [Sat, 12 Jun 2010 15:43:45 +0000 (15:43 +0000)]
Issue #8973: Improve struct module docstrings.
Mark Dickinson [Sat, 12 Jun 2010 15:19:23 +0000 (15:19 +0000)]
Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.
Mark Dickinson [Sat, 12 Jun 2010 15:17:02 +0000 (15:17 +0000)]
Issue #8973: Add __all__ to struct module, so that help(struct) correctly
displays information for the struct.Struct class.
Nick Coghlan [Sat, 12 Jun 2010 13:46:56 +0000 (13:46 +0000)]
Blocked revisions 81945 via svnmerge
........
r81945 | nick.coghlan | 2010-06-12 23:45:37 +1000 (Sat, 12 Jun 2010) | 1 line
Backport a fix from Py3k for a potentially misleading example
........
Nick Coghlan [Sat, 12 Jun 2010 13:42:46 +0000 (13:42 +0000)]
Merged revisions 80578 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80578 | nick.coghlan | 2010-04-29 00:29:06 +1000 (Thu, 29 Apr 2010) | 1 line
Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro)
........
Mark Dickinson [Sat, 12 Jun 2010 09:25:13 +0000 (09:25 +0000)]
Remove unused variable.
Mark Dickinson [Sat, 12 Jun 2010 09:24:01 +0000 (09:24 +0000)]
Issue #8981: Remove _struct.__version__.
Mark Dickinson [Sat, 12 Jun 2010 09:10:14 +0000 (09:10 +0000)]
Silence 'unused variable' gcc warning. Patch by Éric Araujo.
Brett Cannon [Sat, 12 Jun 2010 00:39:28 +0000 (00:39 +0000)]
Calling __import__ as a method technically works, but really should be wrapped
in a staticmethod. This is important for when __import__ is set to a function
defined in Python instead of C.
Brett Cannon [Sat, 12 Jun 2010 00:38:29 +0000 (00:38 +0000)]
When dealing with __import__ for detecting a global state change made by a
test, make sure to check if __builtins__ is a dict or not.
Discovered when running importlib.test.regrtest.
Victor Stinner [Fri, 11 Jun 2010 23:56:51 +0000 (23:56 +0000)]
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
filenames and enable os.fsencode().
Victor Stinner [Fri, 11 Jun 2010 23:46:47 +0000 (23:46 +0000)]
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.
Note: file system encoding cannot be None anymore (since r81190, issue #8610).
Victor Stinner [Fri, 11 Jun 2010 23:30:12 +0000 (23:30 +0000)]
Fix some bugs in c-api/arg.rst documentation
* replace "the default encoding" by "'utf-8' encoding"
* fix "w" / "w*" / "w#" doc: similar to "y" / "y*" / "y#"
and not "s" / "s*" / "s#"
* "u#": remove "Non-Unicode objects are handled by interpreting their
read-buffer pointer ...", it's no more true
* "es", "es#": remove "... and objects convertible to Unicode into a character
buffer", it's no more true
* Py_BuildValue(), "K" and "L" formats: specify the name of the C type on
Windows (_int64 / unsigned _int64) as done for PyArg_Parse*() long long
types
--CETTE ligne, et les suivantes ci-dessous, seront ignorées--
M Doc/c-api/arg.rst
Victor Stinner [Fri, 11 Jun 2010 23:06:13 +0000 (23:06 +0000)]
Issue #8965: Write more tests for sys.getfilesystemencoding()
Victor Stinner [Fri, 11 Jun 2010 22:27:14 +0000 (22:27 +0000)]
readline: use PyUnicode_FSConverter() to parse filenames
Victor Stinner [Fri, 11 Jun 2010 22:17:52 +0000 (22:17 +0000)]
Issue #8965: Add a regression test to test_sys with LANG=C
Victor Stinner [Fri, 11 Jun 2010 22:09:51 +0000 (22:09 +0000)]
locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename
Benjamin Peterson [Fri, 11 Jun 2010 21:53:07 +0000 (21:53 +0000)]
Merged revisions 81906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81906 | benjamin.peterson | 2010-06-11 16:40:37 -0500 (Fri, 11 Jun 2010) | 1 line
different spellings are just unacceptable
........
Victor Stinner [Fri, 11 Jun 2010 21:50:30 +0000 (21:50 +0000)]
Issue #8966: If a ctypes structure field is an array of c_char, convert its
value to bytes instead of str (as done for c_char and c_char_p).
Antoine Pitrou [Fri, 11 Jun 2010 21:46:32 +0000 (21:46 +0000)]
Merged revisions 81907 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81907 | antoine.pitrou | 2010-06-11 23:42:26 +0200 (ven., 11 juin 2010) | 5 lines
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).
........
Mark Dickinson [Fri, 11 Jun 2010 20:29:09 +0000 (20:29 +0000)]
Blocked revisions 81904 via svnmerge
........
r81904 | mark.dickinson | 2010-06-11 21:27:05 +0100 (Fri, 11 Jun 2010) | 4 lines
Fix possible undefined behaviour from signed overflow in struct module.
Backport of revisions 81897, 81898 and 81902 from py3k.
........
Mark Dickinson [Fri, 11 Jun 2010 19:50:30 +0000 (19:50 +0000)]
Fix more undefined-behaviour inducing overflow checks in struct module.
Victor Stinner [Fri, 11 Jun 2010 19:24:36 +0000 (19:24 +0000)]
Blocked revisions 81899 via svnmerge
........
r81899 | victor.stinner | 2010-06-11 21:22:28 +0200 (ven., 11 juin 2010) | 2 lines
Issue #8362: Add Misc/maintainers.rst: list of module maintainers
........
Mark Dickinson [Fri, 11 Jun 2010 19:05:08 +0000 (19:05 +0000)]
Fix an incorrect return type.
Mark Dickinson [Fri, 11 Jun 2010 16:56:34 +0000 (16:56 +0000)]
Avoid possible undefined behaviour from signed overflow.
Mark Dickinson [Fri, 11 Jun 2010 16:49:20 +0000 (16:49 +0000)]
Fix typo in docstring.
Alexander Belopolsky [Fri, 11 Jun 2010 16:04:59 +0000 (16:04 +0000)]
Issue #3129: Trailing digits in format string are no longer ignored.
Mark Dickinson [Fri, 11 Jun 2010 10:46:57 +0000 (10:46 +0000)]
Fix issue number typo.
Mark Dickinson [Fri, 11 Jun 2010 10:44:52 +0000 (10:44 +0000)]
Issue #8188: Comparisons between Decimal objects and other numeric
objects (Fraction, float, complex, int) now all function as expected.
Ezio Melotti [Fri, 11 Jun 2010 02:26:42 +0000 (02:26 +0000)]
Merged revisions 81889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81889 | ezio.melotti | 2010-06-11 05:21:25 +0300 (Fri, 11 Jun 2010) | 1 line
Remove extra ] from itertools.count docstring.
........
Victor Stinner [Fri, 11 Jun 2010 00:41:41 +0000 (00:41 +0000)]
test_sys: add a test on the file system encoding for darwin
Victor Stinner [Fri, 11 Jun 2010 00:36:33 +0000 (00:36 +0000)]
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
File system encoding have to be hardcoded to "utf-8" on Mac OS X. r81190
introduced a regression: the encoding was changed depending on the locale.
Michael Foord [Thu, 10 Jun 2010 20:41:54 +0000 (20:41 +0000)]
Merged revisions 81878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81878 | michael.foord | 2010-06-10 21:40:21 +0100 (Thu, 10 Jun 2010) | 2 lines
Fix issue with nested test suites debug method and module setups. (unittest)
........
Michael Foord [Thu, 10 Jun 2010 16:33:34 +0000 (16:33 +0000)]
Blocked revisions 81876 via svnmerge
........
r81876 | michael.foord | 2010-06-10 17:32:00 +0100 (Thu, 10 Jun 2010) | 1 line
NEWS update for issue 8948.
........
Michael Foord [Thu, 10 Jun 2010 16:17:07 +0000 (16:17 +0000)]
Merged revisions 81859 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81859 | michael.foord | 2010-06-09 13:29:56 +0100 (Wed, 09 Jun 2010) | 1 line
Typo correction.
........
Michael Foord [Thu, 10 Jun 2010 16:16:08 +0000 (16:16 +0000)]
Merged revisions 81853 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81853 | michael.foord | 2010-06-08 23:44:52 +0100 (Tue, 08 Jun 2010) | 1 line
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
........
Mark Dickinson [Thu, 10 Jun 2010 16:05:10 +0000 (16:05 +0000)]
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
instead of warning. This makes it consistent with the other integer
codes.
Victor Stinner [Thu, 10 Jun 2010 13:36:23 +0000 (13:36 +0000)]
Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1
Don't use normalize_encoding() result if it is truncated.