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.
 
 
 
 
 
 
Terry Jan Reedy 8e7586bd44 Issue #17047: remove doubled words added in 3.4, 13 years ago
..
collections Merge 13 years ago
concurrent Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
ctypes modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 13 years ago
curses Fix docstring in curses (#16782) 13 years ago
dbm Replace IOError with OSError (#16715) 13 years ago
distutils Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
email Merge with 3.3, issue #17047: remove doubled words added in 3.3, 13 years ago
encodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
html #16245: Fix the value of a few entities in html.entities.html5. 14 years ago
http modernize some modules' code by using with statement around open() 13 years ago
idlelib Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
importlib Issue #17220: two fixes for changeset 2528e4aea338. 13 years ago
json Issue #17225: JSON decoder now counts columns in the first line starting 13 years ago
lib2to3 Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
logging modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 13 years ago
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
multiprocessing Merge 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 - Issue #17031: Fix running regen in cross builds. 13 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 and suspicious markup file. 14 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 Merge with 3.3, issue #17047: remove doubled words added in 3.3, 13 years ago
tkinter Merge with 3.3, issue #17047: remove doubled words added in 3.3, 13 years ago
turtledemo Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unittest Merge with 3.3, issue #17047: remove doubled words added in 3.3, 13 years ago
urllib Replace IOError with OSError (#16715) 13 years ago
venv Closes #16378: Merged docstring changes from 3.3. 14 years ago
wsgiref Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
xml Issue #16954: Add docstrings for ElementTree 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 Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
_strptime.py Issue #17165: fix a bare import in _strptime.py. 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 Issue #16049: add abc.ABC helper class. 13 years ago
aifc.py Issue #16486: Make aifc files work with 'with' as context managers. 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 Issue #16787: Increase asyncore and asynchat default output buffers size, to 13 years ago
base64.py Issue #13590: Improve support for OS X Xcode 4: 14 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 from 3.3 13 years ago
cgitb.py merge #12890: don't emit <p> tags in text mode when logdir specified. 14 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 Issue16097 Fix small typo in comment (patch by Wael Al Jishi) 14 years ago
codeop.py correct porting error with raise #7161 17 years ago
colorsys.py pep8tify conditionals 17 years ago
compileall.py Replace IOError with OSError (#16715) 13 years ago
configparser.py Merged section order preservation fix when using `__setitem__` (issue #16820) 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
datetime.py Closes #15973: fix a segmentation fault when comparing timezone objects. 14 years ago
decimal.py Merge 3.3. 13 years ago
difflib.py utilize yield from 14 years ago
dis.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
doctest.py #16522: Add FAIL_FAST flag to doctest. 14 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
filecmp.py Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute 13 years ago
fileinput.py Replace IOError with OSError (#16715) 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. 14 years ago
ftplib.py Merge 3.3, issue #17047: remove doubled words found in 2.7 to 13 years ago
functools.py merge 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 Get rig of EnvironmentError (#16705) 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 Issue #1159051: GzipFile now raises EOFError when reading a corrupted file 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 #15225: improve error message when hmac is passed a wrong key type. 14 years ago
imaplib.py Merge: #13700: Make imap.authenticate with authobject work. 13 years ago
imghdr.py Replace IOError with OSError (#16715) 13 years ago
imp.py Issue #15828: Restore support for C extension modules in imp.load_module() 14 years ago
inspect.py Issue #17071: Signature.bind() now works when one of the keyword arguments is named self. 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 modernize some modules' code by using with statement around open() 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. 14 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 merge with 3.3 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 Fix #16788. Add samestat to Lib/ntpath.py 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
optparse.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
os.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
pdb.py Replace IOError with OSError (#16715) 13 years ago
pickle.py Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 13 years ago
pickletools.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py modernize some modules' code by using with statement around open() 13 years ago
platform.py Replace IOError with OSError (#16715) 13 years ago
plistlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
poplib.py Issue #16717: get rid of socket.error, replace with OSError 13 years ago
posixpath.py Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). 13 years ago
pprint.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Replace IOError with OSError (#16715) 13 years ago
py_compile.py Port py_compile over to importlib 13 years ago
pyclbr.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydoc.py modernize some modules' code by using with statement around open() 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 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. 13 years ago
re.py Set cache sizes to a power-of-two 13 years ago
reprlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rlcompleter.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
runpy.py Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap 14 years ago
sched.py Issue #16640: Run less code under a lock in sched module. 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 #17076: Make copying of xattrs more permissive of missing FS support 13 years ago
site.py modernize some modules' code by using with statement around open() 13 years ago
smtpd.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
smtplib.py Issue #16647: save socket error details in LMTP.connect() 13 years ago
sndhdr.py Replace IOError with OSError (#16715) 13 years ago
socket.py Replace IOError with OSError (#16715) 13 years ago
socketserver.py Merge with 3.3 13 years ago
sre_compile.py Issue #13169: The maximal repetition number in a regular expression has been 13 years ago
sre_constants.py Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. 13 years ago
sre_parse.py Issue #13169: The maximal repetition number in a regular expression has been 13 years ago
ssl.py merge 3.3 (#16900) 13 years ago
stat.py Issue #13590: Improve support for OS X Xcode 4: 14 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 #13590: Improve support for OS X Xcode 4: 14 years ago
subprocess.py Replace IOError with OSError (#16715) 13 years ago
sunau.py Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. 16 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 Replace IOError with OSError (#16715) 13 years ago
tabnanny.py Replace IOError with OSError (#16715) 13 years ago
tarfile.py Replace IOError with OSError (#16715) 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 Improve variable names 13 years ago
timeit.py Issue #13590: Improve support for OS X Xcode 4: 14 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 utilize yield from 14 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 16 years ago
uuid.py Replace IOError with OSError (#16715) 13 years ago
warnings.py Replace IOError with OSError (#16715) 13 years ago
wave.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
weakref.py Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. 14 years ago
webbrowser.py Issue #16996: webbrowser module now uses shutil.which() to find a 13 years ago
xdrlib.py Merge: change docstring for xdrlib.Error to use new style exceptions. 14 years ago
zipfile.py Refactor recently added bugfix into more testable code by using a 13 years ago