8777 Commits

Author SHA1 Message Date
Anthony Baxter
cb0b3b1737 damn 2005-02-08 13:24:28 +00:00
Anthony Baxter
dc70706aab 2.3.5 final 2005-02-08 12:57:55 +00:00
Alex Martelli
3560fbd2ac sligtly strengthen unit tests for copy.py 2005-02-07 12:18:26 +00:00
Alex Martelli
9fe6b41221 fix bug 1114776 2005-02-06 07:56:18 +00:00
Fred Drake
d30042d45f fix XMLFilterBase.resolveEntity() so the caller gets the result
(PyXML bug #1112052)
2005-02-03 17:29:32 +00:00
Guido van Rossum
018a548f00 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. 2005-02-03 14:59:43 +00:00
Brett Cannon
392b2cb4bc Fix typo in verbose output for RLock when the initial lock acquisition occurs.
Closes bug #1110998.
2005-01-27 22:52:09 +00:00
Thomas Heller
4b0ae3abc5 Recompiled after source changes. 2005-01-25 22:09:01 +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
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
633d024432 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.
Backport from trunk.
2005-01-20 19:16:27 +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
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
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
Kurt B. Kaiser
098d79d7f2 Backport rpc.py rev 1.28 dating from 21Jan04
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
2005-01-19 01:44:06 +00:00
Kurt B. Kaiser
9075cc4671 If an extension can't be loaded, print warning and skip it instead of
erroring out.
2005-01-17 20:34:49 +00:00
Kurt B. Kaiser
b7af39c4ec Improve error handling when .idlerc can't be created. This is a partial
backport of configHandler.py, Revision 1.36,  11Jan05.
2005-01-17 20:06:47 +00:00
Jack Jansen
904688b7bf Backport of fixes for #887242 and #1097739:
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.
2005-01-11 13:49:02 +00:00
Jack Jansen
fc49019aa0 Backport of 1.38:
Allow relative URLs for included databases and packages.
2005-01-07 13:48:53 +00:00
Jack Jansen
451e02b61a Backport of 1.37:
- 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.
2005-01-03 15:46:30 +00:00
Jack Jansen
f3609396b1 Backport:
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.
2004-12-31 10:44:41 +00:00
Jack Jansen
5a56126ada Backport of 1.36:
- 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.
2004-12-28 21:53:15 +00:00
Andrew M. Kuchling
b0757b8a7c Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch 2004-12-28 20:26:00 +00:00