cpython/Lib
2013-10-08 23:04:32 +02:00
..
collections Close #18690: register memoryview with Sequence ABC 2013-10-02 22:31:47 +10:00
concurrent
ctypes #18981: merge with 3.3. 2013-09-13 23:54:41 +03:00
curses
dbm
distutils Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 2013-09-30 22:29:48 +02:00
email
encodings
html
http merge from 3.3 2013-09-29 18:59:27 -07:00
idlelib Version bump to 3.4.0a3. 2013-09-28 23:51:00 +01:00
importlib [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. 2013-10-04 20:28:52 -06:00
json
lib2to3 Issue #18037: Do not escape '\u' and '\U' in raw strings. 2013-10-08 21:08:48 +03:00
logging Issue #19182: Fixed socket leak on exception when connecting. 2013-10-06 18:36:00 +01:00
msilib
multiprocessing Issue #18934: Use poll/select-based selectors for multiprocessing.Connection, 2013-09-08 11:30:53 +02: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 Updated pydoc topics.py for 3.4a3 release. 2013-09-28 23:43:34 +01:00
site-packages
sqlite3
test Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. 2013-10-08 23:04:32 +02:00
tkinter Issue #19029: Change non-existing since 3.0 StringType to str. 2013-09-16 11:03:59 +03:00
turtledemo
unittest Issue #18996: TestCase.assertEqual() now more cleverly shorten differing 2013-09-23 23:07:00 +03:00
urllib Issue #18978: A more elegant technique for resolving the method 2013-09-08 12:54:33 -04:00
venv Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. 2013-10-02 11:36:16 +01:00
wsgiref
xml merge 3.3 (#19127) 2013-09-29 11:15:49 -04:00
xmlrpc
__future__.py
__phello__.foo.py
_compat_pickle.py
_dummy_thread.py Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. 2013-09-07 23:38:37 +02:00
_markupbase.py
_osx_support.py
_pyio.py Issue #17003: Unified the size argument names in the io module with common 2013-09-16 23:18:10 +03:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Issue #18920: argparse's default version action (for -v, --version) should 2013-09-06 06:49:15 -07:00
ast.py
asynchat.py
asyncore.py
base64.py Close #17839: support bytes-like objects in base64 module 2013-10-03 00:43:22 +10: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 Merge #19092 from 3.3 2013-10-01 23:28:00 +10:00
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py improve comment 2013-08-29 17:29:30 -04:00
decimal.py merge from 3.3 2013-09-07 23:20:06 -07:00
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. 2013-10-06 17:19:54 -07:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py Issue #18716: Deprecate the formatter module 2013-10-04 11:38:59 -04:00
fractions.py
ftplib.py
functools.py Close #10042: functools.total_ordering now handles NotImplemented 2013-10-02 00:02:03 +10:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py Issue #19018: The heapq.merge() function no longer suppresses IndexError 2013-09-14 20:51:57 -07:00
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py Close #19030: improvements to inspect and Enum. 2013-09-25 07:14:41 -07:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py Merge #19037: adjust file times *before* moving maildir files into place. 2013-09-18 08:36:36 -04:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py Merge #14984: only import pwd on POSIX. 2013-09-18 08:59:47 -04:00
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py Remove builtin "caching" in pprint 2013-10-03 21:29:36 +02:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #18716: Deprecate the formatter module 2013-10-04 11:38:59 -04:00
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
selectors.py Issue #16853: Add new selectors module. 2013-09-04 19:02:49 +02:00
shelve.py
shlex.py
shutil.py
site.py Issue #5845: In site.py, only load readline history from ~/.python_history if no history has been read already. This avoids double writes to the history file at shutdown. 2013-09-29 22:18:38 +02:00
smtpd.py Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write 2013-09-05 17:44:53 +03:00
smtplib.py
sndhdr.py
socket.py Switch the AF_* and SOCK_* constants in the socket module to IntEnum. 2013-08-31 15:13:30 -07:00
socketserver.py
sre_compile.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 2013-09-20 21:24:39 +03:00
sre_constants.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 2013-09-20 21:24:39 +03:00
sre_parse.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 2013-09-20 21:24:39 +03:00
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py Issue #18950: Fix miscellaneous bugs in the sunau module. 2013-09-28 21:24:43 +03:00
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Issue #18849: Fixed a Windows-specific tempfile bug where collision with an 2013-09-06 06:14:16 -07:00
textwrap.py
this.py
threading.py Get "stopped" back into repr(Thread) when appropriate. 2013-09-09 18:48:24 -05:00
timeit.py
token.py
tokenize.py Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 2013-09-16 23:57:00 +03:00
trace.py
traceback.py #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback 2013-09-15 18:15:56 -04:00
tty.py
turtle.py
types.py Close #19030: improvements to inspect and Enum. 2013-09-25 07:14:41 -07:00
uu.py
uuid.py Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, 2013-09-13 07:49:36 +03:00
warnings.py
wave.py Issue #17487: The result of the wave getparams method now is pickleable again. 2013-09-04 00:28:43 +03:00
weakref.py
webbrowser.py
xdrlib.py
zipfile.py Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty 2013-09-27 22:14:31 +03:00