- 13 Jul, 2000 11 commits
-
-
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 26 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
-
Andrew M. Kuchling authored
-
Vladimir Marangozov authored
Patch by Thomas Wouters <thomas@xs4all.net> with small changes of mine (in main(), use return instead of exit). Closes patch #100832
-
Vladimir Marangozov authored
Patch by Thomas Wouters <thomas@xs4all.net> with small changes of mine (in main(), use return instead of exit). Closes patch #100832 (but I can't assign it to myself, nor close it -- sorry)
-
Andrew M. Kuchling authored
-
Eric S. Raymond authored
fix to the code to make it behave like the module docstring.
-
Andrew M. Kuchling authored
* There was no error reported if the .read() method returns a non-string * If read() returned too much data, the buffer would be overflowed causing a core dump * Used strncpy, not memcpy, which seems incorrect if there are embedded \0s. * The args and bytes objects were leaked
-
Andrew M. Kuchling authored
The first two warnings seem harmless enough, but the last one looks like a potential bug: an uninitialized int is returned on error. (I also ended up reformatting some of the code, because it was hard to read.)
-
Vladimir Marangozov authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
- 11 Jul, 2000 3 commits
-
-
Peter Schneider-Kamp authored
Changed parameter in getsockaddrlen from unsigned to socklen_t.
-
Jack Jansen authored
-
Jack Jansen authored
mac-specific functions to have a PyMac_ name.
-