..
bsddb
This was found by Guido AFAIK on p3yk (sic) branch.
2006-09-05 02:35:08 +00:00
compiler
Fix a bug in the ``compiler`` package that caused invalid code to be
2006-08-16 23:38:05 +00:00
ctypes
The cast function did not accept c_char_p or c_wchar_p instances
2006-09-07 19:09:54 +00:00
curses
…
distutils
Revert to having static version numbers again.
2006-08-16 08:13:26 +00:00
email
Forward port some fixes that were in email 2.5 but for some reason didn't make
2006-07-26 05:54:46 +00:00
encodings
importing types is not necessary if we use isinstance
2006-08-25 01:52:49 +00:00
hotshot
…
idlelib
Updating IDLE's version number to match Python's (as per python-dev
2006-08-18 07:29:02 +00:00
lib-tk
Fix docstring punctuation
2006-07-29 14:43:55 +00:00
logging
Fix missing import of the types module in logging.config.
2006-09-06 20:05:58 +00:00
msilib
…
plat-aix3
…
plat-aix4
…
plat-atheos
…
plat-beos5
…
plat-darwin
…
plat-freebsd2
…
plat-freebsd3
…
plat-freebsd4
…
plat-freebsd5
…
plat-freebsd6
…
plat-freebsd7
…
plat-generic
…
plat-irix5
…
plat-irix6
…
plat-linux2
…
plat-mac
with and as are now keywords. There are some generated files I can't recreate.
2006-09-06 06:28:06 +00:00
plat-netbsd1
…
plat-next3
…
plat-os2emx
…
plat-riscos
…
plat-sunos5
with and as are now keywords. There are some generated files I can't recreate.
2006-09-06 06:28:06 +00:00
plat-unixware7
…
site-packages
…
sqlite3
…
test
Forward port of 51850 from release25-maint branch.
2006-09-11 04:24:09 +00:00
wsgiref
…
xml
expunge the xmlcore changes:
2006-07-29 16:56:15 +00:00
BaseHTTPServer.py
…
Bastion.py
…
CGIHTTPServer.py
…
ConfigParser.py
…
Cookie.py
Whitespace normalization.
2006-08-15 00:25:04 +00:00
DocXMLRPCServer.py
…
HTMLParser.py
…
MimeWriter.py
…
Queue.py
…
SimpleHTTPServer.py
…
SimpleXMLRPCServer.py
[Bug #1525469 ] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren
2006-09-05 13:15:41 +00:00
SocketServer.py
…
StringIO.py
…
UserDict.py
…
UserList.py
…
UserString.py
…
_LWPCookieJar.py
…
_MozillaCookieJar.py
…
__future__.py
…
__phello__.foo.py
…
_strptime.py
…
_threading_local.py
…
aifc.py
…
anydbm.py
…
asynchat.py
…
asyncore.py
…
atexit.py
…
audiodev.py
…
base64.py
…
bdb.py
…
binhex.py
…
bisect.py
…
cProfile.py
…
calendar.py
…
cgi.py
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
2006-08-10 17:41:07 +00:00
cgitb.py
…
chunk.py
…
cmd.py
…
code.py
…
codecs.py
…
codeop.py
…
colorsys.py
…
commands.py
…
compileall.py
…
contextlib.py
…
cookielib.py
…
copy.py
…
copy_reg.py
…
csv.py
…
dbhash.py
…
decimal.py
Add missing word in comment
2006-09-02 18:51:34 +00:00
difflib.py
…
dircache.py
…
dis.py
…
doctest.py
Fix a couple of typos.
2006-08-29 05:40:58 +00:00
dumbdbm.py
…
dummy_thread.py
…
dummy_threading.py
…
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fpformat.py
…
ftplib.py
…
functools.py
…
genericpath.py
Add missing svn:eol-style property to text files.
2006-09-05 02:22:17 +00:00
getopt.py
…
getpass.py
…
gettext.py
…
glob.py
…
gopherlib.py
…
gzip.py
Try to squash struct.pack warnings on the "amd64 gentoo trunk"
2006-08-02 04:12:36 +00:00
hashlib.py
…
heapq.py
…
hmac.py
…
htmlentitydefs.py
…
htmllib.py
…
httplib.py
Minor typo fixes
2006-07-30 00:27:34 +00:00
ihooks.py
…
imaplib.py
…
imghdr.py
…
imputil.py
…
inspect.py
Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314
2006-09-07 10:50:34 +00:00
keyword.py
…
linecache.py
…
locale.py
…
macpath.py
- Move functions common to all path modules into genericpath.py and have the
2006-08-26 18:42:06 +00:00
macurl2path.py
…
mailbox.py
…
mailcap.py
…
markupbase.py
…
md5.py
…
mhlib.py
…
mimetools.py
…
mimetypes.py
…
mimify.py
…
modulefinder.py
…
multifile.py
…
mutex.py
…
netrc.py
…
new.py
…
nntplib.py
…
ntpath.py
- Move functions common to all path modules into genericpath.py and have the
2006-08-26 18:42:06 +00:00
nturl2path.py
…
opcode.py
…
optparse.py
…
os.py
os.urandom no longer masks unrelated exceptions like SystemExit or
2006-08-01 18:49:24 +00:00
os2emxpath.py
- Move functions common to all path modules into genericpath.py and have the
2006-08-26 18:42:06 +00:00
pdb.doc
…
pdb.py
[Bug #1526834 ] Fix crash in pdb when you do 'b f(';
2006-09-05 13:19:18 +00:00
pickle.py
…
pickletools.py
…
pipes.py
…
pkgutil.py
Bug #1529871 : The speed enhancement patch #921466 broke Python's compliance
2006-07-28 21:12:07 +00:00
platform.py
…
popen2.py
…
poplib.py
…
posixfile.py
…
posixpath.py
- Move functions common to all path modules into genericpath.py and have the
2006-08-26 18:42:06 +00:00
pprint.py
…
profile.py
…
pstats.py
…
pty.py
…
py_compile.py
…
pyclbr.py
…
pydoc.py
Patch #1520294 : Support for getset and member descriptors in types.py,
2006-07-27 23:43:15 +00:00
quopri.py
…
random.py
…
re.py
…
repr.py
…
rexec.py
…
rfc822.py
…
rlcompleter.py
…
robotparser.py
…
runpy.py
…
sched.py
…
sets.py
…
sgmllib.py
Forward port of 51850 from release25-maint branch.
2006-09-11 04:24:09 +00:00
sha.py
…
shelve.py
…
shlex.py
…
shutil.py
Don't copy directory stat times in shutil.copytree on Windows
2006-07-30 13:00:31 +00:00
site.py
Patch #1540892 : site.py Quitter() class attempts to close sys.stdin
2006-08-16 05:01:42 +00:00
smtpd.py
…
smtplib.py
…
sndhdr.py
…
socket.py
Bug #978833 : Really close underlying socket in _socketobject.close.
2006-07-26 12:12:56 +00:00
sre.py
…
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
stat.py
…
statvfs.py
…
string.py
Cookie.py shouldn't "bogusly" use string._idmap.
2006-08-14 22:01:24 +00:00
stringold.py
…
stringprep.py
…
struct.py
Typo fix
2006-07-30 16:41:30 +00:00
subprocess.py
Fixed subprocess bug #1531862 again, after removing tests
2006-09-07 00:48:33 +00:00
sunau.py
…
sunaudio.py
…
symbol.py
…
symtable.py
…
tabnanny.py
Make tabnanny recognize IndentationErrors raised by tokenize.
2006-08-14 21:34:08 +00:00
tarfile.py
Fix bug #1543303 , tarfile adds padding that breaks gunzip.
2006-08-21 17:59:46 +00:00
telnetlib.py
…
tempfile.py
…
textwrap.py
…
this.py
…
threading.py
…
timeit.py
…
toaiff.py
…
token.py
…
tokenize.py
Replace dead code with an assert.
2006-08-23 21:26:46 +00:00
trace.py
Patch #1536071 : trace.py should now find the full module name of a
2006-08-14 21:55:28 +00:00
traceback.py
Better fix for bug #1531405 , not executing str(value) twice.
2006-08-04 18:07:34 +00:00
tty.py
…
types.py
Patch #1520294 : Support for getset and member descriptors in types.py,
2006-07-27 23:43:15 +00:00
unittest.py
…
urllib.py
Bug #1459963 : properly capitalize HTTP header names.
2006-07-26 07:40:17 +00:00
urllib2.py
Patch #1542948 : fix urllib2 header casing issue. With new test.
2006-08-20 13:15:39 +00:00
urlparse.py
…
user.py
…
uu.py
…
uuid.py
Bug #1541863 : uuid.uuid1 failed to generate unique identifiers
2006-08-18 03:47:18 +00:00
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
webbrowser: Silence stderr output if no gconftool or gnome browser found
2006-08-08 11:52:34 +00:00
whichdb.py
…
wsgiref.egg-info
…
xdrlib.py
…
xmllib.py
…
xmlrpclib.py
…
zipfile.py
ZipFile.close(): Kill the other struct.pack deprecation
2006-07-31 02:53:03 +00:00