- 07 Eyl, 2000 19 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Small nits in the layout of the generated markup.
-
Fred Drake yazdı
Note that \file and \filenq do not work inside section titles.
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
Justin D. Pettit <jpettit@raznick.com>.
-
Thomas Heller yazdı
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 yazdı
to zero if that's the case (closes bug #113727)
-
Guido van Rossum yazdı
this time!
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Marc-André Lemburg yazdı
they are copied as atomic types.
-
Tim Peters yazdı
-
Tim Peters yazdı
.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 yazdı
-
Greg Ward yazdı
particular wrote up creating RPMs in detail. Other scattered improvements.
-
Greg Ward yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
module when e.g. copy_reg.py doesn't exist. This caused a core dump. This closes SF bug 112944.
-
- 06 Eyl, 2000 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
Document some things in the 2.0 NEWS files that should be mentioned here.
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Greg Ward yazdı
- '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 yazdı
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 yazdı
-
Greg Ward yazdı
better explanation of manifest files, in particular.
-
- 05 Eyl, 2000 12 kayıt (commit)
-
-
Fred Drake yazdı
"manual" class documents.
-
cvs2svn yazdı
-
Tim Peters yazdı
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 yazdı
-
Jeremy Hylton yazdı
Removed some attributions from the shorter entries in Changed Modules, because that section is so long.
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
installer.
-
Guido van Rossum yazdı
or other clarifications, with the occasional plug for BeOpen PythonLabs thrown in. Also added a trademarks disclaimer.
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context.
-