Staging
v0.5.1
Revision 7167b00542cc1af288c3f09565bb41c436c4d77b authored by Georg Brandl on 03 January 2009, 23:25:33 UTC, committed by Georg Brandl on 03 January 2009, 23:25:33 UTC
svn+ssh://svn.python.org/python/branches/py3k

........
  r67653 | neal.norwitz | 2008-12-07 23:42:03 +0100 (Sun, 07 Dec 2008) | 1 line

  Remove unnecessary import
........
  r67655 | georg.brandl | 2008-12-07 23:45:56 +0100 (Sun, 07 Dec 2008) | 2 lines

  #4586: fix usage of Py_InitModule.
........
  r67682 | georg.brandl | 2008-12-10 00:48:44 +0100 (Wed, 10 Dec 2008) | 1 line

  #4592: fix embedding example with new C API changes.
........
  r67683 | fred.drake | 2008-12-10 07:02:39 +0100 (Wed, 10 Dec 2008) | 2 lines

  simplify imports
........
  r67724 | benjamin.peterson | 2008-12-13 04:03:41 +0100 (Sat, 13 Dec 2008) | 1 line

  string.maketrans -> str.maketrans
........
  r67755 | benjamin.peterson | 2008-12-14 16:09:34 +0100 (Sun, 14 Dec 2008) | 1 line

  tip-toe around dictionary keys view in the tutorial
........
  r67780 | jeremy.hylton | 2008-12-15 04:00:50 +0100 (Mon, 15 Dec 2008) | 2 lines

  Use True/False for ints instead of 1/0.  That's so Python 2.0.
........
  r67781 | jeremy.hylton | 2008-12-15 04:08:30 +0100 (Mon, 15 Dec 2008) | 2 lines

  Reflow long line.
........
  r67782 | georg.brandl | 2008-12-15 09:28:37 +0100 (Mon, 15 Dec 2008) | 2 lines

  #4667: fix some 2.x leftovers in the tutorial.
........
  r67783 | georg.brandl | 2008-12-15 09:29:32 +0100 (Mon, 15 Dec 2008) | 2 lines

  #4668: wrap iterator returns in list() in functional howto.
........
  r67786 | georg.brandl | 2008-12-15 09:43:10 +0100 (Mon, 15 Dec 2008) | 2 lines

  #4603: Note that inconsistent tab/space use is now illegal.
........
  r67789 | georg.brandl | 2008-12-15 10:16:15 +0100 (Mon, 15 Dec 2008) | 2 lines

  Use :samp: role.
........
  r67841 | kristjan.jonsson | 2008-12-18 18:08:57 +0100 (Thu, 18 Dec 2008) | 2 lines

  Add missing Py_CHARMASK when calling isspace().
  Found by enabling runtime tests on windows, by disabling the _set_invalid_parameter_handler() fiddling.
........
  r67843 | kristjan.jonsson | 2008-12-18 18:15:54 +0100 (Thu, 18 Dec 2008) | 5 lines

  Fix an issue in the tokenizer, where a file is opened by fd, but the underlying PyFileIO object wasn created with the closefd attribute true.
  Also fix error handling for close() int _fileio.c .  It was incorrect, looking for a negative refcount, and so errors weren't raised.  This is why this issue wasn't caught.
  There is a second reason why it isn't seen:  Class IOBase in io.py has a try:/except: around the close() funtion in the __del__() method.  This also masks these error conditions.

  This issue was discovered by removing the _set_invalid_parameter_handler() fiddling, thus enabling the C runtime checks on windows.
........
  r67865 | benjamin.peterson | 2008-12-20 04:20:23 +0100 (Sat, 20 Dec 2008) | 1 line

  fix syntax
........
  r67881 | benjamin.peterson | 2008-12-20 23:50:25 +0100 (Sat, 20 Dec 2008) | 1 line

  unpy3kize this; it require 2.x only Mac modules
........
  r67884 | benjamin.peterson | 2008-12-21 00:06:29 +0100 (Sun, 21 Dec 2008) | 1 line

  don't build bsddb anymore
........
  r67925 | benjamin.peterson | 2008-12-24 17:27:25 +0100 (Wed, 24 Dec 2008) | 1 line

  return the module object from PyMODINIT_FUNC
........
  r67929 | benjamin.peterson | 2008-12-27 03:58:34 +0100 (Sat, 27 Dec 2008) | 1 line

  string -> bytes in error message #4745
