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.
 
 
 
 
 
 
Giampaolo Rodola' e09fb7198a fix #21076: turn signal module constants into enums 12 years ago
..
asyncio asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
collections Issue #19505: The items, keys, and values views of OrderedDict now support 12 years ago
concurrent Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed 12 years ago
ctypes Issue #21093: Prevent failures of ctypes test_macholib on OS X if a 12 years ago
curses Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
dbm Close #19282: Native context management in dbm 12 years ago
distutils Minor cosmetic enhancement to provide a more readable repr()esentation of Extension instances: 12 years ago
email asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
encodings Issue #20574: Implement incremental decoder for cp65001 code 12 years ago
ensurepip Close #20757: return success for skipped pip uninstall 12 years ago
html #20288: merge with 3.3. 12 years ago
http (Merge 3.4) Issue #20976: pyflakes: Remove unused imports 12 years ago
idlelib Issue #17654: merge from 3.4 12 years ago
importlib asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
json improve the command-line interface of json.tool (closes #21000) 12 years ago
lib2to3 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
logging Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. 12 years ago
msilib Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
multiprocessing asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 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 Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. 12 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 merge 3.3 (#20901) 12 years ago
test fix #21076: turn signal module constants into enums 12 years ago
tkinter Issue #20636: Improved the repr of Tkinter widgets. 12 years ago
turtledemo Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
unittest #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. 12 years ago
urllib fix typo 12 years ago
venv Issue #20976: pyflakes: Remove unused imports 12 years ago
wsgiref Update docstring to mention correct PEP number. 12 years ago
xml Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
xmlrpc Issue #20627: xmlrpc.client.ServerProxy is now a context manager. 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_compat_pickle.py Fix issue #19834: Support unpickling of exceptions pickled by Python 2. 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_pyio.py Close #20404: blacklist non-text encodings in io.TextIOWrapper 12 years ago
_sitebuiltins.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_strptime.py Issue #20976: pyflakes: Remove unused imports 12 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 Issue #19623: Fixed writing to unseekable files in the aifc module. 12 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py Issue #13107: argparse and optparse no longer raises an exception when output 12 years ago
ast.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
asynchat.py Issue #20976: pyflakes: Remove unused imports 12 years ago
asyncore.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
base64.py Issue #20879: Delay the initialization of encoding and decoding tables for 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 #13590: Improve support for OS X Xcode 4: 14 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
bz2.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 12 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 remove unused argument (closes #21135) 12 years ago
cgitb.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
chunk.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 #8260: The read(), readline() and readlines() methods of 12 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 #20976: pyflakes: Remove unused imports 12 years ago
configparser.py Issue #20363. Fixed BytesWarning triggerred by test suite. 12 years ago
contextlib.py Merge removal of issue 20317 debugging code from 3.3 12 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 remove the ability of datetime.time to be considered false (closes #13936) 12 years ago
decimal.py Issue #20976: pyflakes: Remove unused imports 12 years ago
difflib.py (Merge 3.4) Issue #20976: pyflakes: Remove unused imports 12 years ago
dis.py Close #17916: dis.Bytecode based replacement for distb 12 years ago
doctest.py Issue #3158: Provide a couple of fallbacks for in case a method_descriptor 12 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
enum.py Close issue20653: improve functional API docs; minor code changes 12 years ago
filecmp.py whatsnew: filecmp.clear_cache, and reword description of cache in docs. 12 years ago
fileinput.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 12 years ago
fnmatch.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
formatter.py Issue #19165: The formatter module graduates to full deprecation. 12 years ago
fractions.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
ftplib.py Issue #20978: pyflakes: fix undefined names 12 years ago
functools.py Issue #20976: pyflakes: Remove unused imports 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
gettext.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
glob.py Issue #8402: Added the escape() function to the glob module. 12 years ago
gzip.py Issue #20875: Merge from 3.3 12 years ago
hashlib.py * Issue #16113: Remove sha3 module again. 12 years ago
heapq.py Broaden the early-out test for nsmallest and nlargest 12 years ago
hmac.py Issue #18775: Add name and block_size attribute to HMAC object. They now 12 years ago
imaplib.py #20013: don't raise socket error when selected mailbox deleted. 12 years ago
imghdr.py Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
imp.py Issue #15204: Deprecated the 'U' mode in file-like objects. 12 years ago
inspect.py inspect: Remove references to Python-3000 12 years ago
io.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
ipaddress.py Issue #19157: Include the broadcast address in the usuable hosts for IPv6 12 years ago
keyword.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
linecache.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
locale.py Issue #20046: Locale alias table no longer contains entities which can be 12 years ago
lzma.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 12 years ago
macpath.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
macurl2path.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
mailbox.py Issue #20976: pyflakes: Remove unused imports 12 years ago
mailcap.py Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
mimetypes.py Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
modulefinder.py merge for issue #20778 12 years ago
netrc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
nntplib.py Issue #20976: pyflakes: Remove unused imports 12 years ago
ntpath.py Issue #6815: os.path.expandvars() now supports non-ASCII environment 12 years ago
nturl2path.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
numbers.py Issue #13590: Improve support for OS X Xcode 4: 14 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 merge 3.3 (#21082) 12 years ago
pathlib.py Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. 12 years ago
pdb.py Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 12 years ago
pickle.py Issue #20976: pyflakes: Remove unused imports 12 years ago
pickletools.py Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 12 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py Close #20839: pkgutil.find_loader now uses importlib.util.find_spec 12 years ago
platform.py Issue #20976: pyflakes: Remove unused imports 12 years ago
plistlib.py Issue #14455: fix handling of unsigned long long values for binary plist files 12 years ago
poplib.py Issue #19784: poplib now supports SSLContext.check_hostname and server name 12 years ago
posixpath.py Fixed typo in previous commit (issue #6815). 12 years ago
pprint.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyclbr.py Issue 19944: Fix importlib.find_spec() so it imports parents as needed. 12 years ago
pydoc.py Issue #20976: pyflakes: Remove unused imports 12 years ago
queue.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
quopri.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
random.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
re.py Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. 12 years ago
reprlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rlcompleter.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 Fix issue 18931: selectors module now supports /dev/poll on Solaris. 12 years ago
shelve.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
shlex.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shutil.py #20744: don't try running an external 'zip' in shutil.make_archive() 12 years ago
signal.py fix #21076: turn signal module constants into enums 12 years ago
site.py Issue #16047: Fix module exception list and __file__ handling in freeze. 12 years ago
smtpd.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
smtplib.py merge with 3.3 12 years ago
sndhdr.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
socket.py Provide a more readable representation of socket on repr(). 12 years ago
socketserver.py Issue #21040: socketserver: Use the selectors module. 12 years ago
sre_compile.py Issue #20976: pyflakes: Remove unused imports 12 years ago
sre_constants.py Issue #13592: Improved the repr for regular expression pattern objects. 12 years ago
sre_parse.py Issue #20976: pyflakes: Remove unused imports 12 years ago
ssl.py asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 Issue #20976: pyflakes: Remove unused imports 12 years ago
sunau.py Issue #16685: Added support for writing any bytes-like objects in the aifc, 12 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 #20976: pyflakes: Remove unused imports 12 years ago
telnetlib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
tempfile.py Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), 12 years ago
textwrap.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Issue #20976: pyflakes: Remove unused imports 12 years ago
timeit.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
token.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
tokenize.py Merge with 3.3 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
types.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 15 years ago
uuid.py Merge #19855: restore use of LC_ALL, not LC_MESSAGES 12 years ago
warnings.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
wave.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
weakref.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
webbrowser.py #19975: remove unused imports from webbrowser module. 12 years ago
xdrlib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
zipfile.py Issue #20262: Warnings are raised now when duplicate names are added in the 12 years ago