- 30 May, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with Sun's cc, the compile succeeds, but the link fails). Test for IRIX*/6* instead of for IRIX/6* -- on 64-bit IRIX systems, uname returns IRIX64.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 29 May, 1997 5 kayıt (commit)
-
-
Barry Warsaw yazdı
longs where the top bit is set. First, change the masks so that they are `L' longs, otherwise the sign bits will get propagated to the result. Next, do not coerce to int before sending to pack_uint() otherwise Python will generate an OverflowError. Here is a test program that fails without the patch, but now succeeds: import xdrlib addr = (132, 151, 1, 71) uint = 0L for a in addr: uint = (uint << 8) | a ulong64 = uint << 32 p = xdrlib.Packer() p.pack_uhyper(ulong64) buf = p.get_buffer() u = xdrlib.Unpacker(buf) ulong64prime = u.unpack_uhyper() if ulong64 == ulong64prime: print 'okay' else: print 'bogus' print ulong64, ulong64prime
-
Jack Jansen yazdı
distribution
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 28 May, 1997 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add dependency on dict.copy().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
a CGI script from the command line with not environment variables.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This required (re)moving all occurrences of '(' in column 0, as well as changing "#!" to #!.
-
Jack Jansen yazdı
- Relnotes contains current release notes - HISTORY contains all old release notes
-
Jack Jansen yazdı
-
- 27 May, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
Tkinter keyword parameters.
-
- 26 May, 1997 16 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
modified files. Added and used global now, entry.getmtime(), and entry.emit_marks().
-
Guido van Rossum yazdı
modified files. Throw things around a bit.
-
Guido van Rossum yazdı
Support for index formatting with local refs.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Allow for missing section titles in format_all and format_index.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 23 May, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-