cpython/Lib
Nadeem Vawda 043540088a #15546: Also fix GzipFile.peek(). 2012-08-05 14:45:41 +02:00
..
collections
concurrent
ctypes Issue #15406: Fix deprecation warning in ctypes test_bitfields.py 2012-07-20 12:52:42 -05:00
curses
dbm
distutils Issue #15364: Fix test_srcdir for the installed case. 2012-07-27 23:37:04 -07:00
email Merge #15232: correctly mangle From lines in MIME preamble and epilogue 2012-07-22 21:53:54 -04:00
encodings
html #15156: HTMLParser now uses the new "html.entities.html5" dictionary. 2012-06-24 22:02:56 +02:00
http Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar 2012-07-20 19:12:04 -05:00
idlelib Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. 2012-08-04 21:42:48 +03:00
importlib Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue 2012-08-02 23:03:58 +10:00
json Issue #5067: improve some json error messages. 2012-06-29 01:59:54 +02:00
lib2to3
logging Closes #15179: Merged fix from 3.2. 2012-06-25 23:20:27 +01:00
msilib
multiprocessing Issue #15525: Increase timeout when TerminateProcess() fails 2012-08-01 17:44:18 +01: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 suspicious ignore file and pydoc topics. 2012-06-26 09:12:26 +02:00
site-packages
sqlite3
test Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object 2012-08-05 22:45:22 +10:00
tkinter Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 2012-07-30 20:01:13 +03:00
turtledemo
unittest
urllib revert the changes done for issue14826 - quoting witin Request is not desirable. 2012-07-08 18:00:47 -07:00
venv Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. 2012-07-17 17:33:46 +01:00
wsgiref Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. 2012-07-07 14:29:58 -07:00
xml fix whitespace woes 2012-07-17 15:09:56 +03:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #15184: Ensure consistent results of OS X configuration 2012-07-21 05:36:30 -07:00
_pyio.py Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. 2012-07-07 17:03:22 +02:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Merge #13922: argparse no longer incorrectly strips '--' after the first one. 2012-07-21 22:56:49 -04:00
ast.py
asynchat.py asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing 2012-08-04 14:38:16 +02:00
asyncore.py
base64.py Speed up base64.urlsafe_{en,de}code(). 2012-06-22 15:16:09 -07:00
bdb.py
binhex.py
bisect.py
bz2.py #15546: Fix BZ2File.read1()'s handling of pathological input data. 2012-08-04 15:29:28 +02:00
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs 2012-07-07 18:54:08 +02:00
contextlib.py
copy.py
copyreg.py
crypt.py white space cleanup 2012-06-27 15:37:47 +02:00
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
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 #15546: Also fix GzipFile.peek(). 2012-08-05 14:45:41 +02:00
hashlib.py Consistently raise a TypeError when a non str is passed to hashlib.new 2012-07-21 21:19:53 -07:00
heapq.py
hmac.py Issue #15225: improve error message when hmac is passed a wrong key type. 2012-06-30 17:27:56 +02:00
imaplib.py Issues #11024: Fixes and additional tests for Time2Internaldate. 2012-06-22 21:03:39 -04:00
imghdr.py
imp.py Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use 2012-07-13 13:57:03 -04:00
inspect.py Issue #15401: Fix typo in inspect.getclosurevars docstring. 2012-07-19 21:33:21 -05:00
io.py
ipaddress.py Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object 2012-08-05 22:45:22 +10:00
keyword.py
linecache.py
locale.py
lzma.py #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. 2012-08-05 02:19:09 +02:00
macpath.py Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X 2010-09-13 19:41:36 +00:00
macurl2path.py
mailbox.py #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() 2012-06-29 15:12:54 +03:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py #1079: Fix parsing of encoded words. 2012-06-02 17:56:49 -04:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Issue #15202: Consistently use the name "follow_symlinks" for 2012-07-15 10:57:38 -07:00
os2emxpath.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap 2012-07-20 23:40:09 +10:00
platform.py Issue #15164: Change return value of platform.uname() from a 2012-06-24 14:30:41 -07:00
plistlib.py
poplib.py
posixpath.py Merge #15342: Add clarifying sentence to posixpath.join docstring. 2012-07-21 14:34:51 -04:00
pprint.py Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. 2012-07-21 11:17:38 +02:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #9319: Remove the workaround for this since fixed problem from pydoc 2012-07-15 22:17:02 +10:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap 2012-07-20 23:40:09 +10:00
sched.py
shelve.py
shlex.py
shutil.py #1492704: Backout and wait for 3.4 2012-07-19 21:41:02 +02:00
site.py Issue 15241: Improved site.py documentation relating to venvs. 2012-07-03 16:33:57 +01:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py Issue #3665: \u and \U escapes are now supported in unicode regular expressions. 2012-06-23 13:29:19 +02:00
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. 2012-07-27 12:06:55 +01:00
tabnanny.py
tarfile.py
telnetlib.py Fixes Issue #14635: telnetlib will use poll() rather than select() when possible 2012-07-15 23:42:26 -07:00
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py Merge branch 2012-07-07 12:26:56 +02:00
trace.py trace: remove unused imports. 2012-07-07 17:03:52 +02:00
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py Issue #15118: Change return value of os.uname() and os.times() from 2012-06-24 04:33:36 -07:00
warnings.py
wave.py
weakref.py
webbrowser.py Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser 2012-08-01 03:57:52 +02:00
xdrlib.py
zipfile.py On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. 2012-06-23 16:44:48 +02:00