0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Brett Cannon 810c64df8f Issue #14764: Update importlib.test.benchmark to work in a world where
import machinery is no longer implicit.
2012-05-11 11:12:00 -04:00
..
collections Close #14386: Register types.MappingProxyType as a Mapping 2012-04-20 01:41:36 +02:00
concurrent
ctypes
curses
dbm
distutils Bump to 3.3.0a3. 2012-05-01 09:35:18 +02:00
email
encodings
html #14538: HTMLParser can now parse correctly start tags that contain a bare /. 2012-04-18 19:18:22 -06:00
http issue6085 - update docs in default branch 2012-04-29 13:44:14 +08:00
idlelib Include micro version even if it is 0. 2012-05-01 16:31:18 +02:00
importlib Issue #14764: Update importlib.test.benchmark to work in a world where 2012-05-11 11:12:00 -04:00
json
lib2to3
logging Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. 2012-04-24 23:33:33 +01:00
msilib
multiprocessing Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 2012-05-10 16:11:12 +01:00
packaging
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 Regenerate pydoc topics. 2012-05-01 09:26:47 +02:00
site-packages
sqlite3
test Issue #14662: Prevent shutil failures on OS X when destination does not 2012-05-10 17:05:19 -07:00
tkinter
turtledemo
unittest Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 2012-04-25 14:58:17 +02:00
urllib
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Backing out 86dc014cdd74. Not ready yet 2012-04-26 17:05:31 +02:00
_strptime.py Issue #14157: Fix time.strptime failing without a year on February 29th. 2012-05-10 20:17:46 +02:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye 2012-05-01 10:07:49 +08:00
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
functools.py Move make_key() out of the decorator body. Make keys that only need to be hashed once. 2012-04-30 22:32:16 -07:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Closes #13989: Add support for text modes to gzip.open(). 2012-05-06 15:04:01 +02:00
hashlib.py
heapq.py
hmac.py
imaplib.py Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near 2012-04-29 16:12:27 -04:00
imghdr.py
imp.py don't append the bytecode suffix to the source suffixes global 2012-05-05 09:44:08 -04:00
inspect.py
io.py merge 3.2 2012-05-07 22:24:05 -04:00
keyword.py
linecache.py
locale.py
lzma.py Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. 2012-05-06 23:01:51 +02:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os2emxpath.py
os.py use yield from 2012-05-10 16:17:35 -05:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py Issue #14605: Don't error out if get_importer() returns None. 2012-04-27 15:45:15 -04:00
platform.py
plistlib.py
poplib.py
posixpath.py Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' 2012-05-10 05:10:50 +02:00
pprint.py
profile.py Issue #14428: Use the new time.perf_counter() and time.process_time() functions 2012-04-29 03:01:20 +02:00
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py merge #14638: pydoc now treats non-str __name__ as None instead of raising 2012-04-23 13:26:44 -04:00
queue.py Issue #14428, #14397: Implement the PEP 418 2012-04-29 02:41:27 +02:00
quopri.py
random.py
re.py #14236: merge with 3.2. 2012-04-29 13:37:13 +03:00
reprlib.py
rlcompleter.py
runpy.py Issue #14605: Use None in sys.path_importer_cache to represent no 2012-04-27 15:30:58 -04:00
sched.py
shelve.py
shlex.py
shutil.py Issue #14662: Prevent shutil failures on OS X when destination does not 2012-05-10 17:05:19 -07:00
site.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
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 Issue #11750: The Windows API functions scattered in the _subprocess and 2012-04-18 20:51:15 +02:00
sunau.py
symbol.py
symtable.py
sysconfig.cfg
sysconfig.py
tabnanny.py
tarfile.py Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. 2012-05-05 18:15:03 +02:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #14428, #14397: Implement the PEP 418 2012-04-29 02:41:27 +02:00
timeit.py Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. 2012-05-01 11:56:22 +02:00
token.py
tokenize.py Issue #14629: Mention the filename in SyntaxError exceptions from 2012-04-20 13:23:54 -04:00
trace.py
traceback.py
tty.py
turtle.py
types.py Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 2012-04-16 00:16:30 +02:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py Check extract_version when opening a zipfile. 2012-05-01 14:08:22 +02:00