........
  r67931 | hirokazu.yamamoto | 2008-12-27 05:21:44 +0100 (Sat, 27 Dec 2008) | 2 lines

  Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for protocol 3
  (== HIGHEST_PROTOCOL in 3.x)
........
1 parent 99113b7
History
File Mode Size
ctypes
curses
dbm
distutils
email
encodings
html
http
idlelib
json
lib2to3
logging
msilib
multiprocessing
plat-aix4
plat-atheos
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
test
tkinter
urllib
wsgiref
xml
xmlrpc
__future__.py -rw-r--r-- 4.3 KB
__phello__.foo.py -rw-r--r-- 64 bytes
_abcoll.py -rw-r--r-- 14.7 KB
_dummy_thread.py -rw-r--r-- 4.3 KB
_markupbase.py -rw-r--r-- 14.0 KB
_strptime.py -rw-r--r-- 19.3 KB
_threading_local.py -rw-r--r-- 6.8 KB
_weakrefset.py -rw-r--r-- 4.1 KB
abc.py -rw-r--r-- 6.6 KB
aifc.py -rw-r--r-- 30.1 KB
antigravity.py -rw-r--r-- 60 bytes
ast.py -rw-r--r-- 11.1 KB
asynchat.py -rw-r--r-- 11.8 KB
asyncore.py -rw-r--r-- 18.8 KB
base64.py -rwxr-xr-x 13.0 KB
bdb.py -rw-r--r-- 19.9 KB
binhex.py -rw-r--r-- 13.6 KB
bisect.py -rw-r--r-- 2.6 KB
build_class.py -rw-r--r-- 0 bytes
cProfile.py -rwxr-xr-x 6.2 KB
calendar.py -rw-r--r-- 22.1 KB
cgi.py -rwxr-xr-x 29.5 KB
cgitb.py -rw-r--r-- 11.7 KB
chunk.py -rw-r--r-- 5.3 KB
cmd.py -rw-r--r-- 14.5 KB
code.py -rw-r--r-- 9.4 KB
codecs.py -rw-r--r-- 34.0 KB
codeop.py -rw-r--r-- 5.9 KB
collections.py -rw-r--r-- 17.0 KB
colorsys.py -rw-r--r-- 3.4 KB
compileall.py -rw-r--r-- 5.5 KB
configparser.py -rw-r--r-- 23.9 KB
contextlib.py -rw-r--r-- 4.1 KB
copy.py -rw-r--r-- 9.6 KB
copyreg.py -rw-r--r-- 6.5 KB
csv.py -rw-r--r-- 14.9 KB
decimal.py -rw-r--r-- 194.1 KB
difflib.py -rw-r--r-- 79.2 KB
dis.py -rw-r--r-- 8.1 KB
doctest.py -rw-r--r-- 96.2 KB
dummy_threading.py -rw-r--r-- 2.7 KB
filecmp.py -rw-r--r-- 9.3 KB
fileinput.py -rw-r--r-- 13.9 KB
fnmatch.py -rw-r--r-- 3.3 KB
formatter.py -rw-r--r-- 14.6 KB
fractions.py -rwxr-xr-x 20.0 KB
ftplib.py -rw-r--r-- 28.1 KB
functools.py -rw-r--r-- 2.1 KB
genericpath.py -rw-r--r-- 3.0 KB
getopt.py -rw-r--r-- 7.2 KB
getpass.py -rw-r--r-- 5.1 KB
gettext.py -rw-r--r-- 17.6 KB
glob.py -rw-r--r-- 2.2 KB
gzip.py -rw-r--r-- 16.9 KB
hashlib.py -rw-r--r-- 4.8 KB
heapq.py -rw-r--r-- 15.6 KB
hmac.py -rw-r--r-- 4.7 KB
imaplib.py -rw-r--r-- 45.3 KB
imghdr.py -rw-r--r-- 3.4 KB
inspect.py -rw-r--r-- 38.8 KB
io.py -rw-r--r-- 72.5 KB
keyword.py -rwxr-xr-x 2.0 KB
linecache.py -rw-r--r-- 4.1 KB
locale.py -rw-r--r-- 80.6 KB
macpath.py -rw-r--r-- 5.1 KB
macurl2path.py -rw-r--r-- 3.2 KB
mailbox.py -rwxr-xr-x 68.2 KB
mailcap.py -rw-r--r-- 7.3 KB
mimetypes.py -rw-r--r-- 18.4 KB
modulefinder.py -rw-r--r-- 23.6 KB
netrc.py -rw-r--r-- 4.1 KB
nntplib.py -rw-r--r-- 20.6 KB
ntpath.py -rw-r--r-- 18.0 KB
nturl2path.py -rw-r--r-- 2.2 KB
numbers.py -rw-r--r-- 10.0 KB
opcode.py -rw-r--r-- 4.7 KB
optparse.py -rw-r--r-- 58.4 KB
os.py -rw-r--r-- 21.0 KB
os2emxpath.py -rw-r--r-- 4.4 KB
pdb.doc -rw-r--r-- 7.7 KB
pdb.py -rwxr-xr-x 43.7 KB
pickle.py -rw-r--r-- 43.0 KB
pickletools.py -rw-r--r-- 74.0 KB
pipes.py -rw-r--r-- 9.1 KB
pkgutil.py -rw-r--r-- 19.4 KB
platform.py -rwxr-xr-x 48.3 KB
plistlib.py -rw-r--r-- 13.4 KB
poplib.py -rw-r--r-- 10.1 KB
posixpath.py -rw-r--r-- 12.9 KB
pprint.py -rw-r--r-- 11.6 KB
profile.py -rwxr-xr-x 23.1 KB
pstats.py -rw-r--r-- 25.9 KB
pty.py -rw-r--r-- 4.8 KB
py_compile.py -rw-r--r-- 6.0 KB
pyclbr.py -rw-r--r-- 12.9 KB
pydoc.py -rwxr-xr-x 87.6 KB
pydoc_topics.py -rw-r--r-- 360.8 KB
queue.py -rw-r--r-- 8.4 KB
quopri.py -rwxr-xr-x 7.1 KB
random.py -rw-r--r-- 25.0 KB
re.py -rw-r--r-- 14.0 KB
reprlib.py -rw-r--r-- 4.0 KB
rlcompleter.py -rw-r--r-- 5.5 KB
runpy.py -rwxr-xr-x 5.3 KB
sched.py -rw-r--r-- 5.0 KB
shelve.py -rw-r--r-- 7.8 KB
shlex.py -rw-r--r-- 10.8 KB
shutil.py -rw-r--r-- 8.2 KB
site.py -rw-r--r-- 18.2 KB
smtpd.py -rwxr-xr-x 17.7 KB
smtplib.py -rwxr-xr-x 29.8 KB
sndhdr.py -rw-r--r-- 6.1 KB
socket.py -rw-r--r-- 9.4 KB
socketserver.py -rw-r--r-- 21.2 KB
sre_compile.py -rw-r--r-- 15.9 KB
sre_constants.py -rw-r--r-- 7.0 KB
sre_parse.py -rw-r--r-- 27.0 KB
ssl.py -rw-r--r-- 14.9 KB
stat.py -rw-r--r-- 1.7 KB
string.py -rw-r--r-- 10.2 KB
stringprep.py -rw-r--r-- 12.6 KB
struct.py -rw-r--r-- 54 bytes
subprocess.py -rw-r--r-- 44.7 KB
sunau.py -rw-r--r-- 16.1 KB
symbol.py -rwxr-xr-x 2.0 KB
symtable.py -rw-r--r-- 7.1 KB
tabnanny.py -rwxr-xr-x 11.1 KB
tarfile.py -rw-r--r-- 82.8 KB
telnetlib.py -rw-r--r-- 21.0 KB
tempfile.py -rw-r--r-- 18.3 KB
textwrap.py -rw-r--r-- 15.3 KB
this.py -rw-r--r-- 1003 bytes
threading.py -rw-r--r-- 30.1 KB
timeit.py -rw-r--r-- 11.7 KB
token.py -rwxr-xr-x 2.9 KB
tokenize.py -rw-r--r-- 17.6 KB
trace.py -rw-r--r-- 29.2 KB
traceback.py -rw-r--r-- 11.6 KB
tty.py -rw-r--r-- 879 bytes
turtle.py -rw-r--r-- 136.3 KB
types.py -rw-r--r-- 1.1 KB
unittest.py -rw-r--r-- 30.0 KB
uu.py -rwxr-xr-x 6.0 KB
uuid.py -rw-r--r-- 20.5 KB
warnings.py -rw-r--r-- 12.6 KB
wave.py -rw-r--r-- 17.5 KB
weakref.py -rw-r--r-- 9.2 KB
webbrowser.py -rw-r--r-- 20.5 KB
wsgiref.egg-info -rw-r--r-- 187 bytes
xdrlib.py -rw-r--r-- 5.3 KB
zipfile.py -rw-r--r-- 51.6 KB

back to top