cpython/Lib
Marc-André Lemburg 152f222775 Merged revisions 70594-70595 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/trunk

........
  r70594 | marc-andre.lemburg | 2009-03-25 20:44:58 +0100 (Wed, 25 Mar 2009) | 9 lines

  Remove the sys.version_info shortcut, since they cause the APIs
  to return different information than the _sys_version() output
  used in previous Python versions.

  This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings

  Added more tests for the various platform functions.
........
  r70595 | marc-andre.lemburg | 2009-03-25 20:45:33 +0100 (Wed, 25 Mar 2009) | 3 lines

  News item for the platform.py fix (r70594).
........
2009-03-25 19:52:04 +00:00
..
bsddb
compiler
ctypes Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,68480-68481,68493,68495,68499,68501,68512,68514-68515 via svnmerge from 2009-01-14 00:00:17 +00:00
curses
distutils
email
encodings Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 2008-01-23 14:20:50 +00:00
hotshot
idlelib Merged revisions 70176 via svnmerge from 2009-03-04 21:35:38 +00:00
json
lib-tk Merged revisions 70218-70219 via svnmerge from 2009-03-07 01:51:48 +00:00
lib2to3
logging Merged revisions 68737 via svnmerge from 2009-03-13 20:48:10 +00:00
msilib
multiprocessing Merged revisions 68737 via svnmerge from 2009-03-13 20:48:10 +00:00
plat-aix3
plat-aix4 Remove obsolete entries from regen scripts. 2001-07-31 08:47:55 +00:00
plat-atheos Repair bizarre generated Python. 2004-07-18 06:35:21 +00:00
plat-beos5
plat-darwin
plat-freebsd4 Remove obsolete entries from regen scripts. 2001-07-31 08:47:55 +00:00
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Merged revisions 70594-70595 via svnmerge from 2009-03-25 19:52:04 +00:00
wsgiref Silence warnings under -3 triggered by wsgiref. 2008-08-04 21:30:53 +00:00
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py give the threading API PEP 8 names 2008-06-11 17:27:50 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py socketserver renaming reversal part 3: move the module into the right 2008-05-24 18:31:28 +00:00
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py Backport 69934: Register xrange() as a Sequence. 2009-02-24 12:25:32 +00:00
_strptime.py
_threading_local.py
abc.py Merged revisions 70078 via svnmerge from 2009-02-28 21:35:59 +00:00
aifc.py
anydbm.py
ast.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py Merged revisions 70430 via svnmerge from 2009-03-17 18:07:41 +00:00
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py Fractions.from_float() no longer loses precision with large integer inputs. 2009-01-03 09:24:18 +00:00
ftplib.py
functools.py Copy reduce() to _functools so to have functools.reduce() not raise a warning 2008-08-09 23:30:55 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Merged revisions 70107 via svnmerge from 2009-03-02 22:46:11 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
io.py
keyword.py #1726198: replace while 1: fp.readline() with file iteration. 2008-01-21 17:22:06 +00:00
linecache.py
locale.py Merged revisions 70457 via svnmerge from 2009-03-18 17:11:06 +00:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py Merged revisions 70086 via svnmerge from 2009-03-02 03:42:39 +00:00
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py Deprecate the new module for removal in 3.0. 2008-05-09 05:18:40 +00:00
nntplib.py
ntpath.py
nturl2path.py Bug #649974: make docstrings for url2pathname consistent 2005-12-26 22:53:56 +00:00
numbers.py Merged revisions 68813,69546 via svnmerge from 2009-02-12 18:05:07 +00:00
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py Remove use of callable() from pickle to silence warnings under -3. 2008-08-04 21:34:34 +00:00
pickletools.py
pipes.py
pkgutil.py
platform.py Merged revisions 70594-70595 via svnmerge from 2009-03-25 19:52:04 +00:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from 2009-01-01 15:46:10 +00:00
pydoc_topics.py
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py fix test_py3kwarns 2008-07-14 17:42:17 +00:00
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py PEP 292 classes Template and SafeTemplate are added to the string module. 2004-08-25 02:22:30 +00:00
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py Merged revisions 70137 via svnmerge from 2009-03-03 22:55:00 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Avoid EOFError being passed to the caller (restoring the 2009-03-22 21:29:48 +00:00
telnetlib.py
tempfile.py
textwrap.py Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from 2009-01-01 15:46:10 +00:00
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py Add a timing flag to Trace so you can see where slowness occurs 2008-02-26 08:21:28 +00:00
traceback.py
tty.py
types.py
unittest.py
urllib.py Merged revisions 70521 via svnmerge from 2009-03-22 17:49:21 +00:00
urllib2.py
urlparse.py
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py