| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(PyXML bug #1112052)
|
| | |
|
| |
|
|
| |
Closes bug #1110998.
|
| | |
|
| | |
|
| |
|
|
| |
rather than only looking at the type - this was broken in 2.3.
|
| | |
|
| |
|
|
|
| |
the version number. For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html
|
| |
|
|
| |
Backport from trunk.
|
| |
|
|
|
|
|
| |
stuck subprocess MainThread because only the SocketThread was exiting.
M NEWS.txt
M run.py
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
erroring out.
|
| |
|
|
| |
backport of configHandler.py, Revision 1.36, 11Jan05.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Allow relative URLs for included databases and packages.
|
| |
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
- 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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|
|
| |
Backport of fix for bug #1077302.
|
| |
|
|
| |
-- but not end -- with whitespace.
|
| |
|
|
| |
says boundaries may begin -- but not end -- with whitespace.
|
| |
|
|
|
|
|
|
| |
In cyclic gc, clear all weakrefs to unreachable objects before allowing any
Python code (weakref callbacks or __del__ methods) to run.
This is a critical bugfix, affecting all versions of Python since weakrefs
were introduced.
|
| |
|
|
| |
didn't handle %U for years starting on Monday.
|
| |
|
|
|
| |
SF bug 917108: warnings.py does not define _test().
Removed the entire __name__ == '__main__' block.
|
| |
|
|
| |
the mode 07111
|
| |
|
|
| |
Stefan Heimann
|
| |
|
|
|
|
| |
also specified.
Closes bug #1045381.
|
| | |
|
| |
|
|
| |
Closes bug #1039270.
|
| |
|
|
| |
Backport of fix for bug #1038935 .
|
| | |
|
| |
|
|
| |
(Backport to 2.3 maintenance branch.)
|
| |
|
|
|
|
|
|
|
| |
starting
w/o the subprocess to fail. This is the same error in the 2.4 version which was
corrected at Rev 1.85, but missed in the backport! Thanks to Hans Gubitz for noticing this.
M PyShell.py
|
| | |
|
| | |
|
| |
|
|
| |
to the 2.3 maint branch.
|
| | |
|
| | |
|