cpython/Lib
Senthil Kumaran 1ef0c0349e 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
semicolons. Patch by Ben Darnell and Petri Lehtinen.
2011-10-20 01:05:44 +08:00
..
concurrent
ctypes Issue #12881: ctypes: Fix segfault with large structure field names. 2011-10-03 21:44:22 -05:00
curses Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 2011-07-28 22:32:49 +08:00
dbm Close #13007: whichdb should recognize gdbm 1.9 magic numbers 2011-09-19 17:08:18 +02:00
distutils normalize whitespace in Lib/distutils/msvc9compiler.py 2011-10-17 11:35:31 +11:00
email
encodings
html Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. 2011-09-13 07:14:13 +08:00
http Remove duplication. 2011-10-19 10:58:56 +03:00
idlelib Issue #9871: Prevent IDLE 3 crash when given byte stings 2011-09-14 14:49:14 -07:00
importlib
json
lib2to3 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files 2011-10-07 14:44:49 -04:00
logging Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. 2011-08-19 07:14:40 +01:00
msilib Remove duplication. 2011-10-19 10:58:56 +03:00
multiprocessing Remove duplication. 2011-10-19 10:58:56 +03:00
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data Regenerate pydoc topics. 2011-09-03 10:37:09 +02:00
site-packages
sqlite3
test 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and 2011-10-20 01:05:44 +08:00
tkinter Remove duplication. 2011-10-19 10:58:56 +03:00
turtledemo #12677: correct turtle orientation in doc 2011-08-07 17:12:19 +02:00
unittest
urllib Issue13104 - Fix urllib.request.thishost() utility function. 2011-10-06 00:32:02 +08:00
wsgiref
xml #4147: minidom's toprettyxml no longer adds whitespace to text nodes. 2011-10-01 16:19:51 -04:00
xmlrpc
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py
_strptime.py
_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
cProfile.py
calendar.py Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. 2011-08-11 09:22:52 +08:00
cgi.py 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and 2011-10-20 01:05:44 +08:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py #10454: a few edits to compileall help messages 2011-09-01 20:00:33 +02:00
configparser.py Remove duplication. 2011-10-19 10:58:56 +03:00
contextlib.py
copy.py
copyreg.py
csv.py
datetime.py Remove duplication. 2011-10-19 10:58:56 +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
functools.py Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. 2011-10-15 23:50:42 -07: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
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, 2011-10-14 03:03:35 +02:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.py
pickle.py Issue #7689: Allow pickling of dynamically created classes when their 2011-10-04 09:23:04 +02:00
pickletools.py
pipes.py Remove obsolete comment 2011-09-01 22:06:23 +02:00
pkgutil.py Issue #7367: Fix pkgutil.walk_paths to skip directories whose 2011-10-06 14:19:08 -07:00
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py Merge profile docs followup (#12417) from 3.1 2011-07-28 23:00:14 +02:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Wrap pydoc output under 80 characters 2011-09-11 00:43:20 +02:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py Remove duplication. 2011-10-19 10:58:56 +03:00
shelve.py
shlex.py
shutil.py Add missing name in shutil 2011-08-21 14:29:18 +02:00
site.py
smtpd.py
smtplib.py #12448: smtplib now flushes stdout while running ``python -m smtplib`` 2011-10-18 13:20:07 +03: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 Issue #12650: Fix a race condition where a subprocess.Popen could leak 2011-08-18 18:49:39 +02:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. 2011-10-14 12:46:40 +02:00
telnetlib.py
tempfile.py Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: 2011-07-29 18:59:24 +02:00
textwrap.py Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 2011-07-28 22:32:49 +08:00
this.py
threading.py Remove duplication. 2011-10-19 10:58:56 +03:00
timeit.py Issue 12514: Use try/finally to assure that timeit restores GC when done. 2011-07-29 00:02:04 -07:00
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py Remove duplication. 2011-10-19 10:58:56 +03:00
types.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py