- 13 Tem, 2000 6 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
example: >>> def f(a,a):print a ... SyntaxError: duplicate argument in function definition
-
Fred Drake yazdı
__setitem__(), and __delitem__(). Based on related comments from Barry Warsaw.
-
Andrew M. Kuchling yazdı
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
-
Skip Montanaro yazdı
-
- 12 Tem, 2000 26 kayıt (commit)
-
-
Vladimir Marangozov yazdı
need to be cleared.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
characters.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
add macros for backwards compatibility with C source
-
Guido van Rossum yazdı
sys.builtin_module_names. (Noticed by Toby Dickenson.) [Tim, please test!]
-
Guido van Rossum yazdı
sys.builtin_module_names. (Noticed by Toby Dickenson.)
-
Sjoerd Mullender yazdı
-
Greg Stein yazdı
refactor the copying of file data. new: shutil.copyfileobj(fsrc, fdst)
-
Barry Warsaw yazdı
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 yazdı
Adds caching and reverts back the 'return' to 'exit()' in AC_TRY_RUN as recommended by the Autoconf documentation.
-
Fred Drake yazdı
rest of the Python C code: space between "if", "for" and "(", no space between "(", ")" and function call parameters, etc.
-
Fred Drake yazdı
so we get better error messages.
-
Fred Drake yazdı
<nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred Drake.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Vladimir Marangozov yazdı
Patch by Thomas Wouters <thomas@xs4all.net> with small changes of mine (in main(), use return instead of exit). Closes patch #100832
-
Vladimir Marangozov yazdı
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 yazdı
-
Eric S. Raymond yazdı
fix to the code to make it behave like the module docstring.
-
Andrew M. Kuchling yazdı
* 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 yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 11 Tem, 2000 8 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
Changed parameter in getsockaddrlen from unsigned to socklen_t.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
mac-specific functions to have a PyMac_ name.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
consensus where it should go).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- ANSIfication step 3: enable "require prototypes" flags. Still lots of warnings, mainly on init routines and bgen stuff.
-
Jack Jansen yazdı
header files included.
-