Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -18/+21 |
| | | | | Various updates and additions. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -4/+2 |
| | | | | Small clarification, remove the assertion that the module is temporary. | ||||
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -7/+20 |
| | | | | | Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos. | ||||
* | Wrap a long line. | Fred Drake | 2000-10-14 | 1 | -2/+2 |
| | |||||
* | More names. | Fred Drake | 2000-10-14 | 1 | -0/+2 |
| | |||||
* | A bunch of nits fix and some additional information added by Chris | Fred Drake | 2000-10-14 | 2 | -13/+18 |
| | | | | Barker <cbarker@jps.net>. | ||||
* | Update the comments for the BSD DB module, including a new pointer to | Fred Drake | 2000-10-14 | 1 | -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 bit | Fred Drake | 2000-10-14 | 1 | -1/+1 |
| | | | | cleaner. | ||||
* | Removed debugging code at bottom. | Greg Ward | 2000-10-14 | 1 | -8/+0 |
| | |||||
* | Untabified. | Greg Ward | 2000-10-14 | 8 | -14/+14 |
| | |||||
* | Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding | Greg Ward | 2000-10-14 | 1 | -3/+6 |
| | | | | an 'other_libraries()' parameter. | ||||
* | Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if | Greg Ward | 2000-10-14 | 1 | -2/+4 |
| | | | | we actually installed modules to a directory in sys.path. | ||||
* | Bastian Kleineidam: fix up any supplied command-line options. | Greg Ward | 2000-10-14 | 1 | -1/+16 |
| | |||||
* | Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵ | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
| | | | | has been on top of it. | ||||
* | Added some of the new Numeric modules (which weren't rebuilt). | Jack Jansen | 2000-10-13 | 1 | -0/+1 |
| | |||||
* | If we're installing to another partition than the system partition offer to ↵ | Jack Jansen | 2000-10-13 | 2 | -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 Jansen | 2000-10-13 | 1 | -3/+4 |
| | |||||
* | getting close | Jeremy Hylton | 2000-10-13 | 1 | -3/+3 |
| | |||||
* | run the std regression test suite using bytecode produced by the compiler | Jeremy Hylton | 2000-10-13 | 1 | -0/+55 |
| | |||||
* | add -d option that dumps entire AST before compiling | Jeremy Hylton | 2000-10-13 | 1 | -2/+5 |
| | |||||
* | Now supports entire Python 2.0 language and still supports Python | Jeremy Hylton | 2000-10-13 | 8 | -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äbel | 2000-10-13 | 2 | -19/+19 |
| | |||||
* | Moved appendChild calls back to DOMEventStream. | Lars Gustäbel | 2000-10-13 | 1 | -7/+27 |
| | | | | Added SAX2DOM class. | ||||
* | Clear siblings, now that they are being set. | Paul Prescod | 2000-10-13 | 1 | -0/+2 |
| | |||||
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-13 | 1 | -0/+2 |
| | |||||
* | Update the release number and date. | Fred Drake | 2000-10-13 | 2 | -3/+3 |
| | |||||
* | Make the regrtest.py -l (findleaks) option considerably less obnoxious. | Neil Schemenauer | 2000-10-13 | 1 | -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.0c1 | Jack Jansen | 2000-10-12 | 1 | -0/+0 |
| | |||||
* | Disribution templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 2 | -30/+33 |
| | |||||
* | Projects used for 2.0c1 | Jack Jansen | 2000-10-12 | 31 | -18/+13 |
| | |||||
* | Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ↵ | Jack Jansen | 2000-10-12 | 1 | -2/+6 |
| | | | | Overridable with a class variable keepconsole. | ||||
* | Added sha module, it's needed by the unicode stuff, it seems. | Jack Jansen | 2000-10-12 | 1 | -0/+2 |
| | |||||
* | Added a method KeepConsole so programs can override the Keep console open ↵ | Jack Jansen | 2000-10-12 | 1 | -0/+16 |
| | | | | option. | ||||
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-12 | 1 | -16/+16 |
| | |||||
* | Better exit handling. | Jack Jansen | 2000-10-12 | 2 | -2/+1 |
| | |||||
* | Updated for 2.0c1 | Jack Jansen | 2000-10-12 | 2 | -18/+22 |
| | |||||
* | Python implementation of strptime(). | Jack Jansen | 2000-10-12 | 1 | -0/+250 |
| | |||||
* | Extension to Findertools by Erik van Blokland. In Contrib because I don't ↵ | Jack Jansen | 2000-10-12 | 3 | -0/+797 |
| | | | | have the time to merge it into findertools before the distribution. | ||||
* | Andy Dustman <adustman@users.sourceforge.net>: | Fred Drake | 2000-10-12 | 1 | -3/+0 |
| | | | | Eliminate unused variables to appease compiler. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-10-12 | 1 | -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 Hylton | 2000-10-12 | 6 | -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 Drake | 2000-10-12 | 2 | -0/+6 |
| | |||||
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 4 | -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. The | Jeremy Hylton | 2000-10-12 | 1 | -3/+10 |
| | | | | msg/headers are empty and the entire response is treated as the body. | ||||
* | Repaired a comment and asserted a precondition. | Tim Peters | 2000-10-12 | 1 | -1/+2 |
| | |||||
* | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -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 Hylton | 2000-10-12 | 1 | -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 Hylton | 2000-10-12 | 1 | -118/+118 |
| | | | | use standard Python style for whitespace near = and () | ||||
* | Fix for Bug #116453. | Guido van Rossum | 2000-10-12 | 1 | -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 and | Fred Drake | 2000-10-12 | 2 | -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. |