cpython/Lib
Martin v. Löwis 7bc26b9be6 Issue #8348: Fix test ftp url in test_urllib2net. 2010-04-08 17:40:54 +00:00
..
bsddb stop CObject deprecation warnings in test___all__ 2010-04-03 16:06:42 +00:00
compiler make compiler's py3k warning a full deprecation warning #6837 2010-03-18 23:12:43 +00:00
ctypes Use some more interesting test values for (unsigned) long long ctypes tests, 2010-04-07 10:18:27 +00:00
curses
distutils removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest 2010-04-02 21:14:04 +00:00
email Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
encodings set svn:eol-style on various files 2010-03-08 22:15:11 +00:00
hotshot
idlelib #7092: silence some py3k warnings 2010-04-02 08:30:21 +00:00
importlib
json
lib-tk Issue #8204: Fix test_ttk notebook test by forcing focus. 2010-04-08 17:38:32 +00:00
lib2to3 Merged revisions 79313,79324 via svnmerge from 2010-03-23 03:03:55 +00:00
logging logging: Added LOG_FTP for SysLogHandler and updated documentation. 2010-03-24 14:31:21 +00:00
msilib
multiprocessing On finalize, don't try to join not started process. 2010-03-08 11:01:39 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-irix5 remove executable property from doc files 2010-03-11 21:50:45 +00:00
plat-irix6
plat-linux2
plat-mac Silence DeprecationWarnings from uses of has_key and <> in plat-mac. 2010-04-03 18:17:54 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 sqlite3: Fix a segfault on calling a connection with something else than a 2010-03-13 03:27:07 +00:00
test Issue #8348: Fix test ftp url in test_urllib2net. 2010-04-08 17:40:54 +00:00
unittest unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. 2010-04-07 23:04:22 +00:00
wsgiref
xml Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. 2010-03-11 14:36:19 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. 2010-03-08 15:20:28 +00:00
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
abc.py #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. 2010-03-08 15:20:28 +00:00
aifc.py
antigravity.py
anydbm.py
argparse.py replace copy right notice with simple attribution 2010-03-24 22:03:09 +00:00
ast.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py Fix and check cgi module deprecation warnings. Revert an unwanted rename in test_import. 2010-03-17 20:05:11 +00:00
cgitb.py #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. 2010-04-01 18:17:09 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Add subtract() method to collections.Counter() objects. 2010-04-03 10:22:00 +00:00
colorsys.py
commands.py
compileall.py - Fix typo in Lib/compileall.py(__all__). 2010-03-15 18:00:01 +00:00
contextlib.py
cookielib.py
copy.py
copy_reg.py
csv.py
dbhash.py spelling 2010-04-03 15:45:59 +00:00
decimal.py Issue 8257: Decimal constructor to accept float. 2010-04-02 18:39:24 +00:00
difflib.py
dircache.py
dis.py fix dis on new style classes #8310 2010-04-04 23:23:22 +00:00
doctest.py #7667: Fix doctest failures with non-ASCII paths. 2010-03-22 22:45:50 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py Issue #8294: Allow float and Decimal arguments in Fraction constructor. 2010-04-02 22:27:36 +00:00
ftplib.py
functools.py Classes that override __eq__ also need to define __hash__. 2010-04-05 18:53:43 +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
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py add inspect.getcallargs, which binds function arguments like a normal call #3135 2010-03-30 17:58:13 +00:00
io.py
keyword.py
linecache.py
locale.py
macpath.py Issue #8179: Fix macpath.realpath() on a non-existing path. 2010-03-21 12:27:20 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. 2010-04-01 18:17:09 +00:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py Add tests for cmp_to_key. 2010-04-04 21:45:01 +00:00
pty.py
py_compile.py - Issue #8233: When run as a script, py_compile.py optionally takes a single 2010-03-31 21:07:16 +00:00
pyclbr.py
pydoc.py Fix a test_pydoc failure on Neal Norwitz's buildbot. 2010-04-01 04:02:00 +00:00
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Issue #7512: shutil.copystat() could raise an OSError when the filesystem 2010-03-22 19:59:46 +00:00
site.py Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only). 2010-03-22 22:52:11 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, 2010-04-05 21:35:07 +00:00
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py Implement #1220212. Add os.kill support for Windows. 2010-04-02 23:26:06 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
sysconfig.py Issue #7774: Set sys.executable to an empty string if argv[0] has been 2010-03-11 12:34:39 +00:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" 2010-04-06 03:23:33 +00:00
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
urllib.py Fix for Issue8135 - urllib.unquote to support mixed percent escapes 2010-03-18 12:14:15 +00:00
urllib2.py
urlparse.py Fix for Issue8135 - urllib.unquote to support mixed percent escapes 2010-03-18 12:14:15 +00:00
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py