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.
 
 
 
 
 
 
Serhiy Storchaka efa5a39fa5 Issue #19405: Fixed outdated comments in the _sre module. 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 #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). 13 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 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 12 years ago
email #18324: set_payload now correctly handles binary input. 13 years ago
encodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
html #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. 13 years ago
http Minor code improvement. Review comment by Eric V. Smith 12 years ago
idlelib Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 13 years ago
importlib [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 12 years ago
json Merge #16057: Clarify why the base method default is called in custom encoders. 13 years ago
lib2to3 Issue #18037: Do not escape '\u' and '\U' in raw strings. 12 years ago
logging Issue #18941: Respected delay when doing rollover. 13 years ago
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
multiprocessing #18705: fix a number of typos. Patch by Févry Thibault. 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-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. 13 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 #18741: fix more typos. Patch by Févry Thibault. 13 years ago
test Issue #19288: Fixed the "in" operator of dbm.gnu databases for string 12 years ago
tkinter Issue #19029: Change non-existing since 3.0 StringType to str. 13 years ago
turtledemo Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unittest Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). 12 years ago
urllib Improve urlencode docstring. Patch by Brian Brazil. 13 years ago
venv remove unused imports 12 years ago
wsgiref Closes #19258: close WSGI server after handling request in demo code. 12 years ago
xml remove duplicate method (closes #19127) 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 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 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 #18705: fix a number of typos. Patch by Févry Thibault. 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 #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 Issue #16304: Further optimize BZ2File.readlines?(). 13 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 #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 Issue #18405: Improve the entropy of crypt.mksalt(). 13 years ago
csv.py #18155: Regex-escape delimiter, in case it is a regex special char. 13 years ago
datetime.py Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
decimal.py Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. 13 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 #18647: A regular expression in the doctest module rewritten so that 13 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 Merge: #17443: Fix buffering in IMAP4_stream. 13 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 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. 14 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 #13590: Improve support for OS X Xcode 4: 14 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 #18783: Removed existing mentions of Python long type in docstrings, 13 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 #8964: fix platform._sys_version to handle IronPython 2.6+. 12 years ago
plistlib.py Ensure that plistlib doesn't corrupt deeply nested datastructures 13 years ago
poplib.py #18705: fix a number of typos. Patch by Févry Thibault. 13 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 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 #18705: fix a number of typos. Patch by Févry Thibault. 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 #18705: fix a number of typos. Patch by Févry Thibault. 13 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 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 13 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 #18784: The uuid module no more attempts to load libc via ctypes.CDLL, 13 years ago
warnings.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
wave.py Issue #19276: Fixed the wave module on 64-bit big-endian platforms. 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