- 08 Şub, 2005 9 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
- 07 Şub, 2005 2 kayıt (commit)
-
-
Alex Martelli yazdı
-
Alex Martelli yazdı
-
- 06 Şub, 2005 1 kayıt (commit)
-
-
Alex Martelli yazdı
-
- 03 Şub, 2005 2 kayıt (commit)
-
-
Fred Drake yazdı
(PyXML bug #1112052)
-
Guido van Rossum yazdı
-
- 27 Ock, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
Closes bug #1110998.
-
Martin v. Löwis yazdı
-
- 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 7 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
-