- 02 Ara, 1997 25 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
comments.
-
Guido van Rossum yazdı
directives and changed C++ comments to C comments.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and Jacques Vidrine.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
By Case Roole.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
section from Chris Herborth.
-
Guido van Rossum yazdı
(big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too.
-
Guido van Rossum yazdı
when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility.
-
Guido van Rossum yazdı
default for directories (not for files!) to be group writable.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
accidentally uncomment it...
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
Tools/scripts/h2py.py. This file contains many useful streamio(7) constants, especially the ones that support passing open file descriptors through a pipe: I_RECVFD and I_SENDFD.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
of the remainder item (last item in list) when maxsplit is < the number of occurrences.
-
- 01 Ara, 1997 6 kayıt (commit)
-
-
Barry Warsaw yazdı
19.34.
-
Guido van Rossum yazdı
be the state of the art.
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
what RCS checkout options are used. Problem first diagnosed by Marc Lemburg.
-
Guido van Rossum yazdı
In string.splitfields(), ignore maxsplit if <= 0, rather than ignoring maxsplit=0 but effectively treating negative numbers the same as maxsplit=1. Also made the test for maxsplit slightly more efficient (set it to the length of the string when <= 0 so the test for its presence can be omitted from the loop).
-
Barry Warsaw yazdı
as does unpickling, as in: pickle.loads(pickle.dumps(os.environ)). Hope this is right! Don't shoot me Guido. :-)
-
- 30 Kas, 1997 4 kayıt (commit)
-
-
Fred Drake yazdı
wrong module.
-
Fred Drake yazdı
the documentation here.
-
Fred Drake yazdı
wrong module.
-
Fred Drake yazdı
-
- 29 Kas, 1997 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
maxsplit which is implemented in string.py but wasn't here. The reference manual doesn't define what happens when maxsplit is negative or larger than the number of occurrences, but in either case, I implemented this as all get replaced. Default value is zero which replaces all occurrences.
-
- 27 Kas, 1997 2 kayıt (commit)
-
-
Barry Warsaw yazdı
Harri Pasanen.
-
Guido van Rossum yazdı
messed up (but not checked in) version in my work files and didn't notice before releasing 1.5 -- at least the distributed latex file doesn't have the bogus warning about changed __init__ semantics.
-
- 26 Kas, 1997 1 kayıt (commit)
-
-
cvs2svn yazdı
-