- 23 Haz, 2001 11 kayıt (commit)
-
-
Fred Drake yazdı
-
Tim Peters yazdı
the next free valuestack slot, not to the base (in America, stacks push and pop at the top -- they mutate at the bottom in Australia <winK>). eval_frame(): assert that f_stacktop isn't NULL upon entry. frame_delloc(): avoid ordered pointer comparisons involving f_stacktop when f_stacktop is NULL.
-
Fred Drake yazdı
Fix a very minor (but annoying when looking for things!) markup nit.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
cuts for the complex math functions. Includes a brief description of what branch cuts are.
-
Fred Drake yazdı
standard \textbar macro (not supported in many versions of LaTeX2HTML). Added newline to error message.
-
Fred Drake yazdı
\plusminus: New macros to allow us to avoid math mode for these symbols.
-
Fred Drake yazdı
Make sure we do not lose track of the build directory -- convert a user- supplied directory to an absolute path.
-
Tim Peters yazdı
Derived from Thomas Wouters's patch on the Iterators list, but doesn't try to read c->c_block[c->c_nblocks].
-
- 22 Haz, 2001 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Added some comments about sys.exit(), SystemExit, and preventing restricted code from exiting the interpreter. This closes SF bug #434743.
-
Fred Drake yazdı
-
Fred Drake yazdı
extension types (the docs reflected a development version of the API). This closes SF bug #435066.
-
Fred Drake yazdı
attribute values, and make the logic surrounding the platform annotations just a little easier to read. Also make the platform notes appear in the generated page; they were supposed to, but did not.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
I published it on the web as http://www.python.org/2.1/md5sum.py so I thought I might as well check it in. Works with Python 1.5.2 and later. Works like the Linux tool ``mdfsum file ...'' except it doesn't take any options or read stdin.
-
Fred Drake yazdı
for Linux. This closes SF bug #434975.
-
Just van Rossum yazdı
Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the unusual [cancel, no, yes] to the more standard [no, cancel, yes].
-
Tim Peters yazdı
-
- 21 Haz, 2001 6 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
Try to see if 'cvs delete' fixes this.
-
Tim Peters yazdı
giving up the goods. NEEDS DOC CHANGES
-
Neil Schemenauer yazdı
reference to f_back when its really needed. Do a little whitespace normalization as well. This whole file is a big war between tabs and spaces but now is probably not the time to reindent everything.
-
- 20 Haz, 2001 13 kayıt (commit)
-
-
Jack Jansen yazdı
-
Fred Drake yazdı
Add documentation for PyErr_SetFromErrnoWithFilename().
-
Fred Drake yazdı
-
Fred Drake yazdı
comments regarding the history of Python licensing from Guido.
-
Fred Drake yazdı
-
Fred Drake yazdı
Normalize all HTML attributes to be written as name="value" instead of name='value'.
-
Jack Jansen yazdı
Blacklist SendControlMessage: it's signature has changed between Universal Headers 3.3 and 3.4.
-
Fred Drake yazdı
Normalize all generated HTML so that attribute names come out as name="value" instead of name='value'. Changed the target of RFC links to point to the hypertext RFCs at www.faqs.org instead of the plain text RFCs at www.ietf.org.
-
Jack Jansen yazdı
{Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o.
-
Fred Drake yazdı
is not pretty, but does what is needed.
-