| .. |
|
asyncio
|
Remove a duplicated import
|
12 years ago |
|
collections
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
concurrent
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ctypes
|
Issue #19734: ctypes resource management fixes
|
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
|
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
|
12 years ago |
|
email
|
#19063: fix set_payload handling of non-ASCII string input.
|
12 years ago |
|
encodings
|
Fixed incorrectly applying a patch for issue19668.
|
12 years ago |
|
ensurepip
|
Issue #19726: actually running 'hg add' helps...
|
12 years ago |
|
html
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
|
12 years ago |
|
http
|
Issue 19509: Don't call match_hostname() twice in http.client.
|
12 years ago |
|
idlelib
|
Issue #18270: merge from 3.3
|
12 years ago |
|
importlib
|
Issue #18864: Add a setter for ModuleSpec.has_location.
|
12 years ago |
|
json
|
Remove mentions of Python 2.x and being externally maintained from
|
12 years ago |
|
lib2to3
|
#19943: merge with 3.3.
|
12 years ago |
|
logging
|
Closes #19523: Merged fix from 3.3.
|
12 years ago |
|
msilib
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
multiprocessing
|
Implement PEP 451 (ModuleSpec).
|
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
|
Updated pydoc topics for 3.4.0b1.
|
12 years ago |
|
site-packages
|
Add a README file so that cvs update -P doesn't obliterate this
|
26 years ago |
|
sqlite3
|
Issue #19601: Use specific asserts in sqlite3 tests.
|
12 years ago |
|
test
|
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
|
12 years ago |
|
tkinter
|
Issue #19733: Temporary disable test_image on MacOSX.
|
12 years ago |
|
turtledemo
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
unittest
|
Remove commented out debugging code (remnants of issue #18996).
|
12 years ago |
|
urllib
|
Issue #19735: Implement private function ssl._create_stdlib_context() to
|
12 years ago |
|
venv
|
Issue #19734: venv still needs isolated mode
|
12 years ago |
|
wsgiref
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
xml
|
Merge from 3.3
|
12 years ago |
|
xmlrpc
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
|
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 #19545: Avoid chained exceptions while passing stray % to
|
12 years ago |
|
_threading_local.py
|
Issue #9707: Rewritten reference implementation of threading.local which
|
16 years ago |
|
_weakrefset.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
abc.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
aifc.py
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
|
12 years ago |
|
antigravity.py
|
Another hidden treasure.
|
17 years ago |
|
argparse.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ast.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
asynchat.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
asyncore.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
base64.py
|
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
|
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
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #19619: Blacklist non-text codecs in method API
|
12 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
configparser.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
contextlib.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
copy.py
|
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
|
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
|
Merge from 3.3.
|
12 years ago |
|
difflib.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
dis.py
|
Close #17916: dis.Bytecode based replacement for distb
|
12 years ago |
|
doctest.py
|
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
|
12 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
removed Enum.__eq__ as it added nothing
|
12 years ago |
|
filecmp.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
fractions.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ftplib.py
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
|
12 years ago |
|
functools.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
hashlib.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #19782: imaplib now supports SSLContext.check_hostname and server name
|
12 years ago |
|
imghdr.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
imp.py
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
|
12 years ago |
|
inspect.py
|
Issue #19674: inspect.signature() now produces a correct signature
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
mailcap.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
mimetypes.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
modulefinder.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
netrc.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
nntplib.py
|
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
|
12 years ago |
|
ntpath.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
optparse.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
os.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
pathlib.py
|
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
|
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 #6784: Strings from Python 2 can now be unpickled as bytes objects.
|
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
|
Implement PEP 451 (ModuleSpec).
|
12 years ago |
|
platform.py
|
Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces
|
12 years ago |
|
plistlib.py
|
Issue #14455: Fix maybe_open typo in Plist.fromFile().
|
12 years ago |
|
poplib.py
|
Issue #19784: poplib now supports SSLContext.check_hostname and server name
|
12 years ago |
|
posixpath.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pydoc.py
|
Issue #19674: inspect.signature() now produces a correct signature
|
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
|
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
sched.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
selectors.py
|
Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor.
|
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
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
site.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
smtpd.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
smtplib.py
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
sre_compile.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
sre_constants.py
|
Issue #13592: Improved the repr for regular expression pattern objects.
|
12 years ago |
|
sre_parse.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ssl.py
|
Issue #19509: Don't close the socket in do_handshake() when hostname verification fails.
|
12 years ago |
|
stat.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
statistics.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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
|
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
|
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 #13477: Added command line interface to the tarfile module.
|
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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 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
|
#19620: 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
tracemalloc.py
|
tracemalloc: Fix hash methods of Statistic and StatisticDiff
|
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
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
|
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
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
xdrlib.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
zipfile.py
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
|
12 years ago |