..
ctypes
Correct a test_ctypes failure, caused by the removal of memoryview.size.
2008-09-11 00:26:17 +00:00
curses
Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from
2008-07-16 03:43:04 +00:00
dbm
clean up some more bsddb scraps
2008-09-03 22:59:38 +00:00
distutils
Issue #3160 : the "bdist_wininst" distutils command didn't work.
2008-09-04 21:32:09 +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 66262 via svnmerge from
2008-09-06 19:37:35 +00:00
idlelib
Bumping to 3.0b3
2008-08-21 02:39:51 +00:00
json
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
lib2to3
Merged revisions 66453 via svnmerge from
2008-09-13 18:37:09 +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
Merge r66115 forward to py3k, resolves issue3419
2008-09-02 19:12:20 +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
Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
2008-03-31 01:51:45 +00:00
plat-sunos5
…
plat-unixware7
…
site-packages
…
sqlite3
Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from
2008-07-23 16:10:53 +00:00
test
The Unicode database was updated to 5.1, and some characters have become printable.
2008-09-10 23:51:42 +00:00
tkinter
Issue #1658 : dict size is changing during iteration in tkinter.BaseWidget and
2008-09-04 11:21:31 +00:00
urllib
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
2008-09-03 22:49:01 +00:00
wsgiref
Make a new urllib package .
2008-06-18 20:49:58 +00:00
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
Merged revisions 61952-61953 via svnmerge from
2008-03-26 22:34:47 +00:00
__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 65787 via svnmerge from
2008-08-17 22:31: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
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +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
Merged revisions 66144 via svnmerge from
2008-09-02 10:43:28 +00:00
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
Merged revisions 65152 via svnmerge from
2008-07-20 07:31:30 +00:00
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
Rename the repr module to reprlib.
2008-05-16 07:12:44 +00:00
binhex.py
Remove the Mac modules
2008-05-12 22:25:16 +00:00
bisect.py
Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from
2008-07-16 12:55:28 +00:00
build_class.py
…
cProfile.py
…
calendar.py
#3059 : Stop decoding Unicode in calendar module.
2008-06-08 08:40:05 +00:00
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
Make TextIOWrapper's seek/tell work properly with stateful decoders;
2008-03-18 04:51:32 +00:00
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
Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from
2008-03-04 23:39:23 +00:00
configparser.py
Renamed ConfigParser to configparser.
2008-05-14 22:59:42 +00:00
contextlib.py
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from
2008-05-04 22:42:01 +00:00
copy.py
Rename the repr module to reprlib.
2008-05-16 07:12:44 +00:00
copyreg.py
Rename copy_reg module to copyreg.
2008-05-11 08:55:36 +00:00
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
Fixed isinstance() check in dis.dis().
2008-06-04 20:26:54 +00:00
doctest.py
a much cleaner fix from Antoine
2008-07-29 15:55:50 +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
Merged revisions 65787 via svnmerge from
2008-08-17 22:31:15 +00:00
fileinput.py
…
fnmatch.py
…
formatter.py
Fix formatter usage of filter(). Bug #3800 .
2008-09-09 19:31:25 +00:00
fractions.py
Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from
2008-07-16 12:55:28 +00:00
ftplib.py
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
functools.py
…
genericpath.py
…
getopt.py
…
getpass.py
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from
2008-05-04 22:42:01 +00:00
gettext.py
Make gettext Unicode interface consistent and clean up the docs.
2008-07-17 18:15:35 +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
issue3715: docstring representation of hex escaped string needs to be double
2008-08-31 16:35:01 +00:00
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
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
imghdr.py
Merged revisions 65713 via svnmerge from
2008-08-16 16:48:16 +00:00
inspect.py
Merged revisions 65793 via svnmerge from
2008-08-18 00:43:03 +00:00
io.py
Merged revisions 65791 via svnmerge from
2008-08-18 00:39:30 +00:00
keyword.py
…
linecache.py
Remove the imputil module.
2008-05-08 18:11:25 +00:00
locale.py
Merged revisions 65237 via svnmerge from
2008-07-25 21:45:08 +00:00
macpath.py
Remove os.path.walk
2008-05-08 23:44:58 +00:00
macurl2path.py
Make a new urllib package .
2008-06-18 20:49:58 +00:00
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
Make a new urllib package .
2008-06-18 20:49:58 +00:00
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
Remove os.path.walk
2008-05-08 23:44:58 +00:00
nturl2path.py
follow-up of r64385: rename urllib.quote in nturl2path
2008-06-18 22:38:24 +00:00
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
Remove MAKE_BYTES which is a leftover from the mutable byte literal time.
2008-07-20 21:38:50 +00:00
optparse.py
…
os.py
Partially revert r65795 by undoing change to 'os'.
2008-08-18 01:45:29 +00:00
os2emxpath.py
Remove os.path.walk
2008-05-08 23:44:58 +00:00
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
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
2008-04-19 00:55:37 +00:00
platform.py
Merged revisions 66213 via svnmerge from
2008-09-04 11:24:53 +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
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
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
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
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
pyclbr.py
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from
2008-05-04 22:42:01 +00:00
pydoc.py
Merged revisions 66076 via svnmerge from
2008-08-30 19:53:05 +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
Merged revisions 65259,65263,65296,65307,65321 via svnmerge from
2008-07-31 20:21:46 +00:00
re.py
Issue #3756 : make re.escape() handle bytes as well as str.
2008-09-10 17:44:35 +00:00
reprlib.py
Rename the repr module file to reprlib.py.
2008-05-16 16:05:36 +00:00
rlcompleter.py
Merged revisions 65168 via svnmerge from
2008-07-21 16:32:10 +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
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
Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from
2008-05-15 22:51:26 +00:00
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
Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from
2008-04-09 08:37:03 +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
#2834 : Change re module semantics, so that str and bytes mixing is forbidden,
2008-08-19 17:56:33 +00:00
ssl.py
fixes from issue 3162 for SSL module
2008-09-08 16:45:19 +00:00
stat.py
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
2008-03-20 10:49:03 +00:00
string.py
…
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
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
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
Bug #2606 : Avoid calling .sort() on a dict_keys object.
2008-04-10 19:02:25 +00:00
traceback.py
Issue #3812 : Failed to build python if configure --without-threads.
2008-09-09 17:55:11 +00:00
tty.py
…
types.py
Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from
2008-04-09 08:37:03 +00:00
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 66321 via svnmerge from
2008-09-09 01:52:27 +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
#Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried.
2008-05-12 14:41:00 +00:00
wsgiref.egg-info
…
xdrlib.py
…
zipfile.py
Merged revisions 66240 via svnmerge from
2008-09-05 23:43:02 +00:00