..
asyncio
Merge 3.5 (issue #28652)
10 years ago
collections
Issue #17941: Add a *module* parameter to collections.namedtuple()
10 years ago
concurrent
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
10 years ago
ctypes
Issue #25659: Merge ctypes fix from 3.5
10 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
Issue 26931: Skip the test_distutils tests using a compiler executable
10 years ago
email
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
10 years ago
encodings
Revert #27959: ImportError within an encoding module should also skip the encoding
10 years ago
ensurepip
Merge - upgrade pip/setuptools
10 years ago
html
#27364: fix "incorrect" uses of escape character in the stdlib.
10 years ago
http
Issue #22493: Inline flags now should be used only at the start of the
10 years ago
idlelib
Issue #28572: Use system-specific values for configdialog font test
10 years ago
importlib
Issue #23722: improve __classcell__ compatibility
10 years ago
json
Fixed the documentation of parse_constant argument in json.load().
10 years ago
lib2to3
merge 3.5
10 years ago
logging
Closes #27930: Merged fix from 3.5.
10 years ago
msilib
#27364: fix "incorrect" uses of escape character in the stdlib.
10 years ago
multiprocessing
Issue #28053: Applying refactorings, docs and other cleanup to follow.
10 years ago
pydoc_data
Update pydoc topics for 3.6.0rc1
10 years ago
site-packages
Merge with 3.5.
11 years ago
sqlite3
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
10 years ago
test
Fix a memory leak in split-table dictionaries
10 years ago
tkinter
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
10 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
10 years ago
urllib
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
10 years ago
venv
Closes #25671: Merged fix from 3.5.
10 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
10 years ago
xmlrpc
Issue #26885: xmlrpc now supports unmarshalling additional data types used
10 years ago
__future__.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
15 years ago
_collections_abc.py
Issue #28720: Add collections.abc.AsyncGenerator.
10 years ago
_compat_pickle.py
Issue #15767: Add ModuleNotFoundError.
10 years ago
_compression.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
_dummy_thread.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
10 years ago
_pydecimal.py
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
10 years ago
_pyio.py
Drop unused import
10 years ago
_sitebuiltins.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
15 years ago
abc.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
10 years ago
argparse.py
Issue #17940: Remove redundant code from _Section.format_help()
11 years ago
ast.py
Add ast.Constant
11 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,
10 years ago
base64.py
Use sequence repetition instead of bytes constructor with integer argument.
10 years ago
bdb.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
binhex.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
bisect.py
Per the language summit, the optional fastpath imports should use from-import-star.
18 years ago
bz2.py
Issue #28225: bz2 module now supports pathlib
10 years ago
cProfile.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
calendar.py
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
10 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.
15 years ago
chunk.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
15 years ago
codeop.py
correct porting error with raise #7161
17 years ago
colorsys.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
compileall.py
Issue #28485: Merge single-threading fix from 3.5 into 3.6
10 years ago
configparser.py
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
10 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().
11 years ago
copyreg.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
crypt.py
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
11 years ago
csv.py
Issue #18219: Optimize csv.DictWriter for large number of columns.
10 years ago
datetime.py
Issue #28752: Restored the __reduce__() methods of datetime objects.
10 years ago
decimal.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
difflib.py
#27364: fix "incorrect" uses of escape character in the stdlib.
10 years ago
dis.py
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
10 years ago
doctest.py
#27364: fix "incorrect" uses of escape character in the stdlib.
10 years ago
dummy_threading.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
18 years ago
enum.py
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
10 years ago
filecmp.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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
10 years ago
formatter.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
10 years ago
functools.py
Issue #27137: align Python & C implementations of functools.partial
10 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.
15 years ago
getpass.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
gettext.py
Issue #28563: Make plural form selection more lenient and accepting
10 years ago
glob.py
Issue #25596: Optimized glob() and iglob() functions in the
10 years ago
gzip.py
Issue #28227: gzip now supports pathlib
10 years ago
hashlib.py
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
10 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.
10 years ago
imaplib.py
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
10 years ago
imghdr.py
Issue #28228: imghdr now supports pathlib
10 years ago
imp.py
Merge for #26844
10 years ago
inspect.py
Issue #27172: Undeprecate inspect.getfullargspec()
10 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.
15 years ago
linecache.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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
10 years ago
macpath.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
macurl2path.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
10 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.
15 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,
10 years ago
nturl2path.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
numbers.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
opcode.py
Issue #28257: Improved error message when pass a non-iterable as
10 years ago
operator.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
optparse.py
Merge doc and comment fixes from 3.5
10 years ago
os.py
Fixes empty tuple case.
10 years ago
pathlib.py
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
10 years ago
pdb.py
Issue #20766: Merge with 3.5.
10 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.
10 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.
10 years ago
platform.py
Issue #27932: Prevent memory leak in win32_ver().
10 years ago
plistlib.py
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
10 years ago
poplib.py
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
10 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.
15 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.
15 years ago
py_compile.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
pyclbr.py
Removed unused imports.
10 years ago
pydoc.py
Issue #15767: Use ModuleNotFoundError.
10 years ago
queue.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
quopri.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
random.py
Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo).
10 years ago
re.py
Issue #28193: Use lru_cache in the re module.
10 years ago
reprlib.py
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
10 years ago
rlcompleter.py
Merge 3.5
11 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.
10 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.
10 years ago
shelve.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 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.
10 years ago
signal.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
site.py
Issue #28637: No longer use re in site.py.
10 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.
10 years ago
sndhdr.py
Issue #24878: Add docstrings to selected namedtuples
11 years ago
socket.py
Issue #26384: Merge from 3.5
10 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.
10 years ago
sre_constants.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
sre_parse.py
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
10 years ago
ssl.py
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
10 years ago
stat.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
statistics.py
Issue #27181 remove geometric_mean and defer for 3.7.
10 years ago
string.py
#27364: fix "incorrect" uses of escape character in the stdlib.
10 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.
15 years ago
subprocess.py
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
10 years ago
sunau.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
symbol.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
10 years ago
symtable.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
10 years ago
sysconfig.py
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
10 years ago
tabnanny.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
tarfile.py
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
10 years ago
telnetlib.py
#25485: Add context manager support to Telnet class.
11 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.
10 years ago
this.py
Fix most trivially-findable print statements.
20 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.
15 years ago
tokenize.py
Issue #26331: Implement the parsing part of PEP 515.
10 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
10 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
26 years ago
turtle.py
Correct spelling in documentation and code comment
10 years ago
types.py
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
10 years ago
typing.py
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
10 years ago
uu.py
Issue #10266: uu.decode didn't close in_file explicitly when it was given
16 years ago
uuid.py
Removed unused imports.
10 years ago
warnings.py
Issue #28835: Tidy previous showwarning changes based on review comments.
10 years ago
wave.py
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
11 years ago
weakref.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
webbrowser.py
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
10 years ago
xdrlib.py
Issue #25314: store_true and store_false also create appropriate defaults.
15 years ago
zipapp.py
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
10 years ago
zipfile.py
Issue #26293: Fixed writing ZIP files that starts not from the start of the
10 years ago