- 09 May, 2003 22 commits
-
-
Skip Montanaro authored
in the setup parameter
-
Fred Drake authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
distutils now looks for the compiler version in sys.version, falling back to MSVC 6 if the version isn't listed (Python 2.2 and lower). Add helper routines for reading the registry. Refactor many module functions into methods of the compiler to avoid passing lots of state as arguments.
-
Jack Jansen authored
-
Jack Jansen authored
honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274.
-
Fred Drake authored
- fix two typos
-
Just van Rossum authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Michael W. Hudson authored
[ 733781 ] fcntl fails to build on old RH Linux
-
Jack Jansen authored
-
Martin v. Löwis authored
Fixes bug reported in comment to #728322.
-
Martin v. Löwis authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Martin v. Löwis authored
-
Just van Rossum authored
is enabled.
-
Just van Rossum authored
emulation (ie. when HAVE_GETADDRINFO isn't defined).
-
Just van Rossum authored
access with lock on those platforms that getaddrinfo() isn't (known to be) thread-safe. Thanks to MvL for mentoring this patch.
-
- 08 May, 2003 13 commits
-
-
Kurt B. Kaiser authored
is now interruptable on Windows. 2. Tweak signal.signal() wait parameters as called by various methods to improve I/O response, especially on Windows. 3. Debugger is disabled at this check-in pending further development. M NEWS.txt M PyShell.py M rpc.py M run.py
-
Tim Peters authored
After removing that, two testers on machines where C: is not the system drive reported that the installer suggested their system drive instead of C:, and that's what they wanted it to do.
-
Jim Fulton authored
-
Jim Fulton authored
argument "obj" rather than "self".
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
week. Patch given by Daniel Berlin in SF bug # 732761. Also closes SF bug # 727719. Backport candidate.
-
Greg Ward authored
-
Greg Ward authored
document dedent() function.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
add dedent() function, to remove indentation from multiline strings (eg. triple-quoted strings). Differs from inspect.getdoc() by not special-casing the first line (often a sensible approach for non-docstring multiline strings). This should make this function more general (symmetric 'indent' also possible), and more fitting for the textwrap module.
-
Greg Ward authored
-
- 07 May, 2003 5 commits
-
-
Brett Cannon authored
-
Jim Fulton authored
Changed the example to show how to create types the new way: - Use a class new method rather than a new function. - Use self->ob_type->tp_free in deallocators - Use attribute descriptors rather than set/getattr methods. - Make the type usable as a base type. I split the example into 3 parts: 1. The minimal new type 2. Adding attributes and methods. 3. Finer control over attributes. It's much simpler to define builtin types. These updates hopefully show this. I also made minor wording changes in two other places. I still need to update xxobject.c
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
Add ~ to MvL's last name Fix use of all-caps for a name Bump version number
-