..
ctypes
#9055 : remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service
2010-08-11 15:59:57 +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
Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688 .
2010-08-14 02:30:34 +00:00
email
#1194222 : make parsedate always return RFC2822 four character years.
2010-08-25 00:45:55 +00:00
encodings
Fix a typo in the alias target name for 'macintosh'.
2010-08-21 10:58:31 +00:00
html
Recorded merge of revisions 81500-81501 via svnmerge from
2010-05-24 21:46:25 +00:00
http
Fix Issue8572 - httplib getheader() throws error instead of default
2010-08-02 11:04:58 +00:00
idlelib
At least give IDLE 3.1 a release date. No further entries there for 3.2 though.
2010-07-31 09:03:30 +00:00
importlib
Fix a bug where an attribute was lacking an object to work off of.
2010-08-24 21:04:05 +00:00
json
#9087 : update json docstrings -- unicode and long do not exist anymore.
2010-08-02 20:16:18 +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
Issue #9501 : Fixed logging regressions in cleanup code.
2010-08-23 17:50:30 +00:00
msilib
multiprocessing
Fix #9513 to remove relative imports from multiprocessing.
2010-08-04 15:47:24 +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 and adapt Topics builder to Sphinx 1.0.
2010-07-31 08:27:46 +00:00
site-packages
sqlite3
#8845 : expose sqlite3 inTransaction as RO in_transaction Connection attribute.
2010-06-01 01:32:12 +00:00
test
Disable test_undecodable_code() of test_sys on Windows
2010-08-25 00:20:27 +00:00
tkinter
Issue #9384 : python -m tkinter will now display a simple demo applet.
2010-07-27 14:16:32 +00:00
unittest
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
2010-07-10 13:52:22 +00:00
urllib
Fix Issue9639 - reset the retry count on successful auth.
2010-08-19 17:50:31 +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
_pyio.py
Merged revisions 80720 via svnmerge from
2010-05-03 16:48:20 +00:00
_strptime.py
PEP 8 conformance: class_ -> cls
2010-07-14 13:46:57 +00:00
_threading_local.py
_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
allow byte literals
2010-07-11 23:06:06 +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
calendar.py
Undo r81988 code change leaving added test.
2010-06-14 18:33:19 +00:00
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
#8620 : Cmd no longer truncates last character if stdin ends without newline
2010-08-01 03:31:09 +00:00
code.py
codecs.py
Merged revisions 81471-81472 via svnmerge from
2010-05-22 16:59:09 +00:00
codeop.py
collections.py
Issue #9507 : Named tuple repr will now automatically display the right
2010-08-08 01:13:42 +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
issue #9452 :
2010-08-09 12:52:45 +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
copyreg.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
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
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
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
Issue #8188 : Introduce a new scheme for computing hashes of numbers
2010-05-23 13:33:13 +00:00
ftplib.py
fix issue 9601: ftplib now provides a workaround for invalid response code returned on MKD and PWD by non-compliant FTPserver implementations such as ISS shipped with Windows server 2003
2010-08-23 22:10:32 +00:00
functools.py
remove parens
2010-08-24 21:30:14 +00:00
genericpath.py
getopt.py
Issue #4629 : getopt raises an error if an argument ends with = whereas getopt
2010-07-24 00:49:20 +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
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
linecache.py
Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
2010-05-21 21:45:06 +00:00
locale.py
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
#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
#7909 : the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
2010-07-31 21:40:15 +00:00
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
Fix os.get_exec_path() (code and tests) for python -bb
2010-08-19 17:10:18 +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.py
Part of #7245 : when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
2010-07-30 22:20:16 +00:00
pickle.py
Issue #9378 : python -m pickle <pickle file> will now load and display
2010-07-27 23:02:38 +00:00
pickletools.py
Syntax cleanup.
2010-07-28 16:39:41 +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
Issue #9560 : Use -b option of the file command in _syscmd_file()
2010-08-13 16:30:15 +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
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
Create __pycache__ dir when the pyc path is explicitly given
2010-05-08 19:52:21 +00:00
pyclbr.py
pydoc.py
Fix Issue672656 - Securing pydoc server.
2010-08-18 19:32:21 +00:00
queue.py
quopri.py
random.py
re.py
Clean-up the cache patch for the re module.
2010-08-14 21:17:48 +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
Merged revisions 80837 via svnmerge from
2010-05-05 22:43:04 +00:00
site.py
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
2010-08-13 22:25:01 +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
remove SocketIO.__del__; close() can handle it
2010-07-09 18:28:25 +00:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
Followup to r83869 and issue #8524 : rename socket.forget() to socket.detach()
2010-08-09 20:39:54 +00:00
stat.py
string.py
#6630 : allow customizing flags for compiling string.Template.idpattern.
2010-07-29 17:16:10 +00:00
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
#2304 : fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows
2010-08-11 14:20:40 +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
Ensure that test_site actually passes with a framework build
2010-08-01 09:02:50 +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
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
trace.py
Fix softspace relic.
2010-08-02 12:40:22 +00:00
traceback.py
tty.py
turtle.py
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
Issue #7467 : when a file from a ZIP archive, its CRC is checked and a
2010-08-12 15:11:50 +00:00