- 26 Ock, 2005 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 25 Ock, 2005 11 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. (I would be very gratefull if someone proofreads the patch, at least).
-
Thomas Heller yazdı
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
rather than only looking at the type - this was broken in 2.3.
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Fred Drake yazdı
-
- 23 Ock, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Ock, 2005 3 kayıt (commit)
-
-
Thomas Heller yazdı
the version number. For the distutils version numbering scheme, see http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Backport from trunk.
-
- 19 Ock, 2005 10 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1008998)
-
Kurt B. Kaiser yazdı
stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M run.py
-
Fred Drake yazdı
(closes SF bug #853800; markup adjusted)
-
Kurt B. Kaiser yazdı
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M NEWS.txt M configDialog.py
-
cvs2svn yazdı
'release23-maint'.
-
Fred Drake yazdı
(closes SF patch #1084092; modified per comments in SF)
-
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 2 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.
-