| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Use the Carbon scrap manager interface if the old interface isn't available.
|
|
|
|
| |
Use the Carbon scrap manager interface if the old interface isn't available.
|
|
|
|
| |
added support for live feedback in scrollbars
|
|
|
|
|
|
|
|
|
| |
revision 1.19 of LICENSE
revision 1.140 of README
Add 2002 to PSF copyrights.
+ some other branch specific stuff.
|
|
|
|
|
|
|
|
|
|
| |
revision 1.46 of README
date: 2002/02/27 13:29:45; author: mwh; state: Exp; lines: +1 -1
Add 2002 to PSF copyrights.
Doc/README is odd; it assigns some copyright to the PSF in 2000, when
I didn't think it existed...
|
|
|
|
|
|
|
| |
revision 1.16 of getcopyright.c
date: 2002/02/27 13:29:46; author: mwh; state: Exp; lines: +1 -1
Add 2002 to PSF copyrights.
|
|
|
|
|
|
| |
revision 1.5 of license.tex
Add 2002 to PSF copyrights.
|
|
|
|
|
|
|
| |
I *think* this is the only place I need to do this.
There are also some "(c) 2001"s that should probably be turned into
"(c) 2001, 2002"s -- should this be done on the trunk too?
|
|
|
|
|
| |
Internet Config is now part of official Apple interfaces, so use the new
headers and libraries.
|
|
|
|
|
| |
Fix by Edward K Ream to make breakpoints work on Windows: insert a
missing call to self.canonic().
|
|
|
|
| |
Reported by Steve Alexander.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
revision 1.11 of test_descrtut.py
Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't
run the test suite afterwards. Either that, or whether '__doc__' shows
up is platform-dependent!
|
|
|
|
|
|
|
| |
revision 1.6 of FixTk.py
Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.
Fixes #418173 and #219960. 2.2.1 candidate.
|
|
|
|
|
|
|
|
| |
revision 1.283 of configure
revision 1.292 of configure.in
Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX
(pass non-null argument to pthread_create). 2.2.1 candidate.
|
|
|
|
|
|
|
| |
revision 1.48 of smtplib.py
Accept Unicode strings as SMTP TO addresses. Fixes #521270.
2.2.1 candidate.
|
|
|
|
|
| |
- Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously).
- Identify() enum values. This was changed in 1.14, but I don't think it is a good idea.
|
|
|
|
|
|
|
|
|
|
| |
- Added minimal support for floating windows.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
|
|
|
|
|
|
|
|
|
| |
- Don't append quit menu when on OSX, it is special and automatic there.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
|
|
|
|
|
|
|
|
|
| |
- Added minimal support for floating windows.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
|
|
|
|
|
|
|
|
| |
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Flush screen buffer upon console.flush() and output.flush().
This fixes bug #511992.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope.
- Modified version of patch #496882: echo SimpleStdin readline()
input to stdout.
|
|
|
|
| |
half-hearted stab at supported the 2.2 object model better.
|
|
|
|
| |
made radio button labels readable under OSX
|
|
|
|
|
| |
Don't call PyMac_OutputSeen if we have a custom console. Fix by
Alexandre Parenteau.
|
|
|
|
|
|
|
|
|
| |
In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
starts with "-psn_". This means the drag-and-drop continues to work as
expected, but we can now also do
/Applications/Python.app/Contents/MacOS/python script.py
from the command line, which is a lot easier with debugging. Pressing <option>
at this point also has the expected effect of opening the options dialog!
|
|
|
|
|
|
|
|
|
|
| |
- Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug
#509074.
- Also install the Tools directory on "make installmacsubtree".
- Added a note that you have to add Mac/Lib to sys.path after doing
a "make installmacsubtree".
- Include errors.rsrc in the Python.app resource file, so the error strings
are available in MacOS API exceptions.
|
|
|
|
| |
Ugh, by all means, _do_ report exceptions somehow ;-)
|
|
|
|
|
|
| |
- Added as_pathname() method to FSRef objects.
- In MachoPython expect Unix-style pathnames for both FSSpec and FSRef
initializers.
|
|
|
|
|
| |
Fixed to work under MachoPython, doing the expected unpacking for applesingle
files.
|
|
|
|
| |
Get rid of fsspec type initializer, it wasn't used anyway.
|
|
|
|
|
|
|
|
|
|
| |
Rename the routine to start the target running _start(), with a compatibility
routine start() calling it.
Some suites declare an event start(), which obscures this method, which
causes the class initializer to fail when called with start=1.
Based on bug report and fix suggestion by Jacob Kaplan-Moss.
|
|
|
|
| |
Added support for unicode strings (utxt).
|
|
|
|
|
|
|
| |
- Added minimal support for floating windows.
- Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
MachoPython. Mainly making sure we don't call routines that don't exist.
- Don't barf when an AppleEvent was not handled. It's ok to ignore.
|
|
|
|
|
| |
Rewritten, clarified, corrected and cleaned up by Michael J. Barber.
Some modifications and clarifications (by me) to Michael's mods.
|
|
|
|
|
|
| |
Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails
on a function pointer formal argument called "destructor", which is typedeffed
as a different function pointer type in object.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.101 of libfuncs.tex
SF bug #501591: dir() doc is old
Bugfix candidate.
+ Updated dir() description to match actual 2.2 behavior.
+ Replaced the dir(sys) example with dir(struct), because the former
was way out of date and is bound to change frequently, while the
latter is stable.
+ Added a note cautioning that dir() is supplied primarily for
convenience at an interactive prompt (hoping to discourage its
use as the foundation of introspective code outside the core).
|
| |
|
| |
|
|
|
|
|
|
|
| |
Make it 1.5.2 compatible again.
(I'm not sure how having symlinks around the repository interacts with
branches -- I'm going to tread carefully in here)
|
|
|
|
|
|
|
| |
Updates related to Modules/Setup and setup.py. This addresses SF bug
#512871 (Jon Ribbens): Installation instructions are wrong.
Bugfix candidate.
|
|
|
|
|
|
| |
[ #495401 ] Build troubles: --with-pymalloc
in a slightly different manner to the trunk, as discussed on python-dev.
|
|
|
|
|
|
|
| |
revision 2.127 of typeobject.c
Allow __doc__ to be of arbitrary type. Patch by James Henstridge,
fixes #504343. 2.2.1 candidate.
|
|
|
|
|
|
|
|
|
| |
revision 1.3 of reindent.py
SF bug #497839: reindent chokes on empty first lines.
Reindenter.run(): copy over initial all-whitespace lines (if any, and
after normalizing to remove trailing blanks and tabs).
Bugfix candidate.
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.10 of test_thread.py
revision 1.5 of test_threaded_import.py
SF bug #516372: test_thread: unhandled exc. in thread
Fix exit races in test_thread.py and test_threaded_import.py.
I suspect the bug is provokable only under Linux (where child threads
seem to get lots of cycles before they get killed after the main thread
exits), or on multi-processor machines running other OSes.
Bugfix candidate.
|
|
|
|
|
|
|
| |
revision 1.25 of urllib2.py
Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers
are preserved for redirected requests.
|
|
|
|
|
|
|
|
|
|
|
| |
revision 2.54 of complexobject.c
Declare real and imag as read-only attributes.
This fixes SF bug #514858 (Gregory Smith): complex not entirely
immutable
2.2.1 Bugfix candidate!
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.12 of file_util.py
[Bug #220993; may also fix bug #479469] Fix flakiness when old
installations are present, by always unlinking the destination file
before copying to it. Without the unlink(), the copied file remains
owned by its previous UID, causing the subsequent chmod() to fail.
Bugfix candidate, though it may cause changes on platforms where
file ownership behaves differently.
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.21 of CGIHTTPServer.py
date: 2002/02/01 16:27:59; author: gvanrossum; state: Exp; lines: +18 -4
Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32
This uses os.popen3 (if it exists) to ensure that errors from a
non-Python CGI script are logged.
Bugfix candidate.
|