- 26 Agu, 2000 4 kayıt (commit)
-
-
Tim Peters yazdı
Windows "inconsistent linkage" warnings at the same time. I agree with Mark Hammond that the whole DL_IMPORT/DL_EXPORT macro system needs an overhaul; this is just an expedient hack until then.
-
Greg Ward yazdı
The known bug (bogus error message when an empty file is extracted) is fixed. Other changes: - The target-compile and target-optimize flags of bdist_wininst are gone. It is no longer possible to compile the python files during installation. - The zlib module is no longer required or used by bdist_wininst. - I moved the decompression/extraction code into a separate file (extract.c). - The installer stub is now compressed by UPX (see http://upx.tsx.org/). This reduces the size of the exe (and thus the overhead of the final installer program) from 40 kB to 16 kB. - The installer displays a more uptodate user wizard-like user interface, also containing a graphic: Just's Python Powered logo. (I could not convince myself to use one of the BeOpen logos). - The installation progress bar now moves correctly.
-
Greg Ward yazdı
-
Greg Ward yazdı
don't assign None to any attributes of the Extension object.
-
- 25 Agu, 2000 36 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Fred Drake yazdı
Add some test cases.
-
Marc-André Lemburg yazdı
file.writelines() now tries to emulate the behaviour of file.write() as closely as possible. Due to the problems with releasing the interpreter lock the solution isn't exactly optimal, but still better than not supporting the file.write() semantics at all.
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
to be extended somewhat -- right now it only tests the .writelines() method.
-
Jack Jansen yazdı
How-to document for using Python for CGI scripting. Not complete and untested, but I'm checking it in so it won't get lost.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
GetDialogWindow() returns an existing window. Added a comment that the methodchain Dialogs->Windows is suspect under Carbon/MacOSX, but we need it under Carbon. No solution yet:-(
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). Fixed a few calls that return an ExistingWindow.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Renamed socket to _socket.
-
Jack Jansen yazdı
Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable.
-
Moshe Zadka yazdı
-
Marc-André Lemburg yazdı
-
Barry Warsaw yazdı
language found in the environment variable, contributed by James Henstridge.
-
Barry Warsaw yazdı
useless. So the test of the dcgettext() function is removed.
-
Barry Warsaw yazdı
useless. So the category argument on _find() is removed, as is the dcgettext() function.
-
Barry Warsaw yazdı
cvs tree. It creates the directory and gettext.mo file on the fly, from the base64 encode binary data.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
some changes.
-
Fred Drake yazdı
Added prototype to remove yet another warning. Make a number of the handlers and helpers "static" since they are not used in other C source files. This also reduces the number of warnings. Make a lot of the code "more Python". (Need to get the style guide done!)
-
Fred Drake yazdı
Minor cleanups.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
closes bug #111928
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
Don't people *test* their changes?
-
Thomas Wouters yazdı
-