This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d458faadc303cef6fd07b9e22bfa9e08456426cf
cpython
/
Lib
History
Guido van Rossum
d458faadc3
In completer(), return None instead of raising an IndexError when
...
there are no more completions left. (This for compatibility with Donald Beaudry's code.)
1998-06-12 19:42:14 +00:00
..
dos-8x3
…
lib-old
Untabified -- to satisfy the tab nanny.
1998-06-09 19:19:40 +00:00
lib-stdwin
…
lib-tk
…
plat-aix3
…
plat-aix4
…
plat-freebsd2
…
plat-freebsd3
…
plat-generic
…
plat-irix5
…
plat-irix6
…
plat-linux1
…
plat-linux2
…
plat-netbsd1
…
plat-next3
…
plat-sunos4
…
plat-sunos5
…
plat-win
…
test
With the recent change that makes numbers compare smaller than anything,
1998-06-11 22:25:59 +00:00
aifc.py
…
anydbm.py
…
audiodev.py
…
base64.py
…
BaseHTTPServer.py
…
Bastion.py
…
bdb.py
…
binhex.py
…
bisect.py
…
builtin.py
…
calendar.py
…
cgi.py
Be more careful than the previous patch. The default content-type
1998-06-11 14:06:59 +00:00
CGIHTTPServer.py
…
cmd.py
…
cmp.py
…
cmpcache.py
…
code.py
…
colorsys.py
…
commands.py
…
compileall.py
…
ConfigParser.py
…
copy_reg.py
…
copy.py
…
dbhash.py
…
dircache.py
…
dircmp.py
…
dis.py
…
dospath.py
…
dumbdbm.py
…
dump.py
…
exceptions.py
…
fileinput.py
…
find.py
…
fnmatch.py
…
formatter.py
…
fpformat.py
…
ftplib.py
…
getopt.py
…
getpass.py
Don't catch interrupts in getpass() -- the finally clause will reset
1998-06-12 14:28:38 +00:00
glob.py
…
gopherlib.py
…
grep.py
…
gzip.py
…
htmlentitydefs.py
…
htmllib.py
…
httplib.py
…
ihooks.py
…
imaplib.py
…
imghdr.py
…
keyword.py
…
knee.py
…
linecache.py
…
locale.py
…
macpath.py
…
macstat.py
…
macurl2path.py
…
mailbox.py
…
mailcap.py
…
Makefile
…
mhlib.py
…
mimetools.py
…
mimetypes.py
…
MimeWriter.py
…
mimify.py
…
multifile.py
…
mutex.py
…
newimp.py
…
nntplib.py
…
ntpath.py
…
nturl2path.py
…
os.py
…
packmail.py
…
pdb.doc
…
pdb.py
…
persist.py
…
pickle.py
…
pipes.py
…
poly.py
…
popen2.py
…
poplib.py
…
posixfile.py
…
posixpath.py
…
pprint.py
…
profile.doc
…
profile.py
…
pstats.py
…
pty.py
…
py_compile.py
…
pyclbr.py
…
Queue.py
…
quopri.py
…
random.py
…
re.py
…
reconvert.py
…
regex_syntax.py
…
regsub.py
…
repr.py
…
rexec.py
Add the __doc__ string from the original module on copy_none().
1998-06-09 21:33:44 +00:00
rfc822.py
Support new overridable method, isheader() (ESR).
1998-06-11 13:58:40 +00:00
rlcompleter.py
In completer(), return None instead of raising an IndexError when
1998-06-12 19:42:14 +00:00
robotparser.py
…
sched.py
…
sgmllib.py
…
shelve.py
…
shutil.py
…
SimpleHTTPServer.py
…
site.py
…
smtplib.py
…
sndhdr.py
…
SocketServer.py
…
stat.py
…
statcache.py
…
string.py
…
StringIO.py
…
stringold.py
…
sunau.py
…
sunaudio.py
…
symbol.py
…
tabnanny.py
…
telnetlib.py
…
tempfile.py
…
threading_api.py
…
threading.py
…
toaiff.py
…
token.py
…
tokenize.py
…
traceback.py
…
tty.py
…
types.py
…
tzparse.py
…
urllib.py
Use the getpass module instead of having platform-specific echo on/off
1998-06-12 14:21:13 +00:00
urlopen.py
…
urlparse.py
…
user.py
…
UserDict.py
…
UserList.py
…
util.py
…
uu.py
…
wave.py
…
whatsound.py
…
whichdb.py
…
whrandom.py
…
xdrlib.py
…
xmllib.py
…
zmod.py
…