..
asyncio
Issue #24867: Fix Task.get_stack() for 'async def' coroutines
11 years ago
collections
Fix whitespace in comment.
10 years ago
concurrent
Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed
12 years ago
ctypes
Issue #24729: Update tutorial to match implementation.
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
fix name of argument in docstring and the docs (closes #25076)
10 years ago
email
Issue #22932: Fix timezones in email.utils.formatdate.
11 years ago
encodings
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
10 years ago
ensurepip
Update pip to 7.1.2 and setuptools to 18.2
11 years ago
html
#23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True.
10 years ago
http
Issue #24774: Fix docstring in http.server.test.
11 years ago
idlelib
Issue 24199: Deprecate idlelib.idlever with a warning on import.
10 years ago
importlib
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
json
Issue #24540: fix typo in json.dumps docstring
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 #13540: Expanded argparse documents to clarify the action API
14 years ago
multiprocessing
Issue #23865: close() methods in multiple modules now are idempotent and more
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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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 #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
10 years ago
tkinter
Issue #24408: Fixed test for tkinter.Font on OS X.
11 years ago
turtledemo
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
unittest
Marked keystrokes with the :kbd: role.
10 years ago
urllib
Issue #24021: docstring for urllib.urlcleanup.
11 years ago
venv
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
wsgiref
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
11 years ago
xml
Issue #24125: Saved error's line and column numbers when an error is occured
11 years ago
xmlrpc
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
__future__.py
Issue #13590: Improve support for OS X Xcode 4:
14 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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
_compat_pickle.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
_dummy_thread.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
_markupbase.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
_osx_support.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
#16832: s/integer/object/ in docs/docstring, and add whatsnew entry.
12 years ago
aifc.py
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
11 years ago
antigravity.py
Another hidden treasure.
17 years ago
argparse.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
ast.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
asynchat.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
asyncore.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
base64.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
cgi.FieldStorage.read_multi ignores Content-Length
11 years ago
cgitb.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
chunk.py
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
11 years ago
cmd.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
code.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
codecs.py
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
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 #20976: pyflakes: Remove unused imports
12 years ago
configparser.py
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
11 years ago
contextlib.py
Issue #24336: The contextmanager decorator now works with functions with
11 years ago
copy.py
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
12 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
#19449: Handle non-string keys when generating 'fieldnames' error.
12 years ago
datetime.py
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
10 years ago
decimal.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
difflib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
dis.py
Close #17916: dis.Bytecode based replacement for distb
12 years ago
doctest.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
dummy_threading.py
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
18 years ago
enum.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
fractions.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
ftplib.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
functools.py
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
11 years ago
genericpath.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 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
#17898: reset k and v so that the loop doesn't use an old value
11 years ago
glob.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
gzip.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
hashlib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
heapq.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
hmac.py
Issue #18775: Add name and block_size attribute to HMAC object. They now
12 years ago
imaplib.py
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
11 years ago
imghdr.py
Issue #20331: Fixed possible FD leaks in various modules:
12 years ago
imp.py
Issue #23956: Fix typo in imp.py docstring.
11 years ago
inspect.py
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
11 years ago
io.py
#21225: copy docstrings from base classes
12 years ago
ipaddress.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
keyword.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
linecache.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
locale.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
lzma.py
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
12 years ago
macpath.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
modulefinder.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
netrc.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
nntplib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
ntpath.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
nturl2path.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
numbers.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
opcode.py
Issue #19722: Added opcode.stack_effect(), which accurately
12 years ago
operator.py
Issue #19936: Added executable bits or shebang lines to Python scripts which
12 years ago
optparse.py
Issue #20315: Removed support for backward compatibility with early 2.x versions.
12 years ago
os.py
remove useless word (closes #23929)
11 years ago
pathlib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pdb.py
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
11 years ago
pickle.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pickletools.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pipes.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
pkgutil.py
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
12 years ago
platform.py
Issue #20976: pyflakes: Remove unused imports
12 years ago
plistlib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
poplib.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
posixpath.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pprint.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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 #23811: Add missing newline to the PyCompileError error message.
11 years ago
pyclbr.py
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
12 years ago
pydoc.py
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
11 years ago
queue.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
quopri.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
random.py
Issue 13355: Make random.triangular degrade gracefully when low == high.
12 years ago
re.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
reprlib.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
rlcompleter.py
Issue #23441: rcompleter now prints a tab character instead of displaying
11 years ago
runpy.py
Issue #20976: pyflakes: Remove unused imports
12 years ago
sched.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
selectors.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
shelve.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
shlex.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
shutil.py
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
10 years ago
site.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
smtpd.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
smtplib.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
sndhdr.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
socket.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
socketserver.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
sre_compile.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
sre_constants.py
Issue #13592: Improved the repr for regular expression pattern objects.
12 years ago
sre_parse.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
ssl.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
stat.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
statistics.py
Close #20536: correctly handle Decimal exponents in statistics
12 years ago
string.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
sunau.py
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
11 years ago
symbol.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
symtable.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
sysconfig.py
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
12 years ago
tabnanny.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
tarfile.py
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
11 years ago
telnetlib.py
Issue #23865: close() methods in multiple modules now are idempotent and more
11 years ago
tempfile.py
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
11 years ago
textwrap.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
this.py
Fix most trivially-findable print statements.
19 years ago
threading.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
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
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
tokenize.py
Issue #20387: Restore retention of indentation during untokenize.
11 years ago
trace.py
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
traceback.py
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
12 years ago
tracemalloc.py
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
12 years ago
tty.py
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
25 years ago
turtle.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
types.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
uu.py
Issue #10266: uu.decode didn't close in_file explicitly when it was given
15 years ago
uuid.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
warnings.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
wave.py
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
11 years ago
weakref.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
webbrowser.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
xdrlib.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
zipfile.py
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago