- 08 Sep, 2000 7 commits
-
-
Marc-André Lemburg authored
PyArg_ParseTupleAndKeywords() and closes bug #113807.
-
Jack Jansen authored
Getting ready for 2.0b1 release.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Skip Montanaro authored
automatically if dbopen is found in libc or libdb. This closes patch #101420
-
- 07 Sep, 2000 19 commits
-
-
Fred Drake authored
-
Fred Drake authored
Small nits in the layout of the generated markup.
-
Fred Drake authored
Note that \file and \filenq do not work inside section titles.
-
Fred Drake authored
-
Fred Drake authored
weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well.
-
Fred Drake authored
Justin D. Pettit <jpettit@raznick.com>.
-
Thomas Heller authored
distutils/command/bdist_wininst.py: - the windows installer is again able to compile after installing the files. Note: The default has changed, the packager has to give --no-target-compile/--no-target-optimize to NOT compile on the target system. (Another note: install_lib's --compile --optimize options have the same semantics to switch off the compilation. Shouldn't the names change?) - All references to specific python versions are gone. - A small bug: raise DistutilsPlatformError ("...") instead of raise DistutilsPlatformError, ("...") - When bdist_wininst creates an installer for one specific python version, this is reflected in the name: Distutils-0.9.2.win32-py15.exe instead of Distutils-0.9.2.win32.exe - bdist_wininst, when run as script, reads the wininst.exe file and rewrites itself. Previously this was done by hand. misc/install.c - All the changes needed for compilation - Deleted a lot of debug/dead code
-
Fredrik Lundh authored
to zero if that's the case (closes bug #113727)
-
Guido van Rossum authored
this time!
-
Fred Drake authored
-
Fred Drake authored
-
Marc-André Lemburg authored
they are copied as atomic types.
-
Tim Peters authored
-
Tim Peters authored
.exe that will show up on PythonLabs.com later today: Include the Lib\xml\ package (directory + subdirectories). Include the Lib\lib-old\ directory. Include the Lib\test\*.xml test cases (well, just one now). Remove the redundant install of Lib\*.py (looks like a stray duplicate line that's been there a long time). Because of this, the new installer is a little smaller despite having more stuff in it.
-
Tim Peters authored
-
Greg Ward authored
particular wrote up creating RPMs in detail. Other scattered improvements.
-
Greg Ward authored
-
Guido van Rossum authored
-
Guido van Rossum authored
module when e.g. copy_reg.py doesn't exist. This caused a core dump. This closes SF bug 112944.
-
- 06 Sep, 2000 9 commits
-
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
Document some things in the 2.0 NEWS files that should be mentioned here.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Greg Ward authored
- 'mkpath()' the distribution dir in case of empty manifest - warn if empty manifest - detect, warn about, and skip non-regular files in manifest
-
Greg Ward authored
bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist. Don't hardcode setup.py, use 'self.distribution.script_name'.
-
Greg Ward authored
-
Greg Ward authored
better explanation of manifest files, in particular.
-
- 05 Sep, 2000 5 commits
-
-
Fred Drake authored
"manual" class documents.
-
cvs2svn authored
-
Tim Peters authored
2.0b1 for Windows will not have bothered getting 1.6. Also changed "Changed, New, Obsolete Tools" to say "None" since nobody had put an entry there.
-
Guido van Rossum authored
-
Jeremy Hylton authored
Removed some attributions from the shorter entries in Changed Modules, because that section is so long.
-