- 25 Feb, 2003 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
of the form file:/path/to/file don't work whereas file:///path/to/file works fine. We convert the former to the latter.
-
Jack Jansen authored
building distutils extension modules also works if you've only done an altinstall. Fixes bug #677293.
-
Jack Jansen authored
-
Jack Jansen authored
called python.exe but actually pass it from the main Makefile to Mac/OSX/Makefile. This makes framework builds work again on case sensitive filesystems. Fixes bug #677753.
-
- 24 Feb, 2003 15 commits
-
-
Walter Dörwald authored
(see SF bug #690309) and raise ImportErrors instead of RuntimeErrors, so building Python continues even if importing iconv_codecs fails. This is a temporary fix until we get proper configure support for "broken" iconv implementations.
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
filename as the source, but in Contents/Resources in the app bundle).
-
Jack Jansen authored
into dst in the bundle. The Python API already had this functionality
-
Walter Dörwald authored
-
Jack Jansen authored
os.popen(). Fixes #692222.
-
Jack Jansen authored
is found if you are running fink, but the module doesn't work. For now I disabled building iconv_codec on darwin.
-
Jack Jansen authored
if the include files cannot be found.
-
Jack Jansen authored
-
Jack Jansen authored
-
Neal Norwitz authored
This improves speed by about 5.6% for me.
-
Guido van Rossum authored
The problem is in sre_compile.py: the call to _compile_charset near the end of _compile_info forgets to pass in the flags, so that the info charset is not compiled with re.U. (The info charset is used when searching to find the first character at which a match could start; it is not generated for patterns beginning with a repeat like '\w{1}'.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 23 Feb, 2003 13 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Need to make sure that preprocessor directives start in first column. This means we can't indent code which has preprocessor directives, nor have a space between [ #include for example.
-
Jack Jansen authored
packages can check that extension modules are built for the right type of python. Current values can be static, framework, shared and cfm (for completeness, for MacPyton-OS9). Closes bug #691889. The reporter suggests backporting this to 2.2.3 and I think I agree.
-
Neal Norwitz authored
-
Neal Norwitz authored
On a 64-bit machine, a dictionary could contain duplicate int/long keys if the value was > 2**32.
-
Jack Jansen authored
a serious slowdown when loading dynamic modules that depend on large shared libraries or frameworks.
-
Jack Jansen authored
-
Neal Norwitz authored
Don't bother testing os.getlogin() if we aren't running from a tty (terminal) It fails when run without a tty (e.g., when run from cron).
-
Neal Norwitz authored
-
Neal Norwitz authored
(patch provided by Greg Chapman)
-
Neal Norwitz authored
-
Neal Norwitz authored
Also use True/False instead of 1/0 for symlink flag.
-
Raymond Hettinger authored
Subsumed times() into repeat(). Added cycle() and chain().
-
- 22 Feb, 2003 1 commit
-
-
Michael W. Hudson authored
called to find tb_lineno -- even if Py_OptimizeFlag is true. So don't call it again when printing the traceback.
-
- 21 Feb, 2003 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Jack Jansen authored
-