| .. |
|
asyncio
|
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
|
11 years ago |
|
collections
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
11 years ago |
|
concurrent
|
Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process.
|
11 years ago |
|
ctypes
|
Issue #23911: Fix ctypes test on Windows.
|
11 years ago |
|
curses
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
dbm
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
distutils
|
merge 3.4
|
11 years ago |
|
email
|
Issue #21448: Improve performance of the email feedparser
|
11 years ago |
|
encodings
|
Added forgotten new files for issues #22681 and #22682.
|
11 years ago |
|
ensurepip
|
#23891: describe a few more modules in the tutorial
|
11 years ago |
|
html
|
Issue #23181: More "codepoint" -> "code point".
|
11 years ago |
|
http
|
merge 3.4 (#22931)
|
11 years ago |
|
idlelib
|
Update idlelib/NEWS.txt
|
11 years ago |
|
importlib
|
in dict displays, evaluate the key before the value (closes #11205)
|
11 years ago |
|
json
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
11 years ago |
|
lib2to3
|
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
|
11 years ago |
|
logging
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
msilib
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
multiprocessing
|
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
|
11 years ago |
|
plat-aix4
|
Rip out 'long' and 'L'-suffixed integer literals.
|
19 years ago |
|
plat-darwin
|
These are present in the trunk but no longer in 3.x, which causes problems
|
17 years ago |
|
plat-freebsd4
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd5
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd6
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd7
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd8
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-generic
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
plat-linux
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
plat-netbsd1
|
Whitespace normalization, via reindent.py.
|
22 years ago |
|
plat-next3
|
Do no regenerate modules that should no longer be here.
|
25 years ago |
|
plat-sunos5
|
Merged revisions 78678,78680,78682 via svnmerge from
|
16 years ago |
|
plat-unixware7
|
Merged revisions 55817-55961 via svnmerge from
|
19 years ago |
|
pydoc_data
|
Regenerated pydoc topic index in preparation for Python 3.5.0b2.
|
11 years ago |
|
site-packages
|
Add a README file so that cvs update -P doesn't obliterate this
|
26 years ago |
|
sqlite3
|
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
|
11 years ago |
|
test
|
Issue #24299: Fixed test__locale on Solaris.
|
11 years ago |
|
tkinter
|
Issue #24408: Added more tkinter.Font tests.
|
11 years ago |
|
turtledemo
|
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
|
11 years ago |
|
unittest
|
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
|
11 years ago |
|
urllib
|
Issue #13866: add *quote_via* argument to urlencode.
|
11 years ago |
|
venv
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
wsgiref
|
Merge from 3.4
|
11 years ago |
|
xml
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
xmlrpc
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
__future__.py
|
PEP 479: Change StopIteration handling inside generators.
|
11 years ago |
|
__phello__.foo.py
|
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
|
25 years ago |
|
_bootlocale.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
_collections_abc.py
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
|
11 years ago |
|
_compat_pickle.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
_compression.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
_dummy_thread.py
|
Issue 21137: Better repr for threading.Lock()
|
12 years ago |
|
_markupbase.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_osx_support.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
_pydecimal.py
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
|
11 years ago |
|
_pyio.py
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
|
11 years ago |
|
_sitebuiltins.py
|
#9364: Improve the text printed by help(pydoc) and help(help).
|
12 years ago |
|
_strptime.py
|
Fixed using deprecated escaping in regular expression in _strptime.py (issue23622).
|
11 years ago |
|
_threading_local.py
|
Issue #9707: Rewritten reference implementation of threading.local which
|
16 years ago |
|
_weakrefset.py
|
Issue #20006: Fix sporadic failures in test_weakset.
|
12 years ago |
|
abc.py
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
|
12 years ago |
|
aifc.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
antigravity.py
|
Another hidden treasure.
|
17 years ago |
|
argparse.py
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
|
11 years ago |
|
ast.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
asynchat.py
|
(Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now
|
12 years ago |
|
asyncore.py
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
|
11 years ago |
|
base64.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
bdb.py
|
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye.
|
12 years ago |
|
binhex.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
bisect.py
|
Per the language summit, the optional fastpath imports should use from-import-star.
|
17 years ago |
|
bz2.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
cProfile.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
calendar.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
cgi.py
|
merge 3.4 (#23801)
|
11 years ago |
|
cgitb.py
|
Issue #22831: Use "with" to avoid possible fd leaks.
|
11 years ago |
|
chunk.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
cmd.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
code.py
|
Remaining fallout from 17911
|
11 years ago |
|
codecs.py
|
Escaped backslashes in docstrings.
|
11 years ago |
|
codeop.py
|
correct porting error with raise #7161
|
16 years ago |
|
colorsys.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
compileall.py
|
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
|
11 years ago |
|
configparser.py
|
Closes #18159: ConfigParser getters not available on SectionProxy
|
11 years ago |
|
contextlib.py
|
PEP 479: Change StopIteration handling inside generators.
|
11 years ago |
|
copy.py
|
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
|
11 years ago |
|
copyreg.py
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
|
12 years ago |
|
crypt.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
csv.py
|
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
|
11 years ago |
|
datetime.py
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
|
11 years ago |
|
decimal.py
|
Whitespace.
|
12 years ago |
|
difflib.py
|
Issue 24237: Raise PendingDeprecationWarning per PEP 479
|
11 years ago |
|
dis.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
doctest.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
Close issue23900: add default __doc__ to new enumerations that do not specify one.
|
11 years ago |
|
filecmp.py
|
shallow defaults to 'True' not '1' (closes #21355)
|
12 years ago |
|
fileinput.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
fnmatch.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
formatter.py
|
Fix module deprecation warnings to have a useful stacklevel
|
11 years ago |
|
fractions.py
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
|
11 years ago |
|
ftplib.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
functools.py
|
Issue #14373: Added C implementation of functools.lru_cache(). Based on
|
11 years ago |
|
genericpath.py
|
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
|
11 years ago |
|
getopt.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
getpass.py
|
#21169: add comment and doc update for getpass change.
|
12 years ago |
|
gettext.py
|
Merge from 3.4
|
11 years ago |
|
glob.py
|
Issue #13968: The glob module now supports recursive search in
|
12 years ago |
|
gzip.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
hashlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
heapq.py
|
Issue #22186: Fix typos in Lib/.
|
11 years ago |
|
hmac.py
|
Issue #18775: Add name and block_size attribute to HMAC object. They now
|
12 years ago |
|
imaplib.py
|
#21800: Add RFC 6855 support to imaplib.
|
11 years ago |
|
imghdr.py
|
#20295: Teach imghdr to recognize OpenEXR format images.
|
12 years ago |
|
imp.py
|
PEP 489: Multi-phase extension module initialization
|
11 years ago |
|
inspect.py
|
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
|
11 years ago |
|
io.py
|
#21225: copy docstrings from base classes
|
12 years ago |
|
ipaddress.py
|
Issue #16261: Converted some bare except statements to except statements
|
11 years ago |
|
keyword.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
linecache.py
|
Issue #23838: linecache now clears the cache and returns an empty result on
|
11 years ago |
|
locale.py
|
Issue #22681: Added support for the koi8_t encoding.
|
11 years ago |
|
lzma.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
macpath.py
|
Issue #23780: Improved error message in os.path.join() with single argument.
|
11 years ago |
|
macurl2path.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
mailbox.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
mailcap.py
|
Issue #20331: Fixed possible FD leaks in various modules:
|
12 years ago |
|
mimetypes.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
modulefinder.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
11 years ago |
|
netrc.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
nntplib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
ntpath.py
|
Issue #23780: Improved error message in os.path.join() with single argument.
|
11 years ago |
|
nturl2path.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
numbers.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
opcode.py
|
remove STORE_MAP, since it's unused
|
11 years ago |
|
operator.py
|
added matmul and imatmul to operator.__all__
|
11 years ago |
|
optparse.py
|
Issue #20315: Removed support for backward compatibility with early 2.x versions.
|
12 years ago |
|
os.py
|
merge 3.4 (#23929)
|
11 years ago |
|
pathlib.py
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
|
11 years ago |
|
pdb.py
|
Issue #22186: Fix typos in Lib/.
|
11 years ago |
|
pickle.py
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
|
11 years ago |
|
pickletools.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pkgutil.py
|
Issue #20383: Introduce importlib.util.module_from_spec().
|
12 years ago |
|
platform.py
|
Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform().
|
11 years ago |
|
plistlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
poplib.py
|
#21804: Add RFC 6856 (UTF8) support to poplib.
|
11 years ago |
|
posixpath.py
|
Issue #23780: Improved error message in os.path.join() with single argument.
|
11 years ago |
|
pprint.py
|
Issue #18682: Optimized pprint functions for builtin scalar types.
|
11 years ago |
|
profile.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
pstats.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
pty.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
py_compile.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
11 years ago |
|
pyclbr.py
|
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
|
12 years ago |
|
pydoc.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
11 years ago |
|
queue.py
|
Issue #22043: time.monotonic() is now always available
|
12 years ago |
|
quopri.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
random.py
|
merge
|
12 years ago |
|
re.py
|
Issue #22364: Improved some re error messages using regex for hints.
|
11 years ago |
|
reprlib.py
|
Issue #22824: Simplify reprlib output format for empty arrays
|
11 years ago |
|
rlcompleter.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
runpy.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
11 years ago |
|
sched.py
|
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
|
11 years ago |
|
selectors.py
|
Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
|
11 years ago |
|
shelve.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
shlex.py
|
Issue #24113: Remove unreachable code in shlex.
|
11 years ago |
|
shutil.py
|
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
|
11 years ago |
|
signal.py
|
issue23673
|
11 years ago |
|
site.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
11 years ago |
|
smtpd.py
|
#21795: advertise 8BITMIME if decode_data is False.
|
11 years ago |
|
smtplib.py
|
#24218: Add SMTPUTF8 support to send_message.
|
11 years ago |
|
sndhdr.py
|
#18615: Make sndhdr return namedtuples.
|
11 years ago |
|
socket.py
|
issue23673
|
11 years ago |
|
socketserver.py
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
|
11 years ago |
|
sre_compile.py
|
Issue #22364: Improved some re error messages using regex for hints.
|
11 years ago |
|
sre_constants.py
|
Issue #22831: Use "with" to avoid possible fd leaks.
|
11 years ago |
|
sre_parse.py
|
Issue #14260: The groupindex attribute of regular expression pattern object
|
11 years ago |
|
ssl.py
|
issue23673
|
11 years ago |
|
stat.py
|
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
|
12 years ago |
|
statistics.py
|
Issue #22823: Use set literals instead of creating a set from a list
|
11 years ago |
|
string.py
|
Issue #23671: string.Template now allows to specify the "self" parameter as
|
11 years ago |
|
stringprep.py
|
Merged revisions 55007-55179 via svnmerge from
|
19 years ago |
|
struct.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
subprocess.py
|
Add a subprocess.run() function than returns a CalledProcess instance for a
|
11 years ago |
|
sunau.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
symbol.py
|
Issue 24297: Update symbol.py. See also issue 24017.
|
11 years ago |
|
symtable.py
|
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
|
11 years ago |
|
sysconfig.py
|
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
|
11 years ago |
|
tabnanny.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
tarfile.py
|
tarfile.open() with mode 'x' created files without an end of archive marker.
|
11 years ago |
|
telnetlib.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
tempfile.py
|
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
|
11 years ago |
|
textwrap.py
|
Escaped backslashes in docstrings.
|
11 years ago |
|
this.py
|
Fix most trivially-findable print statements.
|
19 years ago |
|
threading.py
|
Merge: #11866: Eliminate race condition in the computation of names for new threads.
|
11 years ago |
|
timeit.py
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
|
11 years ago |
|
token.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
tokenize.py
|
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
|
11 years ago |
|
trace.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
traceback.py
|
Issue #22619: Added negative limit support in the traceback module.
|
11 years ago |
|
tracemalloc.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
tty.py
|
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
|
25 years ago |
|
turtle.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
types.py
|
Issue 24316: Wrap gen objects returned from callables in types.coroutine
|
11 years ago |
|
typing.py
|
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
|
11 years ago |
|
uu.py
|
Issue #10266: uu.decode didn't close in_file explicitly when it was given
|
15 years ago |
|
uuid.py
|
Issue #16261: Converted some bare except statements to except statements
|
11 years ago |
|
warnings.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
wave.py
|
Issue #23865: close() methods in multiple modules now are idempotent and more
|
11 years ago |
|
weakref.py
|
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
|
11 years ago |
|
webbrowser.py
|
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
|
11 years ago |
|
xdrlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
zipapp.py
|
#23657 Don't explicitly do an isinstance check for str in zipapp
|
11 years ago |
|
zipfile.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |