- 19 Ock, 2005 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
checking sys.platform for substring 'win' was breaking IDLE docs on Mac (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580. M EditorWindow.py M NEWS.txt M configHelpSourceEdit.py
-
Fred Drake yazdı
(closes SF patch #1104868)
-
Fred Drake yazdı
(closes SF patch #1094815)
-
Kurt B. Kaiser yazdı
rpc.py:SocketIO - Large modules were generating large pickles when downloaded to the execution server. The return of the OK response from the subprocess initialization was interfering and causing the sending socket to be not ready. Add an IO ready test to fix this. Moved the polling IO ready test into pollpacket(). Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError". idlever.py should be 1.0.4 to align with NEWS.txt. There was no IDLE release at 2.3.1 which accounts for the unsync. M NEWS.txt M idlever.py M rpc.py
-
- 17 Ock, 2005 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
erroring out.
-
Kurt B. Kaiser yazdı
backport of configHandler.py, Revision 1.36, 11Jan05.
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
- 11 Ock, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we setup extensions to link with dynamic lookup. We also record the value in the Makefile, and distutils uses the same value to build extension modules. If MACOSX_DEPLOYMENT_TARGET is not set it defaults to the current OSX version. If we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier) we link extensions directly against the dynamic library in the framework in stead of against the framework. This will fix building extensions for 2.3 after 2.4 has been installed too.
-
- 07 Ock, 2005 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
Allow relative URLs for included databases and packages.
-
Jack Jansen yazdı
Workaround for the fact that urllib2 doesn't default to "file:" urls.
-
- 05 Ock, 2005 1 kayıt (commit)
-
-
Sean Reifschneider yazdı
-
- 04 Ock, 2005 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
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 1 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.
-