cpython/Lib
Ezio Melotti ba42fd5801 #6780: fix starts/endswith error message to mention that tuples are accepted too. 2011-04-26 06:09:45 +03:00
..
ctypes check possible recursive _as_parameter_ to prevent segfault (closes #1838) 2011-03-26 17:56:28 -05:00
curses Issue #5622: Fix curses.wrapper to raise correct exception if curses 2011-03-09 02:36:51 -08:00
dbm Fix #11491. When dbm.open was called with a file which already exists and 2011-03-14 15:35:35 -04:00
distutils #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
email Fix typo in docstring. 2011-04-13 16:43:21 +03:00
encodings Merged revisions 81474 via svnmerge from 2010-05-22 17:01:13 +00:00
html Merged revisions 87542 via svnmerge from 2010-12-28 16:10:56 +00:00
http Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar 2011-03-21 02:38:51 +01:00
idlelib <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 2011-03-25 20:29:13 -04:00
importlib #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
json #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. 2011-04-13 07:10:13 +03:00
lib2to3 revert unintended changes 2011-03-26 18:11:54 -05:00
logging Issue #11444: Lock handlers while flushing/closing during shutdown. 2011-03-08 22:49:57 +00:00
msilib Closes #11696: Fix ID generation in msilib. 2011-03-27 21:05:51 +02:00
multiprocessing Fix #5162. Allow child spawning from Windows services (via pywin32). 2011-04-11 17:56:23 -05:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5 Remove obsolete entries from regen scripts. 2001-07-31 08:47:55 +00:00
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from 2008-03-31 01:51:45 +00:00
plat-sunos5
plat-unixware7
pydoc_data
site-packages
sqlite3 Merged revisions 86596 via svnmerge from 2010-11-21 01:30:29 +00:00
test #6780: fix starts/endswith error message to mention that tuples are accepted too. 2011-04-26 06:09:45 +03:00
tkinter #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
urllib Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. 2011-04-15 18:20:24 +08:00
wsgiref Merged revisions 87797 via svnmerge from 2011-01-06 17:18:32 +00:00
xml #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
xmlrpc #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
__future__.py
__phello__.foo.py
_abcoll.py Remove the function annotations from _abcoll.py 2011-01-12 20:46:15 +00:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Backport 87978: Do not expose function type annotations in the standard library. 2011-01-12 23:52:40 +00:00
_strptime.py
_threading_local.py Merged revisions 84344 via svnmerge from 2010-08-28 18:27:09 +00:00
_weakrefset.py Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
abc.py
aifc.py
antigravity.py
ast.py Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) 2011-01-24 21:46:05 +00:00
asynchat.py
asyncore.py Merged revisions 88722 via svnmerge from 2011-03-03 14:09:45 +00:00
base64.py Merged revisions 85497 via svnmerge from 2010-10-14 21:17:39 +00:00
bdb.py Merged revisions 86861 via svnmerge from 2010-11-29 12:27:45 +00:00
binhex.py
bisect.py
cProfile.py Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 2010-10-06 08:26:09 +00:00
calendar.py Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from 2010-11-26 08:52:36 +00:00
cgi.py Merged revisions 83901 via svnmerge from 2010-08-09 20:08:48 +00:00
cgitb.py
chunk.py
cmd.py Merged revisions 83380 via svnmerge from 2010-08-01 04:14:22 +00:00
code.py
codecs.py
codeop.py
collections.py Minor text rearrangement. 2011-04-20 13:03:49 -07:00
colorsys.py
compileall.py
configparser.py collections.Mapping is not available for setup.py. Remove the dependency the old-fashioned way (copy and paste). 2011-02-02 22:17:34 +00:00
contextlib.py
copy.py Merged revisions 84495-84497 via svnmerge from 2010-09-04 17:49:13 +00:00
copyreg.py
csv.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
decimal.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
difflib.py Issue 11747: Fix output format for context diffs. 2011-04-12 15:14:12 -07:00
dis.py
doctest.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Issue 8814: functools.wraps() did not copy __annotations__. 2010-08-08 00:56:52 +00:00
genericpath.py
getopt.py Merged revisions 83116 via svnmerge from 2010-07-24 01:11:58 +00:00
getpass.py Merged revisions 87306 via svnmerge from 2010-12-16 03:27:11 +00:00
gettext.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
glob.py
gzip.py Merged revisions 85291 via svnmerge from 2010-10-06 21:29:56 +00:00
hashlib.py
heapq.py
hmac.py
imaplib.py Merged revisions 88231 via svnmerge from 2011-01-29 18:43:43 +00:00
imghdr.py
inspect.py Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from 2010-11-26 08:42:45 +00:00
io.py
keyword.py
linecache.py Merged revisions 85090 via svnmerge from 2010-09-29 01:31:23 +00:00
locale.py Merged revisions 80521 via svnmerge from 2010-09-05 22:40:41 +00:00
macpath.py
macurl2path.py
mailbox.py Merged revisions 83385-83389,83391 via svnmerge from 2010-08-01 19:04:55 +00:00
mailcap.py
mimetypes.py Merged revisions 85497 via svnmerge from 2010-10-14 21:17:39 +00:00
modulefinder.py
netrc.py Merged revisions 86925 via svnmerge from 2010-12-02 03:10:43 +00:00
nntplib.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
ntpath.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
nturl2path.py Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows 2011-04-14 13:16:30 +08:00
numbers.py Remove the funky function annotation from numbers.py. 2011-01-12 20:54:53 +00:00
opcode.py
optparse.py
os.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:00:37 +01:00
os2emxpath.py
pdb.doc
pdb.py Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from 2010-08-01 19:35:16 +00:00
pickle.py
pickletools.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
pipes.py
pkgutil.py
platform.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 2011-03-19 17:00:37 +01:00
plistlib.py
poplib.py Merged revisions 74330 via svnmerge from 2009-08-06 16:08:07 +00:00
posixpath.py Merged revisions 85689 via svnmerge from 2010-10-18 13:49:09 +00:00
pprint.py
profile.py Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 2010-10-06 08:26:09 +00:00
pstats.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
pty.py
py_compile.py
pyclbr.py Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion. 2011-01-27 00:12:08 +00:00
pydoc.py Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
queue.py
quopri.py
random.py #11848: replace dead link in random.betavariate comment. 2011-04-15 08:25:16 +03:00
re.py #2650: Refactor re.escape to use enumerate(). 2011-03-25 14:19:30 +02:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
shelve.py
shlex.py Merged revisions 85861 via svnmerge from 2010-10-27 18:54:06 +00:00
shutil.py
site.py Merged revisions 87497 via svnmerge from 2010-12-26 22:24:54 +00:00
smtpd.py Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error. 2010-11-01 15:18:09 +00:00
smtplib.py
sndhdr.py
socket.py Merged revisions 85420 via svnmerge from 2010-10-13 16:25:33 +00:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Merged revisions 84807 via svnmerge from 2010-09-14 14:47:08 +00:00
stat.py
string.py
stringprep.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
struct.py
subprocess.py Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. 2011-04-05 15:34:00 +02:00
sunau.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Merged revisions 85211 via svnmerge from 2010-10-04 15:31:05 +00:00
telnetlib.py Merged revisions 87230 via svnmerge from 2010-12-14 14:27:27 +00:00
tempfile.py
textwrap.py
this.py
threading.py Merged revisions 87740 via svnmerge from 2011-01-04 18:42:29 +00:00
timeit.py Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from 2010-08-01 18:56:30 +00:00
token.py
tokenize.py Merged revisions 84364 via svnmerge from 2010-08-30 14:44:53 +00:00
trace.py Merged revisions 86229 via svnmerge from 2010-11-06 01:35:01 +00:00
traceback.py
tty.py
turtle.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
types.py
unittest.py Merged revisions 87377 via svnmerge from 2010-12-18 17:55:43 +00:00
uu.py Merged revisions 86037 via svnmerge from 2010-10-31 16:06:55 +00:00
uuid.py Merged revisions 86192 via svnmerge from 2010-11-05 14:52:43 +00:00
warnings.py
wave.py Merged revisions 85970 via svnmerge from 2010-11-20 11:29:58 +00:00
weakref.py
webbrowser.py Issue 10738: Fix webbrowser.Opera.raise_opts value. 2010-12-28 19:50:27 +00:00
wsgiref.egg-info
xdrlib.py Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 2011-03-27 16:25:40 +01:00
zipfile.py Merged revisions 87430 via svnmerge from 2010-12-21 21:57:54 +00:00