]>
granicus.if.org Git - python/log
Ronald Oussoren [Sun, 27 Jun 2010 12:45:47 +0000 (12:45 +0000)]
Merged revisions 82276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82276 | ronald.oussoren | 2010-06-27 14:43:47 +0200 (Sun, 27 Jun 2010) | 5 lines
The uuid library on OSX 10.5 seems to contain the same bug as the one
on OSX 10.6, therefore don't use it there either.
This fixes issue8621.
........
Ronald Oussoren [Sun, 27 Jun 2010 12:37:46 +0000 (12:37 +0000)]
Merged revisions 82272 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
Two small fixes for the support for SDKs on MacOSX:
1) The code that checks if an path should be located in the SDK
explicitly excludes /usr/local. This fixes issue9046
2) The SDK variant for filtering "db_dirs_to_check" in setup.py
was not doing anything because of a missing assignment.
........
Georg Brandl [Sun, 27 Jun 2010 11:24:03 +0000 (11:24 +0000)]
Untabify.
Georg Brandl [Sun, 27 Jun 2010 10:59:19 +0000 (10:59 +0000)]
Wording fix.
Georg Brandl [Sun, 27 Jun 2010 10:37:48 +0000 (10:37 +0000)]
#9064: accept number of frames for "up" and "down" commands in pdb.
Georg Brandl [Sun, 27 Jun 2010 10:17:12 +0000 (10:17 +0000)]
#9078: fix some Unicode C API descriptions, in comments and docs.
Brett Cannon [Sat, 26 Jun 2010 22:29:06 +0000 (22:29 +0000)]
Having CFLAGS come before OPT prevents silencing certain classes of warnings
from the fact that OPT contains -Wall be default. This is annoying when
compilers like clang have thorough debugging information about things that
Python does extensively (e.g. -Wunused-value for unused return values caused by
a macro use).
Alexander Belopolsky [Sat, 26 Jun 2010 18:57:02 +0000 (18:57 +0000)]
Merged revisions 82251 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82251 | alexander.belopolsky | 2010-06-26 14:49:10 -0400 (Sat, 26 Jun 2010) | 1 line
Issue 9024: Added :cdata: tag to PyDateTimeAPI
........
Ezio Melotti [Sat, 26 Jun 2010 18:50:39 +0000 (18:50 +0000)]
Merged revisions 82248 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82248 | ezio.melotti | 2010-06-26 21:44:42 +0300 (Sat, 26 Jun 2010) | 1 line
Fix extra space.
........
R. David Murray [Sat, 26 Jun 2010 18:44:14 +0000 (18:44 +0000)]
Blocked revisions 82246 via svnmerge
........
r82246 | r.david.murray | 2010-06-26 14:39:50 -0400 (Sat, 26 Jun 2010) | 8 lines
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
In 2.5 the email version was bumped to 4.0.2 just before release but
after the maintenance branch was set up. The bump was not backported
to trunk, and 2.6 went out the door with a version number of 4.0.1.
I bumped this to 4.0.2 because of a behavior change, but that makes
it look the same as 2.5. So bump it again to 4.0.3.
........
R. David Murray [Sat, 26 Jun 2010 03:34:33 +0000 (03:34 +0000)]
Merged revisions 82242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82242 | r.david.murray | 2010-06-25 23:27:32 -0400 (Fri, 25 Jun 2010) | 2 lines
Fix indentation in recently added test.
........
Alexander Belopolsky [Sat, 26 Jun 2010 02:15:07 +0000 (02:15 +0000)]
Merged revisions 82236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82236 | alexander.belopolsky | 2010-06-25 22:05:19 -0400 (Fri, 25 Jun 2010) | 4 lines
Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that
it is typically used in module initialization function. Thanks Tim
Golden for the patch.
........
R. David Murray [Sat, 26 Jun 2010 00:17:12 +0000 (00:17 +0000)]
Merged revisions 82233 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82233 | r.david.murray | 2010-06-25 20:06:44 -0400 (Fri, 25 Jun 2010) | 2 lines
#4640: add a test to optparse that proves issue is invalid.
........
Benjamin Peterson [Fri, 25 Jun 2010 23:37:15 +0000 (23:37 +0000)]
remove old, outdated tool
Benjamin Peterson [Fri, 25 Jun 2010 23:24:35 +0000 (23:24 +0000)]
fix typos
Benjamin Peterson [Fri, 25 Jun 2010 23:02:11 +0000 (23:02 +0000)]
Merged revisions 82229 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82229 | benjamin.peterson | 2010-06-25 17:58:47 -0500 (Fri, 25 Jun 2010) | 1 line
mark implementation detail as such
........
Benjamin Peterson [Fri, 25 Jun 2010 21:24:10 +0000 (21:24 +0000)]
Blocked revisions 82227 via svnmerge
........
r82227 | benjamin.peterson | 2010-06-25 16:19:04 -0500 (Fri, 25 Jun 2010) | 1 line
this must be a typo
........
Benjamin Peterson [Fri, 25 Jun 2010 20:37:22 +0000 (20:37 +0000)]
Merged revisions 82225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82225 | benjamin.peterson | 2010-06-25 15:34:01 -0500 (Fri, 25 Jun 2010) | 1 line
mark implementation detail as such
........
Mark Dickinson [Fri, 25 Jun 2010 20:22:24 +0000 (20:22 +0000)]
Merged revisions 82221 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82221 | mark.dickinson | 2010-06-25 21:19:48 +0100 (Fri, 25 Jun 2010) | 1 line
Fix indentation of Python code example in C comment.
........
Benjamin Peterson [Fri, 25 Jun 2010 19:30:21 +0000 (19:30 +0000)]
only take into account positional arguments count in related error messages
Ezio Melotti [Fri, 25 Jun 2010 10:56:11 +0000 (10:56 +0000)]
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
Antoine Pitrou [Fri, 25 Jun 2010 00:07:34 +0000 (00:07 +0000)]
Merged revisions 82210 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82210 | antoine.pitrou | 2010-06-25 02:03:21 +0200 (ven., 25 juin 2010) | 4 lines
Issue #9075: In the ssl module, remove the setting of a `debug` flag
on an OpenSSL structure.
........
Victor Stinner [Fri, 25 Jun 2010 00:02:38 +0000 (00:02 +0000)]
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
"w*" format instead. Add tests for "w*" format.
Victor Stinner [Thu, 24 Jun 2010 22:57:10 +0000 (22:57 +0000)]
getbuffer(): release the buffer on error (if the buffer is not contiguous)
Antoine Pitrou [Thu, 24 Jun 2010 22:34:04 +0000 (22:34 +0000)]
Issue #8682: The ssl module now temporary increments the reference count of
a socket object got through `PyWeakref_GetObject`, so as to avoid possible
deallocation while the object is still being used.
Victor Stinner [Thu, 24 Jun 2010 22:31:12 +0000 (22:31 +0000)]
PyArg_Parse*() functions: factorize code for s/z and u/Z formats
Victor Stinner [Thu, 24 Jun 2010 22:08:25 +0000 (22:08 +0000)]
Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes
objects, as described in the documentation.
Stefan Krah [Thu, 24 Jun 2010 10:25:08 +0000 (10:25 +0000)]
Add specification for the Py_IS* macros in pyctype.h.
Stefan Krah [Thu, 24 Jun 2010 10:22:10 +0000 (10:22 +0000)]
Blocked revisions 82191 via svnmerge
........
r82191 | stefan.krah | 2010-06-24 11:33:05 +0200 (Thu, 24 Jun 2010) | 5 lines
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
used with signed/unsigned char arguments. For integer arguments, EOF
has to be handled separately.
........
Benjamin Peterson [Thu, 24 Jun 2010 00:17:03 +0000 (00:17 +0000)]
Merged revisions 82189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82189 | benjamin.peterson | 2010-06-23 19:12:40 -0500 (Wed, 23 Jun 2010) | 1 line
prevent assignment to set literals
........
Alexander Belopolsky [Wed, 23 Jun 2010 22:58:49 +0000 (22:58 +0000)]
Added more test cases
Alexander Belopolsky [Wed, 23 Jun 2010 22:29:48 +0000 (22:29 +0000)]
Test future pickle protocols. Thanks Antoine Pitrou for suggestion.
Alexander Belopolsky [Wed, 23 Jun 2010 21:40:15 +0000 (21:40 +0000)]
Issue #9051: Instances of timezone class can now be pickled.
Stefan Krah [Wed, 23 Jun 2010 18:42:39 +0000 (18:42 +0000)]
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
Stefan Krah [Wed, 23 Jun 2010 18:35:33 +0000 (18:35 +0000)]
Blocked revisions 82177 via svnmerge
........
r82177 | stefan.krah | 2010-06-23 20:12:09 +0200 (Wed, 23 Jun 2010) | 3 lines
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
........
Antoine Pitrou [Tue, 22 Jun 2010 21:49:39 +0000 (21:49 +0000)]
Merged revisions 82169 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82169 | antoine.pitrou | 2010-06-22 23:42:05 +0200 (mar., 22 juin 2010) | 4 lines
Fix misindents in compile.c (for Benjamin).
Of course, whoever used the wrong indentation rules needs to be spanked.
........
Benjamin Peterson [Tue, 22 Jun 2010 20:34:34 +0000 (20:34 +0000)]
Merged revisions 82167 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82167 | benjamin.peterson | 2010-06-22 15:32:02 -0500 (Tue, 22 Jun 2010) | 1 line
mark ref counting as impl detail
........
Benjamin Peterson [Tue, 22 Jun 2010 20:29:32 +0000 (20:29 +0000)]
Merged revisions 82165 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82165 | benjamin.peterson | 2010-06-22 15:26:20 -0500 (Tue, 22 Jun 2010) | 1 line
must force gc here
........
Benjamin Peterson [Tue, 22 Jun 2010 20:02:39 +0000 (20:02 +0000)]
Merged revisions 82160 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82160 | benjamin.peterson | 2010-06-22 14:45:51 -0500 (Tue, 22 Jun 2010) | 1 line
spacing nit; this isn't C
........
Benjamin Peterson [Tue, 22 Jun 2010 19:52:02 +0000 (19:52 +0000)]
Blocked revisions 82161 via svnmerge
........
r82161 | benjamin.peterson | 2010-06-22 14:49:47 -0500 (Tue, 22 Jun 2010) | 1 line
bump revision
........
Benjamin Peterson [Tue, 22 Jun 2010 19:21:52 +0000 (19:21 +0000)]
Merged revisions 82157 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82157 | benjamin.peterson | 2010-06-22 14:16:37 -0500 (Tue, 22 Jun 2010) | 1 line
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
........
Benjamin Peterson [Tue, 22 Jun 2010 18:11:34 +0000 (18:11 +0000)]
Blocked revisions 82155 via svnmerge
........
r82155 | benjamin.peterson | 2010-06-22 13:09:02 -0500 (Tue, 22 Jun 2010) | 4 lines
keep UserDict an old-style class
Be generous in abc.py to allow this.
........
Alexander Belopolsky [Tue, 22 Jun 2010 14:07:33 +0000 (14:07 +0000)]
Added more test cases
Senthil Kumaran [Tue, 22 Jun 2010 02:57:23 +0000 (02:57 +0000)]
Minor comment formatting.
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.
........