- 02 Nov, 1999 4 commits
-
-
Guido van Rossum authored
Sometimes there's no parent, so don't try to get its __name__.
-
Guido van Rossum authored
Added some declarations to shut up compiler.
-
Guido van Rossum authored
-
Guido van Rossum authored
have fork and execv (and friends) but not spawnv. They operate exactly like the spawn functions on Windows. A limited set of needed constants is also defined (P_WAIT, P_NOWAIT etc.). Also add getenv() as a familiar alias for environ.get().
-
- 30 Oct, 1999 5 commits
-
-
Just van Rossum authored
- Minor tab behavior tweak -- jvr
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr
-
- 29 Oct, 1999 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
cmpcache sections.
-
Fred Drake authored
documentation.
-
Fred Drake authored
-
Fred Drake authored
-
- 26 Oct, 1999 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
documentation sections.
-
Fred Drake authored
-
Guido van Rossum authored
functionality of cmp.py and cmpcache.py, which are hereby declared obsolescent.
-
Guido van Rossum authored
class instance, include the class attributes in the list of possible expansions.
-
Guido van Rossum authored
request handling into separate parse_request() and handle_request() methods.
-
Jack Jansen authored
-
Guido van Rossum authored
not as descriptive as what Barry suggests, but this also catches the (in my opinion important) case where some other C code besides apply() constructs a kwdict that doesn't have the right format. All the other possibilities of getting it wrong (non-dict, wrong keywords etc) are already caught so this makes sense to check here.
-
- 23 Oct, 1999 4 commits
- 22 Oct, 1999 2 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
keep whatever gethostname() returns. After a suggestion by Doug Wyatt.
-
- 20 Oct, 1999 4 commits
-
-
Fred Drake authored
information accessible to Python. When run as a script, just dumps the information back out in the data format, with functions in sorted order and a blank line between different functions. Still need to apply the information somehow.
-
Fred Drake authored
Fixed up a few of his ??? comments.
-
Fred Drake authored
-
Guido van Rossum authored
more than one window argument.
-
- 19 Oct, 1999 6 commits
-
-
Guido van Rossum authored
(XXX perhaps a bit too verbose; in particular it is sensitive to all the doc strings.)
-
Guido van Rossum authored
module, which is tested by test_binhex.py.
-
Guido van Rossum authored
-
Guido van Rossum authored
reformatted.) - Illegal padding is now ignored. (Recommendation by GvR.) - Padding no longer removes characters from data string (resulting in lost data/strings with negative lengths). - Illegal characters outside the ASCII range are now ignored, instead of possibly being remapped to a valid character.
-
Guido van Rossum authored
Renamed it and adapted a comment and an error message.
-
Guido van Rossum authored
before it reveals the needed definitions in sys/statvfs.h.
-