cpython/Lib
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
..
ctypes Merged revisions 66683 via svnmerge from 2008-09-29 20:03:53 +00:00
curses
dbm #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. 2008-09-25 22:27:43 +00:00
distutils #4283: fix left-over iteritems() in distutils. 2008-11-08 15:15:57 +00:00
email #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
encodings #1276: Add temporary encoding aliases for non-supported Mac CJK 2008-08-23 08:03:03 +00:00
html #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
http Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from 2008-11-16 18:33:53 +00:00
idlelib Bumping to 3.0rc2. 2008-11-06 03:29:32 +00:00
json merge r66932 and add a few py3k only checks 2008-10-16 21:17:24 +00:00
lib2to3 Merged revisions 67180 via svnmerge from 2008-11-10 22:21:33 +00:00
logging Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from 2008-09-08 23:05:23 +00:00
msilib
multiprocessing Merged revisions 66670,66681,66688,66696-66699 via svnmerge from 2008-10-04 22:00:42 +00:00
plat-aix4
plat-atheos
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3 Issue #3659: Values of string subclasses were not handled correctly when used 2008-09-22 06:04:51 +00:00
test Merged revisions 67246 via svnmerge from 2008-11-17 22:45:50 +00:00
tkinter Issue #3774: Fixed an error when create a Tkinter menu item without command 2008-11-04 06:26:27 +00:00
urllib Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from 2008-09-22 22:10:59 +00:00
wsgiref
xml #2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests! 2008-09-04 02:22:52 +00:00
xmlrpc #3614: Correct a typo in xmlrpc.client. 2008-08-20 21:35:50 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_dummy_thread.py Merged revisions 65787 via svnmerge from 2008-08-17 22:31:15 +00:00
_markupbase.py
_strptime.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
_threading_local.py
_weakrefset.py
abc.py Merged revisions 66144 via svnmerge from 2008-09-02 10:43:28 +00:00
aifc.py
antigravity.py Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from 2008-10-19 14:07:49 +00:00
ast.py Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from 2008-10-25 15:49:17 +00:00
asynchat.py
asyncore.py
base64.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
bdb.py Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from 2008-10-25 15:49:17 +00:00
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py
cgi.py Added a warning filter to don't show the warning during 2008-09-09 02:43:19 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Devil merge! 2008-09-28 02:06:32 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
csv.py Merged revisions 65795 via svnmerge from 2008-08-18 00:51:19 +00:00
decimal.py Merged revisions 66006 via svnmerge from 2008-08-24 05:48:10 +00:00
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py Merged revisions 65787 via svnmerge from 2008-08-17 22:31:15 +00:00
fileinput.py
fnmatch.py Change fnmatch.py to use separate caches for str and bytes keys. 2008-10-03 16:38:30 +00:00
formatter.py Fix formatter usage of filter(). Bug #3800. 2008-09-09 19:31:25 +00:00
fractions.py
ftplib.py #3911 FTP.makeport was giving bad port numbers 2008-09-27 22:04:16 +00:00
functools.py
genericpath.py Issue #3187: Better support for "undecodable" filenames. Code by Victor 2008-10-02 18:55:37 +00:00
getopt.py
getpass.py
gettext.py
glob.py Issue #3187: Better support for "undecodable" filenames. Code by Victor 2008-10-02 18:55:37 +00:00
gzip.py
hashlib.py issue3715: docstring representation of hex escaped string needs to be double 2008-08-31 16:35:01 +00:00
heapq.py
hmac.py
imaplib.py Issue #1210: Fixed imaplib 2008-11-05 19:39:50 +00:00
imghdr.py Merged revisions 65713 via svnmerge from 2008-08-16 16:48:16 +00:00
inspect.py change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' 2008-11-12 21:39:01 +00:00
io.py Issue #3187: Better support for "undecodable" filenames. Code by Victor 2008-10-02 18:55:37 +00:00
keyword.py
linecache.py
locale.py
macpath.py Issue3187 for Macintosh platform: 2008-10-03 21:57:20 +00:00
macurl2path.py
mailbox.py Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
mailcap.py
mimetypes.py
modulefinder.py Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 2008-11-03 20:31:38 +00:00
netrc.py
nntplib.py Issue #3714: nntplib module broken by str to unicode conversion 2008-11-05 19:44:21 +00:00
ntpath.py Issue3187 again: test_ntpath failed when run with the -bb option 2008-10-03 20:32:33 +00:00
nturl2path.py
numbers.py Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry anyway because of the difference in the changes between the two branches) 2008-08-18 12:31:52 +00:00
opcode.py
optparse.py merge from trunk 2008-10-11 00:49:57 +00:00
os.py Partially revert r65795 by undoing change to 'os'. 2008-08-18 01:45:29 +00:00
os2emxpath.py
pdb.doc
pdb.py Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from 2008-10-25 15:49:17 +00:00
pickle.py Sorry, r67092 is commit miss.... 2008-11-04 00:35:10 +00:00
pickletools.py
pipes.py
pkgutil.py
platform.py Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from 2008-10-25 15:49:17 +00:00
plistlib.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
poplib.py Fixed issue #3727: poplib module broken by str to unicode conversion 2008-11-05 19:48:27 +00:00
posixpath.py Issue #3187: Better support for "undecodable" filenames. Code by Victor 2008-10-02 18:55:37 +00:00
pprint.py
profile.py
pstats.py
pty.py Issue #3782: os.write() must not accept unicode strings 2008-09-15 23:02:56 +00:00
py_compile.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
pyclbr.py
pydoc.py Merged revisions 66076 via svnmerge from 2008-08-30 19:53:05 +00:00
pydoc_topics.py update 2008-11-07 01:38:26 +00:00
queue.py
quopri.py
random.py
re.py Issue #3756: make re.escape() handle bytes as well as str. 2008-09-10 17:44:35 +00:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py Merged revisions 65787 via svnmerge from 2008-08-17 22:31:15 +00:00
shlex.py
shutil.py Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py kill another set_daemon instance 2008-09-20 12:52:07 +00:00
sre_compile.py Merged revisions 66894 via svnmerge from 2008-10-14 23:07:40 +00:00
sre_constants.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
sre_parse.py Merged revisions 66894 via svnmerge from 2008-10-14 23:07:40 +00:00
ssl.py fixes from issue 3162 for SSL module 2008-09-08 16:45:19 +00:00
stat.py
string.py Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from 2008-11-16 18:33:53 +00:00
stringprep.py
struct.py
subprocess.py fix set_daemon usage in subprocess 2008-08-18 19:08:51 +00:00
sunau.py #3567: fix sunau for running with -bb and make test_ossaudiodev work. 2008-08-17 00:38:32 +00:00
symbol.py
symtable.py revert 65897 2008-08-20 12:55:31 +00:00
tabnanny.py
tarfile.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
telnetlib.py Victor Stinner's patch to make telnetlib use bytes 3725 2008-10-15 20:54:24 +00:00
tempfile.py
textwrap.py
this.py
threading.py Issue #874900: fix behaviour of threading module after a fork. 2008-09-06 23:00:03 +00:00
timeit.py
token.py
tokenize.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
trace.py
traceback.py Issue #3812: Failed to build python if configure --without-threads. 2008-09-09 17:55:11 +00:00
tty.py
turtle.py Merged revisions 66686 via svnmerge from 2008-09-29 22:19:08 +00:00
types.py
unittest.py
uu.py
uuid.py
warnings.py forward port r66386 2008-10-16 23:24:44 +00:00
wave.py
weakref.py Committing the patch in issue 2965, so that weakref dicts have a closer 2008-09-04 01:42:51 +00:00
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Merged revisions 66240 via svnmerge from 2008-09-05 23:43:02 +00:00