cpython/Lib
Antoine Pitrou 0a08d7a095 Issue #9993: When the source and destination are on different filesystems,
and the source is a symlink, shutil.move() now recreates a symlink on the
destination instead of copying the file contents.
Patch by Jonathan Niehof and Hynek Schlawack.
2012-01-06 20:16:19 +01:00
..
collections
concurrent
ctypes
curses
dbm
distutils Limit test scope to those platforms that can save the target filenames. Reference #11638. 2011-12-28 10:45:08 -05:00
email
encodings
html
http Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 2012-01-04 18:57:22 +01:00
idlelib Issue #4625: If IDLE cannot write to its recent file or breakpoint 2011-12-14 15:03:31 -08:00
importlib Fix no-op tests in importlib. 2011-12-30 21:26:08 +01:00
json
lib2to3
logging Refactored logging rotating handlers for improved flexibility. 2012-01-04 12:02:26 +00:00
msilib
multiprocessing Issue #13565: Increase multiprocessing's server socket backlog, to avoid 2011-12-23 19:07:58 +01:00
packaging
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3
test Issue #9993: When the source and destination are on different filesystems, 2012-01-06 20:16:19 +01:00
tkinter
turtledemo
unittest
urllib merge from 3.2 2012-01-04 14:47:30 +08:00
wsgiref
xml Fix imports in xml.dom. 2011-12-10 21:14:53 +01:00
xmlrpc Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. 2011-12-09 22:35:06 +01:00
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py #13576: add tests about the handling of (possibly broken) condcoms. 2011-12-19 07:29:03 +02:00
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py improve abstract property support (closes #11610) 2011-12-15 15:34:02 -05:00
aifc.py Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk 2012-01-01 22:53:08 +01:00
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). 2011-12-10 11:07:42 +01:00
cgitb.py
chunk.py
cmd.py Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop 2011-12-06 20:46:57 +01:00
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py Fix comment in difflib. 2011-12-10 13:02:17 +01:00
dis.py
doctest.py Followup to #7502: add __hash__ method and tests. 2011-12-18 20:22:50 +01:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py fix #13563: make use of with statement in ftplib.py where needed 2011-12-10 21:25:04 +01:00
functools.py Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. 2011-12-11 22:37:31 -06:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py Merge 2011-12-22 01:15:53 +00:00
io.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai 2012-01-01 18:34:29 +01:00
modulefinder.py
netrc.py
nntplib.py Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). 2011-12-10 11:07:42 +01:00
ntpath.py
nturl2path.py
numbers.py improve abstract property support (closes #11610) 2011-12-15 15:34:02 -05:00
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.py
pickle.py Merge 3.2 2011-12-13 13:22:42 -05:00
pickletools.py Merge 3.2 2011-12-13 13:22:42 -05:00
pipes.py
pkgutil.py
platform.py (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing 2011-12-15 21:42:28 +01:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #1785: Fix inspect and pydoc with misbehaving descriptors. 2011-12-21 09:59:49 +01:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.org/issue8684 2011-12-19 19:12:01 +01:00
shelve.py
shlex.py
shutil.py Issue #9993: When the source and destination are on different filesystems, 2012-01-06 20:16:19 +01:00
site.py
smtpd.py Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). 2011-12-10 11:07:42 +01:00
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #13636: Weak ciphers are now disabled by default in the ssl module 2012-01-03 22:49:08 +01:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.cfg
sysconfig.py
tabnanny.py
tarfile.py Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. 2012-01-05 18:53:00 +01:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #11870: threading: Properly reinitialize threads internal locks and 2011-12-18 18:45:16 +01:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py Issue 13620 - Support chrome browser in webbrowser.py module. 2011-12-21 22:20:32 +08:00
xdrlib.py
zipfile.py