0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Lib
2013-11-18 13:06:43 +02:00
..
asyncio asyncio: Replace connection_refused() with error_received(). 2013-11-15 16:51:48 -08:00
collections
concurrent
ctypes Issue #19591: Use specific asserts in ctype tests. 2013-11-16 23:53:39 +02:00
curses
dbm Close #19282: Native context management in dbm 2013-11-17 15:59:51 +10:00
distutils merge with 3.3.3 release clone 2013-11-17 09:17:18 +01:00
email Merge #19485: clarify get_param example. 2013-11-03 12:23:51 -05:00
encodings #1097797: Add CP273 codec, and exercise it in the test suite 2013-11-10 13:44:30 -05:00
ensurepip Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
html #19480: merge with 3.3. 2013-11-07 18:35:27 +02:00
http Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. 2013-11-11 06:10:23 +01:00
idlelib Bump to 3.3.3 final. 2013-11-17 07:58:22 +01:00
importlib Abstract out stat calls in importlib for easier experimentation. 2013-11-01 14:04:24 -04:00
json #18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM. 2013-10-21 02:10:55 +03:00
lib2to3 Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:50:51 +02:00
logging Closes #19523: Merged fix from 3.3. 2013-11-15 20:42:47 +00:00
msilib
multiprocessing Merge. 2013-11-17 17:30:54 +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-sunos5
plat-unixware7
pydoc_data Update pydoc topics. 2013-10-27 09:08:16 +01:00
site-packages
sqlite3 Issue #19601: Use specific asserts in sqlite3 tests. 2013-11-17 00:40:01 +02:00
test Issue #8402: Added the escape() function to the glob module. 2013-11-18 13:06:43 +02:00
tkinter Issue #19602: Use specific asserts in tkinter tests. 2013-11-17 00:42:52 +02:00
turtledemo
unittest Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
urllib
venv Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:58:47 +00:00
wsgiref
xml Merge from 3.3 2013-11-12 10:26:15 -05:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py Issue #19400: Prevent extension module build failures with Xcode 5 on OS X 2013-10-25 16:03:35 -07:00
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 2013-11-17 23:52:25 +01:00
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 Close #19403: make contextlib.redirect_stdout reentrant 2013-11-03 17:00:51 +10:00
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py Close #19378: address flaws in the new dis module APIs 2013-11-06 22:08:36 +10:00
doctest.py
dummy_threading.py
enum.py removed Enum.__eq__ as it added nothing 2013-11-13 14:25:45 -08:00
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 17:02:10 +03:00
functools.py Fix functools.partialmethod docs and __all__ 2013-11-04 23:32:16 +10:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py Issue #8402: Added the escape() function to the glob module. 2013-11-18 13:06:43 +02:00
gzip.py Issue #19222: Add support for the 'x' mode to the gzip module. 2013-10-19 00:11:13 +02:00
hashlib.py Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. 2013-10-22 14:59:12 +02:00
heapq.py
hmac.py
imaplib.py merge with 3.3 2013-10-27 07:46:09 +01:00
imghdr.py
imp.py
inspect.py Issue #19030: final pieces for proper location of various class attributes located in the metaclass. 2013-10-20 22:37:39 -07:00
io.py
ipaddress.py #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS 2013-10-24 09:47:10 -07:00
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 20:03:47 +01:00
modulefinder.py
netrc.py
nntplib.py merge with 3.3 2013-10-27 07:46:09 +01:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Close #19409: add missing import in pkgutil 2013-10-27 00:27:39 +10:00
platform.py #8964: merge with 3.3. 2013-10-21 03:05:46 +03:00
plistlib.py
poplib.py merge with 3.3 2013-10-27 07:46:09 +01:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #19030: final pieces for proper location of various class attributes located in the metaclass. 2013-10-20 22:37:39 -07:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py Optimize BaseSelector.modify(). Patch by Arnaud Faure. 2013-11-07 08:39:28 -08:00
shelve.py
shlex.py
shutil.py
site.py Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. 2013-10-25 21:39:26 +02:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py Issue #19329: Optimized compiling charsets in regular expressions. 2013-10-27 08:20:29 +02:00
sre_constants.py
sre_parse.py Issue #19365: Optimized the parsing of long replacement string in re.sub*() 2013-10-23 22:27:52 +03:00
ssl.py Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. 2013-11-17 19:59:14 +01:00
stat.py
statistics.py remove unused imports from statistics module 2013-10-25 02:11:17 +02:00
string.py
stringprep.py
struct.py
subprocess.py Remove outdated comment 2013-11-11 15:08:40 +00:00
sunau.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
symbol.py
symtable.py merge 3.3 (#19393) 2013-10-26 13:22:08 -04:00
sysconfig.py Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. 2013-10-19 22:06:26 +02:00
tabnanny.py
tarfile.py
telnetlib.py (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when 2013-10-26 09:20:38 +02:00
tempfile.py Issue14255 Don't flatten case of tempdir 2013-10-25 18:38:16 +01:00
textwrap.py
this.py
threading.py Changed a comment to end grammar bikeshedding ;-) 2013-10-26 11:56:16 -05:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py
types.py
uu.py
uuid.py
warnings.py Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. 2013-10-24 22:23:42 +02:00
wave.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py add filtering of individual files to PyZipFile 2013-10-22 04:09:28 +02:00