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.
 
 
 
 
 
 
Victor Stinner 271493b68c Issue #17429: Oops, remove unused import 12 years ago
..
collections #18466: fix more typos. Patch by Févry Thibault. 13 years ago
concurrent #18741: fix more typos. Patch by Févry Thibault. 13 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.3 release clone 12 years ago
email #19485: clarify get_param example. 12 years ago
encodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
html #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. 12 years ago
http merge 3.2 (#19435) 12 years ago
idlelib Bump to 3.3.3 final. 12 years ago
importlib [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 12 years ago
json Remove mentions of Python 2.x and being externally maintained from 12 years ago
lib2to3 #19620: Fix typo in docstring (noticed by Christopher Welborn). 12 years ago
logging Issue #19523: Closed FileHandler leak which occurred when delay was set. 12 years ago
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
multiprocessing Fix handling of SystemExit and exit code. Patch by Brodie Rao. 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 Issue #19601: Use specific asserts in sqlite3 tests. 12 years ago
test Issue #17429: Oops, remove unused import 12 years ago
tkinter Issue #19733: Temporary disable test_image on MacOSX. 12 years ago
turtledemo Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unittest Issue #19594: Use specific asserts in unittest tests. 12 years ago
urllib Improve urlencode docstring. Patch by Brian Brazil. 13 years ago
venv Issue #19504: Used American spelling for 'customize'. 12 years ago
wsgiref Closes #19258: close WSGI server after handling request in demo code. 12 years ago
xml Closes #12828: add docstring text noting this is an internal-only module 12 years ago
xmlrpc Issue #18783: Removed existing mentions of Python long type in docstrings, 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 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 Merge 3.2, issue #17047: remove doubled words found in 2.7 to 13 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 #13590: Improve support for OS X Xcode 4: 14 years ago
aifc.py Issue #19131: The aifc module now correctly reads and writes sampwidth of 12 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py Merge 3.2 fix updates and tests for issue #15906. 14 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 #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 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 Describe 'surrogateescape' in the documentation. 13 years ago
codeop.py correct porting error with raise #7161 16 years ago
colorsys.py pep8tify conditionals 17 years ago
compileall.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
configparser.py Fixed issue #18260: configparser TypeError on source name specified as bytes 13 years ago
contextlib.py Close #19092: ExitStack now reraises exceptions from __exit__ 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 #18705: fix a number of typos. Patch by Févry Thibault. 13 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 Issue #13590: Improve support for OS X Xcode 4: 14 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 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit 12 years ago
imghdr.py Merged revisions 65713 via svnmerge from 18 years ago
imp.py Issue #18755: Allow imp.load_*() loaders to have get_data() called 13 years ago
inspect.py Issue #18830: inspect.getclasstree() no more produces duplicated entries even 13 years ago
io.py Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
ipaddress.py #18705: fix a number of typos. Patch by Févry Thibault. 13 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 #13590: Improve support for OS X Xcode 4: 14 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 #19037: adjust file times *before* moving maildir files into place. 13 years ago
mailcap.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
mimetypes.py Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 12 years ago
modulefinder.py #18705: fix a number of typos. Patch by Févry Thibault. 13 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 #13590: Improve support for OS X Xcode 4: 14 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 #18705: fix a number of typos. Patch by Févry Thibault. 13 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 Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). 13 years ago
pprint.py Issue #19137: The pprint module now correctly formats instances of set and 12 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. 13 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 #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 #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 #18705: fix a number of typos. Patch by Févry Thibault. 13 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 #18179: reflow paragraphs. 13 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 12 years ago
sre_parse.py Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 12 years ago
ssl.py Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, 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 Fixes issue #19929: Call os.read with 32768 within subprocess.Popen 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 #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
telnetlib.py Close #19339: telnetlib module is now using time.monotonic() when available to 12 years ago
tempfile.py Issue #18849: Fixed a Windows-specific tempfile bug where collision with an 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 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 #19620: Fix typo in docstring (noticed by Christopher Welborn). 12 years ago
trace.py #17143: fix a missing import in the trace module. Initial patch by Berker Peksag. 13 years ago
traceback.py Closes #16657: fix docstring of traceback.format_tb(). 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 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with 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 #19053: ZipExtFile.read1() with non-zero argument no more returns empty 12 years ago