This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 09:38:16 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5c8f537669
cpython
/
Lib
History
Download ZIP
Download TAR.GZ
Jason Fried
fd628cf5ad
bpo-35767: Fix unittest.loader to allow partials as test_functions (
#11600
)
2019-01-23 21:57:25 +01:00
..
asyncio
bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
2019-01-15 13:58:38 +01:00
collections
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
2018-12-31 14:15:16 +02:00
concurrent
ctypes
curses
dbm
distutils
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
2019-01-20 13:47:42 -05:00
email
encodings
ensurepip
html
http
idlelib
bpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 10:49:52 -08:00
importlib
json
lib2to3
logging
bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537)
2019-01-23 07:08:38 +00:00
msilib
multiprocessing
pydoc_data
site-packages
sqlite3
test
bpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 10:49:52 -08:00
tkinter
turtledemo
unittest
bpo-35767: Fix unittest.loader to allow partials as test_functions (
#11600
)
2019-01-23 21:57:25 +01:00
urllib
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355)
2018-12-31 09:56:21 +02:00
aifc.py
antigravity.py
argparse.py
ast.py
bpo-33416: Add end positions to Python AST (GH-11605)
2019-01-22 11:18:22 +00:00
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
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356)
2019-01-02 14:49:25 +02:00
dis.py
doctest.py
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (
#10639
)
2019-01-09 05:38:38 -08:00
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (
#11322
)
2019-01-02 14:22:06 +02:00
ftplib.py
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
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
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366)
2019-01-15 10:53:18 +02:00
queue.py
quopri.py
random.py
bpo-35782: Fix error message in randrange (GH-11620)
2019-01-21 11:19:59 -08:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.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
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
2019-01-23 19:00:39 +01:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
2019-01-18 10:50:47 +01:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uu.py
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
2019-01-17 17:15:53 +03:00
uuid.py
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
2019-01-17 13:16:51 +01:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py