cpython/Lib
2012-12-03 20:55:56 +01:00
..
collections Merge issue #16373: Prevent infinite recursion for ABC Set class operations. 2012-11-01 13:31:12 +02:00
concurrent
ctypes Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror 2012-10-09 13:28:10 +01:00
curses
dbm
distutils Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. 2012-10-23 20:26:14 +01:00
email #15925: fix regression: return None for null and non-date strings. 2012-09-22 09:59:51 -04:00
encodings
html #16245: Fix the value of a few entities in html.entities.html5. 2012-10-23 15:51:27 +02:00
http #15980: merge with 3.2. 2012-09-21 16:31:24 +03:00
idlelib Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 2012-11-01 22:44:06 +02:00
importlib - Issue #16514: Fix regression causing a traceback when sys.path[0] is None 2012-11-20 15:22:51 -05:00
json #16476: merge with 3.2. 2012-11-29 02:26:15 +02:00
lib2to3 merge 3.2 (#16573) 2012-11-29 10:56:11 -05:00
logging Closes #16521: Improved error handling for basicConfig(), added tests for same. 2012-11-25 15:11:46 +00:00
msilib
multiprocessing Issue #16481: multiprocessing no longer leaks process handles on Windows. 2012-11-15 18:16:35 +00: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 and suspicious markup file. 2012-08-25 12:14:59 +02:00
site-packages
sqlite3
test Split the bigmem re test in two separate tests with different memory requirements. 2012-12-03 20:55:56 +01:00
tkinter Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper 2012-12-03 16:13:34 +02:00
turtledemo
unittest #16433: merge with 3.2. 2012-11-08 11:09:13 +02:00
urllib Fixes issue #16409: The reporthook callback made by the legacy 2012-11-10 13:43:44 -08:00
venv Issue #16378: Updated docstrings to reflect the defaults present in the code. 2012-11-14 11:18:35 +00:00
wsgiref Issue #16220: wsgiref now always calls close() on an iterable response. 2012-10-21 14:14:34 +02:00
xml Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). 2012-10-04 19:53:29 +02:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py Issue #15841: The readable(), writable() and seekable() methods of BytesIO 2012-09-05 20:13:48 +02:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Merge 3.2 fix updates and tests for issue #15906. 2012-09-12 15:31:38 -04:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py Issue #16304: Further optimize BZ2File.readlines?(). 2012-10-01 23:05:32 +02:00
calendar.py #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. 2012-09-21 17:26:35 +03:00
cgi.py
cgitb.py merge #12890: don't emit <p> tags in text mode when logdir specified. 2012-10-27 14:55:25 -04:00
chunk.py
cmd.py
code.py
codecs.py Issue16097 Fix small typo in comment (patch by Wael Al Jishi) 2012-10-01 16:40:40 +01:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py Closes #15973: fix a segmentation fault when comparing timezone objects. 2012-09-22 09:23:12 +02:00
decimal.py Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. 2012-08-24 19:32:13 +01:00
difflib.py
dis.py
doctest.py Merge #14649: clarify DocTestSuite error when there are no docstrings. 2012-09-10 10:16:46 -04:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 2012-11-11 14:14:47 +01:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py Issue #15828: Restore support for C extension modules in imp.load_module() 2012-09-01 00:13:45 +10:00
inspect.py
io.py
ipaddress.py Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek 2012-10-07 07:23:50 -07:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py #15222: Merge 3.2 2012-09-25 22:06:07 +03:00
mailcap.py
mimetypes.py #15199: Fix JavaScript's default MIME type to application/javascript 2012-08-20 21:30:03 +03:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
os2emxpath.py
pdb.py
pickle.py Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 2012-11-24 20:41:34 +01:00
pickletools.py
pipes.py
pkgutil.py
platform.py merge 3.2 2012-10-12 12:04:32 -04:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. 2012-10-07 19:19:17 +03:00
pty.py
py_compile.py
pyclbr.py
pydoc.py compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py merge with 3.2 2012-08-25 10:12:47 +02:00
site.py Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name. 2012-11-23 19:16:49 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. 2012-09-14 17:30:31 +02:00
socketserver.py #11109: clean up docs, add whatsnew entry, and fix Justin's last name. 2012-10-01 21:43:46 -04:00
sre_compile.py
sre_constants.py
sre_parse.py #12759: merge with 3.2. 2012-11-03 20:33:38 +02:00
ssl.py Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 2012-11-11 01:27:33 +01:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Fixes issue #16140: The subprocess module no longer double closes its 2012-11-11 01:38:18 -08:00
sunau.py
symbol.py
symtable.py
sysconfig.py Issue #15298: refactor previous fix from 66959d419369. 2012-10-17 18:03:24 -04:00
tabnanny.py #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. 2012-11-16 13:17:08 +02:00
tarfile.py Merge issue #16477: Close tarfile internal handlers in case of exception. 2012-11-29 14:21:23 +02:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py #16152: merge with 3.2. 2012-11-03 17:46:51 +02:00
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 2012-11-17 03:41:54 +01:00
weakref.py
webbrowser.py #15447: Use subprocess.DEVNULL in webbrowser, instead of opening 2012-09-03 12:44:29 -04:00
xdrlib.py Merge: change docstring for xdrlib.Error to use new style exceptions. 2012-11-01 13:43:31 +02:00
zipfile.py #14313: zipfile now raises NotImplementedError when the compression type is unknown. 2012-11-18 13:20:36 +02:00