cpython/Lib
Alexandre Vassalotti 6eea818423 Fix pickling test in test_memoryio.
The test was closing the orginal object instead the copy. This didn't result
in visible failures because the loop range was incorrect as well.
2013-04-14 00:56:39 -07:00
..
collections Add missing docstrings to the collections ABCs 2013-03-24 15:20:29 -07:00
concurrent Merge 3.2, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:58:27 -04:00
ctypes
curses
dbm
distutils Bump to 3.3.1. 2013-04-06 09:40:02 +02:00
email Merge: #17431: Fix missing import of BytesFeedParser in email.parser. 2013-03-15 20:42:29 -04:00
encodings
html
http Issue #16658: add missing return to HTTPConnection.send(). 2013-04-12 22:49:19 +03:00
idlelib #17585: Fixed IDLE regression. Now closes when using exit() or quit(). 2013-04-11 19:16:44 -05:00
importlib Issue #17357: Add missing verbosity messages when running under 2013-04-01 13:10:51 -04:00
json #16057: Clarify why the base method default is called in custom encoders. 2013-03-17 22:06:18 -04:00
lib2to3 Merge 3.2, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:58:27 -04:00
logging Issue #17540: Added style to Formatter configuration by dict. 2013-03-29 17:56:54 +00:00
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:57:08 -04:00
multiprocessing Issue #12098: multiprocessing on Windows now starts child processes 2013-03-19 15:07:35 -07:00
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 update pydoc topics 2013-03-23 10:15:25 -05:00
site-packages
sqlite3 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 2013-02-26 21:45:09 +02:00
test Fix pickling test in test_memoryio. 2013-04-14 00:56:39 -07:00
tkinter Fix usage of the unittest.skip decorator. 2013-03-19 13:27:05 +02:00
turtledemo
unittest #14971: Use class method name, not function.__name__, during unittest discovery. 2013-04-11 08:55:45 -04:00
urllib Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request 2013-04-04 19:34:02 -07:00
venv
wsgiref
xml Issue #11367: fix documentation of some find* methods in ElementTree 2013-03-12 06:08:04 -07:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py Merge 3.2, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:58:27 -04:00
_strptime.py #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. 2013-04-04 02:09:20 +03:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
crypt.py
csv.py
datetime.py #17571: remove broken links in datetime.py docstring. 2013-04-13 20:12:38 +03:00
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py Merge 3.2, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:58:27 -04:00
functools.py Sync-up with 3.4 to make maintenance easier. 2013-03-08 23:01:07 -08:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Close #17666: Fix reading gzip files with an extra field. 2013-04-08 22:35:02 +03:00
hashlib.py
heapq.py Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. 2013-03-05 02:15:01 -05:00
hmac.py
imaplib.py Merge: #17443: Fix buffering in IMAP4_stream. 2013-03-19 13:56:01 -04:00
imghdr.py
imp.py Issue #16880: _imp.load_dynamic() is not defined on a platform that 2013-03-17 15:48:16 -07:00
inspect.py #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. 2013-03-30 05:17:24 +02:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py backout 66e30c4870bb for breaking OSX (#13150) 2013-03-22 09:37:13 -05:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py #17476: make allmethods actually return all methods. 2013-03-19 02:32:35 -04:00
queue.py
quopri.py
random.py Revert changes for #13355 by request from Raymond Hettinger 2013-04-13 18:00:04 +03:00
re.py Issue #16564: Fixed a performance regression relative to Python 3.1 in the 2013-03-16 22:53:48 +02:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py Issue #16804: Fix 'python -S -m site' failure. 2013-04-13 20:29:49 -05:00
smtpd.py
smtplib.py #2118: clarify smtplib exception documentation. 2013-04-13 14:40:33 -04:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value 2013-03-23 11:54:22 -07:00
sunau.py
symbol.py
symtable.py
sysconfig.py backout 66e30c4870bb for breaking OSX (#13150) 2013-03-22 09:37:13 -05:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #17435: Don't use mutable default values in Timer. 2013-03-30 17:19:38 -04:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py Merge 3.2, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:58:27 -04:00
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, 2013-03-24 18:46:49 +01:00
xdrlib.py
zipfile.py