- 08 Jul, 1998 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
large letter at the top of each index section with at least the first entry for that letter.
-
Guido van Rossum authored
-
Guido van Rossum authored
callable objects than regular Pythonm functions as their im_func.
-
Guido van Rossum authored
inconsistent.
-
Guido van Rossum authored
changing __dict__ *or* __bases__.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 07 Jul, 1998 19 commits
-
-
Guido van Rossum authored
frozendllmain_c at the right place.
-
Guido van Rossum authored
parse_endtag() was restructured in parse_endtag() and finish_endtag().
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
which is now Py_BuildValue().
-
Guido van Rossum authored
-
Guido van Rossum authored
after a return).
-
Guido van Rossum authored
after a return or goto).
-
Guido van Rossum authored
after a return).
-
Guido van Rossum authored
(unreachable break after a return) but one was a real bug: ReadFrames() was getting a bogus framecount because of a missing '&'.
-
Guido van Rossum authored
must be enabled here, otherwise the errno we set on overflows is not the errno that's being read by compile.c. Wonder how many other files that do their own "#include config.h" need this too :-( (Because of the structure of autoconf, it's not so simple to get this into config.h...)
-
Guido van Rossum authored
-
Guido van Rossum authored
(1) reorder the tests for -Olimit 1500 and -OPT:Olimit=0 so that the latter test is performed first, and if it works, the former test is skipped. This should get rid of the problem that the new SGI compilers accept both but emit a warning about -Olimit 1500. (2) The DGUX hack was somehow split in two by the Olimit tests, probably as the result of a non-context diff. Moved this back together again, after the Olimit tests.
-
Guido van Rossum authored
-
Guido van Rossum authored
change it to iterate over sys.argv[1:]. Suggestion by Gerry Wiener.
-
Barry Warsaw authored
py-mark-def-or-class): Integrated Michael Ernst latest patches. Primarily, it allows functions that search or mark defs/classes based on programmatic specification, to take an 'either flag value which allows searching for both classes and defs (stopping at the nearest construct). Also clean up some docstrings.
-
Barry Warsaw authored
comment-indent-function's default lambda value (in simple.el), this version finally kills this nit: auto-filling a comment that starts in column zero with filladapt turned off would cascade the #'s to the right. Now auto-filling seems to work with or without filladapt, and with the comment starting in any column. (python-mode): Set comment-indent-function.
-
Guido van Rossum authored
-
- 06 Jul, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
accidentally cut it out when removing the access statement! Added a paragraph on __builtins__ and other possible manipulations of the key space of the dictionaries. Added some index entries.
-
- 03 Jul, 1998 1 commit
-
-
Guido van Rossum authored
-
- 02 Jul, 1998 8 commits
-
-
Guido van Rossum authored
don't put the seconds in the time!
-
Guido van Rossum authored
# it but can't remember what. Get rid of a comparison that breaks.
-
Guido van Rossum authored
of 250 on a successful delete.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Reflects Guido's revision.
-
Guido van Rossum authored
This is because they are huge and the stack is limited on Windows. Other platforms keep declaring it on the stack.
-
- 01 Jul, 1998 1 commit
-
-
Guido van Rossum authored
-