- 04 Ock, 2005 2 kayıt (commit)
-
-
Jack Jansen yazdı
- Added quotes around the destroot arguments, so empty destroot works. - Run fixapplepython23 script to check whether Apple's Python 2.3 needs to be patched.
-
Jack Jansen yazdı
BuildApplication has never worked in 2.3. I guess that shows how popular MacOS9 is:-)
-
- 03 Ock, 2005 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Added an "installer" flavor, which uses the "open" command to install something (overridable through Install-command entry) - Hidden status is now determined by flavor == hidden, not by missing Download-URL. Hidden packages behave like installer packages. - Made some error messages a bit more understandable. Because there's new functionality the version has been upped to 0.5.
-
- 02 Ock, 2005 4 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
cvs2svn yazdı
'release23-maint'.
-
Jack Jansen yazdı
buildtools if no destroot option is given. That makes life for the additions installer a lot simpler.
-
- 31 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot option to various tools, and do the right thing when we're doing a destroot install.
-
- 30 Ara, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
- 28 Ara, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
- getDefaultDatabase wasn't listed in __all__. - using a different database for non-final releases should only be done for X.Y.0. Non-final micro releases can use the default database just fine, as they are required to be backward compatible.
-
Andrew M. Kuchling yazdı
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
-
Andrew M. Kuchling yazdı
-
- 27 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Various of the mods to build the 3rd MacPython additions (but not all).
-
- 24 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 23 Ara, 2004 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
was pending. Restored the quit() of the readline() mainloop(). http://mail.python.org/pipermail/idle-dev/2004-December/002307.html M NEWS.txt M PyShell.py
-
- 22 Ara, 2004 5 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
trying to remove this file - the file was never removed before. Completes the fix for [ 1067732 ] wininst --install-script leaves residual files on C:\\
-
Thomas Heller yazdı
Partial fix for [1067732] - "wininst --install-script leaves residual files on C:\" 'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp file on the root of the current drive, and if this is readonly explains the 'freopen' errors occasionally reported. 'tempnam' creates the temp file in the %TEMP% directory.
-
Thomas Heller yazdı
version number.
-
- 19 Ara, 2004 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
- fixes various memory leaks found by valgrind and a follup closer code inspection of the bsddb module. (merges r1.32 of _bsddb.c and an associated test case) - also merges the one line r1.37 _bsddb.c fix that fixes a leak on the rare DBEnv creation failed error path.
-
Gregory P. Smith yazdı
the end of a second function whos code was identical enough for patch not to reject the patch. this reverses that misapplication (only the DBC_set_range method needed modification, not DBC_set as well). This problem only exists in the release32-maint branch.
-
Gregory P. Smith yazdı
revision 1.17.4.1 date: 2003/11/03 21:37:43; author: greg; state: Exp; lines: +9 -9 * SF patch 835100 - C++ // comments are not allowed. use /* */
-
- 18 Ara, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Andrew MacIntyre yazdı
-
- 12 Ara, 2004 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Also revise a related function to minimise file handle/pipe leakage and improve reliability. Backported from -HEAD.
-
Andrew MacIntyre yazdı
-
- 11 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 06 Ara, 2004 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
Backport of fix for bug #1077302.
-
- 05 Ara, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 01 Ara, 2004 1 kayıt (commit)
-
-
Matthias Klose yazdı
- Bug #875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls().
-
- 11 Kas, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Kas, 2004 1 kayıt (commit)
-
-
Armin Rigo yazdı
* using malloc() and free() directly, as explained in the new comment * coding style in the PyGILState_*() functions * the recent destroy-tstate-without-holding-the-GIL bug * lock fixes and many more comments in thread.c
-
- 06 Kas, 2004 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-- but not end -- with whitespace.
-
Barry Warsaw yazdı
says boundaries may begin -- but not end -- with whitespace.
-
- 05 Kas, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-