cpython/Lib
Florent Xicluna dc69e7217a Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) 2010-09-13 16:35:02 +00:00
..
ctypes Reverted r84315 and r84316, with Benjamin's blessing. The tests were 2010-08-31 15:45:04 +00:00
curses #8861: remove unused variable. 2010-08-02 19:44:48 +00:00
dbm #9397: remove mention of dbm.bsd which does not exist anymore. 2010-07-29 16:26:56 +00:00
distutils get_build_version() is needed even where sys.platform != "win32". 2010-09-13 07:18:30 +00:00
email #1194222: make parsedate always return RFC2822 four character years. 2010-08-25 00:45:55 +00:00
encodings remove pointless coding cookies 2010-08-30 14:05:50 +00:00
html
http Fix Issue8572 - httplib getheader() throws error instead of default 2010-08-02 11:04:58 +00:00
idlelib Bump to 3.2a2. 2010-09-05 08:30:40 +00:00
importlib Remove redundant context manager. 2010-09-03 19:55:26 +00:00
json Issue #7451: Improve decoding performance of JSON objects, and reduce 2010-09-04 20:16:53 +00:00
lib2to3 Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from 2010-08-08 19:01:25 +00:00
logging logging: Added threading interlock in basicConfig(). 2010-09-10 08:25:13 +00:00
msilib remove pointless coding cookies 2010-08-30 14:05:50 +00:00
multiprocessing Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +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 Update pydoc topics. 2010-09-05 08:28:41 +00:00
site-packages
sqlite3 remove pointless coding cookies 2010-08-30 14:05:50 +00:00
test Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) 2010-09-13 16:35:02 +00:00
tkinter Issue #9384: python -m tkinter will now display a simple demo applet. 2010-07-27 14:16:32 +00:00
unittest Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest 2010-09-06 19:25:46 +00:00
urllib Fix Issue8797 - Reset the basic auth retry count when response code is not 401. 2010-08-26 06:16:22 +00:00
wsgiref
xml Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 2010-08-08 23:08:41 +00:00
xmlrpc #9032: XML-RPC client: Transport.request() retries on EPIPE error 2010-07-24 02:24:55 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x 2010-08-24 20:49:57 +00:00
_compat_pickle.py
_dummy_thread.py
_markupbase.py Take advantage of the frozenset constant optimization. 2010-09-05 23:15:06 +00:00
_pyio.py More docstring updates 2010-09-06 22:31:52 +00:00
_strptime.py PEP 8 conformance: class_ -> cls 2010-07-14 13:46:57 +00:00
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 2010-09-07 22:06:17 +00:00
_weakrefset.py
abc.py add support for abstract class and static methods #5867 2010-08-17 00:52:52 +00:00
aifc.py
antigravity.py
argparse.py #9444: use first of prefix_chars for help opt instead of raising error 2010-08-03 17:56:09 +00:00
ast.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
asynchat.py
asyncore.py fix issue 658749: correctly interprets asyncore's windows errors on connect() 2010-08-23 21:53:41 +00:00
base64.py Fix failure introduced in r83182. 2010-07-28 00:23:21 +00:00
bdb.py Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling. 2010-07-30 15:01:23 +00:00
binhex.py
bisect.py
build_class.py
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. 2010-08-02 12:20:23 +00:00
calendar.py
cgi.py Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. 2010-08-09 20:01:35 +00:00
cgitb.py
chunk.py
cmd.py Add docstring to cmd.Cmd.do_help() 2010-09-09 03:53:22 +00:00
code.py
codecs.py
codeop.py
collections.py Put tests in more logical order. 2010-09-12 18:16:01 +00:00
colorsys.py
compileall.py
configparser.py add consistent support for the vars and default arguments on all 2010-09-04 04:35:34 +00:00
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 Fix running the copy module from the command-line (however use{ful,less} it may be). 2010-09-04 17:46:44 +00:00
copyreg.py
csv.py
datetime.py Make python version of fromtimestamp behave more like C. 2010-07-26 02:36:41 +00:00
decimal.py Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. 2010-07-08 21:15:36 +00:00
difflib.py
dis.py As per python-dev discussion with Eli, properly document and publish dis.show_code 2010-09-10 14:08:04 +00:00
doctest.py Issue #8983: Corrected docstrings. 2010-08-16 20:17:07 +00:00
dummy_threading.py
filecmp.py
fileinput.py #1286: allow using fileinput.FileInput as context manager. 2010-07-31 20:08:15 +00:00
fnmatch.py Re-apply r83871. 2010-08-13 16:26:40 +00:00
formatter.py
fractions.py
ftplib.py Take advantage of the frozenset constant optimization. 2010-09-05 23:15:06 +00:00
functools.py Revert r84700 which had an unfortunate performance cost. 2010-09-11 08:07:42 +00:00
genericpath.py
getopt.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
getpass.py
gettext.py
glob.py
gzip.py Issue #3488: Provide convenient shorthand functions `gzip.compress` 2010-08-17 21:10:05 +00:00
hashlib.py hashlib has two new constant attributes: algorithms_guaranteed and 2010-09-06 08:30:23 +00:00
heapq.py Remove coding cookie from heapq.py. 2010-07-04 19:23:49 +00:00
hmac.py speed hack can be implemented more cleanly by directly calling __new__ 2010-08-21 02:45:15 +00:00
imaplib.py Fix Issue9638 - remove dead code from py3k imaplib 2010-08-19 07:02:20 +00:00
imghdr.py
inspect.py Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own 2010-08-17 10:18:16 +00:00
io.py
keyword.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py #8773: mailbox.py does not need to be executable. 2010-08-01 06:42:45 +00:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py Fix some errors that #7566 introduced on non-Windows platforms due to 2010-09-06 19:46:17 +00:00
nturl2path.py
numbers.py
opcode.py #4617: Previously it was illegal to delete a name from the local 2010-09-10 21:39:53 +00:00
optparse.py
os.py Issue #8603: Environ.data is now protected -> Environ._data 2010-09-10 22:18:16 +00:00
os2emxpath.py
pdb.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
pickle.py Issue #9410: Various optimizations to the pickle module, leading to 2010-09-09 18:33:21 +00:00
pickletools.py Syntax cleanup. 2010-07-28 16:39:41 +00:00
pipes.py
pkgutil.py
platform.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
plistlib.py
poplib.py fix issue #8807: adds a context parameter to POP3_SSL class. 2010-08-17 16:09:53 +00:00
posixpath.py #5551: symbolic links never can be mount points. Fixes the fix for #1713. 2010-08-01 15:30:56 +00:00
pprint.py Have pprint() respect the order in an OrderedDict. 2010-09-09 12:31:00 +00:00
profile.py #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. 2010-08-02 12:20:23 +00:00
pstats.py #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. 2010-08-02 17:24:49 +00:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Fix Issue672656 - Securing pydoc server. 2010-08-18 19:32:21 +00:00
queue.py
quopri.py
random.py Improve variable name (don't shadow a builtin). 2010-09-08 19:27:59 +00:00
re.py Adopt more descriptive attribute names as suggested on python-dev. 2010-09-04 22:46:06 +00:00
reprlib.py
rlcompleter.py
runpy.py
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
site.py Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 2010-09-01 18:54:56 +00:00
smtpd.py fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections. 2010-08-23 22:28:13 +00:00
smtplib.py Issue #6683: For SMTP logins we now try all authentication methods advertised 2010-08-05 14:08:44 +00:00
sndhdr.py Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 2010-07-13 23:04:56 +00:00
socket.py Fix issue 9794: adds context manager protocol to socket.socket so that socket.create_connection() can be used with the 'with' statement. 2010-09-08 22:44:12 +00:00
socketserver.py
sre_compile.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
sre_constants.py
sre_parse.py
ssl.py Issue #3805: clean up implementation of the _read method in _ssl.c. 2010-09-03 18:38:17 +00:00
stat.py
string.py typo 2010-09-06 20:27:55 +00:00
stringprep.py
struct.py
subprocess.py Adjust #8956 to add the bad signal number to the exception message. 2010-09-07 13:24:38 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py Ensure that test_site actually passes with a framework build 2010-08-01 09:02:50 +00:00
tabnanny.py
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 Rip out old testing code that was inlined in threading. 2010-07-23 15:50:02 +00:00
timeit.py #4810: document "--" option separator in timeit help. 2010-08-01 08:52:32 +00:00
token.py
tokenize.py A little bit more readable repr method. 2010-09-09 08:29:05 +00:00
trace.py Fix softspace relic. 2010-08-02 12:40:22 +00:00
traceback.py
tty.py
turtle.py Use a context manager for some file objects. 2010-09-03 19:52:03 +00:00
types.py
uu.py
uuid.py Merged revisions 82276 via svnmerge from 2010-06-27 12:45:47 +00:00
warnings.py _warnings exposed two variables with the name 'default_action' and 2010-09-04 18:24:04 +00:00
wave.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Issue #9837: The read() method of ZipExtFile objects (as returned by 2010-09-12 14:51:20 +00:00