cpython/Lib
Benjamin Peterson afa44a8096 update profile license (closes #12417) 2011-06-27 09:14:34 -05: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 Add docstring to dbm.open 2011-04-20 18:52:55 +02:00
distutils bump to 3.1.4 2011-06-11 09:58:58 -05: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 Fix display of html.parser.HTMLParser.feed docstring 2011-05-04 15:55:47 +02:00
http Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar 2011-03-21 02:38:51 +01:00
idlelib bump to 3.1.4 2011-06-11 09:58:58 -05:00
importlib Issue #11614: Fix importlib tests for the new __hello__ module 2011-05-16 16:57:18 +02:00
json #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:38:03 +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
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data update pydoc-topics 2011-05-29 16:09:08 -05:00
site-packages
sqlite3 Merged revisions 86596 via svnmerge from 2010-11-21 01:30:29 +00:00
test fix regression in netrc comment handling (closes #12009) 2011-06-10 11:32:52 -05: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 Stop trying to use _xmlplus in the xml module. Closes #11164. 2011-05-09 08:05:43 +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 Issue #12175: RawIOBase.readall() now returns None if read() returns None. 2011-05-25 22:47:16 +02: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 Merged revisions 81474 via svnmerge from 2010-05-22 17:01:13 +00:00
codeop.py
collections.py Minor text rearrangement. 2011-04-20 13:03:49 -07:00
colorsys.py
compileall.py Merged revisions 78991-78992,78994 via svnmerge from 2010-03-21 22:02:42 +00:00
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 Merged revisions 82766 via svnmerge from 2010-07-10 14:00:10 +00:00
formatter.py
fractions.py
ftplib.py #12002 - ftplib's abort() method raises TypeError 2011-05-07 19:03:47 +02:00
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 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z 2011-04-26 20:59:46 +08: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 Minor tweaks to a few comments in heapq 2011-04-15 23:34:31 +02:00
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 Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" 2011-05-17 12:44:54 +02:00
macpath.py Note: only the relevant parts of r79474 are merged. 2010-03-28 11:42:38 +00:00
macurl2path.py
mailbox.py #11999: sync based on comparing mtimes, not mtime to system clock 2011-05-06 22:07:19 -04:00
mailcap.py Merged revisions 80368-80369 via svnmerge from 2010-04-22 13:56:42 +00:00
mimetypes.py Merged revisions 85497 via svnmerge from 2010-10-14 21:17:39 +00:00
modulefinder.py Stop trying to use _xmlplus in the xml module. Closes #11164. 2011-05-09 08:05:43 +02:00
netrc.py fix regression in netrc comment handling (closes #12009) 2011-06-10 11:32:52 -05: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 #8158: add missing 'description' description to optparse docstring. 2011-05-04 21:06:57 -04:00
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 Merged revisions 82937 via svnmerge from 2010-07-17 23:01:39 +00:00
pickletools.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
pipes.py Merged revisions 81365,81367 via svnmerge from 2010-05-19 21:22:58 +00:00
pkgutil.py Add missing name in pkgutil.__all__ 2011-05-02 22:59:15 +02:00
platform.py #11985: update docstring of platform.python_implementation. 2011-05-04 18:37:50 +03:00
plistlib.py Issue #985064: Make plistlib more resilient to faulty input plists. 2011-05-28 02:19:19 -07:00
poplib.py
posixpath.py Merged revisions 85689 via svnmerge from 2010-10-18 13:49:09 +00:00
pprint.py
profile.py update profile license (closes #12417) 2011-06-27 09:14:34 -05:00
pstats.py update profile license (closes #12417) 2011-06-27 09:14:34 -05: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 #11926: add missing keywords to help("keywords"). 2011-04-28 07:42:55 +03: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 Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) 2011-05-06 10:23:04 +02:00
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 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. 2011-05-07 19:39:37 +02:00
sndhdr.py Merged revisions 82856-82857 via svnmerge from 2010-07-13 23:19:20 +00:00
socket.py Merged revisions 85420 via svnmerge from 2010-10-13 16:25:33 +00:00
socketserver.py backout 8b384de4e780, so a proper fix can be considered (#5715) 2011-05-24 12:50:34 -05:00
sre_compile.py
sre_constants.py
sre_parse.py Merged revisions 78729 via svnmerge from 2010-03-06 15:27:04 +00:00
ssl.py Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional 2011-05-10 00:38:00 +02:00
stat.py
string.py
stringprep.py
struct.py Merged revisions 81947-81950,81955-81956 via svnmerge from 2010-06-12 19:18:51 +00:00
subprocess.py Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the 2011-04-29 15:48:13 -05:00
sunau.py Merged revisions 81809 via svnmerge from 2010-06-07 20:24:48 +00:00
symbol.py
symtable.py
tabnanny.py Merged revisions 81393 via svnmerge from 2010-05-21 10:53:32 +00:00
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 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 2011-04-27 10:17:34 +03: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 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support 2011-05-18 13:43:23 +02:00