Guido van Rossum
64e9d61a1e
Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart
...
indent error
Use // where int division is intended. (This breaks IDLE for use with
previous Python versions -- I don't care.)
2002-01-23 15:15:13 +00:00
Michael W. Hudson
af14289c54
Fix for
...
[ #433775 ] module build dir first in test import
though not in the way the summary would suggest; use imp.load_dynamic()
in setup.py to ensure we're testing the dynamic object we think we are.
2002-01-23 15:07:46 +00:00
Michael W. Hudson
5b10910d7a
Sjoerd Mullender pointed out that setup.py contained some tabs,
...
so I threw reindent.py at it and look what happened!
Did setup.py escape Tim's regular whitespace normalizations?
2002-01-23 15:04:41 +00:00
Skip Montanaro
ea3ceaa913
PyDict_Next: update doc to indicate that pkey and pvalue return values are
...
borrowed references.
2002-01-23 10:54:41 +00:00
Skip Montanaro
a23bc42ad5
add missing return value info for PyDict_DelItem
2002-01-23 08:18:30 +00:00
Steven M. Gava
d91b0d6a65
fix for python2.2 -Qnew division error,
...
thanks Tim!
2002-01-23 05:15:17 +00:00
Tim Peters
4509168dbf
classifyws(): Fix a "/" to work under -Qnew (as well as without it).
...
Bugfix candidate!
2002-01-23 05:02:20 +00:00
Jack Jansen
685d46fee1
Newer names for various error include files.
2002-01-22 23:25:12 +00:00
Jack Jansen
a618c3fcfe
Build _tkinter for Carbon too.
2002-01-22 23:24:41 +00:00
Jack Jansen
7ebcbf5cf9
Identify() enum values. This was changed in 1.14, but I don't think it is a good idea.
2002-01-22 23:24:03 +00:00
Jack Jansen
368875c2d3
Regenerated to take advantage of new _builtinSuites package.
2002-01-22 23:22:32 +00:00
Jack Jansen
d50c66b1e5
A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard.
...
Most of the code and ideas contributed by Michael j. Barber.
2002-01-22 23:20:12 +00:00
Steven M. Gava
bbf5ef552f
more on config saving
2002-01-22 11:35:50 +00:00
Steven M. Gava
c112cd880a
further work on config saving
2002-01-22 05:56:40 +00:00
Jack Jansen
796720b314
Mac _Scrap module is now carbon-compliant, so build it on OSX.
2002-01-21 23:10:36 +00:00
Jack Jansen
eafff4c248
Get rid of fsspec type initializer, it wasn't used anyway.
2002-01-21 23:02:03 +00:00
Jack Jansen
a4adacbd7e
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.
2002-01-21 23:01:24 +00:00
Jack Jansen
815d2bf067
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.
2002-01-21 23:00:52 +00:00
Jack Jansen
c71efe0116
Also install the Tools directory on "make installmacsubtree".
2002-01-21 22:51:55 +00:00
Fred Drake
aae728f292
Fix typo reported by François Pinard.
2002-01-21 16:09:18 +00:00
Steven M. Gava
5f28e8fbfb
extension config reading by configDialog and
...
beginning of configuration saving
2002-01-21 06:38:21 +00:00
Fred Drake
7bb1c9a11d
Remove the unused & broken PyThread_*_sema() functions and related constants.
...
This closes SF patch #504215 .
2002-01-19 22:02:55 +00:00
Steven M. Gava
72c3bf076f
changeover to new keybinding configuration implementation
2002-01-19 10:41:51 +00:00
Steven M. Gava
c628a06c70
further work on keybinding configuration
2002-01-19 10:33:21 +00:00
Steven M. Gava
68d7336cb0
keybinding configuration
2002-01-19 01:30:56 +00:00
Steven M. Gava
facfc09352
keybinding configuration
2002-01-19 00:29:54 +00:00
Thomas Heller
d45a543418
Another name.
2002-01-18 20:56:28 +00:00
Thomas Heller
5cba76df7b
SWIGing a source file <name>.i silently overwrites <name>.c if it is
...
present - at least the swigged file should be named <name>_wrap.c as
this is also SWIG's default. (Even better would be to generate the
wrapped sources in a different location, but I'll leave this for
later).
Newer versions of SWIG don't accept the -dnone flag any more.
Since virtually nobody uses SWIG with distutils, this should do no
harm.
Suggested be Martin Bless on c.l.p.
2002-01-18 20:30:53 +00:00
Jack Jansen
ba4fe77fba
Added as_pathname() method to FSRef objects.
2002-01-18 16:13:15 +00:00
Jack Jansen
109f0945e4
Added a note that you have to add Mac/Lib to sys.path after doing
...
a "make installmacsubtree".
2002-01-18 16:12:27 +00:00
Martin v. Löwis
43b936d08c
Patch #477750 : Use METH_ constants in Modules.
2002-01-17 23:15:58 +00:00
Martin v. Löwis
c0e1671c71
Patch #477752 : Drop old-style getargs from curses.
2002-01-17 23:08:27 +00:00
Fred Drake
ac6dd0a817
Updated GNU info dir segment from Milan Zamazal.
2002-01-17 21:27:00 +00:00
Fred Drake
826e98214b
Update email address.
2002-01-17 21:05:14 +00:00
Fred Drake
d6bdb075ca
Update the list of output formats.
2002-01-17 12:35:20 +00:00
Martin v. Löwis
9741dc96f3
Use BLDLIBRARY to build extension modules. Fixes #504252 .
...
2.2.1 candidate.
2002-01-17 12:30:12 +00:00
Fred Drake
ac96868d2d
Consistency nits.
2002-01-17 04:51:55 +00:00
Fred Drake
efff11b37c
Minor consistency nit.
2002-01-17 04:44:34 +00:00
Mark Hammond
f717f0500c
Allow abspath to still do something sensisble if the nt module can not be imported.
2002-01-17 00:44:26 +00:00
Michael W. Hudson
39230b3230
Apply a variant of patch
...
[ #420565 ] makes setup.py search sys.prefix
I think this also fixes some bug in the tracker about not searching
directories that don't exist, but I can't find the report :(
2002-01-16 15:26:48 +00:00
Michael W. Hudson
8f5146088a
Change some spaces to tabs. I don't *think* that was me, but it
...
might have been...
2002-01-16 15:18:09 +00:00
Michael W. Hudson
f24281251f
Fix for
...
[ #504284 ] Last build problems on AIX
I'm ignoring the suggestion that this should be an autoconf test in the
interests of having a fix today. Feel free to quibble.
2002-01-16 15:14:49 +00:00
Michael W. Hudson
8fbd4a3e78
That hasn't been my email address for a while!
2002-01-16 14:55:05 +00:00
Martin v. Löwis
02af964924
Patch #504225 : add plan9 ifdef to timemodule floatsleep.
2002-01-16 11:04:06 +00:00
Martin v. Löwis
1f803f782c
Updated patch #487906 : Revise inline docs.
2002-01-16 10:53:24 +00:00
Jack Jansen
fdc8d758ad
Include errors.rsrc in the Python.app resource file, so the error strings
...
are available in MacOS API exceptions.
2002-01-15 23:20:40 +00:00
Tim Peters
ad134f0463
Update master Windows buildno list for 2.1.2final.
2002-01-15 22:24:37 +00:00
Guido van Rossum
eaa0a22f43
Disable code intended for PEP 277.
2002-01-15 21:25:51 +00:00
Guido van Rossum
340cbe74b9
A tentative fix for SF bug #503837 (Roeland Rengelink):
...
type.__module__ problems (again?)
This simply initializes the __module__ local in a class statement from
the __name__ global. I'm not 100% sure that this is the correct fix,
although it usually does the right thing. The problem is that if the
class statement executes in a custom namespace, the __name__ global
may be taken from __builtins__, in which case it would have the value
__builtin__, or it may not exist at all (if the custom namespace also
has a custom __builtins__), in which case the class statement will
fail.
Nevertheless, unless someone finds a better solution, this is a 2.2.1
bugfix too.
2002-01-15 21:06:07 +00:00
Jack Jansen
7668957508
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.
2002-01-15 20:36:14 +00:00