- 02 Dec, 1997 16 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
section from Chris Herborth.
-
Guido van Rossum authored
(big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too.
-
Guido van Rossum authored
when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't).
-
Guido van Rossum authored
-
Guido van Rossum authored
E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility.
-
Guido van Rossum authored
default for directories (not for files!) to be group writable.
-
Guido van Rossum authored
-
Guido van Rossum authored
accidentally uncomment it...
-
Guido van Rossum authored
-
Barry Warsaw authored
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 authored
-
Guido van Rossum authored
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 authored
-
Barry Warsaw authored
-
Barry Warsaw authored
of the remainder item (last item in list) when maxsplit is < the number of occurrences.
-
- 01 Dec, 1997 6 commits
-
-
Barry Warsaw authored
19.34.
-
Guido van Rossum authored
be the state of the art.
-
Barry Warsaw authored
-
Guido van Rossum authored
what RCS checkout options are used. Problem first diagnosed by Marc Lemburg.
-
Guido van Rossum authored
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 authored
as does unpickling, as in: pickle.loads(pickle.dumps(os.environ)). Hope this is right! Don't shoot me Guido. :-)
-
- 30 Nov, 1997 4 commits
-
-
Fred Drake authored
wrong module.
-
Fred Drake authored
the documentation here.
-
Fred Drake authored
wrong module.
-
Fred Drake authored
-
- 29 Nov, 1997 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
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 Nov, 1997 2 commits
-
-
Barry Warsaw authored
Harri Pasanen.
-
Guido van Rossum authored
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 Nov, 1997 10 commits
-
-
cvs2svn authored
-
Guido van Rossum authored
-
Barry Warsaw authored
py-safe wrapped delete-file call instead.
-
Barry Warsaw authored
commentness so that hitting TAB in the middle of a comment will still indent the line.
-
Barry Warsaw authored
spelling so that it doesn't clobber the standard M-BS binding. This should be portable between X/Emacsen.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-