cpython/Lib
Éric Araujo e7329f47e7 Guard shutil._make_archive against a logger=None argument.
Backporting two lines from the 3.x tests was enough to trigger the bug.
I also took the opportunity of making the logging call lazy.
2011-08-19 03:07:39 +02:00
..
bsddb
compiler
ctypes carefully cleanup pointer cache after creating struct pointers 2011-07-13 23:09:30 -05:00
curses
distutils Fix incorrect mtime comparison in distutils (#11933). 2011-08-02 03:16:12 +02:00
email
encodings
hotshot
idlelib Issue #12590: IDLE editor window now always displays the first line 2011-07-26 18:16:08 -07:00
importlib
json
lib-tk #12677: correct turtle orientation in doc 2011-08-07 17:09:15 +02:00
lib2to3 Stop trying to write into the stdlib during lib2to3 tests (#12331). 2011-07-31 17:59:28 +02:00
logging
msilib
multiprocessing Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02: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
plat-irix6
plat-linux2
plat-linux3 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, 2011-07-20 00:26:23 +02:00
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test Guard shutil._make_archive against a logger=None argument. 2011-08-19 03:07:39 +02:00
unittest this can be done without a custom dict (also fixes #12544) 2011-07-12 19:21:42 -05:00
wsgiref
xml Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. 2011-07-28 22:30:27 +08:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py Issue 12717: Fix-up an earlier backport in ConfigParser. 2011-08-09 12:07:15 -07:00
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
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
anydbm.py
argparse.py
ast.py
asynchat.py
asyncore.py Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 2011-07-14 19:49:02 +02:00
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
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
ftplib.py Issue #10883: Fix socket leaks in urllib.request. 2011-07-23 15:51:16 +02:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Remove the un-exercised in-module test code. 2011-08-10 21:57:22 +08:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
io.py
keyword.py
linecache.py
locale.py The simplest possible fix for the regression in bug 12752 by encoding unicodes 2011-08-15 19:17:12 -04:00
macpath.py
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 Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. 2011-07-28 22:30:27 +08:00
pickletools.py
pipes.py
pkgutil.py
platform.py Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 2011-07-13 15:05:31 -07:00
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py fix ws 2011-06-28 21:57:21 -05:00
pstats.py Merge #12417 followup, also removing an extra docstring 2011-07-28 22:32:04 +02:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Make “pydoc somebuiltin.somemethod” work (#8887) 2011-07-29 17:34:35 +02: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 Guard shutil._make_archive against a logger=None argument. 2011-08-19 03:07:39 +02:00
site.py
smtpd.py
smtplib.py #7484: no more <> around addresses in VRFY or EXPN 2011-07-18 21:34:04 -04:00
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py Issue #12650: Fix a race condition where a subprocess.Popen could leak 2011-08-18 17:18:28 +02:00
sunau.py
sunaudio.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. 2011-07-28 22:30:27 +08:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py Issue 12514: Use try/finally to assure that timeit restores GC when done. 2011-07-28 23:56:38 -07:00
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
urllib.py whitespace fix. 2011-08-07 10:03:58 +08:00
urllib2.py merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. 2011-07-27 09:37:17 +08:00
urlparse.py include svn+ssh as well. 2011-08-03 18:40:18 +08:00
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py #12601: fix typo. 2011-07-21 11:18:18 +03:00
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py