- 14 Jul, 2000 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Eric S. Raymond authored
-
Thomas Wouters authored
posix.openpty(). And conveniently also check if CVS write access really works. Closes SF patch #100722
-
Eric S. Raymond authored
-
Andrew M. Kuchling authored
-
Peter Schneider-Kamp authored
-
Vladimir Marangozov authored
-
Vladimir Marangozov authored
-
-
Peter Schneider-Kamp authored
-
- 13 Jul, 2000 13 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
or .fileno() method
-
Peter Schneider-Kamp authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
automatically finding (most of) the standard PYD extensions, and to remove the hardcoded Python version.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
example: >>> def f(a,a):print a ... SyntaxError: duplicate argument in function definition
-
Fred Drake authored
__setitem__(), and __delitem__(). Based on related comments from Barry Warsaw.
-
Andrew M. Kuchling authored
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
-
Skip Montanaro authored
-
- 12 Jul, 2000 16 commits
-
-
Vladimir Marangozov authored
need to be cleared.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
characters.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
add macros for backwards compatibility with C source
-
Guido van Rossum authored
sys.builtin_module_names. (Noticed by Toby Dickenson.) [Tim, please test!]
-
Guido van Rossum authored
sys.builtin_module_names. (Noticed by Toby Dickenson.)
-
Sjoerd Mullender authored
-
Greg Stein authored
refactor the copying of file data. new: shutil.copyfileobj(fsrc, fdst)
-
Barry Warsaw authored
debug_cycle(), and don't cast the pointer to a long. Neither needs the literal `0x' prefix as %p automatically inserts this (on Linux at least).
-
Vladimir Marangozov authored
Adds caching and reverts back the 'return' to 'exit()' in AC_TRY_RUN as recommended by the Autoconf documentation.
-
Fred Drake authored
rest of the Python C code: space between "if", "for" and "(", no space between "(", ")" and function call parameters, etc.
-
Fred Drake authored
so we get better error messages.
-
Fred Drake authored
<nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred Drake.
-
Tim Peters authored
-