0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Christian Heimes 380532117c Merged revisions 59465-59487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59467 | georg.brandl | 2007-12-11 17:32:49 +0100 (Tue, 11 Dec 2007) | 2 lines

  Add another GHOP contributor.
........
  r59468 | kurt.kaiser | 2007-12-11 20:35:12 +0100 (Tue, 11 Dec 2007) | 3 lines

  IDLE_tabbedpages.071101.patch Tal Einat
  Cosmetic changes, one bug.  Remove tabpage.py, replaced by tabbedpages.py
........
  r59471 | gerhard.haering | 2007-12-11 22:07:40 +0100 (Tue, 11 Dec 2007) | 9 lines

  Forward-port of commit 59184.

  - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
    statement recompilation with no bound parameters lead to a segfault
  - Backported a fix necessary because of an SQLite API change in version
    3.5.
    This prevents segfaults when executing empty queries, like our test suite
    does
........
  r59475 | christian.heimes | 2007-12-12 19:09:06 +0100 (Wed, 12 Dec 2007) | 1 line

  Fixed a nasty problem in the xxmodule.c
........
  r59478 | raymond.hettinger | 2007-12-13 01:08:37 +0100 (Thu, 13 Dec 2007) | 1 line

  Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
........
  r59480 | alexandre.vassalotti | 2007-12-13 18:58:23 +0100 (Thu, 13 Dec 2007) | 2 lines

  Fix issue #1313119: urlparse "caches" parses regardless of encoding
........
  r59482 | christian.heimes | 2007-12-13 20:23:16 +0100 (Thu, 13 Dec 2007) | 1 line

  Fixed bug #1613: Makefile's VPATH feature is broken
........
  r59484 | guido.van.rossum | 2007-12-13 21:50:10 +0100 (Thu, 13 Dec 2007) | 3 lines

  Patch #1608.  Someone with access to autoconf 2.61 or higher needs to
  run it and check in the resulting configure file.
........
  r59485 | thomas.heller | 2007-12-13 22:20:29 +0100 (Thu, 13 Dec 2007) | 1 line

  Ran autoconf.
........
  r59486 | raymond.hettinger | 2007-12-13 23:55:52 +0100 (Thu, 13 Dec 2007) | 1 line

  Simplify implementation of __replace__()
........
  r59487 | raymond.hettinger | 2007-12-14 00:52:59 +0100 (Fri, 14 Dec 2007) | 1 line

  Small speedup
........
2007-12-14 01:24:44 +00:00
..
bsddb
ctypes Explicitly close pipes so test_ctypes won't appear to randomly leak 2007-12-12 20:26:00 +00:00
curses
distutils Merged revisions 59465-59487 via svnmerge from 2007-12-14 01:24:44 +00:00
email Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
encodings The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past. 2007-12-02 15:27:38 +00:00
idlelib Merged revisions 59465-59487 via svnmerge from 2007-12-14 01:24:44 +00:00
lib-tk Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
logging
msilib long integer -> integer. 2007-11-29 18:48:53 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-mac #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Merged revisions 59465-59487 via svnmerge from 2007-12-14 01:24:44 +00:00
wsgiref
xml Removed the new module 2007-11-28 08:28:28 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
_LWPCookieJar.py
_markupbase.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py Backmerge -r59233:59232 2007-11-30 15:13:13 +00:00
aifc.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
anydbm.py
asynchat.py
asyncore.py
base64.py
BaseHTTPServer.py
bdb.py
binhex.py
bisect.py
build_class.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
codeop.py
collections.py Merged revisions 59465-59487 via svnmerge from 2007-12-14 01:24:44 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy_reg.py
copy.py
cProfile.py
csv.py
dbhash.py
decimal.py Make Decimal a subclass of Real and Inexact. 2007-12-10 20:04:04 +00:00
difflib.py
dircache.py
dis.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
doctest.py Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
DocXMLRPCServer.py Merged revisions 59450-59464 via svnmerge from 2007-12-11 01:06:40 +00:00
dumbdbm.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py Fixed #1578: Problems in win_getpass 2007-12-10 17:02:00 +00:00
gettext.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
glob.py
gzip.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
httplib.py Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
ihooks.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
imaplib.py
imghdr.py
imputil.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
inspect.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
io.py Added descriptor for builtins.open.__doc__ 2007-12-08 17:47:40 +00:00
keyword.py
linecache.py
locale.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mhlib.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
mimetools.py
mimetypes.py
modulefinder.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py Small set of updates (with Jeffrey's OK). 2007-12-06 17:45:33 +00:00
opcode.py
optparse.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
os2emxpath.py
os.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
pdb.doc
pdb.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
pickle.py
pickletools.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
pipes.py
pkgutil.py
platform.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
pyclbr.py
pydoc.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
Queue.py
quopri.py
random.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
re.py
repr.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
rfc822.py
rlcompleter.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
robotparser.py
runpy.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
sched.py
sgmllib.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Fixed two of the three failing xml rpc tests 2007-12-08 18:38:20 +00:00
site.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
sre.py
ssl.py Reverting revision 59394. We'll sort this out later. 2007-12-06 19:05:55 +00:00
stat.py
statvfs.py
string.py
stringprep.py
struct.py
subprocess.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
sunau.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
traceback.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
tty.py
types.py Removed more types from the types module 2007-11-29 16:21:13 +00:00
unittest.py Minor cleanup 2007-11-26 10:14:51 +00:00
urllib2.py
urllib.py
urlparse.py Merged revisions 59465-59487 via svnmerge from 2007-12-14 01:24:44 +00:00
user.py
UserDict.py
UserList.py
UserString.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
uu.py
uuid.py
warnings.py
wave.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py
zipfile.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00