cpython/Lib
Benjamin Peterson 676161a850 Rolled back revisions 74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
2009-10-10 21:27:03 +00:00
..
ctypes fix print statement 2009-09-25 21:35:24 +00:00
curses
dbm Merged revisions 75312 via svnmerge from 2009-10-10 21:08:31 +00:00
distutils Merged revisions 75209 via svnmerge from 2009-10-03 14:54:15 +00:00
email Merged revisions 75301 via svnmerge from 2009-10-10 00:13:32 +00:00
encodings
html
http [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes 2009-09-29 18:44:53 +00:00
idlelib Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
importlib Rework importlib benchmarks so that they measure number of executions within a 2009-09-03 20:45:21 +00:00
json
lib2to3 fix print statement 2009-09-25 20:34:04 +00:00
logging Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. 2009-10-10 20:32:36 +00:00
msilib
multiprocessing Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Merged revisions 74754 via svnmerge from 2009-09-12 18:41:20 +00:00
test Rolled back revisions 74556 via svnmerge from 2009-10-10 21:27:03 +00:00
tkinter Merged revisions 74507-74511,74517 via svnmerge from 2009-08-18 15:35:57 +00:00
unittest Rolled back revisions 74556 via svnmerge from 2009-10-10 21:27:03 +00:00
urllib Use true booleans. 2009-09-16 14:36:22 +00:00
wsgiref Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xml Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xmlrpc Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Issue #6218: Make io.BytesIO and io.StringIO picklable. 2009-07-22 03:24:36 +00:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py Issues #2715, #6621: Remove unused and undefined references to FSSpec 2009-08-02 20:08:54 +00:00
bisect.py
build_class.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py Remove the just-removed "help" from __all__. 2009-09-04 17:15:16 +00:00
csv.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
decimal.py Merged revisions 75275 via svnmerge from 2009-10-07 19:23:50 +00:00
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Merged revisions 74475 via svnmerge from 2009-08-16 18:58:46 +00:00
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
gettext.py
glob.py
gzip.py
hashlib.py Merged revisions 74479 via svnmerge from 2009-08-16 22:08:56 +00:00
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
io.py
keyword.py
linecache.py
locale.py Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but 2009-09-06 13:59:02 +00:00
macpath.py
macurl2path.py Fixing Issue6711 - macurl2path has typos that raise AttributeError 2009-08-16 06:43:50 +00:00
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py Merged revisions 74838-74839 via svnmerge from 2009-09-16 16:40:45 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
plistlib.py updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.py Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. 2009-08-06 16:06:25 +00:00
posixpath.py
pprint.py
profile.py Merged revisions 74773 via svnmerge from 2009-09-13 15:18:53 +00:00
pstats.py Use true kwonly arg instead of **kwds hackaround. 2009-09-02 20:33:30 +00:00
pty.py
py_compile.py
pyclbr.py
pydoc.py #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more. 2009-09-04 08:07:32 +00:00
queue.py
quopri.py Use true booleans and a bit more PEP8. 2009-09-02 20:34:14 +00:00
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py
shutil.py
site.py Merged revisions 74526 via svnmerge from 2009-08-20 21:28:05 +00:00
smtpd.py
smtplib.py fix print statement 2009-09-25 21:35:24 +00:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py Merged revisions 75070 via svnmerge from 2009-09-26 12:33:22 +00:00
stringprep.py
struct.py Merged revisions 75283 via svnmerge from 2009-10-08 15:59:20 +00:00
subprocess.py
sunau.py
symbol.py fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
symtable.py
tabnanny.py
tarfile.py Merged revisions 74750 via svnmerge from 2009-09-12 10:44:00 +00:00
telnetlib.py - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT 2009-07-26 22:23:04 +00:00
tempfile.py
textwrap.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
this.py
threading.py Use true booleans. 2009-09-16 14:23:20 +00:00
timeit.py
token.py
tokenize.py normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does 2009-10-09 21:43:09 +00:00
trace.py
traceback.py Small PEP8 correction. 2009-09-16 14:24:29 +00:00
tty.py
turtle.py
types.py
uu.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
uuid.py
warnings.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
wave.py
weakref.py
webbrowser.py Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py fix print statement 2009-09-25 21:35:24 +00:00