]>
granicus.if.org Git - python/log
Amaury Forgeot d'Arc [Tue, 5 Oct 2010 22:18:29 +0000 (22:18 +0000)]
Merged revisions 85236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85236 | amaury.forgeotdarc | 2010-10-06 00:15:37 +0200 (mer., 06 oct. 2010) | 2 lines
#9060 Let platforms without dup2() compile the replacement fonction without error.
........
Senthil Kumaran [Tue, 5 Oct 2010 18:41:01 +0000 (18:41 +0000)]
Merged revisions 85232 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85232 | senthil.kumaran | 2010-10-06 00:05:41 +0530 (Wed, 06 Oct 2010) | 3 lines
Remove the references of FTPS from the urllib Documentation. There is no support for it yet.
........
Éric Araujo [Mon, 4 Oct 2010 23:57:46 +0000 (23:57 +0000)]
Merged revisions 85223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85223 | eric.araujo | 2010-10-05 01:52:37 +0200 (mar., 05 oct. 2010) | 3 lines
Fix interaction of custom translation classes and caching (#9042)
........
Lars Gustäbel [Mon, 4 Oct 2010 15:31:05 +0000 (15:31 +0000)]
Merged revisions 85211 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85211 | lars.gustaebel | 2010-10-04 17:18:47 +0200 (Mon, 04 Oct 2010) | 14 lines
Issue #9065: no longer use "root" as the default for the
uname and gname field.
If tarfile creates a new archive and adds a file with a
uid/gid that doesn't have a corresponding name on the
system (e.g. because the user/group account was deleted) it
uses the empty string in the uname/gname field now instead
of "root". Using "root" as the default was a bad idea
because on extraction the uname/gname fields are supposed
to override the uid/gid fields. So, all archive members
with nameless uids/gids belonged to the root user after
extraction.
........
Senthil Kumaran [Mon, 4 Oct 2010 05:45:46 +0000 (05:45 +0000)]
Merged revisions 85209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85209 | senthil.kumaran | 2010-10-04 11:12:58 +0530 (Mon, 04 Oct 2010) | 3 lines
Remove the debugging print line from the test.
........
Senthil Kumaran [Sun, 3 Oct 2010 18:25:01 +0000 (18:25 +0000)]
Merged revisions 85205 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85205 | senthil.kumaran | 2010-10-03 23:52:42 +0530 (Sun, 03 Oct 2010) | 3 lines
Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k).
........
Senthil Kumaran [Sun, 3 Oct 2010 18:04:52 +0000 (18:04 +0000)]
Merged revisions 85202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85202 | senthil.kumaran | 2010-10-03 23:25:45 +0530 (Sun, 03 Oct 2010) | 4 lines
Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ
........
Tarek Ziadé [Sun, 3 Oct 2010 14:46:36 +0000 (14:46 +0000)]
Merged revisions 85199 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85199 | tarek.ziade | 2010-10-03 16:45:06 +0200 (Sun, 03 Oct 2010) | 1 line
typo in Arfrever name
........
Tarek Ziadé [Sun, 3 Oct 2010 14:30:11 +0000 (14:30 +0000)]
Merged revisions 85197 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85197 | tarek.ziade | 2010-10-03 16:18:09 +0200 (Sun, 03 Oct 2010) | 1 line
Fixed #8980: distutils.command.check was failing w/ docutils installed
........
Benjamin Peterson [Sun, 3 Oct 2010 02:19:18 +0000 (02:19 +0000)]
Merged revisions 85193 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85193 | benjamin.peterson | 2010-10-02 21:13:39 -0500 (Sat, 02 Oct 2010) | 1 line
typo
........
Benjamin Peterson [Sat, 2 Oct 2010 18:04:55 +0000 (18:04 +0000)]
Merged revisions 85154,85182 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85154 | benjamin.peterson | 2010-10-01 19:03:31 -0500 (Fri, 01 Oct 2010) | 1 line
type.__abstractmethods__ should raise an AttributeError #10006
........
r85182 | benjamin.peterson | 2010-10-02 12:55:47 -0500 (Sat, 02 Oct 2010) | 1 line
add a test and a note about metaclasses now being abcs
........
R. David Murray [Sat, 2 Oct 2010 16:04:44 +0000 (16:04 +0000)]
Merged revisions 85179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85179 | r.david.murray | 2010-10-02 11:58:26 -0400 (Sat, 02 Oct 2010) | 6 lines
#
1050268 : make parseaddr 'quote' the contents of quoted strings in addresses.
Also made the doc string for email._parseaddr's 'quote' function more
accurate; I'd love to make the function match the old docstring instead,
but other code uses it according the existing semantics.
........
Senthil Kumaran [Sat, 2 Oct 2010 10:35:24 +0000 (10:35 +0000)]
Merged revisions 85169 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85169 | senthil.kumaran | 2010-10-02 16:03:13 +0530 (Sat, 02 Oct 2010) | 3 lines
Use proper variable name 'data' instead of 'str' in the send method.
........
Senthil Kumaran [Sat, 2 Oct 2010 03:25:12 +0000 (03:25 +0000)]
Merged revisions 85156 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85156 | senthil.kumaran | 2010-10-02 08:46:04 +0530 (Sat, 02 Oct 2010) | 3 lines
Fix - issue10010 .. index:: position in the docs.
........
R. David Murray [Fri, 1 Oct 2010 15:45:48 +0000 (15:45 +0000)]
Merged revisions 85142 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85142 | r.david.murray | 2010-10-01 11:40:20 -0400 (Fri, 01 Oct 2010) | 5 lines
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
Bug report and fix by Thomas Guettler.
........
Brian Curtin [Fri, 1 Oct 2010 15:09:53 +0000 (15:09 +0000)]
Merged revisions 85140 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85140 | brian.curtin | 2010-10-01 09:49:24 -0500 (Fri, 01 Oct 2010) | 4 lines
Fix #10003. Add SIGBREAK to the set of valid signals on Windows.
This fixes a regression noticed by bzr, introduced by issue #9324.
........
Alexander Belopolsky [Fri, 1 Oct 2010 14:32:25 +0000 (14:32 +0000)]
Blocked revisions 85137 via svnmerge
........
r85137 | alexander.belopolsky | 2010-10-01 10:18:49 -0400 (Fri, 01 Oct 2010) | 3 lines
Issue #6608: time.asctime is now checking struct tm fields its input
before passing it to the system asctime. Patch by MunSic Jeong.
........
Georg Brandl [Fri, 1 Oct 2010 05:41:48 +0000 (05:41 +0000)]
Merged revisions 85132 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r85132 | georg.brandl | 2010-10-01 07:38:10 +0200 (Fr, 01 Okt 2010) | 1 line
Fix weird markup that caused latex to fail.
........
Senthil Kumaran [Thu, 30 Sep 2010 06:34:02 +0000 (06:34 +0000)]
Add BaseHTTPRequestHandler related tests.
Antoine Pitrou [Wed, 29 Sep 2010 11:25:47 +0000 (11:25 +0000)]
Merged revisions 85101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines
Issue #9983: warn that urllib and httplib don't perform SSL certificate validation.
........
Victor Stinner [Wed, 29 Sep 2010 01:31:23 +0000 (01:31 +0000)]
Merged revisions 85090 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85090 | victor.stinner | 2010-09-29 03:30:45 +0200 (mer., 29 sept. 2010) | 4 lines
linecache.updatecache(): don't the lines into the cache on IOError
Use the same behaviour than Python 2.7.
........
Victor Stinner [Wed, 29 Sep 2010 01:26:06 +0000 (01:26 +0000)]
Merged revisions 85088 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85088 | victor.stinner | 2010-09-29 03:24:59 +0200 (mer., 29 sept. 2010) | 4 lines
linecache.updatecache() returns an empty list on error
lines variable was not set on IOError
........
Antoine Pitrou [Wed, 29 Sep 2010 00:01:41 +0000 (00:01 +0000)]
Merged revisions 85084 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85084 | antoine.pitrou | 2010-09-29 01:59:51 +0200 (mer., 29 sept. 2010) | 5 lines
Give a dedicated page to memoryview objects, so that they can be part
of the concrete objects layer, while the buffer protocol is part of
the abstract objects layer.
........
Antoine Pitrou [Tue, 28 Sep 2010 23:41:31 +0000 (23:41 +0000)]
Merged revisions 85082 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85082 | antoine.pitrou | 2010-09-29 01:39:41 +0200 (mer., 29 sept. 2010) | 4 lines
Buffers are not sequence objects (!). Put them in the abstract objects layers
instead.
........
Antoine Pitrou [Tue, 28 Sep 2010 23:05:17 +0000 (23:05 +0000)]
Merged revisions 85080 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85080 | antoine.pitrou | 2010-09-29 01:04:04 +0200 (mer., 29 sept. 2010) | 3 lines
Various improvements to the docs of the buffer API
........
R. David Murray [Tue, 28 Sep 2010 22:34:03 +0000 (22:34 +0000)]
Merged revisions 85078 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85078 | r.david.murray | 2010-09-28 18:25:18 -0400 (Tue, 28 Sep 2010) | 2 lines
#9628: fix runtests.sh -x option so more than one test can be excluded.
........
Antoine Pitrou [Tue, 28 Sep 2010 21:53:46 +0000 (21:53 +0000)]
Merged revisions 85075 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85075 | antoine.pitrou | 2010-09-28 23:52:30 +0200 (mar., 28 sept. 2010) | 3 lines
Discourage use of the old buffer API funcs
........
Antoine Pitrou [Tue, 28 Sep 2010 15:33:25 +0000 (15:33 +0000)]
Merged revisions 85066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85066 | antoine.pitrou | 2010-09-28 17:29:16 +0200 (mar., 28 sept. 2010) | 3 lines
Issue #9970: improve C API documentation for memoryview objects
........
Ronald Oussoren [Tue, 28 Sep 2010 14:40:22 +0000 (14:40 +0000)]
Merged revisions 85062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85062 | ronald.oussoren | 2010-09-28 16:38:31 +0200 (Tue, 28 Sep 2010) | 3 lines
Fix for issue #9568.
........
Ronald Oussoren [Tue, 28 Sep 2010 14:04:41 +0000 (14:04 +0000)]
Merged revisions 85059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85059 | ronald.oussoren | 2010-09-28 15:57:58 +0200 (Tue, 28 Sep 2010) | 5 lines
Add support for the ZSH shell to the "Update Shell Profile" script
on MacOSX.
Patch by Sylvain Mora, issue #9701.
........
Vinay Sajip [Mon, 27 Sep 2010 21:51:36 +0000 (21:51 +0000)]
Issue #9947: logging: backported locking fix from py3k.
Vinay Sajip [Mon, 27 Sep 2010 21:46:14 +0000 (21:46 +0000)]
Issue #9945: logging: backported locking fixes from py3k.
Hirokazu Yamamoto [Mon, 27 Sep 2010 19:21:57 +0000 (19:21 +0000)]
Blocked revisions 84762,84897,84902,84949 via svnmerge
........
r84762 | hirokazu.yamamoto | 2010-09-13 14:59:38 +0900 | 1 line
Updated PC/VS8.0 with PCBuild/vs9to8.py.
........
r84897 | hirokazu.yamamoto | 2010-09-19 17:31:01 +0900 | 1 line
Set svn:ignore to folders.
........
r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
........
r84949 | hirokazu.yamamoto | 2010-09-22 01:05:47 +0900 | 1 line
Revert r84902 before committing better solution.
........
Antoine Pitrou [Mon, 27 Sep 2010 18:14:43 +0000 (18:14 +0000)]
Merged revisions 85032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85032 | antoine.pitrou | 2010-09-27 19:52:25 +0200 (lun., 27 sept. 2010) | 6 lines
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
received. Now sendall() properly calls signal handlers if necessary,
and retries sending if these returned successfully, including on sockets
with a timeout.
........
Senthil Kumaran [Mon, 27 Sep 2010 01:28:10 +0000 (01:28 +0000)]
Merged revisions 85025 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines
Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
been added. This helps in accidental overwritting of User-Agent header to
default value. To preserve the old behavior, only headers not in unredirected
headers will be updated.
........
Alexander Belopolsky [Fri, 24 Sep 2010 22:14:13 +0000 (22:14 +0000)]
Merged revisions 85000 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85000 | alexander.belopolsky | 2010-09-24 18:04:22 -0400 (Fri, 24 Sep 2010) | 1 line
This should fix buildbot failure introduced by r84994
........
Alexander Belopolsky [Fri, 24 Sep 2010 18:08:24 +0000 (18:08 +0000)]
Merged revisions 84994 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84994 | alexander.belopolsky | 2010-09-24 14:03:12 -0400 (Fri, 24 Sep 2010) | 1 line
Issue #9936: Fixed executable lines' search in the trace module.
........
Hirokazu Yamamoto [Fri, 24 Sep 2010 09:19:25 +0000 (09:19 +0000)]
Merged revisions 84973 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84973 | hirokazu.yamamoto | 2010-09-24 00:20:15 +0900 | 2 lines
Issue #9868: locale was left changed after TestEnUSCollation#setUp raised
TestSkip exception.
........
Mark Dickinson [Thu, 23 Sep 2010 20:16:03 +0000 (20:16 +0000)]
Merged revisions 84984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84984 | mark.dickinson | 2010-09-23 21:11:19 +0100 (Thu, 23 Sep 2010) | 5 lines
Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
this was causing reversed method calls like float.__radd__(3.0, 1) to
return NotImplemented instead of the expected numeric value.
........
Antoine Pitrou [Thu, 23 Sep 2010 19:54:28 +0000 (19:54 +0000)]
Merged revisions 84980 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84980 | antoine.pitrou | 2010-09-23 21:51:39 +0200 (jeu., 23 sept. 2010) | 3 lines
Issue #9928: Properly initialize the types exported by the bz2 module.
........
Hirokazu Yamamoto [Tue, 21 Sep 2010 19:12:39 +0000 (19:12 +0000)]
Merged revisions 84876 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84876 | hirokazu.yamamoto | 2010-09-18 13:42:41 +0900 | 1 line
In Python3000, Tkinter was renamed to tkinter. And print is now function.
........
Hirokazu Yamamoto [Tue, 21 Sep 2010 18:59:41 +0000 (18:59 +0000)]
Updated VS8.0 project files with PCBuild/vs9to8.py.
Alexander Belopolsky [Tue, 21 Sep 2010 16:38:43 +0000 (16:38 +0000)]
Blocked revisions 84953 via svnmerge
........
r84953 | alexander.belopolsky | 2010-09-21 12:30:56 -0400 (Tue, 21 Sep 2010) | 1 line
Fixed microsecond rounding in python version of utcfromtimestamp
........
Antoine Pitrou [Tue, 21 Sep 2010 15:23:10 +0000 (15:23 +0000)]
Merged revisions 84946 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84946 | antoine.pitrou | 2010-09-21 17:19:14 +0200 (mar., 21 sept. 2010) | 4 lines
Issue #
1633863 : Don't ignore $CC under AIX.
........
Marc-André Lemburg [Tue, 21 Sep 2010 11:56:42 +0000 (11:56 +0000)]
Merged revisions 84941 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines
Add missing word.
........
Marc-André Lemburg [Tue, 21 Sep 2010 11:42:00 +0000 (11:42 +0000)]
Merged revisions 84938 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines
Add OpenSSL license to the Python license documenation page.
See #9119.
........
Senthil Kumaran [Tue, 21 Sep 2010 01:59:54 +0000 (01:59 +0000)]
Merged revisions 84933 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines
Document HTTPReponse.fileno() method
........
Antoine Pitrou [Mon, 20 Sep 2010 11:17:39 +0000 (11:17 +0000)]
Merged revisions 84909-84913 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84909 | antoine.pitrou | 2010-09-20 00:46:05 +0200 (lun., 20 sept. 2010) | 3 lines
Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot
........
r84910 | antoine.pitrou | 2010-09-20 01:06:53 +0200 (lun., 20 sept. 2010) | 3 lines
Try to make signal-sending tests in test_subprocess more robust on slow machines
........
r84911 | antoine.pitrou | 2010-09-20 01:28:30 +0200 (lun., 20 sept. 2010) | 3 lines
Make error more explicit in test_finalize_with_trace
........
r84912 | antoine.pitrou | 2010-09-20 02:12:19 +0200 (lun., 20 sept. 2010) | 3 lines
Try to fix buildbot failure (#9902)
........
r84913 | antoine.pitrou | 2010-09-20 03:33:21 +0200 (lun., 20 sept. 2010) | 3 lines
Try a more robust implementation of _kill_process
........
Hirokazu Yamamoto [Sun, 19 Sep 2010 08:56:48 +0000 (08:56 +0000)]
Set svn:ignore to folders.
Benjamin Peterson [Sun, 19 Sep 2010 04:23:07 +0000 (04:23 +0000)]
Merged revisions 84892 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84892 | benjamin.peterson | 2010-09-18 22:54:31 -0500 (Sat, 18 Sep 2010) | 1 line
set svn:eol-style on tracedmodules
........
Senthil Kumaran [Sun, 19 Sep 2010 03:12:35 +0000 (03:12 +0000)]
Merged revisions 84889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84889 | senthil.kumaran | 2010-09-19 08:39:54 +0530 (Sun, 19 Sep 2010) | 3 lines
Update the test_distutils mode test to test with umask value properly.
........
Hirokazu Yamamoto [Sat, 18 Sep 2010 22:53:25 +0000 (22:53 +0000)]
Merged revisions 84851 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84851 | hirokazu.yamamoto | 2010-09-17 02:50:57 +0900 | 3 lines
Issue #9810: Compile bzip2 source files in python's project file
directly. It used to be built with bzip2's makefile.
........
Antoine Pitrou [Sat, 18 Sep 2010 22:40:56 +0000 (22:40 +0000)]
Merged revisions 84883 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84883 | antoine.pitrou | 2010-09-19 00:38:48 +0200 (dim., 19 sept. 2010) | 3 lines
Issue #9895: speed up test_subprocess
........
Antoine Pitrou [Sat, 18 Sep 2010 18:16:39 +0000 (18:16 +0000)]
Merged revisions 84878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84878 | antoine.pitrou | 2010-09-18 19:56:02 +0200 (sam., 18 sept. 2010) | 5 lines
Issue #9894: Do not hardcode ENOENT in test_subprocess.
(GNU/Hurd is not dead)
........
Senthil Kumaran [Sat, 18 Sep 2010 02:57:28 +0000 (02:57 +0000)]
Merged revisions 84871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84871 | senthil.kumaran | 2010-09-18 08:25:03 +0530 (Sat, 18 Sep 2010) | 3 lines
Skip the distutils mode test on Windows OS.
........
Senthil Kumaran [Fri, 17 Sep 2010 16:42:05 +0000 (16:42 +0000)]
Merged revisions 84861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84861 | senthil.kumaran | 2010-09-17 22:05:37 +0530 (Fri, 17 Sep 2010) | 3 lines
Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
........
Alexander Belopolsky [Thu, 16 Sep 2010 14:26:01 +0000 (14:26 +0000)]
Issue 9315: Removed list comprehention test.
Matthias Klose [Wed, 15 Sep 2010 13:08:12 +0000 (13:08 +0000)]
Merged revisions 84836 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84836 | matthias.klose | 2010-09-15 15:06:09 +0200 (Mi, 15 Sep 2010) | 3 lines
Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output
independent of the locale. Set LC_ALL=C too.
........
Antoine Pitrou [Wed, 15 Sep 2010 11:25:11 +0000 (11:25 +0000)]
Merged revisions 84827-84829 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84827 | antoine.pitrou | 2010-09-15 11:58:26 +0200 (mer., 15 sept. 2010) | 3 lines
Add a glossary entry for file objects.
........
r84828 | antoine.pitrou | 2010-09-15 12:08:31 +0200 (mer., 15 sept. 2010) | 3 lines
Update file-related information in the FAQ.
........
r84829 | antoine.pitrou | 2010-09-15 13:11:28 +0200 (mer., 15 sept. 2010) | 3 lines
Add cross-references to the glossary entry for file objects.
........
Antoine Pitrou [Wed, 15 Sep 2010 11:16:39 +0000 (11:16 +0000)]
Merged revisions 84825-84826,84830 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84825 | antoine.pitrou | 2010-09-15 10:39:25 +0200 (mer., 15 sept. 2010) | 3 lines
Add a comment explaining why SocketIO is needed
........
r84826 | antoine.pitrou | 2010-09-15 11:32:45 +0200 (mer., 15 sept. 2010) | 3 lines
Improve docs for socket.makefile() and SocketIO
........
r84830 | antoine.pitrou | 2010-09-15 13:12:57 +0200 (mer., 15 sept. 2010) | 3 lines
Reverted unwanted change in r84826
........
Raymond Hettinger [Wed, 15 Sep 2010 00:12:05 +0000 (00:12 +0000)]
Clarify where support for negative indices fall in the language hierarchy.
Antoine Pitrou [Tue, 14 Sep 2010 18:53:07 +0000 (18:53 +0000)]
Merged revisions 84814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84814 | antoine.pitrou | 2010-09-14 20:37:24 +0200 (mar., 14 sept. 2010) | 4 lines
Issue #9854: The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.
........
Antoine Pitrou [Tue, 14 Sep 2010 18:39:20 +0000 (18:39 +0000)]
Blocked revisions 84813 via svnmerge
........
r84813 | antoine.pitrou | 2010-09-14 20:00:02 +0200 (mar., 14 sept. 2010) | 5 lines
Issue #1552: socket.socketpair() now returns regular socket.socket
objects supporting the whole socket API (rather than the "raw"
_socket.socket objects).
........
Daniel Stutzbach [Tue, 14 Sep 2010 16:07:54 +0000 (16:07 +0000)]
Merged revisions 84810 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84810 | daniel.stutzbach | 2010-09-14 11:02:01 -0500 (Tue, 14 Sep 2010) | 1 line
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
........
Antoine Pitrou [Tue, 14 Sep 2010 14:47:08 +0000 (14:47 +0000)]
Merged revisions 84807 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84807 | antoine.pitrou | 2010-09-14 16:43:44 +0200 (mar., 14 sept. 2010) | 4 lines
Issue #9853: Fix the signature of SSLSocket.recvfrom() and
SSLSocket.sendto() to match the corresponding socket methods.
........
Alexander Belopolsky [Tue, 14 Sep 2010 14:21:12 +0000 (14:21 +0000)]
Merged revisions 84803 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line
Issue 9315: Added test/tracedmodules to LIBSUBDIRS
........
Eric Smith [Tue, 14 Sep 2010 13:03:39 +0000 (13:03 +0000)]
Blocked revisions 84790 via svnmerge
........
r84790 | eric.smith | 2010-09-13 16:48:43 -0400 (Mon, 13 Sep 2010) | 8 lines
Issue 7994: Make object.__format__() raise a PendingDeprecationWarning
if the format string is not empty. Manually merge r79596 and r84772
from 2.x.
Also, apparently test_format() from test_builtin never made it into
3.x. I've added it as well. It tests the basic format()
infrastructure.
........
Alexander Belopolsky [Mon, 13 Sep 2010 18:38:54 +0000 (18:38 +0000)]
Merged revisions 84780-84781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
with some manual fixes
........
r84780 | alexander.belopolsky | 2010-09-13 14:14:34 -0400 (Mon, 13 Sep 2010) | 3 lines
Issue #9315: Fix for the trace module to record correct class name
when tracing methods. Unit tests. Patch by Eli Bendersky.
........
r84781 | alexander.belopolsky | 2010-09-13 14:15:33 -0400 (Mon, 13 Sep 2010) | 1 line
Removed debugging setting
........
Hirokazu Yamamoto [Mon, 13 Sep 2010 08:07:29 +0000 (08:07 +0000)]
Recorded merge of revisions 84765 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84765 | hirokazu.yamamoto | 2010-09-13 16:18:30 +0900 | 2 lines
get_build_version() is needed even where sys.platform != "win32".
Try to fix buildbot error in other way.
........
Hirokazu Yamamoto [Mon, 13 Sep 2010 07:48:22 +0000 (07:48 +0000)]
Merged revisions 84765 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84765 | hirokazu.yamamoto | 2010-09-13 16:18:30 +0900 | 2 lines
get_build_version() is needed even where sys.platform != "win32".
Try to fix buildbot error in other way.
........
Hirokazu Yamamoto [Mon, 13 Sep 2010 05:48:30 +0000 (05:48 +0000)]
Merged revisions 84753,84760 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84753 | hirokazu.yamamoto | 2010-09-13 07:55:40 +0900 | 1 line
Issue #9313: Skips test_remove_visual_c_ref on old MSVC.
........
r84760 | hirokazu.yamamoto | 2010-09-13 14:36:21 +0900 | 1 line
Issue #9313: Use unittest.skipUnless to skip old MSVC.
........
Benjamin Peterson [Mon, 13 Sep 2010 01:52:40 +0000 (01:52 +0000)]
Merged revisions 84754-84755 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84754 | benjamin.peterson | 2010-09-12 20:25:38 -0500 (Sun, 12 Sep 2010) | 1 line
remove duplicate statement
........
r84755 | benjamin.peterson | 2010-09-12 20:30:04 -0500 (Sun, 12 Sep 2010) | 1 line
remove less complete of duplicate docs
........
Matthias Klose [Sun, 12 Sep 2010 16:50:20 +0000 (16:50 +0000)]
Merged revisions 84743 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84743 | matthias.klose | 2010-09-12 18:31:58 +0200 (So, 12 Sep 2010) | 3 lines
- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
........
Hirokazu Yamamoto [Sun, 12 Sep 2010 16:19:05 +0000 (16:19 +0000)]
Merged revisions 83841,84741 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83841 | thomas.heller | 2010-08-09 03:16:20 +0900 | 2 lines
Fix issue6869: refcount problem in the _ctypes extension.
........
r84741 | hirokazu.yamamoto | 2010-09-13 01:06:18 +0900 | 2 lines
Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
with Python2.7.
........
Antoine Pitrou [Sun, 12 Sep 2010 14:55:22 +0000 (14:55 +0000)]
Merged revisions 84737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
Only the tests are merged, 3.1 doesn't exhibit the issue.
........
r84737 | antoine.pitrou | 2010-09-12 16:51:20 +0200 (dim., 12 sept. 2010) | 4 lines
Issue #9837: The read() method of ZipExtFile objects (as returned by
ZipFile.open()) could return more bytes than requested.
........
Benjamin Peterson [Sun, 12 Sep 2010 13:58:34 +0000 (13:58 +0000)]
Merged revisions 84735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84735 | benjamin.peterson | 2010-09-12 08:55:02 -0500 (Sun, 12 Sep 2010) | 1 line
reenable test_nis on solaris #3402
........
Vinay Sajip [Sun, 12 Sep 2010 11:51:26 +0000 (11:51 +0000)]
Issue #9827: clarified LogRecord documentation a little more.
Vinay Sajip [Sun, 12 Sep 2010 11:47:47 +0000 (11:47 +0000)]
Issue #9827: clarified LogRecord documentation.
Raymond Hettinger [Sun, 12 Sep 2010 05:28:42 +0000 (05:28 +0000)]
Issue #9826: Handle recursive repr in collections.OrderedDict.
Hirokazu Yamamoto [Sat, 11 Sep 2010 22:26:07 +0000 (22:26 +0000)]
Blocked revisions 84643 via svnmerge
........
r84643 | hirokazu.yamamoto | 2010-09-09 15:08:36 +0900 | 4 lines
Updated VC6 files.
* pythoncore.dsp: updated project file
* readme.txt: removed dead link
* tcl852.patch: fixed patch. it was doubled.
........
R. David Murray [Sat, 11 Sep 2010 18:20:06 +0000 (18:20 +0000)]
Merged revisions 84719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84719 | r.david.murray | 2010-09-11 14:12:25 -0400 (Sat, 11 Sep 2010) | 2 lines
#9608, #8518 : clarify and improve discussion of exceptions in howto.
........
Benjamin Peterson [Sat, 11 Sep 2010 16:40:47 +0000 (16:40 +0000)]
Merged revisions 84717 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84717 | benjamin.peterson | 2010-09-11 11:39:57 -0500 (Sat, 11 Sep 2010) | 1 line
fix formatting
........
Benjamin Peterson [Sat, 11 Sep 2010 16:23:57 +0000 (16:23 +0000)]
Merged revisions 84705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84705 | georg.brandl | 2010-09-11 01:39:58 -0500 (Sat, 11 Sep 2010) | 1 line
Add new generated file to ignoreds.
........
Benjamin Peterson [Sat, 11 Sep 2010 16:03:33 +0000 (16:03 +0000)]
Merged revisions 84714 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84714 | benjamin.peterson | 2010-09-11 11:02:03 -0500 (Sat, 11 Sep 2010) | 1 line
check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834
........
Éric Araujo [Sat, 11 Sep 2010 15:30:19 +0000 (15:30 +0000)]
Merged revisions 84711 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84711 | eric.araujo | 2010-09-11 17:28:56 +0200 (sam., 11 sept. 2010) | 2 lines
Fix typo in option name
........
Victor Stinner [Sat, 11 Sep 2010 00:23:53 +0000 (00:23 +0000)]
Merged revisions 84701 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84701 | victor.stinner | 2010-09-11 02:22:12 +0200 (sam., 11 sept. 2010) | 5 lines
Issue #767645: fix os.path.supports_unicode_filenames definition
os.listdir(str) always returns unicode and it can return non-ascii filenames
even if supports_unicode_filenames is False.
........
Antoine Pitrou [Fri, 10 Sep 2010 19:55:19 +0000 (19:55 +0000)]
Merged revisions 84680 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84680 | antoine.pitrou | 2010-09-10 21:44:44 +0200 (ven., 10 sept. 2010) | 4 lines
Issue #941346: Improve the build process under AIX and allow Python to
be built as a shared library. Patch by Sébastien Sablé.
........
Benjamin Peterson [Fri, 10 Sep 2010 18:52:36 +0000 (18:52 +0000)]
Merged revisions 84677 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84677 | benjamin.peterson | 2010-09-10 13:50:38 -0500 (Fri, 10 Sep 2010) | 1 line
add reference to file object
........
Antoine Pitrou [Fri, 10 Sep 2010 18:44:45 +0000 (18:44 +0000)]
Merged revisions 84674 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84674 | antoine.pitrou | 2010-09-10 20:39:00 +0200 (ven., 10 sept. 2010) | 3 lines
Followup to #4026: better patch for flock detection.
........
Victor Stinner [Fri, 10 Sep 2010 12:32:58 +0000 (12:32 +0000)]
Recorded merge of revisions 83987 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83987 | victor.stinner | 2010-08-14 00:23:24 +0200 (sam., 14 août 2010) | 2 lines
Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE
........
Victor Stinner [Fri, 10 Sep 2010 12:19:37 +0000 (12:19 +0000)]
Merged revisions 84666 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84666 | victor.stinner | 2010-09-10 13:19:59 +0200 (ven., 10 sept. 2010) | 2 lines
Issue #9819: fix TESTFN_UNENCODABLE for japanese code page
........
Hirokazu Yamamoto [Fri, 10 Sep 2010 02:59:55 +0000 (02:59 +0000)]
Merged revisions 84644 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
........
Antoine Pitrou [Thu, 9 Sep 2010 20:33:43 +0000 (20:33 +0000)]
Merged revisions 84655 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84655 | antoine.pitrou | 2010-09-09 22:30:23 +0200 (jeu., 09 sept. 2010) | 6 lines
Issue #9804: ascii() now always represents unicode surrogate pairs as
a single `\UXXXXXXXX`, regardless of whether the character is printable
or not. Also, the "backslashreplace" error handler now joins surrogate
pairs into a single character on UCS-2 builds.
........
Hirokazu Yamamoto [Thu, 9 Sep 2010 19:57:17 +0000 (19:57 +0000)]
Merged revisions 84645 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines
PCBuild cosmetic fixes.
* pythoncore.vcproj: Fixed indentation
* _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
loads it in VS8 IDE.
........
Antoine Pitrou [Thu, 9 Sep 2010 13:33:33 +0000 (13:33 +0000)]
Merged revisions 84650 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84650 | antoine.pitrou | 2010-09-09 15:31:46 +0200 (jeu., 09 sept. 2010) | 4 lines
Use transient_internet() where appropriate in test_ssl
(svn.python.org is sometimes unavailable)
........
Senthil Kumaran [Wed, 8 Sep 2010 13:00:07 +0000 (13:00 +0000)]
Merged revisions 84629 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84629 | senthil.kumaran | 2010-09-08 18:20:29 +0530 (Wed, 08 Sep 2010) | 3 lines
Revert the doc change done in r83880. str.replace with negative count value is not a feature.
........
Antoine Pitrou [Wed, 8 Sep 2010 12:48:12 +0000 (12:48 +0000)]
Merged revisions 84623 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84623 | antoine.pitrou | 2010-09-08 14:37:10 +0200 (mer., 08 sept. 2010) | 4 lines
Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
thread-local storage key.
........
Éric Araujo [Wed, 8 Sep 2010 12:39:00 +0000 (12:39 +0000)]
Synchronize maintainers.rst
Éric Araujo [Wed, 8 Sep 2010 00:02:00 +0000 (00:02 +0000)]
Merged revisions 84614 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84614 | eric.araujo | 2010-09-08 02:00:45 +0200 (mer., 08 sept. 2010) | 5 lines
Follow-up to #9199: Fix str.join use, add newlines.
Thanks to Konrad Delong for writing a test for upload_docs
--show-response in distutils2, letting me catch my mistake.
........
Éric Araujo [Tue, 7 Sep 2010 23:09:44 +0000 (23:09 +0000)]
Merged revisions 84611 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84611 | eric.araujo | 2010-09-08 01:08:57 +0200 (mer., 08 sept. 2010) | 2 lines
Fix incorrect use of Command.announce (#9199)
........