This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-01 11:15:56 +01:00
Code
Issues
Releases
Activity
b82a3dc240
cpython
/
Lib
History
Senthil Kumaran
b82a3dc240
Increase the coverage of macurl2path. Patch by Colin Williams.
2013-10-23 21:50:56 -07:00
..
collections
concurrent
ctypes
curses
dbm
distutils
email
encodings
html
http
idlelib
importlib
[issue19152] Revert 832579dbafd6.
2013-10-03 15:03:29 -06:00
json
lib2to3
Issue #18037: Do not escape '\u' and '\U' in raw strings.
2013-10-08 21:07:46 +03:00
logging
msilib
multiprocessing
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
Increase the coverage of macurl2path. Patch by Colin Williams.
2013-10-23 21:50:56 -07:00
tkinter
turtledemo
unittest
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
2013-10-23 19:11:29 +02:00
urllib
venv
wsgiref
Closes #19258: close WSGI server after handling request in demo code.
2013-10-14 16:52:13 +02:00
xml
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pyio.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
Issue #19131: The aifc module now correctly reads and writes sampwidth of
2013-10-12 18:21:33 +03: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
cgitb.py
chunk.py
cmd.py
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
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
2013-10-20 16:58:27 +03:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
Increase the coverage of macurl2path. Patch by Colin Williams.
2013-10-23 21:50:56 -07:00
mailbox.py
mailcap.py
mimetypes.py
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
2013-10-22 19:27:34 +01:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os2emxpath.py
os.py
pdb.py
Closes #17154: error out gracefully on "ignore" or "condition" without argument.
2013-10-14 16:08:15 +02:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
#8964: fix platform._sys_version to handle IronPython 2.6+.
2013-10-21 03:03:32 +03:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
Issue 14927: Remove a docstring line that is no longer applicable.
2013-10-05 22:11:16 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
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
sunau.py
Issue #18919: If the close() method of a writer in the sunau or wave module
2013-10-12 21:36:10 +03:00
symbol.py
symtable.py
sysconfig.py
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
2013-10-19 22:05:05 +02:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
Closes #17375: port new threading docstrings from 2.7.
2013-10-13 10:43:59 +02:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
Closes #16657: fix docstring of traceback.format_tb().
2013-10-13 23:32:14 +02:00
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py
wave.py
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
2013-10-17 23:04:04 +03:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py