summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-18/+21
| | | | Various updates and additions.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-4/+2
| | | | Small clarification, remove the assertion that the module is temporary.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-7/+20
| | | | | Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos.
* Wrap a long line.Fred Drake2000-10-141-2/+2
|
* More names.Fred Drake2000-10-141-0/+2
|
* A bunch of nits fix and some additional information added by ChrisFred Drake2000-10-142-13/+18
| | | | Barker <cbarker@jps.net>.
* Update the comments for the BSD DB module, including a new pointer toFred Drake2000-10-141-3/+5
| | | | | | the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850.
* Center the top line of the license page, to make it look just a little bitFred Drake2000-10-141-1/+1
| | | | cleaner.
* Removed debugging code at bottom.Greg Ward2000-10-141-8/+0
|
* Untabified.Greg Ward2000-10-148-14/+14
|
* Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingGreg Ward2000-10-141-3/+6
| | | | an 'other_libraries()' parameter.
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-141-2/+4
| | | | we actually installed modules to a directory in sys.path.
* Bastian Kleineidam: fix up any supplied command-line options.Greg Ward2000-10-141-1/+16
|
* Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵Jack Jansen2000-10-131-2/+5
| | | | has been on top of it.
* Added some of the new Numeric modules (which weren't rebuilt).Jack Jansen2000-10-131-0/+1
|
* If we're installing to another partition than the system partition offer to ↵Jack Jansen2000-10-132-1/+16
| | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
* Updated with cmd-. fix and PythonCore copy option.Jack Jansen2000-10-131-3/+4
|
* getting closeJeremy Hylton2000-10-131-3/+3
|
* run the std regression test suite using bytecode produced by the compilerJeremy Hylton2000-10-131-0/+55
|
* add -d option that dumps entire AST before compilingJeremy Hylton2000-10-131-2/+5
|
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-138-186/+926
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated test suite to latest pulldom changes.Lars Gustäbel2000-10-132-19/+19
|
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
| | | | Added SAX2DOM class.
* Clear siblings, now that they are being set.Paul Prescod2000-10-131-0/+2
|
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-131-0/+2
|
* Update the release number and date.Fred Drake2000-10-132-3/+3
|
* Make the regrtest.py -l (findleaks) option considerably less obnoxious.Neil Schemenauer2000-10-131-4/+10
| | | | | | 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.
* Vise archive templates used for 2.0c1Jack Jansen2000-10-121-0/+0
|
* Disribution templates used for 2.0c1Jack Jansen2000-10-122-30/+33
|
* Projects used for 2.0c1Jack Jansen2000-10-1231-18/+13
|
* Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ↵Jack Jansen2000-10-121-2/+6
| | | | Overridable with a class variable keepconsole.
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
|
* Added a method KeepConsole so programs can override the Keep console open ↵Jack Jansen2000-10-121-0/+16
| | | | option.
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-121-16/+16
|
* Better exit handling.Jack Jansen2000-10-122-2/+1
|
* Updated for 2.0c1Jack Jansen2000-10-122-18/+22
|
* Python implementation of strptime().Jack Jansen2000-10-121-0/+250
|
* Extension to Findertools by Erik van Blokland. In Contrib because I don't ↵Jack Jansen2000-10-123-0/+797
| | | | have the time to merge it into findertools before the distribution.
* Andy Dustman <adustman@users.sourceforge.net>:Fred Drake2000-10-121-3/+0
| | | | Eliminate unused variables to appease compiler.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-10-121-10/+276
| | | | | | | Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877.
* Fix SF bug #116263: support for from .. import *Jeremy Hylton2000-10-126-8/+26
| | | | | | transformer.py: return '*', None from com_import_as_name pycodegen.py: special case for name == '*' pyassem.py: fix stack counting for IMPORT_ opcodes
* Added entries for new files of SAX documentation.Fred Drake2000-10-122-0/+6
|
* Massive addition of SAX documentation from Martin von LoewisFred Drake2000-10-124-3/+731
| | | | | | | | | <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.
* If the status line is invalid, assume it is a pre-1.0 response. TheJeremy Hylton2000-10-121-3/+10
| | | | msg/headers are empty and the entire response is treated as the body.
* Repaired a comment and asserted a precondition.Tim Peters2000-10-121-1/+2
|
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
| | | | | This should close SF bug (patch) http://sourceforge.net/patch/?func=detailpatch&patch_id=101844&group_id=5470
* two fixes for redirects:Jeremy Hylton2000-10-121-24/+31
| | | | | | | | | | | | | | | - don't close the fp, since that appears to also close the socket - join the original url with the redirect reponse to deal with relative redirect URL wrap two socket ops in try/except to turn them into URLErrors, so that client code need only catch one exception. in HTTPError.__del__ only close fp if fp is not None style changes: - use f(*args) instead of apply(f, args) - use __super_init instead of super.__init__(self, ...)
* cosmetic changes only:Jeremy Hylton2000-10-121-118/+118
| | | | use standard Python style for whitespace near = and ()
* Fix for Bug #116453.Guido van Rossum2000-10-121-6/+6
| | | | | | Direct use of interp->result is deprecated; changing this to Tcl_GetStringResult(interp) everywhere fixed the problem of losing the error message with TclError exceptions, on Windows.
* When we know the compiler is GCC, always add the -Wall andFred Drake2000-10-122-408/+434
| | | | | | | | | | | | | -Wstrict-prototypes options. This will make it a lot easier to keep warnings under control in the first place in the future. There is one known warning at this time, caught by the -Wstrict-prototypes option. In Modules/main.c, the declaration of getopt() without parameters gets a complaint (rightly) that it is not a proper prototype. The lack of a complete prototype information should be corrected when the right portability conditions have been identified. Approved by the Guido.