summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.17:Jack Jansen2002-02-271-2/+8
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.12:Jack Jansen2002-02-271-2/+7
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.13:Jack Jansen2002-02-271-27/+11
| | | | added support for live feedback in scrollbars
* backport my checkin ofMichael W. Hudson2002-02-272-5/+7
| | | | | | | | | revision 1.19 of LICENSE revision 1.140 of README Add 2002 to PSF copyrights. + some other branch specific stuff.
* backport my checkin ofMichael W. Hudson2002-02-271-1/+1
| | | | | | | | | | 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...
* backport my checkin ofMichael W. Hudson2002-02-271-1/+1
| | | | | | | 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.
* backport my checkin ofMichael W. Hudson2002-02-271-2/+2
| | | | | | revision 1.5 of license.tex Add 2002 to PSF copyrights.
* Bump version number.Michael W. Hudson2002-02-271-4/+4
| | | | | | | 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?
* Backport of 1.8:Jack Jansen2002-02-261-78/+65
| | | | | Internet Config is now part of official Apple interfaces, so use the new headers and libraries.
* Backport of a useful trunk fix:Guido van Rossum2002-02-251-0/+1
| | | | | Fix by Edward K Ream to make breakpoints work on Windows: insert a missing call to self.canonic().
* Fix error in explanation of the interaction between $ and MULTILINE mode.Fred Drake2002-02-251-1/+1
| | | | Reported by Steve Alexander.
* Whitespace normalization and minor cosmetics.Marc-André Lemburg2002-02-251-22/+24
|
* Fix UTF-8 encoder pointer arithmetic and restore 2.2 behaviour.Marc-André Lemburg2002-02-251-13/+10
|
* backport tim_one's checkin ofMichael W. Hudson2002-02-251-0/+1
| | | | | | | | 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!
* backport loewis' checkin ofMichael W. Hudson2002-02-251-10/+31
| | | | | | | revision 1.6 of FixTk.py Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. Fixes #418173 and #219960. 2.2.1 candidate.
* backport loewis' checkin ofMichael W. Hudson2002-02-252-213/+215
| | | | | | | | 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.
* backport loewis' checkin ofMichael W. Hudson2002-02-251-1/+1
| | | | | | | revision 1.48 of smtplib.py Accept Unicode strings as SMTP TO addresses. Fixes #521270. 2.2.1 candidate.
* Backport of 1.18 through 1.21:Jack Jansen2002-02-241-6/+8
| | | | | - 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.
* Backport of 1.15 and 1.16:Jack Jansen2002-02-242-26/+55
| | | | | | | | | | - 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.
* Backport of 1.15 and 1.16:Jack Jansen2002-02-241-12/+28
| | | | | | | | | | - 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.
* Backport of 1.27 and 1.28:Jack Jansen2002-02-241-3/+11
| | | | | | | | | | - 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.
* Backport of 1.9:Jack Jansen2002-02-242-6/+12
| | | | | | | | | 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.
* Backport of 1.9-1.11:Jack Jansen2002-02-241-5/+15
| | | | | | | | | | | | | - 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.
* Backport of 1.13:Jack Jansen2002-02-241-0/+9
| | | | half-hearted stab at supported the 2.2 object model better.
* backport of 1.3:Jack Jansen2002-02-241-9/+10
| | | | made radio button labels readable under OSX
* backport of 1.4:Jack Jansen2002-02-241-4/+6
| | | | | Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau.
* bqackport of 1.73:Jack Jansen2002-02-241-2/+8
| | | | | | | | | 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!
* Backport of 1.5 thru 1.8:Jack Jansen2002-02-241-3/+51
| | | | | | | | | | - 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.
* Backport of 1.9:Jack Jansen2002-02-241-1/+4
| | | | Ugh, by all means, _do_ report exceptions somehow ;-)
* backport of 1.52 and 1.53:Jack Jansen2002-02-241-1/+27
| | | | | | - Added as_pathname() method to FSRef objects. - In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers.
* backport of 1.13:Jack Jansen2002-02-241-2/+24
| | | | | Fixed to work under MachoPython, doing the expected unpacking for applesingle files.
* backport of 1.13:Jack Jansen2002-02-241-2/+0
| | | | Get rid of fsspec type initializer, it wasn't used anyway.
* Backport of 1.3:Jack Jansen2002-02-241-2/+6
| | | | | | | | | | 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.
* Backport of 1.3:Jack Jansen2002-02-241-0/+7
| | | | Added support for unicode strings (utxt).
* Backport of 1.47, 1.48 and 1.49:Jack Jansen2002-02-241-19/+38
| | | | | | | - 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.
* Backport of 1.9 and 1.10:Jack Jansen2002-02-241-144/+295
| | | | | Rewritten, clarified, corrected and cleaned up by Michael J. Barber. Some modifications and clarifications (by me) to Michael's mods.
* Backport jackjansen's checkin of revision 2.37:Michael W. Hudson2002-02-231-0/+6
| | | | | | 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.
* backport tim_one's checkin ofMichael W. Hudson2002-02-231-9/+22
| | | | | | | | | | | | | | | | | 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).
* Merge trunk.Greg Ward2002-02-221-1/+1
|
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
|
* Backport theller's check-in of revision 1.45:Michael W. Hudson2002-02-221-4/+5
| | | | | | | 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)
* backport guido's checkin of revision 1.139:Michael W. Hudson2002-02-221-59/+50
| | | | | | | Updates related to Modules/Setup and setup.py. This addresses SF bug #512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate.
* Fix the problem reported inMichael W. Hudson2002-02-221-3/+10
| | | | | | [ #495401 ] Build troubles: --with-pymalloc in a slightly different manner to the trunk, as discussed on python-dev.
* backport loewis' checkin ofMichael W. Hudson2002-02-221-4/+16
| | | | | | | revision 2.127 of typeobject.c Allow __doc__ to be of arbitrary type. Patch by James Henstridge, fixes #504343. 2.2.1 candidate.
* backport tim_one's checkin ofMichael W. Hudson2002-02-221-0/+4
| | | | | | | | | 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.
* backport tim_one's checkin ofMichael W. Hudson2002-02-222-5/+13
| | | | | | | | | | | | 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.
* backport gward's checkin ofMichael W. Hudson2002-02-221-1/+1
| | | | | | | revision 1.25 of urllib2.py Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers are preserved for redirected requests.
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-221-2/+2
| | | | | | | | | | | 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!
* backport akuchling's checkin ofMichael W. Hudson2002-02-221-0/+7
| | | | | | | | | | | | 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.
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-221-4/+18
| | | | | | | | | | | | 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.