This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-05-28 05:11:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
92b8322e7e
cpython
/
Lib
History
Download ZIP
Download TAR.GZ
Joannah Nanjekye
92b8322e7e
bpo-35674: Add os.posix_spawnp() (GH-11554)
...
Add a new os.posix_spawnp() function.
2019-01-16 14:29:26 +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
bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
2018-12-26 13:54:22 +10:00
curses
dbm
distutils
Distutils no longer needs to remain compatible with 2.3 (GH-11423)
2019-01-10 10:55:03 +11:00
email
encodings
ensurepip
html
http
bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687)
2018-12-26 15:43:42 +10:00
idlelib
bpo-35730: Disable IDLE test_reload assertion. (GH-11543)
2019-01-13 12:50:29 -05:00
importlib
json
lib2to3
logging
msilib
multiprocessing
pydoc_data
site-packages
sqlite3
test
bpo-35674: Add os.posix_spawnp() (GH-11554)
2019-01-16 14:29:26 +01:00
tkinter
turtledemo
unittest
urllib
venv
wsgiref
bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)
2018-12-25 15:19:11 -08:00
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
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
Speed-up building enums by value, e.g. http.HTTPStatus(200) (
#11318
)
2018-12-26 10:45:33 -08:00
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
Use generator instead of list in code examples (GH-11203)
2018-12-22 19:48:14 -08:00
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-30561: Sync-up expovariate() and gammavariate code (GH-1934)
2018-12-23 22:54:25 -08:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson)
2018-12-28 19:03:40 +01:00
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 uses os.posix_spawn in some cases (GH-11452)
2019-01-16 00:02:35 +01: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
types.py
typing.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py