This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0f4acc1ab1
cpython
/
Lib
History
Gregory P. Smith
e7460ac378
fix the test on windows which has different return codes from killed
...
children.
2014-04-23 08:39:02 -07:00
..
asyncio
asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream
#163
).
2014-04-15 12:06:34 -07:00
collections
…
concurrent
…
ctypes
…
curses
…
dbm
…
distutils
…
email
…
encodings
…
ensurepip
…
html
…
http
merge from 3.4
2014-04-14 13:10:05 -04:00
idlelib
Merge with 3.4
2014-04-22 01:27:06 -04:00
importlib
…
json
…
lib2to3
…
logging
Closes
#21203
: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch.
2014-04-15 14:24:53 +01:00
msilib
…
multiprocessing
do not generate pipe names in the temporary dir
2014-04-14 12:24:37 -04: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
…
site-packages
…
sqlite3
…
test
fix the test on windows which has different return codes from killed
2014-04-23 08:39:02 -07:00
tkinter
…
turtledemo
Issue
#10291
: Cleanup turtledemo to use docstrings for help.
2014-04-19 19:14:29 -07:00
unittest
Fix typo in test method name.
2014-04-18 16:08:47 +01:00
urllib
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
2014-04-20 09:41:29 -07:00
venv
Issue
#21197
: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
2014-04-15 11:18:10 +01:00
wsgiref
…
xml
#12220
: improve minidom error when URI contains spaces.
2014-04-20 00:46:05 -04:00
xmlrpc
…
__future__.py
…
__phello__.foo.py
…
_bootlocale.py
…
_collections_abc.py
…
_compat_pickle.py
…
_dummy_thread.py
…
_markupbase.py
…
_osx_support.py
Issue
#21311
: Avoid exception in _osx_support with non-standard compiler
2014-04-19 13:25:29 -07:00
_pyio.py
…
_sitebuiltins.py
#9364
: Improve the text printed by help(pydoc) and help(help).
2014-04-19 12:59:30 -04:00
_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
…
bz2.py
…
cProfile.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
…
crypt.py
…
csv.py
…
datetime.py
…
decimal.py
…
difflib.py
…
dis.py
…
doctest.py
#15916
: if there are no docstrings, make empty suite, not an error.
2014-04-14 20:28:36 -04:00
dummy_threading.py
…
enum.py
…
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fractions.py
…
ftplib.py
…
functools.py
…
genericpath.py
…
getopt.py
…
getpass.py
#21169
: add comment and doc update for getpass change.
2014-04-14 10:28:58 -04:00
gettext.py
…
glob.py
…
gzip.py
…
hashlib.py
…
heapq.py
…
hmac.py
…
imaplib.py
…
imghdr.py
…
imp.py
…
inspect.py
…
io.py
…
ipaddress.py
Issue
#20480
: Add ipaddress.reverse_pointer. Patch by Leon Weber.
2014-04-14 12:58:07 -04:00
keyword.py
…
linecache.py
…
locale.py
…
lzma.py
…
macpath.py
…
macurl2path.py
…
mailbox.py
…
mailcap.py
…
mimetypes.py
…
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
…
nturl2path.py
…
numbers.py
…
opcode.py
…
operator.py
…
optparse.py
…
os.py
…
pathlib.py
Issue
#21127
: Path objects can now be instantiated from str subclass instances (such as numpy.str_).
2014-04-23 00:34:15 +02:00
pdb.py
…
pickle.py
…
pickletools.py
…
pipes.py
…
pkgutil.py
Issue
#21200
: Return None from pkgutil.get_loader() when __spec__ is missing.
2014-04-19 00:13:23 -06:00
platform.py
…
plistlib.py
…
poplib.py
…
posixpath.py
…
pprint.py
…
profile.py
…
pstats.py
…
pty.py
…
py_compile.py
…
pyclbr.py
…
pydoc.py
#9364
: Improve the text printed by help(pydoc) and help(help).
2014-04-19 12:59:30 -04:00
queue.py
…
quopri.py
…
random.py
…
re.py
…
reprlib.py
…
rlcompleter.py
…
runpy.py
…
sched.py
…
selectors.py
…
shelve.py
…
shlex.py
…
shutil.py
…
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
#17498
: Defer SMTPServerDisconnected errors until the next command.
2014-04-14 18:21:38 -04:00
sndhdr.py
…
socket.py
…
socketserver.py
…
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
Issue
#21068
: The ssl.PROTOCOL* constants are now enum members.
2014-04-18 20:33:08 +02:00
stat.py
…
statistics.py
…
string.py
Issue
#13598
: Add auto-numbering of replacement fields to string.Formatter.
2014-04-14 16:43:50 -04:00
stringprep.py
…
struct.py
…
subprocess.py
subprocess's Popen.wait() is now thread safe so that multiple threads
2014-04-23 00:38:22 -07:00
sunau.py
…
symbol.py
…
symtable.py
…
sysconfig.py
…
tabnanny.py
…
tarfile.py
…
telnetlib.py
…
tempfile.py
…
textwrap.py
…
this.py
…
threading.py
…
timeit.py
…
token.py
…
tokenize.py
…
trace.py
…
traceback.py
…
tracemalloc.py
…
tty.py
…
turtle.py
Issue
#11571
: Ensure that the turtle window becomes the topmost window
2014-04-19 19:11:14 -07:00
types.py
…
uu.py
…
uuid.py
…
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
xdrlib.py
…
zipfile.py
…