cvs2svn
4ac0fc8c3b
This commit was manufactured by cvs2svn to create tag 'r235c1'.
v2.3.5c1
2005-01-26 04:55:57 +00:00
Anthony Baxter
cdcfd6f941
added 2.3.5
2005-01-26 04:55:57 +00:00
Thomas Heller
4b0ae3abc5
Recompiled after source changes.
2005-01-25 22:09:01 +00:00
Thomas Heller
3b9f0a3915
Installer changes for 2.3.5c1.
2005-01-25 22:07:51 +00:00
Thomas Heller
6ef7f2ce6e
Build number for 2.3.5c1 is 61.
2005-01-25 22:05:22 +00:00
Thomas Heller
f725bdb5c7
Running a bdist_wininst installer, built with Python 2.3, installing
...
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).
2005-01-25 20:46:48 +00:00
Thomas Heller
cf5d664ad1
Set PYTHONHOME before loading Python, so that sys.path will be set correctly.
2005-01-25 19:47:48 +00:00
Fred Drake
e762a64fc1
set the release date
2005-01-25 15:16:49 +00:00
Anthony Baxter
724ef20e24
1.0.5, to match the python patchlevel
2005-01-25 13:08:15 +00:00
Anthony Baxter
c859084f71
copy.py fixed to first lookup __copy__ from the instance being copied,
...
rather than only looking at the type - this was broken in 2.3.
2005-01-25 12:52:18 +00:00
Anthony Baxter
dd6ab86d12
pre-release bits
2005-01-25 12:51:43 +00:00
Anthony Baxter
a0c5d38c76
happy new year!
2005-01-25 12:39:22 +00:00
Fred Drake
bac3d91cad
bump version number to prepare for a release
2005-01-25 07:53:30 +00:00
Martin v. Löwis
03bdf1719c
Flush std{in,out,err} before closing it. Fixes #1074011 .
2005-01-23 09:50:32 +00:00
Thomas Heller
87b99c7f0e
At least one bug has been fixed in distutils, so increment the last part of
...
the version number. For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html
2005-01-20 19:28:44 +00:00
Thomas Heller
5fc22ec17e
distutils/command/install.py change.
2005-01-20 19:22:12 +00:00
Thomas Heller
633d024432
Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.
...
Backport from trunk.
2005-01-20 19:16:27 +00:00
Fred Drake
29e932bb27
fix typeset of vertical bar for PDF format
...
(closes SF bug #1008998 )
2005-01-19 07:22:13 +00:00
Kurt B. Kaiser
37e132bb42
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
...
stuck subprocess MainThread because only the SocketThread was exiting.
M NEWS.txt
M run.py
2005-01-19 06:23:51 +00:00
Fred Drake
87d3ad6b0c
documentation for the zipimport module using contributed patch
...
(closes SF bug #853800 ; markup adjusted)
2005-01-19 06:03:29 +00:00
Kurt B. Kaiser
5e215b9617
Backport configDialog.py rev 1.60:
...
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
2005-01-19 05:53:32 +00:00
cvs2svn
f64f450a03
This commit was manufactured by cvs2svn to create branch
...
'release23-maint'.
2005-01-19 05:42:50 +00:00
Fred Drake
a2a0bfe334
Description of args to IMAP4.store() in imaplib
...
(closes SF patch #1084092 ; modified per comments in SF)
2005-01-19 04:49:26 +00:00
Kurt B. Kaiser
d04acc86e9
Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04
...
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
2005-01-19 04:12:38 +00:00
Fred Drake
3fccd9512b
fix a bunch of spelling errors
...
(closes SF patch #1104868 )
2005-01-19 03:45:39 +00:00