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 f106f8f29c whitespace 12 years ago
..
collections #18466: fix more typos. Patch by Févry Thibault. 13 years ago
concurrent Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate 12 years ago
ctypes Issue #19591: Use specific asserts in ctype tests. 12 years ago
curses Fix docstring in curses (#16782) 13 years ago
dbm #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. 13 years ago
distutils merge with 3.3.4 releasing repo 12 years ago
email #14983: always add a line end after a MIME boundary marker. 12 years ago
encodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
html #20288: fix handling of invalid numeric charrefs in HTMLParser. 12 years ago
http Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
idlelib Issue #20730: Fix typo reported by Claudiu Popa. 12 years ago
importlib [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 13 years ago
json Remove mentions of Python 2.x and being externally maintained from 12 years ago
lib2to3 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
logging Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. 12 years ago
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
multiprocessing Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. 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-os2emx Merged revisions 78644 via svnmerge from 16 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. 12 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 add missing test assertion (closes #20080) 12 years ago
test Issue #9974: When untokenizing, use row info to insert backslash+newline. 12 years ago
tkinter Fixed grid_columnconfigure() and grid_rowconfigure() methods of 12 years ago
turtledemo Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
unittest Issue #19594: Use specific asserts in unittest tests. 12 years ago
urllib Issue #20270: urllib.urlparse now supports empty ports. 12 years ago
venv Issue #19504: Used American spelling for 'customize'. 12 years ago
wsgiref Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() 12 years ago
xml Issue #20331: Fixed possible FD leaks in various modules: 12 years ago
xmlrpc Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. 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
_compat_pickle.py Fix issue #19834: Support unpickling of exceptions pickled by Python 2. 12 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 Issue #19400: Prevent extension module build failures with Xcode 5 on OS X 12 years ago
_pyio.py Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. 12 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 #20006: Fix sporadic failures in test_weakset. 12 years ago
abc.py Issue #13590: Improve support for OS X Xcode 4: 14 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 #13590: Improve support for OS X Xcode 4: 14 years ago
asynchat.py Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
asyncore.py Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
base64.py Issue #18011: base64.b32decode() now raises a binascii.Error if there are 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 #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 12 years ago
cProfile.py #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. 16 years ago
calendar.py #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
cgi.py Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an 12 years ago
cgitb.py merge #12890: don't emit <p> tags in text mode when logdir specified. 13 years ago
chunk.py Raise statement normalization in Lib/. 19 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 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 pep8tify conditionals 17 years ago
compileall.py #19532: make compileall with no file/dir args respect -f and -q. 12 years ago
configparser.py Issue #20363. Fixed BytesWarning triggerred by test suite. 12 years ago
contextlib.py Issue 20317: Remove debugging code from contextlib 12 years ago
copy.py Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. 12 years ago
copyreg.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
crypt.py Issue #18405: Improve the entropy of crypt.mksalt(). 13 years ago
csv.py #19449: Handle non-string keys when generating 'fieldnames' error. 12 years ago
datetime.py Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
decimal.py 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects 12 years ago
difflib.py Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
dis.py Issue #13590: Improve support for OS X Xcode 4: 14 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
filecmp.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fileinput.py Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and 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 Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). 15 years ago
ftplib.py Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by 12 years ago
functools.py Sync-up with 3.4 to make maintenance easier. 13 years ago
genericpath.py #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
getopt.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getpass.py #18116: backport fix to 3.3 since real-world failure mode demonstrated. 12 years ago
gettext.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
glob.py Issue #16695: Document how glob handles filenames starting with a dot 13 years ago
gzip.py Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
hashlib.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
heapq.py Issue #19018: The heapq.merge() function no longer suppresses IndexError 13 years ago
hmac.py Issue #15225: improve error message when hmac is passed a wrong key type. 14 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 #18755: Allow imp.load_*() loaders to have get_data() called 13 years ago
inspect.py avoid parameter name clash (closes #20108) 12 years ago
io.py Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
ipaddress.py Issue #18805: better netmask validation in ipaddress 12 years ago
keyword.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
linecache.py Issue #10335: Add tokenize.open(), detect the file encoding using 15 years ago
locale.py Issue #20027: Fixed locale aliases for devanagari locales. 12 years ago
lzma.py #19839: Fix lzma module's handling of non-lzma data at EOF. 12 years ago
macpath.py Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X 16 years ago
macurl2path.py Increase the coverage of macurl2path. Patch by Colin Williams. 12 years ago
mailbox.py Issue #19936: Added executable bits or shebang lines to Python scripts which 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 #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
netrc.py #14984: only import pwd on POSIX. 13 years ago
nntplib.py Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to 12 years ago
ntpath.py Issue #6815: os.path.expandvars() now supports non-ASCII environment 12 years ago
nturl2path.py Issue #13590: Improve support for OS X Xcode 4: 14 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 #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
os.py Close #17702: On error, os.environb now removes suppress the except context 13 years ago
os2emxpath.py #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 16 years ago
pdb.py Closes #17154: error out gracefully on "ignore" or "condition" without argument. 12 years ago
pickle.py Issue #6477: Added support for pickling the types of built-in singletons. 12 years ago
pickletools.py Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py Close issue #16163: handle submodules in pkgutil.iter_importers 13 years ago
platform.py Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 12 years ago
plistlib.py Ensure that plistlib doesn't corrupt deeply nested datastructures 13 years ago
poplib.py Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to 12 years ago
posixpath.py Fixed typo in previous commit (issue #6815). 12 years ago
pprint.py Issue #19137: The pprint module now correctly formats instances of set and 13 years ago
profile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pstats.py Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. 14 years ago
pty.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
py_compile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyclbr.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydoc.py #17476: make allmethods actually return all methods. 13 years ago
queue.py Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get 13 years ago
quopri.py convert shebang lines: python -> python3 16 years ago
random.py Issue 14927: Remove a docstring line that is no longer applicable. 12 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 #18705: fix a number of typos. Patch by Févry Thibault. 13 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 #18432: Fix unintended API change in the sched module 13 years ago
shelve.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shlex.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shutil.py Issue #19856: shutil.move() failed to move a directory to other directory 12 years ago
site.py Fix License URL display and add test to check for license url presence. 13 years ago
smtpd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
smtplib.py #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket 12 years ago
sndhdr.py Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
socket.py Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. 14 years ago
socketserver.py Merge with 3.2 : 13 years ago
sre_compile.py Issue #19405: Fixed outdated comments in the _sre module. 12 years ago
sre_constants.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 13 years ago
sre_parse.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 13 years ago
ssl.py Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. 12 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 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores 12 years ago
sunau.py Issue #18919: If the close() method of a writer in the sunau or wave module 12 years ago
symbol.py update symbol.py for yield from grammar changes (closes #17132) 13 years ago
symtable.py just return toplevel symbol table rather than all blocks (closes #19393) 12 years ago
sysconfig.py Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. 12 years ago
tabnanny.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
tarfile.py Issue #19920: TarFile.list() no longer fails when outputs a listing 12 years ago
telnetlib.py Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the 12 years ago
tempfile.py Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely 12 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 Closes #17375: port new threading docstrings from 2.7. 12 years ago
timeit.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
token.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tokenize.py whitespace 12 years ago
trace.py #17143: fix a missing import in the trace module. Initial patch by Berker Peksag. 13 years ago
traceback.py Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. 12 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py #18705: fix a number of typos. Patch by Févry Thibault. 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 #19855: restore use of LC_ALL, not LC_MESSAGES 12 years ago
warnings.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
wave.py Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 12 years ago
weakref.py Issue #13590: Improve support for OS X Xcode 4: 14 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 #20262: Warnings are raised now when duplicate names are added in the 12 years ago