cpython/Lib
Benjamin Peterson 5ef96e5fac allow byte literals 2010-07-11 23:06:06 +00:00
..
ctypes Merged revisions 82126-82127 via svnmerge from 2010-06-21 16:00:31 +00:00
curses
dbm
distutils Merged revisions 82272 via svnmerge from 2010-06-27 12:37:46 +00:00
email Merged revisions 81675 via svnmerge from 2010-06-16 02:19:40 +00:00
encodings Merged revisions 81499,81506 via svnmerge from 2010-06-27 22:41:29 +00:00
html Recorded merge of revisions 81500-81501 via svnmerge from 2010-05-24 21:46:25 +00:00
http Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 2010-06-27 21:45:24 +00:00
idlelib Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. 2010-06-17 21:43:33 +00:00
importlib Make importlib.abc.SourceLoader the primary mechanism for importlib. 2010-07-03 22:32:41 +00:00
json
lib2to3 Merged revisions 81478,82530-82531 via svnmerge from 2010-07-04 16:44:15 +00:00
logging Merged revisions 80712,81651 via svnmerge from 2010-06-27 20:54:28 +00:00
msilib
multiprocessing Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
plat-aix4
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 #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. 2010-06-01 01:32:12 +00:00
test allow byte literals 2010-07-11 23:06:06 +00:00
tkinter Merged revisions 81701 via svnmerge from 2010-06-04 19:50:26 +00:00
unittest Fix error message for comparing single line strings in unittest.TestCase.assertEqual. 2010-07-10 13:52:22 +00:00
urllib Stricter verification for file based url scheme and reliance on ftp protocol. 2010-07-11 03:12:43 +00:00
wsgiref
xml #1434090: properly append child in expatbuilder doctype handler. 2010-07-10 11:40:13 +00:00
xmlrpc Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII 2010-04-16 13:28:05 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Issue #9137: Fix issue in MutableMapping.update, which incorrectly 2010-07-11 18:53:06 +00:00
_compat_pickle.py
_dummy_thread.py Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
_markupbase.py
_pyio.py Merged revisions 80720 via svnmerge from 2010-05-03 16:48:20 +00:00
_strptime.py Issue #6641: Original commit for this issue, r82053, introduced a 2010-06-18 18:44:37 +00:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Merged revisions 81492 via svnmerge from 2010-05-24 03:47:38 +00:00
ast.py allow byte literals 2010-07-11 23:06:06 +00:00
asynchat.py
asyncore.py Merged revisions 81294 via svnmerge from 2010-05-18 20:11:58 +00:00
base64.py Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and 2010-05-25 21:12:34 +00:00
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py Undo r81988 code change leaving added test. 2010-06-14 18:33:19 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Merged revisions 81471-81472 via svnmerge from 2010-05-22 16:59:09 +00:00
codeop.py
collections.py Minor factoring 2010-04-11 20:41:56 +00:00
colorsys.py
compileall.py Create __pycache__ dir when the pyc path is explicitly given 2010-05-08 19:52:21 +00:00
configparser.py
contextlib.py Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. 2010-06-30 12:17:50 +00:00
copy.py
copyreg.py
csv.py
decimal.py Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. 2010-07-08 21:15:36 +00:00
difflib.py Merged revisions 80004 via svnmerge from 2010-04-12 16:58:02 +00:00
dis.py Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban 2010-07-03 07:36:51 +00:00
doctest.py Merged revisions 80578 via svnmerge from 2010-06-12 13:42:46 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Fix 'refleak' introduced by fnmatch cache purge tests. 2010-07-10 13:52:13 +00:00
formatter.py
fractions.py Issue #8188: Introduce a new scheme for computing hashes of numbers 2010-05-23 13:33:13 +00:00
ftplib.py Fix issue #8806: add SSL contexts support to ftplib 2010-05-26 18:06:04 +00:00
functools.py Merged revisions 80068 via svnmerge from 2010-05-19 21:06:36 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Merged revisions 80762 via svnmerge from 2010-05-04 18:47:04 +00:00
hashlib.py
heapq.py Remove coding cookie from heapq.py. 2010-07-04 19:23:49 +00:00
hmac.py
imaplib.py
imghdr.py
inspect.py only take into account positional arguments count in related error messages 2010-06-25 19:30:21 +00:00
io.py
keyword.py
linecache.py Merged revisions 81428-81429,81432-81433,81437 via svnmerge from 2010-05-21 21:45:06 +00:00
locale.py Merged revisions 80512 via svnmerge from 2010-04-27 02:45:53 +00:00
macpath.py #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 2010-06-25 10:56:11 +00:00
macurl2path.py
mailbox.py
mailcap.py Issue #8496: make mailcap.lookup() always return a list, rather than an iterator. 2010-04-22 13:30:10 +00:00
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py Implement #1578269. Patch by Jason R. Coombs. 2010-07-08 21:39:08 +00:00
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode 2010-06-11 23:56:51 +00:00
os2emxpath.py #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 2010-06-25 10:56:11 +00:00
pdb.doc Untabify. 2010-06-27 11:24:03 +00:00
pdb.py #9064: accept number of frames for "up" and "down" commands in pdb. 2010-06-27 10:37:48 +00:00
pickle.py Issue #8383: pickle and pickletools use surrogatepass error handler when 2010-04-13 11:07:24 +00:00
pickletools.py Issue #9094: Make python -m pickletools disassemble pickles given in 2010-07-03 20:35:53 +00:00
pipes.py Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 2010-05-19 20:57:08 +00:00
pkgutil.py
platform.py Merged revisions 80857 via svnmerge from 2010-05-06 03:05:50 +00:00
plistlib.py Merged revisions 80279 via svnmerge from 2010-04-20 21:00:34 +00:00
poplib.py
posixpath.py #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 2010-06-25 10:56:11 +00:00
pprint.py
profile.py Remove traces of MacOS9 support. 2010-05-05 19:11:21 +00:00
pstats.py Forward port total_ordering() and cmp_to_key(). 2010-04-05 18:56:31 +00:00
pty.py
py_compile.py Create __pycache__ dir when the pyc path is explicitly given 2010-05-08 19:52:21 +00:00
pyclbr.py
pydoc.py Issue #9118: help(None) will now return NoneType doc instead of 2010-07-04 17:00:20 +00:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py PEP 3147 2010-04-17 00:19:56 +00:00
sched.py
shelve.py
shlex.py Revert -r82559; it's not clear that this is the right thing to do, and the change obscures the original intentions. 2010-07-04 20:07:09 +00:00
shutil.py Merged revisions 80837 via svnmerge from 2010-05-05 22:43:04 +00:00
site.py Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 2010-06-27 21:45:24 +00:00
smtpd.py Merged revisions 82404 via svnmerge from 2010-06-30 17:47:39 +00:00
smtplib.py
sndhdr.py
socket.py remove SocketIO.__del__; close() can handle it 2010-07-09 18:28:25 +00:00
socketserver.py Merged revisions 80484 via svnmerge from 2010-04-25 22:01:43 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issue #4870: Add an `options` attribute to SSL contexts, as well as 2010-05-21 09:56:06 +00:00
stat.py
string.py
stringprep.py
struct.py Issue #8973: Add __all__ to struct module, so that help(struct) correctly 2010-06-12 15:17:02 +00:00
subprocess.py Merged revisions 82075 via svnmerge from 2010-06-18 20:03:54 +00:00
sunau.py Issue #8897: Fix sunau module, use bytes to write the header. Patch written by 2010-06-07 20:14:04 +00:00
symbol.py
symtable.py
sysconfig.py Fix for issue 9164 2010-07-11 09:05:07 +00:00
tabnanny.py Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct 2010-05-21 10:52:08 +00:00
tarfile.py Fix the breakage of Lib/tarfile.py on non-Windows platforms due to 2010-07-09 13:54:27 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #850728: Add a *timeout* parameter to the `acquire()` method of 2010-04-17 23:51:58 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
turtle.py Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 2010-03-28 00:25:02 +00:00
types.py
uu.py
uuid.py Merged revisions 82276 via svnmerge from 2010-06-27 12:45:47 +00:00
warnings.py Merged revisions 77402,77505,77510 via svnmerge from 2010-06-28 00:01:59 +00:00
wave.py
weakref.py
webbrowser.py Remove conditional import of 'ic', that module 2010-05-30 15:46:48 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py PEP 3147 2010-04-17 00:19:56 +00:00