| .. |
|
collections
|
Fix typo on MutableSequence docstring.
|
13 years ago |
|
concurrent
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
|
13 years ago |
|
ctypes
|
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
|
13 years ago |
|
curses
|
Fix docstring in curses (#16782)
|
13 years ago |
|
dbm
|
#17198: merge with 3.3.
|
13 years ago |
|
distutils
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
13 years ago |
|
email
|
Merge: #18437: fix comment typo.
|
13 years ago |
|
encodings
|
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
|
13 years ago |
|
html
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
|
13 years ago |
|
http
|
Issue #16658: add missing return to HTTPConnection.send().
|
13 years ago |
|
idlelib
|
Merge with 3.3
|
13 years ago |
|
importlib
|
Issue #18415: Normalize what type of quotes are used with string
|
13 years ago |
|
json
|
Merge #16057: Clarify why the base method default is called in custom encoders.
|
13 years ago |
|
lib2to3
|
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
|
13 years ago |
|
logging
|
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
|
13 years ago |
|
msilib
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
|
13 years ago |
|
multiprocessing
|
Issue #18593: fix typo in comment
|
13 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
|
Update pydoc topics.
|
13 years ago |
|
site-packages
|
Add a README file so that cvs update -P doesn't obliterate this
|
26 years ago |
|
sqlite3
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
13 years ago |
|
test
|
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
|
13 years ago |
|
tkinter
|
Fix usage of the unittest.skip decorator.
|
13 years ago |
|
turtledemo
|
Issue # 17177: Stop using imp in turtledemo
|
13 years ago |
|
unittest
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
|
13 years ago |
|
urllib
|
merge from 3.3
|
13 years ago |
|
venv
|
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1.
|
13 years ago |
|
wsgiref
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
xml
|
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
|
13 years ago |
|
xmlrpc
|
Replace IOError with OSError (#16715)
|
13 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 |
|
_compat_pickle.py
|
Issue #6137: The pickle module now translates module names when loading
|
17 years ago |
|
_dummy_thread.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_markupbase.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_osx_support.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
_pyio.py
|
Issue #17516: remove dead code
|
13 years ago |
|
_strptime.py
|
#17572: merge with 3.3.
|
13 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
|
Fix #16832 - expose cache validity checking support in ABCMeta
|
13 years ago |
|
aifc.py
|
#17818: aifc.getparams now returns a namedtuple.
|
13 years ago |
|
antigravity.py
|
Another hidden treasure.
|
17 years ago |
|
argparse.py
|
Issue #17047: remove doubled words added in 3.4,
|
13 years ago |
|
ast.py
|
create NameConstant AST class for None, True, and False literals (closes #16619)
|
13 years ago |
|
asynchat.py
|
Issue #16787: Increase asyncore and asynchat default output buffers size, to
|
13 years ago |
|
asyncore.py
|
Do not raise exception on close() on account of socket attribute still being None:
|
13 years ago |
|
base64.py
|
Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
|
13 years ago |
|
bdb.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 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
|
bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.
|
14 years ago |
|
cProfile.py
|
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.
|
13 years ago |
|
calendar.py
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
cgi.py
|
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
|
13 years ago |
|
cgitb.py
|
merge #12890: don't emit <p> tags in text mode when logdir specified.
|
13 years ago |
|
chunk.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
cmd.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
code.py
|
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
|
14 years ago |
|
codecs.py
|
Describe 'surrogateescape' in the documentation.
|
13 years ago |
|
codeop.py
|
correct porting error with raise #7161
|
17 years ago |
|
colorsys.py
|
pep8tify conditionals
|
17 years ago |
|
compileall.py
|
Issue #17177: stop using imp for compileall.
|
13 years ago |
|
configparser.py
|
Merged fix for issue #18260 from 3.3
|
13 years ago |
|
contextlib.py
|
Issue #15806: Add contextlib.ignored().
|
13 years ago |
|
copy.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
copyreg.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
crypt.py
|
white space cleanup
|
14 years ago |
|
csv.py
|
#18155: Regex-escape delimiter, in case it is a regex special char.
|
13 years ago |
|
datetime.py
|
#17571: merge with 3.3.
|
13 years ago |
|
decimal.py
|
Merge 3.3.
|
13 years ago |
|
difflib.py
|
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
|
13 years ago |
|
dis.py
|
Issue #11816: multiple improvements to the dis module
|
13 years ago |
|
doctest.py
|
#11390: convert doctest CLI to argparse and add -o and -f options.
|
13 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
Close #18545: now only executes member_type if no _value_ is assigned in __new__.
|
13 years ago |
|
filecmp.py
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
|
13 years ago |
|
fileinput.py
|
Merge with 3.3
|
13 years ago |
|
fnmatch.py
|
Set cache sizes to a power-of-two
|
13 years ago |
|
formatter.py
|
Fix formatter usage of filter(). Bug #3800.
|
18 years ago |
|
fractions.py
|
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError.
|
13 years ago |
|
ftplib.py
|
ftplib: update connect() docstring by mentioning 'timeout' argument
|
13 years ago |
|
functools.py
|
Close issue 17482: don't overwrite __wrapped__
|
13 years ago |
|
genericpath.py
|
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
|
13 years ago |
|
getopt.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
getpass.py
|
#18116: getpass no longer always falls back to stdin.
|
13 years ago |
|
gettext.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
glob.py
|
Issue #16695: Document how glob handles filenames starting with a dot
|
13 years ago |
|
gzip.py
|
Close #17666: Fix reading gzip files with an extra field.
|
13 years ago |
|
hashlib.py
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
|
14 years ago |
|
heapq.py
|
Fix typo
|
13 years ago |
|
hmac.py
|
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
|
13 years ago |
|
imaplib.py
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
13 years ago |
|
imghdr.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
imp.py
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
13 years ago |
|
inspect.py
|
Close #13266: Add inspect.unwrap
|
13 years ago |
|
io.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
ipaddress.py
|
Fix a few typos and a double semicolon. Patch by Eitan Adler.
|
13 years ago |
|
keyword.py
|
17830: preserve line endings of original file when updating keywords.
|
13 years ago |
|
linecache.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
locale.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
lzma.py
|
Issue #16034 follow-up: Apply optimizations to the lzma module.
|
13 years ago |
|
macpath.py
|
Issue #16706: get rid of os.error
|
13 years ago |
|
macurl2path.py
|
Fixing Issue6711 - macurl2path has typos that raise AttributeError
|
17 years ago |
|
mailbox.py
|
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
|
13 years ago |
|
mailcap.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
mimetypes.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
modulefinder.py
|
Issue #17177: The imp module is pending deprecation.
|
13 years ago |
|
netrc.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
nntplib.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
ntpath.py
|
Issue #9035: os.path.ismount now recognises volumes mounted below
|
13 years ago |
|
nturl2path.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
numbers.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
opcode.py
|
rather than passing locals to the class body, just execute the class body in the proper environment
|
13 years ago |
|
operator.py
|
#16523: merge with 3.3.
|
13 years ago |
|
optparse.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
os.py
|
Correction for 4f82b6cfee46.
|
13 years ago |
|
pdb.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
pickle.py
|
Merge 3.3
|
13 years ago |
|
pickletools.py
|
Merge 3.3
|
13 years ago |
|
pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pkgutil.py
|
Issue #17177: The imp module is pending deprecation.
|
13 years ago |
|
platform.py
|
Issue #18393: Remove use of deprecated API on OSX
|
13 years ago |
|
plistlib.py
|
Ensure that plistlib doesn't corrupt deeply nested datastructures
|
13 years ago |
|
poplib.py
|
Issue #16717: get rid of socket.error, replace with OSError
|
13 years ago |
|
posixpath.py
|
Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
|
13 years ago |
|
pprint.py
|
Issue #17150: pprint now uses line continuations to wrap long string literals.
|
13 years ago |
|
profile.py
|
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.
|
13 years ago |
|
pstats.py
|
modernize some modules' code by using with statement around open()
|
13 years ago |
|
pty.py
|
#18066: remove vestigial code depending on the sgi module
|
13 years ago |
|
py_compile.py
|
Issue #17222: fix a mix-up in some exception messages.
|
13 years ago |
|
pyclbr.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pydoc.py
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
|
13 years ago |
|
queue.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
quopri.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
random.py
|
#17489: Add explanatory comment that __getstate__ is not called.
|
13 years ago |
|
re.py
|
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
|
13 years ago |
|
reprlib.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
rlcompleter.py
|
Fix whitespace
|
13 years ago |
|
runpy.py
|
Issue #17177: The imp module is pending deprecation.
|
13 years ago |
|
sched.py
|
merge
|
13 years ago |
|
shelve.py
|
Add spaces to follow PEP8.
|
14 years ago |
|
shlex.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
shutil.py
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
|
13 years ago |
|
site.py
|
Issue #5845: avoid an exception at startup on OS X if no .editrc file exists.
|
13 years ago |
|
smtpd.py
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state.
|
13 years ago |
|
smtplib.py
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
13 years ago |
|
sndhdr.py
|
#5024: whichhdr now returns the frame count for WAV files.
|
13 years ago |
|
socket.py
|
Fix issue #17675: make socket repr() provide local and remote addresses (if any).
|
13 years ago |
|
socketserver.py
|
Merge with 3.3
|
13 years ago |
|
sre_compile.py
|
Issue #17516: remove dead code
|
13 years ago |
|
sre_constants.py
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
13 years ago |
|
sre_parse.py
|
Merge #17341: Include name in re error message about invalid group name.
|
13 years ago |
|
ssl.py
|
Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket.
|
13 years ago |
|
stat.py
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
|
13 years ago |
|
string.py
|
Merge #13579: teach string.Formatter about 'a'.
|
14 years ago |
|
stringprep.py
|
Merged revisions 55007-55179 via svnmerge from
|
19 years ago |
|
struct.py
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
|
13 years ago |
|
subprocess.py
|
(3.3->default) Cleanup of documentation change from #17860
|
13 years ago |
|
sunau.py
|
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
|
15 years ago |
|
symbol.py
|
remain symbol.main to symbol._main mirroring token.py
|
13 years ago |
|
symtable.py
|
modernize some modules' code by using with statement around open()
|
13 years ago |
|
sysconfig.py
|
Issue #17177: Stop using imp in sysconfig
|
13 years ago |
|
tabnanny.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
tarfile.py
|
Issue #16601: Restarting iteration over tarfile no more continues from where
|
13 years ago |
|
telnetlib.py
|
Issue #16717: get rid of socket.error, replace with OSError
|
13 years ago |
|
tempfile.py
|
Fix for issue #16800: Use buffered write to handle EINTR.
|
13 years ago |
|
textwrap.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
this.py
|
Fix most trivially-findable print statements.
|
19 years ago |
|
threading.py
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
|
13 years ago |
|
timeit.py
|
Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
|
13 years ago |
|
token.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
tokenize.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
trace.py
|
#17143: merge with 3.3.
|
13 years ago |
|
traceback.py
|
refactor traceback.py to reduce code duplication (closes #17646)
|
13 years ago |
|
tty.py
|
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
|
25 years ago |
|
turtle.py
|
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
|
13 years ago |
|
types.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
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 #16102: Make uuid._netbios_getnode() work again on Python 3.
|
13 years ago |
|
warnings.py
|
Replace IOError with OSError (#16715)
|
13 years ago |
|
wave.py
|
#17616: Improve context manager tests, fix bugs in close method and mode docs.
|
13 years ago |
|
weakref.py
|
Issue #15528: Delay importing atexit until weakref.finalize() used.
|
13 years ago |
|
webbrowser.py
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
|
13 years ago |
|
xdrlib.py
|
Merge: change docstring for xdrlib.Error to use new style exceptions.
|
13 years ago |
|
zipfile.py
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
|
13 years ago |