cpython/Lib
Thomas Heller 0261e1e73f Merged revisions 64968,64971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64968 | thomas.heller | 2008-07-15 19:03:08 +0200 (Di, 15 Jul 2008) | 4 lines

  Issue #3258: Fix an assertion error (in debug build) and a crash (in
  release build) when the format string of a pointer to an incomplete
  structure is created.
........
  r64971 | thomas.heller | 2008-07-15 19:19:50 +0200 (Di, 15 Jul 2008) | 2 lines

  NEWS entry for #issue 3258.
........
2008-07-15 17:25:07 +00:00
..
bsddb fix more threading API related bugs 2008-06-13 02:00:47 +00:00
ctypes Merged revisions 64968,64971 via svnmerge from 2008-07-15 17:25:07 +00:00
curses
dbm Make db modules' error classes inherit IOError. 2008-05-28 08:43:17 +00:00
distutils Bump to 3.0b1 2008-06-19 00:35:43 +00:00
email Make a new urllib package . 2008-06-18 20:49:58 +00:00
encodings Move the codec decode type checks to bytes/bytearray.decode(). 2008-06-06 12:18:17 +00:00
html Change test_htmlparser to reflect the HTMLParser -> html.parser 2008-05-21 13:51:18 +00:00
http Fix old urllib/urllib2/urlparse usage. 2008-06-23 11:44:14 +00:00
idlelib Bump to 3.0b1 2008-06-19 00:35:43 +00:00
json
lib2to3 Merged revisions 64736-64737 via svnmerge from 2008-07-05 15:55:00 +00:00
logging Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from 2008-07-02 20:22:54 +00:00
msilib
multiprocessing make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real 2008-06-27 22:16:47 +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 Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
test Fix a potential NameError. 2008-07-15 17:14:09 +00:00
tkinter Patch #3064: Port new turtle module and demos to 3.0. 2008-06-10 04:44:07 +00:00
urllib Issue 3314. The sys module is used in an error case. 2008-07-07 18:24:11 +00:00
wsgiref Make a new urllib package . 2008-06-18 20:49:58 +00:00
xml Make a new urllib package . 2008-06-18 20:49:58 +00:00
xmlrpc Make a new urllib package . 2008-06-18 20:49:58 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from 2008-07-02 20:22:54 +00:00
_dummy_thread.py Merged revisions 64903 via svnmerge from 2008-07-13 01:19:15 +00:00
_markupbase.py Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
_strptime.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
_threading_local.py Merged revisions 64125 via svnmerge from 2008-06-11 19:14:14 +00:00
_weakrefset.py Add a test suite for WeakSet mostly derived from test_set and fix some 2008-05-18 16:27:29 +00:00
abc.py
aifc.py Remove cl usage from aifc and use bytes throughout. 2008-06-07 19:01:03 +00:00
ast.py Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from 2008-07-02 17:30:14 +00:00
asynchat.py Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 2008-07-07 05:04:12 +00:00
asyncore.py Fix for AttributeError in test_asynchat. 2008-07-11 22:18:27 +00:00
base64.py
bdb.py Rename the repr module to reprlib. 2008-05-16 07:12:44 +00:00
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py #3059: Stop decoding Unicode in calendar module. 2008-06-08 08:40:05 +00:00
cgi.py Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from 2008-07-02 17:30:14 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from 2008-06-10 19:20:26 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py Rename the repr module to reprlib. 2008-05-16 07:12:44 +00:00
copyreg.py
csv.py
decimal.py Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited 2008-07-15 15:46:38 +00:00
difflib.py
dis.py Fixed isinstance() check in dis.dis(). 2008-06-04 20:26:54 +00:00
doctest.py #2630: Implement PEP 3138. 2008-06-11 18:37:52 +00:00
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from 2008-07-02 20:22:54 +00:00
ftplib.py Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py #2512 implement the 3.0 gettext API 2008-07-14 14:32:15 +00:00
glob.py
gzip.py Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from 2008-05-25 18:19:30 +00:00
hashlib.py
heapq.py Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
hmac.py
imaplib.py
imghdr.py
inspect.py #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
io.py Fixed test_tempfile. 2008-06-12 01:13:54 +00:00
keyword.py
linecache.py
locale.py Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from 2008-06-10 16:57:31 +00:00
macpath.py
macurl2path.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
mailbox.py
mailcap.py
mimetypes.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py follow-up of r64385: rename urllib.quote in nturl2path 2008-06-18 22:38:24 +00:00
numbers.py
opcode.py #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
optparse.py
os.py Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from 2008-05-16 02:54:33 +00:00
os2emxpath.py
pdb.doc Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 2008-05-16 00:03:33 +00:00
pdb.py Rename the repr module to reprlib. 2008-05-16 07:12:44 +00:00
pickle.py Restore _pickle module accelerator module. 2008-06-12 18:26:05 +00:00
pickletools.py Restore _pickle module accelerator module. 2008-06-12 18:26:05 +00:00
pipes.py
pkgutil.py
platform.py Merge error: platform.py would not import 2008-06-17 21:42:46 +00:00
plistlib.py
poplib.py Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
posixpath.py
pprint.py Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from 2008-05-16 02:54:33 +00:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from 2008-07-02 20:22:54 +00:00
pydoc_topics.py Merged revisions 63871 via svnmerge from 2008-06-01 21:05:17 +00:00
queue.py Merged revisions 64125 via svnmerge from 2008-06-11 19:14:14 +00:00
quopri.py
random.py
re.py
reprlib.py Rename the repr module file to reprlib.py. 2008-05-16 16:05:36 +00:00
rlcompleter.py finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) 2008-07-05 21:20:33 +00:00
runpy.py
sched.py Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from 2008-05-16 00:41:41 +00:00
shelve.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
shlex.py
shutil.py
site.py
smtpd.py Committing Py3k version of changelist 64080 and 64257, along with updated tests 2008-07-07 04:15:08 +00:00
smtplib.py Remove traces of rfc822. 2008-06-12 22:23:59 +00:00
sndhdr.py
socket.py Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
socketserver.py fix more threading API related bugs 2008-06-13 02:00:47 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py fix bad method names in ssl module (and typo in ssl doc) 2008-06-29 00:05:51 +00:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py #2683: Popen.communicate() argument must be bytes. 2008-07-01 19:28:43 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from 2008-06-10 16:57:31 +00:00
telnetlib.py Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
tempfile.py Fixed test_tempfile. 2008-06-12 01:13:54 +00:00
textwrap.py Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 2008-05-16 00:03:33 +00:00
this.py
threading.py fix more threading API related bugs 2008-06-13 02:00:47 +00:00
timeit.py
token.py
tokenize.py use the more idomatic (and Py3k faster) while True 2008-06-05 23:07:42 +00:00
trace.py
traceback.py implement chained exception tracebacks 2008-07-15 15:32:09 +00:00
tty.py
types.py
unittest.py Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from 2008-05-16 00:41:41 +00:00
uu.py
uuid.py
warnings.py Merged revisions 64549 via svnmerge from 2008-06-27 00:52:15 +00:00
wave.py
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Merged revisions 64688 via svnmerge from 2008-07-03 14:13:42 +00:00