Georg Brandl
e3d70aed8e
Fix two mp doc issues from #4012 .
2008-11-22 08:54:21 +00:00
Georg Brandl
9290503b2a
#4206 : fix 2.xisms in multiprocessing docs and docstrings.
2008-11-22 08:51:39 +00:00
Georg Brandl
59d64f7830
Blocked revisions 67332 via svnmerge
...
........
r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines
Fix typo.
........
2008-11-22 08:46:36 +00:00
Georg Brandl
b66708741a
#4372 : add bullet point for __cmp__ removal.
2008-11-22 08:35:59 +00:00
Georg Brandl
5076740d4f
#4361 : fix string.py docstring, clarify that only ASCII characters are in its constants.
2008-11-22 08:31:09 +00:00
Georg Brandl
4216d2d802
#4378 : fix a few functional HOWTO 2.xisms.
2008-11-22 08:27:24 +00:00
Benjamin Peterson
7a0f747eab
Blocked revisions 67326 via svnmerge
...
........
r67326 | benjamin.peterson | 2008-11-21 19:59:15 -0600 (Fri, 21 Nov 2008) | 1 line
backport r67325: make FileIO.mode always contain 'b'
........
2008-11-22 02:02:16 +00:00
Benjamin Peterson
44309e6b37
make FileIO.mode always include 'b'
...
#4386 Reviewed by Amaury
2008-11-22 00:41:45 +00:00
Benjamin Peterson
656aa28cd5
add a glossary entry for "view"
2008-11-21 23:22:00 +00:00
Amaury Forgeot d'Arc
efae8c499f
#4383 : UnboundLocalError when IDLE cannot connect to its subprocess.
...
Python 3.0 clears the exception variable upon exit of the "except:" clause,
and the displaying code fails miserably.
Reviewed by Benjamin.
2008-11-21 23:08:09 +00:00
Benjamin Peterson
6f7fad16bc
Merged revisions 67320 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67320 | benjamin.peterson | 2008-11-21 16:27:24 -0600 (Fri, 21 Nov 2008) | 4 lines
don't segfault when \N escapes are used and unicodedata fails to load
Fixes #4367
........
2008-11-21 22:58:57 +00:00
Guido van Rossum
4a98a2a57b
A few tiny improvements that I had sitting in an edit buffer. More to come.
...
Much, much more. :-)
2008-11-21 18:35:43 +00:00
Barry Warsaw
d8ccd1ce6f
post-3.0rc3
2008-11-21 15:13:37 +00:00
Raymond Hettinger
0cc818f0a3
Fix minor typos.
2008-11-21 10:40:51 +00:00
Barry Warsaw
29bb6d520b
Tagging 3.0rc3.
2008-11-21 01:22:30 +00:00
Barry Warsaw
43baef41fd
Bump to 3.0rc3
2008-11-21 01:18:21 +00:00
Benjamin Peterson
2d71822fdb
a few updates to the gloassary with regards to __future__ and division
2008-11-21 00:25:02 +00:00
Brett Cannon
58425d3103
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
...
strings.
Closes issue #3799 .
2008-11-21 00:17:53 +00:00
Benjamin Peterson
6e0d68e9e2
fix test_gzip
2008-11-21 00:11:22 +00:00
Amaury Forgeot d'Arc
836b670e89
#4338 : Fix the distutils "setup.py upload" command.
...
The code still mixed bytes and strings.
Reviewed by Martin von Loewis.
2008-11-20 23:53:46 +00:00
Amaury Forgeot d'Arc
9d24ff027f
Follow-up of r67300: correct a failure in socket.makefile().
...
SocketIO objects now always have 'name' and 'mode' attributes.
2008-11-20 23:15:52 +00:00
Benjamin Peterson
304da21138
Blocked revisions 67303 via svnmerge
...
........
r67303 | benjamin.peterson | 2008-11-20 16:06:22 -0600 (Thu, 20 Nov 2008) | 1 line
backport r67300
........
2008-11-20 22:42:44 +00:00
Benjamin Peterson
c1f44af189
fix Sphinx table warning
2008-11-20 22:38:20 +00:00
Barry Warsaw
40e8246f6a
Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc.
2008-11-20 20:14:50 +00:00
Barry Warsaw
91cc8fb92b
Fix for bug 4360 "SystemError when method has both super() & closure". Patch
...
by amaury.forgeotdarc and reviewed by brett.cannon.
Also add release notes about the known problems with the email package.
2008-11-20 20:01:57 +00:00
Martin v. Löwis
2d1ca2dbab
Issue #4354 : Fix distutils register command.
2008-11-20 16:21:55 +00:00
Benjamin Peterson
6cadba718f
Merged revisions 67243,67245,67277-67278,67289 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67243 | benjamin.peterson | 2008-11-17 15:39:05 -0600 (Mon, 17 Nov 2008) | 1 line
a few fixes on the download page
........
r67245 | benjamin.peterson | 2008-11-17 16:05:19 -0600 (Mon, 17 Nov 2008) | 1 line
improve __hash__ docs
........
r67277 | skip.montanaro | 2008-11-18 21:35:41 -0600 (Tue, 18 Nov 2008) | 1 line
patch from issue 1108
........
r67278 | georg.brandl | 2008-11-19 01:59:09 -0600 (Wed, 19 Nov 2008) | 2 lines
Try to fix problems with verbatim.
........
r67289 | brett.cannon | 2008-11-19 14:29:39 -0600 (Wed, 19 Nov 2008) | 2 lines
Ignore .pyc and .pyo files.
........
2008-11-19 22:38:29 +00:00
Benjamin Peterson
0f3641ce88
Merged revisions 67291 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67291 | benjamin.peterson | 2008-11-19 15:49:09 -0600 (Wed, 19 Nov 2008) | 5 lines
make sure that bytearray methods return a new bytearray even if there is no change
Fixes #4348
Reviewed by Brett
........
2008-11-19 22:05:52 +00:00
Benjamin Peterson
9c22aeebe1
Blocked revisions 67287 via svnmerge
...
........
r67287 | josiah.carlson | 2008-11-19 12:26:12 -0600 (Wed, 19 Nov 2008) | 2 lines
Fix for issue 4332 in trunk.
........
2008-11-19 21:38:48 +00:00
Josiah Carlson
aae55cbab4
This fixes issue 4332 for Py3k.
2008-11-19 18:22:41 +00:00
Martin v. Löwis
a632a75a3e
Merged revisions 67283 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67283 | martin.v.loewis | 2008-11-19 14:51:44 +0100 (Mi, 19 Nov 2008) | 1 line
Issue #4289 : Remove Cancel button from AdvancedDlg.
........
2008-11-19 13:55:07 +00:00
Martin v. Löwis
22d297be51
Merged revisions 67279 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines
Issue #4116 : Resolve member name conflict in ScrolledCanvas.__init__
........
2008-11-19 09:14:30 +00:00
Amaury Forgeot d'Arc
d6695ee12a
Blocked revisions 67266 via svnmerge
...
........
r67266 | amaury.forgeotdarc | 2008-11-18 23:19:37 +0100 (Tue, 18 Nov 2008) | 4 lines
#4317 : Fix an Array Bounds Read in imageop.rgb2rgb8.
Will backport to 2.4.
........
2008-11-18 22:56:19 +00:00
Benjamin Peterson
4f39d22d26
fix the Makefile so it doesn't pollute sys.path
...
#4349 reviewed by Christian
2008-11-18 22:37:15 +00:00
Hirokazu Yamamoto
de60347b66
Issue #4313 : Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028 .
2008-11-18 04:33:04 +00:00
Raymond Hettinger
e56131b60e
Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs.
2008-11-18 00:07:10 +00:00
Raymond Hettinger
a2a08fb932
Issue 4090 and 4087: Further documentation of comparisons.
2008-11-17 22:55:16 +00:00
Benjamin Peterson
9262b849fb
Merged revisions 67246 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67246 | benjamin.peterson | 2008-11-17 16:39:09 -0600 (Mon, 17 Nov 2008) | 5 lines
when __getattr__ is a descriptor, call it correctly; fixes #4230
patch from Ziga Seilnacht
........
2008-11-17 22:45:50 +00:00
Benjamin Peterson
ce0506ced3
rephrase dict view docs
2008-11-17 21:47:41 +00:00
Martin v. Löwis
276c3718e3
Issue #3327 : Don't overallocate in the modules_by_index list.
2008-11-17 16:22:11 +00:00
Martin v. Löwis
23b4bfb91f
Issue #4312 : Remove claim that distutils parameters must not be Unicode. The opposite is true.
2008-11-17 16:04:09 +00:00
Benjamin Peterson
f608c61301
Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67154 | hirokazu.yamamoto | 2008-11-07 21:46:17 -0600 (Fri, 07 Nov 2008) | 1 line
Issue #4071 : ntpath.abspath returned an empty string for long unicode path.
........
r67157 | georg.brandl | 2008-11-08 05:47:44 -0600 (Sat, 08 Nov 2008) | 2 lines
Don't use "HOWTO" as the title for all howto .tex files.
........
r67158 | georg.brandl | 2008-11-08 05:48:20 -0600 (Sat, 08 Nov 2008) | 2 lines
Update "Documenting" a bit. Concentrate on Python-specifics.
........
r67159 | georg.brandl | 2008-11-08 06:52:25 -0600 (Sat, 08 Nov 2008) | 2 lines
Fix warning.
........
r67175 | benjamin.peterson | 2008-11-08 19:44:32 -0600 (Sat, 08 Nov 2008) | 1 line
update link
........
r67176 | benjamin.peterson | 2008-11-08 19:52:32 -0600 (Sat, 08 Nov 2008) | 1 line
fix comment
........
r67189 | benjamin.peterson | 2008-11-11 15:56:06 -0600 (Tue, 11 Nov 2008) | 1 line
use correct name
........
r67224 | georg.brandl | 2008-11-15 02:10:04 -0600 (Sat, 15 Nov 2008) | 2 lines
#4324 : fix getlocale() argument.
........
r67225 | brett.cannon | 2008-11-15 16:33:25 -0600 (Sat, 15 Nov 2008) | 1 line
Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
........
r67226 | brett.cannon | 2008-11-15 16:40:44 -0600 (Sat, 15 Nov 2008) | 4 lines
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
that their could be an arbitrary number of values passed in. Turns out the code
did not match that. The code now matches the docs.
........
r67227 | georg.brandl | 2008-11-16 02:00:17 -0600 (Sun, 16 Nov 2008) | 2 lines
#4316 : fix configure.in markup problem.
........
r67234 | benjamin.peterson | 2008-11-16 11:54:55 -0600 (Sun, 16 Nov 2008) | 1 line
run autoconf
........
2008-11-16 18:33:53 +00:00
Raymond Hettinger
7d99f09f89
Issue #1721812 : Binary operations and copy operations on set/frozenset
...
subclasses need to return the base type, not the subclass itself.
2008-11-16 11:44:54 +00:00
Mark Dickinson
4a1f593df5
Issue #4296 : Fix PyObject_RichCompareBool so that "x in [x]" evaluates to
...
True, even when x doesn't compare equal to itself. This was a regression
from 2.6.
Reviewed by R. Hettinger and C. Heimes.
2008-11-12 23:23:36 +00:00
Benjamin Peterson
3d4ca74bc8
change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults'
...
Fixes #4307
Reviewed by Christian
2008-11-12 21:39:01 +00:00
Benjamin Peterson
3e8e9cc25d
getfullargspec() has other virtues, too
2008-11-12 21:26:46 +00:00
Christian Heimes
727c2c5d65
Style fix, use tab instead of space
2008-11-12 09:04:04 +00:00
Amaury Forgeot d'Arc
3be2f0454a
#2971 : test_zipfile64 fails.
...
This test is always skipped, but it is not a reason not to adapt it to py3k.
I had to reduce most of the big figures to actually run the test.
2008-11-12 01:57:36 +00:00
Amaury Forgeot d'Arc
e25576467b
Enable this test only when subprocess supports non-ascii arguments.
...
(it is about parsing the python command line arguments, not about subprocess)
2008-11-12 00:59:11 +00:00
Amaury Forgeot d'Arc
f4b27124d2
Temporarily print some information in test_cmd_line,
...
to understand why the test fails on some platforms.
2008-11-12 00:13:45 +00:00