- 24 Jun, 2000 8 commits
-
-
Greg Ward authored
on if it sees a filename with unknown extension.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
in the module of the command classes that have command-specific help options. This lets us keep the principle of lazily importing the ccompiler module, and also gets away from defining non-methods at class level.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
accomodate SWIG interface files, resource files, etc.).
-
- 23 Jun, 2000 7 commits
-
-
Barry Warsaw authored
the insertion of the text.
-
Jeremy Hylton authored
This patch modifies the type structures of objects that participate in GC. The object's tp_basicsize is increased when GC is enabled. GC information is prefixed to the object to maintain binary compatibility. GC objects also define the tp_flag Py_TPFLAGS_GC.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
This patch adds the type methods traverse and clear necessary for GC implementation.
-
Greg Ward authored
than a boolean indicating whether it did the copy.
-
Andrew M. Kuchling authored
functions that might block or pause
-
- 21 Jun, 2000 14 commits
-
-
Jack Jansen authored
-
Marc-André Lemburg authored
Made codecs.open() default to 'rb' as file mode.
-
Guido van Rossum authored
These two fixes were approved by me. Peter Kropf: There's a problem with the xmllib module when used with JPython. Specifically, the JPython re module has trouble with the () characters in strings passed into re.compile. Spiros Papadimitriou: I just downloaded xmllib.py ver. 0.3 from python.org and there seems to be a slight typo: Line 654 ("tag = self.stack[-1][0]" in parse_endtag), is indented one level more than it should be. I just thought I'd let you know...
-
Greg Ward authored
major ports of GCC to Windows. Contributed by Rene Liebscher, and quite untested by me. Apparently requires tweaking Python's installed config.h and adding a libpython.a to build extensions.
-
Greg Ward authored
manifest, regenerate the manifest.
-
Greg Ward authored
-
Greg Ward authored
(Bug spotted and originally fixed by Rene Liebscher; fix redone by me.)
-
Greg Ward authored
'install_headers'.
-
Greg Ward authored
'try_cpp()', 'search_cpp()', and 'check_header()'. This is enough that the base config is actually useful for implementing a real config command, specifically one for mxDateTime.
-
Greg Ward authored
-
Greg Ward authored
it in UnixCCompiler. Still needs to be implemented in MSVCCompiler (and whatever other compiler classes are lurking out there, waiting to be checked in).
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 20 Jun, 2000 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
the number of children of a node exceeds the max possible value for the short that is used to count them. The Python runtime converts this parser error into the SyntaxError "expression too long."
-
Jeremy Hylton authored
raised, caught, and converted to a string.
-
Jeremy Hylton authored
-
Fred Drake authored
Patch to add support for sip: (Session Initiation Protocol, RFC2543) URLs.
-
Fred Drake authored
Simplify find code; this is a performance improvement on at least some platforms.
-
Mark Hammond authored
Added a new debug method sys.gettotalrefcount(), which returns the total number of references on all Python objects. This is only enabled when Py_TRACE_REFS is defined (which includes default debug builds under Windows). Also removed a redundant cast from sys.getrefcount(), as discussed on the patches list.
-
Jack Jansen authored
-
Jack Jansen authored
-