mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
380532117c
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 ........ |
||
---|---|---|
.. | ||
bsddb | ||
ctypes | ||
curses | ||
distutils | ||
encodings | ||
idlelib | ||
lib-tk | ||
logging | ||
msilib | ||
plat-aix4 | ||
plat-atheos | ||
plat-darwin | ||
plat-freebsd4 | ||
plat-freebsd5 | ||
plat-freebsd6 | ||
plat-freebsd7 | ||
plat-freebsd8 | ||
plat-generic | ||
plat-linux2 | ||
plat-mac | ||
plat-netbsd1 | ||
plat-next3 | ||
plat-os2emx | ||
plat-sunos5 | ||
plat-unixware7 | ||
site-packages | ||
sqlite3 | ||
test | ||
wsgiref | ||
xml | ||
__future__.py | ||
__phello__.foo.py | ||
_abcoll.py | ||
_LWPCookieJar.py | ||
_markupbase.py | ||
_MozillaCookieJar.py | ||
_strptime.py | ||
_threading_local.py | ||
abc.py | ||
aifc.py | ||
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 | ||
codeop.py | ||
collections.py | ||
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 | ||
difflib.py | ||
dircache.py | ||
dis.py | ||
doctest.py | ||
DocXMLRPCServer.py | ||
dumbdbm.py | ||
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 | ||
gettext.py | ||
glob.py | ||
gzip.py | ||
hashlib.py | ||
heapq.py | ||
hmac.py | ||
htmlentitydefs.py | ||
htmllib.py | ||
HTMLParser.py | ||
httplib.py | ||
ihooks.py | ||
imaplib.py | ||
imghdr.py | ||
imputil.py | ||
inspect.py | ||
io.py | ||
keyword.py | ||
linecache.py | ||
locale.py | ||
macpath.py | ||
macurl2path.py | ||
mailbox.py | ||
mailcap.py | ||
mhlib.py | ||
mimetools.py | ||
mimetypes.py | ||
modulefinder.py | ||
multifile.py | ||
mutex.py | ||
netrc.py | ||
nntplib.py | ||
ntpath.py | ||
nturl2path.py | ||
numbers.py | ||
opcode.py | ||
optparse.py | ||
os2emxpath.py | ||
os.py | ||
pdb.doc | ||
pdb.py | ||
pickle.py | ||
pickletools.py | ||
pipes.py | ||
pkgutil.py | ||
platform.py | ||
poplib.py | ||
posixpath.py | ||
pprint.py | ||
profile.py | ||
pstats.py | ||
pty.py | ||
py_compile.py | ||
pyclbr.py | ||
pydoc.py | ||
Queue.py | ||
quopri.py | ||
random.py | ||
re.py | ||
repr.py | ||
rfc822.py | ||
rlcompleter.py | ||
robotparser.py | ||
runpy.py | ||
sched.py | ||
sgmllib.py | ||
shelve.py | ||
shlex.py | ||
shutil.py | ||
SimpleHTTPServer.py | ||
SimpleXMLRPCServer.py | ||
site.py | ||
smtpd.py | ||
smtplib.py | ||
sndhdr.py | ||
socket.py | ||
SocketServer.py | ||
sre_compile.py | ||
sre_constants.py | ||
sre_parse.py | ||
sre.py | ||
ssl.py | ||
stat.py | ||
statvfs.py | ||
string.py | ||
stringprep.py | ||
struct.py | ||
subprocess.py | ||
sunau.py | ||
sunaudio.py | ||
symbol.py | ||
symtable.py | ||
tabnanny.py | ||
tarfile.py | ||
telnetlib.py | ||
tempfile.py | ||
textwrap.py | ||
this.py | ||
threading.py | ||
timeit.py | ||
token.py | ||
tokenize.py | ||
trace.py | ||
traceback.py | ||
tty.py | ||
types.py | ||
unittest.py | ||
urllib2.py | ||
urllib.py | ||
urlparse.py | ||
user.py | ||
UserDict.py | ||
UserList.py | ||
UserString.py | ||
uu.py | ||
uuid.py | ||
warnings.py | ||
wave.py | ||
weakref.py | ||
webbrowser.py | ||
whichdb.py | ||
wsgiref.egg-info | ||
xdrlib.py | ||
xmlrpclib.py | ||
zipfile.py |