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.
 
 
 
 
 
 
Guido van Rossum 11ca7b5b8f Issue #28649: fix second issue with _ForwardRef (#328) (3.6->3.7) 9 years ago
..
asyncio Merge 3.5 (issue #28652) 9 years ago
collections Issue #17941: Add a *module* parameter to collections.namedtuple() 9 years ago
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
ctypes Remove disabled test code 9 years ago
curses Issue #27294: Numerical state in the repr for Tkinter event objects is now 10 years ago
dbm Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm 10 years ago
distutils Some distutils tests require zlib for creating tar.gz source distribution. 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 3.6 - allow ensurepip w/o ssl 9 years ago
html #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
http Issue #23214: Remove BufferedReader.read1(-1) workaround 9 years ago
idlelib Issue #28572: Use system-specific values for configdialog font test 9 years ago
importlib Issue #28257: Improved error message when pass a non-iterable as 9 years ago
json Issue #28541: Improve test coverage for encoding detection in json library. 9 years ago
lib2to3 Issue #28394: Merge typo fixes from 3.5 into 3.6 9 years ago
logging Issue #28335: made minor improvement to implementation. 9 years ago
msilib #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
multiprocessing Issue #28053: Applying refactorings, docs and other cleanup to follow. 9 years ago
pydoc_data Update pydoc topics for 3.6.0b1 9 years ago
site-packages Merge with 3.5. 10 years ago
sqlite3 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 9 years ago
test Merge 3.6 (issue #28653) 9 years ago
tkinter Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused 9 years ago
turtledemo Issue #27117: Make colorizer htest and turtledemo work with dark theme. 10 years ago
unittest Fixes issue28380: unittest.mock Mock autospec functions now properly support 9 years ago
urllib Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate 9 years ago
venv Closes #25671: Merged fix 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 Merge from 3.5. 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 Issue #23214: Implement optional BufferedReader, BytesIO read1() argument 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.prweek() no longer prints a space after 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. 9 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.6 9 years ago
configparser.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. 10 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 issue23591: fix flag decomposition and repr 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. 9 years ago
ftplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
functools.py Issue #27137: align Python & C implementations of functools.partial 9 years ago
genericpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 9 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: Fixed possible DoS and arbitrary code execution when handle 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 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
imghdr.py Issue #28228: imghdr now supports pathlib 9 years ago
imp.py Merge for #26844 10 years ago
inspect.py Merge 3.5 (issue #28639) 9 years ago
io.py Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 9 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 #27181 remove geometric_mean and defer for 3.7. 9 years ago
macpath.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
mailbox.py Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej 10 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 Issue #28353: os.fwalk() no longer fails on broken links. 9 years ago
pathlib.py Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) 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 #27181 remove geometric_mean and defer for 3.7. 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 9 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 merge 9 years ago
re.py Issue #28637: Revert issue #28082, don't import enum in re 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 Shorten secrets module docstring, add function docstrings. 10 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 Closes #1521950: Made shlex parsing more shell-like. 10 years ago
shutil.py Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 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 Issue #25953: re.sub() now raises an error for invalid numerical group 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 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 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 #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar 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 Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead 9 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 #28649: fix second issue with _ForwardRef (#328) 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 Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
wave.py Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 10 years ago
weakref.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #28115: Command-line interface of the zipfile module now uses argparse. 9 years ago