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.
 
 
 
 
 
 
Victor Stinner 87bddbac9d (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks 10 years ago
..
asyncio Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). 10 years ago
collections Issue #22609: Constructor of collections.UserDict now accepts the self keyword 10 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 Merge 3.4 (ctypes) 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 #22932: Fix timezones in email.utils.formatdate. 11 years ago
encodings Issue #16473: Merge codecs doc and test from 3.4 into 3.5 11 years ago
ensurepip Update pip to 7.1.2 and setuptools to 18.2 11 years ago
html #23144: merge with 3.4. 11 years ago
http Issue #24774: Fix docstring in http.server.test. 11 years ago
idlelib Merge with 3.4, Issue #24028: Add subsection about Idle calltips. 10 years ago
importlib Issue #24769: Interpreter now starts properly when dynamic loading 11 years ago
json Issue #24540: merger from 3.4 11 years ago
lib2to3 Issue #24619: Simplify async/await tokenization. 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 Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. 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 (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks 10 years ago
tkinter Issue #24408: Fixed test for tkinter.Font on OS X. 11 years ago
turtledemo issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo 11 years ago
unittest Marked keystrokes with the :kbd: role. 11 years ago
urllib Issue #24021: docstring for urllib.urlcleanup. 11 years ago
venv Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
wsgiref Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. 11 years ago
xml Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 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 Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. 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 #24881: Fixed setting binary mode in Python implementation of FileIO 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 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 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 #24688: ast.get_docstring() for 'async def' functions. 11 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) cgi.FieldStorage.read_multi ignores Content-Length 11 years ago
cgitb.py Issue #22831: Use "with" to avoid possible fd leaks. 11 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 Remaining fallout from 17911 11 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 17 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 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 #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 Merge 3.4 (datetime rounding) 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 #23572: Fixed functools.singledispatch on classes with falsy metaclasses. 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 Issue #23779: imaplib raises TypeError if authenticator tries to abort. 11 years ago
imghdr.py #20295: Teach imghdr to recognize OpenEXR format images. 12 years ago
imp.py Close #24748: Restore imp.load_dynamic compatibility 11 years ago
inspect.py Issue #24485: Function source inspection fails on closures. 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 Issue #24400: Introduce a distinct type for 'async def' coroutines. 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 merge from 3.4 11 years ago
pickle.py Issue #25262. Added support for BINBYTES8 opcode in Python implementation of 10 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 Merge from 3.4 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 #23441: rcompleter now prints a tab character instead of displaying 11 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 #24982: shutil.make_archive() with the "zip" format now adds entries 11 years ago
signal.py issue23673 11 years ago
site.py Fixes sys.path for applocal environments. 11 years ago
smtpd.py #21795: advertise 8BITMIME if decode_data is False. 11 years ago
smtplib.py - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional 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 #24580: Symbolic group references to open group in re patterns now are 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 #25034: Merge from 3.4. 10 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 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 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 Merge with 3.4: 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 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 #24631: Fixed regression in the timeit modulu with multyline setup. 11 years ago
token.py PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
tokenize.py Issue #24619: Simplify async/await tokenization. 11 years ago
trace.py Issue #23731: Implement PEP 488. 11 years ago
traceback.py Issue #25111: Fixed comparison of traceback.FrameSummary. 10 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 Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. 11 years ago
typing.py Issue #24635: Fixed flakiness in test_typing.py. 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 #24634: Importing uuid should not try to load libc on Windows 11 years ago
warnings.py Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) 11 years ago
wave.py Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 11 years ago
weakref.py Issue #22958: Constructor and update method of weakref.WeakValueDictionary 10 years ago
webbrowser.py Suppress a couple more DeprecationWarnings in the test suite. 12 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