You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Serhiy Storchaka 398ef5c08f Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). 9 years ago
..
asyncio Merge 3.5 (issue #28990) 9 years ago
collections merge 9 years ago
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
ctypes Issue #29219: Fixed infinite recursion in the repr of uninitialized 9 years ago
curses Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. 9 years ago
dbm Issue #28847: dbm.dumb now supports reading read-only files and no longer 9 years ago
distutils Merge spelling and grammar from 3.5 9 years ago
email Merge: #19003: Only replace \r and/or \n line endings in email.generator. 9 years ago
encodings Revert #27959: ImportError within an encoding module should also skip the encoding 9 years ago
ensurepip Merge - upgrade pip/setuptools 9 years ago
html #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
http Issue #22493: Inline flags now should be used only at the start of the 9 years ago
idlelib Issue #29162: Don't depend on 'from tkinter import *' importing sys. 9 years ago
importlib Issue #28896: Disable WindowsRegistryFinder by default. 9 years ago
json Fixed the documentation of parse_constant argument in json.load(). 9 years ago
lib2to3 Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 9 years ago
logging Issue #292Merged fixes from 3.5. 9 years ago
msilib #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
multiprocessing Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. 9 years ago
pydoc_data Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 9 years ago
site-packages Merge with 3.5. 10 years ago
sqlite3 Issue #29123: Merge from 3.5 9 years ago
test Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). 9 years ago
tkinter Issue 28923: Remove editor artifacts from Tix.py, 9 years ago
turtledemo Issue #27117: Make colorizer htest and turtledemo work with dark theme. 10 years ago
unittest Issue 29274: Merge doc fixes from 3.5 9 years ago
urllib Issue #29142: Merge 3.5. 9 years ago
venv Issue #22343: Merged change from 3.5. 9 years ago
wsgiref Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
xml Issue #26182: Raise DeprecationWarning for improper use of async/await keywords 9 years ago
xmlrpc Issue #26885: xmlrpc now supports unmarshalling additional data types used 9 years ago
__future__.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
__phello__.foo.py Fix the frozen bytecode for __hello__ (betcha didn't know that existed 25 years ago
_bootlocale.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_collections_abc.py Issue #28720: Add collections.abc.AsyncGenerator. 9 years ago
_compat_pickle.py Issue #15767: Add ModuleNotFoundError. 9 years ago
_compression.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_dummy_thread.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_markupbase.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_osx_support.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
_pydecimal.py Issue #27348: Merge exception formatting fix from 3.5 into 3.6 9 years ago
_pyio.py Merge from 3.5. 9 years ago
_sitebuiltins.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_strptime.py Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 10 years ago
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
_weakrefset.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
aifc.py Issue #24878: Fix typos and line wrap 11 years ago
antigravity.py Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 9 years ago
argparse.py Issue #17940: Remove redundant code from _Section.format_help() 10 years ago
ast.py Add ast.Constant 10 years ago
asynchat.py Issue #27034: Removed deprecated class asynchat.fifo. 10 years ago
asyncore.py Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
base64.py Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
bdb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
binhex.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
bz2.py Issue #28225: bz2 module now supports pathlib 9 years ago
cProfile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
calendar.py Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space 9 years ago
cgi.py Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch 10 years ago
cgitb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
chunk.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.py Issue #27573 make the exit message configurable. 10 years ago
codecs.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codeop.py correct porting error with raise #7161 16 years ago
colorsys.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
compileall.py Issue #28485: Merge single-threading fix from 3.5 into 3.6 9 years ago
configparser.py Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 9 years ago
contextlib.py Issue #27123: When an exception is raised within the context being 10 years ago
copy.py Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). 10 years ago
copyreg.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
crypt.py Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 10 years ago
csv.py Issue #18219: Optimize csv.DictWriter for large number of columns. 9 years ago
datetime.py Issue #24773: fix datetime.time constructor docstring 9 years ago
decimal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
difflib.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
dis.py Issue #28317: The disassembler now decodes FORMAT_VALUE argument. 9 years ago
doctest.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
enum.py Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. 9 years ago
filecmp.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fileinput.py Issue #25788: fileinput.hook_encoded() now supports an "errors" argument 10 years ago
fnmatch.py Issue #22493: Inline flags now should be used only at the start of the 9 years ago
formatter.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fractions.py Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. 10 years ago
ftplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
functools.py Sync-up with 3.7 by backporting minor lru_cache code beautification 9 years ago
genericpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 10 years ago
getopt.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getpass.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
gettext.py Issue #28563: Make plural form selection more lenient and accepting 9 years ago
glob.py Issue #25596: Optimized glob() and iglob() functions in the 9 years ago
gzip.py Issue #28227: gzip now supports pathlib 9 years ago
hashlib.py Issue #16113: Add SHA-3 and SHAKE support to hashlib module. 9 years ago
heapq.py Issue #25314: Remove confused statement about const argument 10 years ago
hmac.py Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
imaplib.py Merge: #25591: improve imap tests. 9 years ago
imghdr.py Issue #28228: imghdr now supports pathlib 9 years ago
imp.py Merge for #26844 10 years ago
inspect.py Issue #15812: Merge from 3.5 9 years ago
io.py Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 10 years ago
ipaddress.py Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ 10 years ago
keyword.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
linecache.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
locale.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
lzma.py Issue #28229: lzma module now supports pathlib 9 years ago
macpath.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
macurl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
mailbox.py Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. 9 years ago
mailcap.py #14977: Make mailcap respect the order of the lines in the mailcap file. 9 years ago
mimetypes.py Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej 10 years ago
modulefinder.py Issue #26881: The modulefinder module now supports extended opcode arguments. 10 years ago
netrc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
nntplib.py Issue #25314: Remove confused statement about const argument 10 years ago
ntpath.py Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
nturl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
numbers.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
opcode.py Issue #28257: Improved error message when pass a non-iterable as 9 years ago
operator.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
optparse.py Merge doc and comment fixes from 3.5 10 years ago
os.py Fixes empty tuple case. 9 years ago
pathlib.py Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows 9 years ago
pdb.py Issue #20766: Merge with 3.5. 9 years ago
pickle.py Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 10 years ago
pickletools.py Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py Issue #17211: Yield a namedtuple in pkgutil. 9 years ago
platform.py Issue #27932: Prevent memory leak in win32_ver(). 9 years ago
plistlib.py Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. 9 years ago
poplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
posixpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 10 years ago
pprint.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
profile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pstats.py Issue #27641: Comment out regeneration rules when cross compiling 10 years ago
pty.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
py_compile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyclbr.py Removed unused imports. 10 years ago
pydoc.py Issue #15767: Use ModuleNotFoundError. 9 years ago
queue.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
quopri.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
random.py Issue #29055: Suppress upstream exception for random.choice() 9 years ago
re.py Issue #28193: Use lru_cache in the re module. 9 years ago
reprlib.py Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 10 years ago
rlcompleter.py Merge 3.5 10 years ago
runpy.py Issue #27487: Merge runpy warning from 3.5 10 years ago
sched.py Issue #5830: Remove old comment. Add empty slots. 9 years ago
secrets.py Issue #29061: secrets.randbelow() would hang with a negative input 9 years ago
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 9 years ago
shelve.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
shlex.py Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. 9 years ago
shutil.py Issue #14061: Misc fixes and cleanups in archiving code in shutil. 9 years ago
signal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
site.py Issue #28637: No longer use re in site.py. 9 years ago
smtpd.py Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej 10 years ago
smtplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
sndhdr.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
socket.py Issue #26384: Merge from 3.5 9 years ago
socketserver.py Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
sre_compile.py Issue #433028: Added support of modifier spans in regular expressions. 9 years ago
sre_constants.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_parse.py Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 9 years ago
ssl.py Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext 9 years ago
stat.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
statistics.py Issue #27181 remove geometric_mean and defer for 3.7. 9 years ago
string.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
stringprep.py Merged revisions 55007-55179 via svnmerge from 19 years ago
struct.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
subprocess.py Fix subprocess.Popen.__del__() fox Python shutdown 9 years ago
sunau.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symbol.py Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
symtable.py Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
sysconfig.py Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 9 years ago
tabnanny.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tarfile.py Issue #26937: The chown() method of the tarfile.TarFile class does not fail now 9 years ago
telnetlib.py #25485: Add context manager support to Telnet class. 10 years ago
tempfile.py Add a source parameter to warnings.warn() 10 years ago
textwrap.py Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. 9 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Merge spelling and grammar fixes from 3.5 10 years ago
timeit.py Issue6422 add autorange method to timeit.Timer 10 years ago
token.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenize.py Issue #26331: Implement the parsing part of PEP 515. 9 years ago
trace.py More typo fixes for 3.6 10 years ago
traceback.py Issue #27348: Merge exception formatting fix from 3.5 into 3.6 9 years ago
tracemalloc.py tracemalloc now supports domains 10 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Correct spelling in documentation and code comment 9 years ago
types.py Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
typing.py Issue #29198: add AsyncGenerator (Jelle Zijlstra) 9 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 15 years ago
uuid.py Removed unused imports. 10 years ago
warnings.py Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 9 years ago
wave.py Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 10 years ago
weakref.py Issue #28427: old keys should not remove new values from 9 years ago
webbrowser.py Issue #23262: The webbrowser module now supports Firefox 36+ and derived 9 years ago
xdrlib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
zipapp.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
zipfile.py Issue #29094: Offsets in a ZIP file created with extern file object and modes 9 years ago