Fred Drake
c25296a916
Update to include all the new chapters & sections.
...
Convert from a howto to a manual, so we can *have* chapters!
Comment out the macconsole module documentation; Think C seems to have
disappeared.
2000-10-14 05:41:17 +00:00
Fred Drake
c7babad2a0
Remove everything that is not module documentation.
...
It is no longer needed here.
2000-10-14 05:39:08 +00:00
Fred Drake
8e850ee0f2
Fix some internal references that I botched.
2000-10-14 05:24:20 +00:00
Fred Drake
45aa573186
Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.
2000-10-14 05:09:42 +00:00
Fred Drake
4d0d621b66
Chapters on Mac Toolbox modules and other undocumented modules, ready to
...
be filled in with real information. Contributed by Chris Barker
<cbarker@jps.net>.
2000-10-14 05:08:34 +00:00
Fred Drake
1bd905e901
Documentation for the aepack and aetypes modules, by Vincent Marchetti
...
<vincem@en.com>.
2000-10-14 05:06:24 +00:00
Fred Drake
8f6ca1518a
Chris Barker <cbarker@jps.net>:
...
Small fixes.
2000-10-14 04:59:12 +00:00
Fred Drake
eab58af841
Chris Barker <cbarker@jps.net>:
...
Various updates and additions.
2000-10-14 04:56:52 +00:00
Fred Drake
26fbd8b692
Chris Barker <cbarker@jps.net>:
...
Small clarification, remove the assertion that the module is temporary.
2000-10-14 04:55:15 +00:00
Fred Drake
658865c370
Chris Barker <cbarker@jps.net>:
...
Added summary of the strengths and weaknesses of the FrameWork module
and fixed some typos.
2000-10-14 04:53:31 +00:00
Fred Drake
f459a09e9a
Wrap a long line.
2000-10-14 04:49:36 +00:00
Fred Drake
b6441e78fb
More names.
2000-10-14 04:47:53 +00:00
Fred Drake
eecdc7f47e
A bunch of nits fix and some additional information added by Chris
...
Barker <cbarker@jps.net>.
2000-10-14 04:45:22 +00:00
Fred Drake
8f176accde
Update the comments for the BSD DB module, including a new pointer to
...
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>.
This closes SourceForge bug #116850 .
2000-10-14 04:14:09 +00:00
Fred Drake
9d62943f24
Center the top line of the license page, to make it look just a little bit
...
cleaner.
2000-10-14 04:07:49 +00:00
Greg Ward
047c3723d0
Removed debugging code at bottom.
2000-10-14 04:07:39 +00:00
Greg Ward
fa9ff76aae
Untabified.
2000-10-14 04:06:40 +00:00
Greg Ward
4cd6f2ab80
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
...
an 'other_libraries()' parameter.
2000-10-14 03:56:42 +00:00
Greg Ward
0b4dafc39b
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
...
we actually installed modules to a directory in sys.path.
2000-10-14 03:47:07 +00:00
Greg Ward
2e38a50db1
Bastian Kleineidam: fix up any supplied command-line options.
2000-10-14 03:40:20 +00:00
Jack Jansen
ab49e88116
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
2000-10-13 23:35:04 +00:00
Jack Jansen
8c94d5eb0e
Added some of the new Numeric modules (which weren't rebuilt).
2000-10-13 23:34:06 +00:00
Jack Jansen
52b5b0221f
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
2000-10-13 23:33:34 +00:00
Jack Jansen
31e7c9c6d6
Updated with cmd-. fix and PythonCore copy option.
2000-10-13 23:32:44 +00:00
Jeremy Hylton
20da14c56d
getting close
2000-10-13 23:05:44 +00:00
Jeremy Hylton
ac148b5fcd
run the std regression test suite using bytecode produced by the compiler
2000-10-13 22:00:13 +00:00
Jeremy Hylton
e7f710cc06
add -d option that dumps entire AST before compiling
2000-10-13 21:59:32 +00:00
Jeremy Hylton
9c048f9f65
Now supports entire Python 2.0 language and still supports Python
...
1.5.2. The compiler generates code for the version of the interpreter
it is run under.
ast.py:
Print and Printnl add dest attr for extended print
new node AugAssign for augmented assignments
new nodes ListComp, ListCompFor, and ListCompIf for list
comprehensions
pyassem.py:
add work around for string-Unicode comparison raising UnicodeError
on comparison of two objects in code object's const table
pycodegen.py:
define VERSION, the Python major version number
get magic number using imp.get_magic() instead of hard coding
implement list comprehensions, extended print, and augmented
assignment; augmented assignment uses Delegator classes (see
doc string)
fix import and tuple unpacking for 1.5.2
transformer.py:
various changes to support new 2.0 grammar and old 1.5 grammar
add debug_tree helper than converts and symbol and token numbers
to their names
2000-10-13 21:58:13 +00:00
Lars Gustäbel
5bad5a4be2
Updated test suite to latest pulldom changes.
2000-10-13 20:54:10 +00:00
Lars Gustäbel
ec964d5b21
Moved appendChild calls back to DOMEventStream.
...
Added SAX2DOM class.
2000-10-13 20:53:27 +00:00
Paul Prescod
4221ff0ee1
Clear siblings, now that they are being set.
2000-10-13 20:11:42 +00:00
Jack Jansen
d5fd45ffa5
Made options global (as PyMac_options) so macosmodule can access it.
2000-10-13 19:44:40 +00:00
Fred Drake
91eb3e8558
Update the release number and date.
2000-10-13 15:35:27 +00:00
Neil Schemenauer
8a00abc0ff
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
...
First, only report garbage that the GC cannot free. Second, only report
the number of objects found, not their repr(). People can dig deeper on
their own if they find a leak.
2000-10-13 01:32:42 +00:00
Jack Jansen
1ea894949f
Vise archive templates used for 2.0c1
2000-10-12 21:45:05 +00:00
Jack Jansen
2a92f0b541
Disribution templates used for 2.0c1
2000-10-12 21:44:06 +00:00
Jack Jansen
3714516a8f
Projects used for 2.0c1
2000-10-12 21:42:51 +00:00
Jack Jansen
f2bd9ee357
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
2000-10-12 21:25:37 +00:00
Jack Jansen
6433fdf1fe
Added sha module, it's needed by the unicode stuff, it seems.
2000-10-12 21:24:24 +00:00
Jack Jansen
b19c667d94
Added a method KeepConsole so programs can override the Keep console open option.
2000-10-12 21:24:05 +00:00
Jack Jansen
dc86f9ebf9
Made options global (as PyMac_options) so macosmodule can access it.
2000-10-12 21:23:19 +00:00
Jack Jansen
6ab2cb6696
Better exit handling.
2000-10-12 21:22:26 +00:00
Jack Jansen
de51909d19
Updated for 2.0c1
2000-10-12 21:21:43 +00:00
Jack Jansen
816cf9d1b4
Python implementation of strptime().
2000-10-12 21:20:41 +00:00
Jack Jansen
14126df562
Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution.
2000-10-12 21:20:11 +00:00
Fred Drake
237b5f44c7
Andy Dustman <adustman@users.sourceforge.net>:
...
Eliminate unused variables to appease compiler.
2000-10-12 20:58:32 +00:00
Fred Drake
602aa77d2f
Marc-Andre Lemburg <mal@lemburg.com>:
...
Documentation for the codec base classes.
Lots of markup adjustments by FLD.
This closes SourceForge bug #115308 , patch #101877 .
2000-10-12 20:50:55 +00:00
Jeremy Hylton
4e1be72e6b
Fix SF bug #116263 : support for from .. import *
...
transformer.py: return '*', None from com_import_as_name
pycodegen.py: special case for name == '*'
pyassem.py: fix stack counting for IMPORT_ opcodes
2000-10-12 20:23:23 +00:00
Fred Drake
babe326c65
Added entries for new files of SAX documentation.
2000-10-12 20:07:09 +00:00
Fred Drake
014f0e3394
Massive addition of SAX documentation from Martin von Loewis
...
<loewis@informatik.hu-berlin.de>.
Reorganized to be more like other parts of the documentation in its
arrangement, but with few content changes.
This closes SourceForge patch #101850 .
2000-10-12 20:05:09 +00:00