| .. |
|
asyncio
|
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
|
11 years ago |
|
collections
|
Issue #22609: Revert changes in UserDict. They conflicted with existing tests.
|
11 years ago |
|
concurrent
|
Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed
|
12 years ago |
|
ctypes
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
|
11 years ago |
|
curses
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
dbm
|
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
|
12 years ago |
|
distutils
|
Version bump for 3.4.3rc1.
|
11 years ago |
|
email
|
handle headers with no key (closes #19996)
|
11 years ago |
|
encodings
|
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
|
11 years ago |
|
ensurepip
|
Update pip to 6.0.8
|
11 years ago |
|
html
|
Issue #23181: More "codepoint" -> "code point".
|
11 years ago |
|
http
|
Issue #23418: Add missing entries to http.server.__all__.
|
11 years ago |
|
idlelib
|
Version bump for 3.4.3rc1.
|
11 years ago |
|
importlib
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
|
11 years ago |
|
json
|
Remove mentions of Python 2.x and being externally maintained from
|
12 years ago |
|
lib2to3
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
11 years ago |
|
logging
|
Issue #23207: logging.basicConfig() now does additional validation of its arguments.
|
11 years ago |
|
msilib
|
Issue #13540: Expanded argparse documents to clarify the action API
|
14 years ago |
|
multiprocessing
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
|
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 pydoc topics data for 3.4.3rc1 release.
|
11 years ago |
|
site-packages
|
Add a README file so that cvs update -P doesn't obliterate this
|
26 years ago |
|
sqlite3
|
Issue #21147: sqlite3 now raises an exception if the request contains a null
|
12 years ago |
|
test
|
Issue #17753: Skip test_zipfile tests which require write access to test
|
11 years ago |
|
tkinter
|
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
|
11 years ago |
|
turtledemo
|
De-'colour'ize stdlib except for idlelib.configDialog.
|
11 years ago |
|
unittest
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
11 years ago |
|
urllib
|
#23040: Clarify treatment of encoding and errors when component is bytes.
|
11 years ago |
|
venv
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
11 years ago |
|
wsgiref
|
Merge from 3.3
|
12 years ago |
|
xml
|
Removed duplicated words in in comments and docs.
|
11 years ago |
|
xmlrpc
|
merge 3.3 (#16043)
|
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
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
11 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 #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
|
12 years ago |
|
_pyio.py
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
|
11 years ago |
|
_sitebuiltins.py
|
#9364: Improve the text printed by help(pydoc) and help(help).
|
12 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
|
Closes #22675: fix typo.
|
11 years ago |
|
ast.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
asynchat.py
|
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
|
12 years ago |
|
asyncore.py
|
Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
|
12 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 #23181: More "codepoint" -> "code point".
|
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 #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
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
decimal.py
|
Issue #22284: Update decimal.__all__
|
12 years ago |
|
difflib.py
|
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
|
12 years ago |
|
dis.py
|
Close #17916: dis.Bytecode based replacement for distb
|
12 years ago |
|
doctest.py
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
11 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4)
|
11 years ago |
|
filecmp.py
|
shallow defaults to 'True' not '1' (closes #21355)
|
12 years ago |
|
fileinput.py
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
|
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 #18644: Fix a ResourceWarning in formatter.test().
|
11 years ago |
|
fractions.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ftplib.py
|
make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
|
11 years ago |
|
functools.py
|
Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering.
|
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
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
glob.py
|
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
|
12 years ago |
|
gzip.py
|
Issue #20875: Merge from 3.3
|
12 years ago |
|
hashlib.py
|
Removed duplicated words in in comments and docs.
|
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
|
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
|
11 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: Fix getsource() to load updated source of reloaded module
|
11 years ago |
|
io.py
|
#21225: copy docstrings from base classes
|
12 years ago |
|
ipaddress.py
|
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
locale.py
|
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
|
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
|
Issue #9850: Fixed macpath.join() for empty first component. Patch by
|
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 #22369: Change "context manager protocol" to "context management protocol".
|
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
|
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
|
12 years ago |
|
netrc.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
nntplib.py
|
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
|
11 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 #21408: The default __ne__() now returns NotImplemented if __eq__()
|
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
|
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
|
12 years ago |
|
pathlib.py
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
|
11 years ago |
|
pdb.py
|
Issue #22186: Fix typos in Lib/.
|
11 years ago |
|
pickle.py
|
Issue #23094: Fixed readline with frames in Python implementation of pickle.
|
11 years ago |
|
pickletools.py
|
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
|
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
|
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
|
12 years ago |
|
poplib.py
|
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
|
11 years ago |
|
posixpath.py
|
Issue #22034: Got rid of misleading error message for bytearray arguments in
|
12 years ago |
|
pprint.py
|
Issue #19104: pprint now produces evaluable output for wrapped strings.
|
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 #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 #22314: pydoc now works when the LINES environment variable is set.
|
11 years ago |
|
queue.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
quopri.py
|
Correct the quopri module documentation. Mention the correct types of the
|
12 years ago |
|
random.py
|
Issue 13355: Make random.triangular degrade gracefully when low == high.
|
12 years ago |
|
re.py
|
Fixed compile error in issue #22410. The _locale module is optional.
|
11 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
|
Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
|
11 years ago |
|
shelve.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
shlex.py
|
#18853: Fix resource warning in shlex's __main__ section.
|
11 years ago |
|
shutil.py
|
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
|
11 years ago |
|
site.py
|
https goodness
|
11 years ago |
|
smtpd.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
smtplib.py
|
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
|
11 years ago |
|
sndhdr.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
socket.py
|
fix instances of consecutive articles (closes #23221)
|
11 years ago |
|
socketserver.py
|
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
|
11 years ago |
|
sre_compile.py
|
Got rid of the array module dependency in the re module.
|
11 years ago |
|
sre_constants.py
|
Issue #13592: Improved the repr for regular expression pattern objects.
|
12 years ago |
|
sre_parse.py
|
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
|
11 years ago |
|
ssl.py
|
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
|
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
|
Issue #13598: Add auto-numbering of replacement fields to string.Formatter.
|
12 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 #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
|
11 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 #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
|
11 years ago |
|
telnetlib.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
tempfile.py
|
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
|
11 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
|
#11866: Eliminate race condition in the computation of names for new threads.
|
11 years ago |
|
timeit.py
|
Issue #18518: timeit now rejects statements which can't be compiled outside
|
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 #22599: Enhance tokenize.open() to be able to call it during Python
|
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
|
Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
|
12 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
|
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
|
11 years ago |
|
warnings.py
|
Fixed a typo in a comment (issue #23016).
|
11 years ago |
|
wave.py
|
Issue #19641: Added the audioop.byteswap() function to convert big-endian
|
12 years ago |
|
weakref.py
|
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
|
11 years ago |
|
webbrowser.py
|
The webbrowser module now uses subprocess's start_new_session=True rather
|
12 years ago |
|
xdrlib.py
|
Issue #11694: Raise ConversionError in xdrlib as documented
|
11 years ago |
|
zipfile.py
|
Issue #22219: The zipfile module CLI now adds entries for directories
|
11 years ago |