..
bsddb
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +00:00
ctypes
fix failing test from rename
2008-05-26 14:39:04 +00:00
curses
Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from
2008-02-26 08:18:30 +00:00
dbm
Create the dbm package from PEP 3108. #2881 .
2008-05-26 10:29:35 +00:00
distutils
Merged revisions 63575 via svnmerge from
2008-05-26 17:01:57 +00:00
email
#2621 rename test.test_support to test.support
2008-05-20 21:35:26 +00:00
encodings
The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past.
2007-12-02 15:27:38 +00:00
html
Change test_htmlparser to reflect the HTMLParser -> html.parser
2008-05-21 13:51:18 +00:00
http
Remove _FooCookieJar modules and merge their content into http.cookiejar.
2008-05-26 17:56:51 +00:00
idlelib
Fixed old Tkinter import, the last apparently
2008-05-25 15:26:44 +00:00
json
Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from
2008-05-08 17:18:53 +00:00
lib2to3
Merged revisions 63644 via svnmerge from
2008-05-25 17:22:03 +00:00
logging
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
msilib
long integer -> integer.
2007-11-29 18:48:53 +00:00
plat-aix4
Rip out 'long' and 'L'-suffixed integer literals.
2007-01-15 16:59:06 +00:00
plat-atheos
Merged revisions 55817-55961 via svnmerge from
2007-06-13 18:07:49 +00:00
plat-freebsd4
…
plat-freebsd5
…
plat-freebsd6
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
plat-freebsd7
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
plat-freebsd8
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
plat-generic
…
plat-linux2
Rip out 'long' and 'L'-suffixed integer literals.
2007-01-15 16:59:06 +00:00
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
Merged revisions 56492-56752 via svnmerge from
2007-08-05 15:29:28 +00:00
plat-unixware7
Merged revisions 55817-55961 via svnmerge from
2007-06-13 18:07:49 +00:00
site-packages
…
sqlite3
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
test
The commands module has been removed. The getoutput() and getstatusoutput()
2008-05-26 19:04:21 +00:00
tkinter
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
wsgiref
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
xml
Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from
2008-05-26 17:36:47 +00:00
xmlrpc
Create http package. #2883 .
2008-05-26 16:32:26 +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 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from
2008-03-04 23:39:23 +00:00
_dummy_thread.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +00:00
_markupbase.py
rename markupbase to _markupbase
2007-12-07 11:10:11 +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
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
2007-02-11 06:12:03 +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 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from
2008-02-28 12:27:11 +00:00
aifc.py
#1535 : rename __builtin__ module to builtins.
2007-12-02 09:40:06 +00:00
asynchat.py
Fix test_smtplib by munging asynchat some more.
2007-08-31 00:20:14 +00:00
asyncore.py
Fix exception slicing.
2008-01-06 18:23:30 +00:00
base64.py
Removed implicit convertions of str object to bytes from base64.
2008-05-03 04:39:38 +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 53952-54987 via svnmerge from
2007-04-27 19:54:29 +00:00
build_class.py
Implement PEP 3115 -- new metaclass syntax and semantics.
2007-03-18 15:41:51 +00:00
cProfile.py
Patch# 1258 by Christian Heimes: kill basestring.
2007-10-16 18:12:55 +00:00
calendar.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
cgi.py
Remove old backwards-compatibility classes from the cgi module.
2008-05-11 21:42:51 +00:00
cgitb.py
Merged revisions 55795-55816 via svnmerge from
2007-06-07 23:15:56 +00:00
chunk.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
cmd.py
Patch# 1258 by Christian Heimes: kill basestring.
2007-10-16 18:12:55 +00:00
code.py
Fix issue #1707 . When raw_input() was removed, it was incorrectly replaced
2008-01-02 02:55:27 +00:00
codecs.py
Make TextIOWrapper's seek/tell work properly with stateful decoders;
2008-03-18 04:51:32 +00:00
codeop.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
collections.py
The __all__ value for 'collections' was missing UserList and UserString.
2008-05-12 00:56:28 +00:00
colorsys.py
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +00:00
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
Obvious simplification, now that "long" has disappeared.
2008-04-24 18:26:53 +00:00
decimal.py
Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in
2008-05-09 13:42:33 +00:00
difflib.py
Merged revisions 59883-59920 via svnmerge from
2008-01-11 16:17:00 +00:00
dis.py
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
2007-11-27 10:40:20 +00:00
doctest.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
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
Move itertools izip() code to builtins as zip(). Complete the renaming.
2008-03-13 02:09:15 +00:00
fileinput.py
Patch 1341 by Amaury Forgeot d'Arc.
2007-10-29 17:39:59 +00:00
fnmatch.py
…
formatter.py
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
2008-01-21 20:36:10 +00:00
fractions.py
Forward port r62849.
2008-05-08 16:03:04 +00:00
ftplib.py
Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from
2008-04-13 13:53:33 +00:00
functools.py
Four months of trunk changes (including a few releases...)
2006-12-13 04:49:30 +00:00
genericpath.py
Merged revisions 55325-55327 via svnmerge from
2007-05-14 22:51:27 +00:00
getopt.py
Change a bunch of file encodings from Latin-1 to UTF-8.
2007-07-16 23:10:57 +00:00
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
#1535 : rename __builtin__ module to builtins.
2007-12-02 09:40:06 +00:00
glob.py
Fix build error.
2008-01-27 16:16:19 +00:00
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
Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from
2008-03-19 21:50:51 +00:00
heapq.py
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
2008-03-16 00:07:10 +00:00
hmac.py
Fixed failing unit tests due to str/bytes mismatch.
2008-03-03 02:59:49 +00:00
htmllib.py
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
2008-05-17 22:02:32 +00:00
imaplib.py
Merged revisions 61003-61033 via svnmerge from
2008-02-24 00:38:49 +00:00
imghdr.py
Improved patches for sndhdr and imghdr by Victor Stinner, who writes:
2007-08-13 17:50:00 +00:00
inspect.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
io.py
Create the dbm package from PEP 3108. #2881 .
2008-05-26 10:29:35 +00:00
keyword.py
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
2008-01-21 20:36:10 +00:00
linecache.py
Remove the imputil module.
2008-05-08 18:11:25 +00:00
locale.py
strxfrm and strcoll are conditionally defined, alwsy provide some impl
2008-03-10 04:49:25 +00:00
macpath.py
Remove os.path.walk
2008-05-08 23:44:58 +00:00
macurl2path.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
mailbox.py
#756982 : Remove rfc822 reference.
2008-05-11 20:51:18 +00:00
mailcap.py
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
2007-02-11 06:12:03 +00:00
mimetools.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +00:00
mimetypes.py
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
modulefinder.py
Merged revisions 59193-59201 via svnmerge from
2007-11-27 21:50:00 +00:00
netrc.py
Patch # 1331 by Christian Heimes.
2007-10-26 04:29:23 +00:00
nntplib.py
Fix a bunch of doctests with the -d option of refactor.py.
2007-02-09 20:13:25 +00:00
ntpath.py
Remove os.path.walk
2008-05-08 23:44:58 +00:00
nturl2path.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
numbers.py
Merged revisions 61404-61407 via svnmerge from
2008-03-16 00:32:36 +00:00
opcode.py
Add missing UNPACK_EX opcode.
2008-03-18 20:13:50 +00:00
optparse.py
#1535 : rename __builtin__ module to builtins.
2007-12-02 09:40:06 +00:00
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
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
Change Pickler._batch_appends() and Pickler._batch_setitems() to take
2008-05-14 21:57:18 +00:00
pickletools.py
Rename copy_reg module to copyreg.
2008-05-11 08:55:36 +00:00
pipes.py
Merged revisions 57620-57771 via svnmerge from
2007-08-30 22:15:33 +00:00
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
#2879 : rename _winreg to winreg.
2008-05-25 07:45:51 +00:00
plistlib.py
Remove the Mac modules
2008-05-12 22:25:16 +00:00
poplib.py
Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from
2008-05-26 13:48:34 +00:00
posixpath.py
Remove os.path.walk
2008-05-08 23:44:58 +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
Kill execfile(), use exec() instead
2007-08-12 00:43:29 +00:00
pstats.py
Issue #1771 : Remove cmp parameter from list.sort() and builtin.sorted().
2008-01-30 20:15:17 +00:00
pty.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
py_compile.py
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
2008-03-16 00:07:10 +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
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
queue.py
Rename Queue module to queue.
2008-05-11 19:59:59 +00:00
quopri.py
Patch 1329 (partial) by Christian Heimes.
2007-10-30 17:27:30 +00:00
random.py
Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from
2008-03-23 21:54:12 +00:00
re.py
Rename copy_reg module to copyreg.
2008-05-11 08:55:36 +00:00
reprlib.py
Rename the repr module file to reprlib.py.
2008-05-16 16:05:36 +00:00
rfc822.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
rlcompleter.py
Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from
2008-05-16 00:41:41 +00:00
robotparser.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
runpy.py
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from
2008-02-22 16:37:40 +00:00
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
sgmllib.py
rename markupbase to _markupbase
2007-12-07 11:10:11 +00:00
shelve.py
Create the dbm package from PEP 3108. #2881 .
2008-05-26 10:29:35 +00:00
shlex.py
Patch# 1258 by Christian Heimes: kill basestring.
2007-10-16 18:12:55 +00:00
shutil.py
Merged revisions 61520,61523-61528,61532 via svnmerge from
2008-03-18 18:26:33 +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
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
smtplib.py
Merged revisions 61964-61979 via svnmerge from
2008-03-28 00:55:15 +00:00
sndhdr.py
Improved patches for sndhdr and imghdr by Victor Stinner, who writes:
2007-08-13 17:50:00 +00:00
socket.py
update to fix leak in SSL code
2007-12-14 22:08:56 +00:00
socketserver.py
Renamed the SocketServer module to 'socketserver'.
2008-05-12 02:31:37 +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
Fix most trivially-findable print statements.
2007-02-09 05:37:30 +00:00
sre_parse.py
Fix 're' to work on bytes. It could do with a few more tests, though.
2008-03-18 20:19:54 +00:00
ssl.py
Merged revisions 60990-61002 via svnmerge from
2008-02-23 18:30:17 +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
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
stringprep.py
Merged revisions 55007-55179 via svnmerge from
2007-05-07 22:24:25 +00:00
struct.py
Merged revisions 59696-59702 via svnmerge from
2008-01-04 03:08:33 +00:00
subprocess.py
The commands module has been removed. The getoutput() and getstatusoutput()
2008-05-26 19:04:21 +00:00
sunau.py
#1535 : rename __builtin__ module to builtins.
2007-12-02 09:40:06 +00:00
sunaudio.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
symbol.py
Regenerate Lib/symbol.py.
2007-08-31 07:58:27 +00:00
symtable.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
tabnanny.py
Fix most trivially-findable print statements.
2007-02-09 05:37:30 +00:00
tarfile.py
Issue #2058 : Remove the buf attribute and add __slots__ to the
2008-04-14 10:05:48 +00:00
telnetlib.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +00:00
tempfile.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +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
Fix most trivially-findable print statements.
2007-02-09 05:37:30 +00:00
threading.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875 .
2008-05-25 13:05:15 +00:00
timeit.py
Patch# 1258 by Christian Heimes: kill basestring.
2007-10-16 18:12:55 +00:00
token.py
Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from
2008-02-26 08:18:30 +00:00
tokenize.py
Merged revisions 61964-61979 via svnmerge from
2008-03-28 00:55:15 +00:00
trace.py
Bug #2606 : Avoid calling .sort() on a dict_keys object.
2008-04-10 19:02:25 +00:00
traceback.py
Remove function obsolete since Python 2.3 from traceback module.
2008-05-12 18:03:53 +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
urllib.py
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
urllib2.py
Create http package. #2883 .
2008-05-26 16:32:26 +00:00
urlparse.py
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
2008-01-21 20:36:10 +00:00
uu.py
Patch# 1258 by Christian Heimes: kill basestring.
2007-10-16 18:12:55 +00:00
uuid.py
Rename buffer -> bytearray.
2007-11-21 19:29:53 +00:00
warnings.py
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
2008-05-06 23:45:46 +00:00
wave.py
#1535 : rename __builtin__ module to builtins.
2007-12-02 09:40:06 +00:00
weakref.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
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
Merged revisions 46753-51188 via svnmerge from
2006-08-11 14:57:12 +00:00
xdrlib.py
Raise statement normalization in Lib/.
2007-08-30 01:19:48 +00:00
zipfile.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