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 0cdad1e2bc Issue #25349: Add fast path for b'%c' % int 10 years ago
..
asyncio Docs and one small improvement for issue #25304, by Vincent Michel. 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 Adds documentation for the new Windows embedded package. 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 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. 10 years ago
email Adds documentation for the new Windows embedded package. 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 Merge typo fixes from 3.5 10 years ago
idlelib merge 3.5 10 years ago
importlib Issue #25280: Import trace messages emitted in verbose (-v) mode are no 10 years ago
json Issue #24540: merger from 3.4 11 years ago
lib2to3 Merge 3.5 (Issue #24619) 11 years ago
logging Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban. 10 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 Updated topics (and susp-ignored) for Python 3.5.0b1. 11 years ago
site-packages Merge with 3.5. 10 years ago
sqlite3 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
test Issue #25349: Add fast path for b'%c' % int 10 years ago
tkinter Close issue6549: minor ttk.Style fixes 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 #16099: RobotFileParser now supports Crawl-delay and Request-rate 10 years ago
venv Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
wsgiref Adds documentation for the new Windows embedded package. 11 years ago
xml Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 10 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 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. 10 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 #24878: Fix typos and line wrap 11 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers. 11 years ago
ast.py Adds documentation for the new Windows embedded package. 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 Adds documentation for the new Windows embedded package. 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 #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 10 years ago
csv.py Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. 11 years ago
datetime.py cleanup datetime code 11 years ago
decimal.py Whitespace. 12 years ago
difflib.py Issue 24237: Raise PendingDeprecationWarning per PEP 479 11 years ago
dis.py Issue #24878: Add docstrings to selected namedtuples 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 Issue 25147: add reason for using _collections 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 Adds documentation for the new Windows embedded package. 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 #13248: Delete remaining references of inspect.getargspec(). 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 Issue #24379: Add operator.subscript() as a convenience for building slices. 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 10 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 #24879: Teach pydoc to display named tuple fields in the order they were defined. 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 #25011: rlcomplete now omits private and special attribute names unless 10 years ago
runpy.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 11 years ago
sched.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
selectors.py Issue #24878: Add docstrings to selected namedtuples 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 Closes #25185: merged fix from 3.4. 10 years ago
smtpd.py #25328: add missing raise keyword in decode_data+SMTPUTF8 check. 10 years ago
smtplib.py - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional 11 years ago
sndhdr.py Issue #24878: Add docstrings to selected 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 #24426: Fast searching optimization in regular expressions now works 11 years ago
sre_constants.py Issue #22831: Use "with" to avoid possible fd leaks. 11 years ago
sre_parse.py Adds documentation for the new Windows embedded package. 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.5. 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 3.4 (#25319) 10 years ago
timeit.py Issue #23552: Timeit now warns when there is substantial (4x) variance 11 years ago
token.py PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
tokenize.py Adds documentation for the new Windows embedded package. 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