- 07 Tem, 1998 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(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 yazdı
-
Guido van Rossum yazdı
change it to iterate over sys.argv[1:]. Suggestion by Gerry Wiener.
-
Barry Warsaw yazdı
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 yazdı
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 yazdı
-
- 06 Tem, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Tem, 1998 8 kayıt (commit)
-
-
Guido van Rossum yazdı
don't put the seconds in the time!
-
Guido van Rossum yazdı
# it but can't remember what. Get rid of a comparison that breaks.
-
Guido van Rossum yazdı
of 250 on a successful delete.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Reflects Guido's revision.
-
Guido van Rossum yazdı
This is because they are huge and the stack is limited on Windows. Other platforms keep declaring it on the stack.
-
- 01 Tem, 1998 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
1. Convert to using re module 2. Added two new exception classes a. MissingSectionHeaderError which signals an early parsing exception when options appear in the file before any section header. Previously a bogus TypeError was thrown deeper down. b. ParsingError which collates any non-fatal parsing errors. ConfigParser.read() will raise this after the entire file was parsed if any errors occurred during parsing (client could just catch the exception and continue, because the ConfigParser instance would still be initialized with the valid data). (small note: Error.__msg => Error._msg) 3. ConfigParser.__read() now uses re which has the following minor semantic change: underscore is now allowed in section header and option name. Also, because of the old regexps, theoretically. Fixed continuation line bug reported by F. Lundh. 4. It seemed that the old ConfigParser automatically added the option `name' to every section, which contained the name of the section. This seemed bogus to me so I took it out.
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
initMacOS().
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
are in the appropriate sections. Some minor nits.
-
Andrew M. Kuchling yazdı
The text is almost completely from GvR's essay on packages; some introductory paragraphs have been removed, and everything after the 'Details' section in the HTML has been dropped (seems too technical). A paragraph has been added after the sample package layout stating that there must be a file called__init__.py in a directory to make it a package.
-
- 30 Haz, 1998 13 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
# later release.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Use logical (& consistent) markup. Added a see-also section at the end.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Need to add \optional{} to sort argument too. Made x a \var in descr of pop. Fixed note for pop() and mentioned that it is experimental. Also added pop to index.
-
Guido van Rossum yazdı
# The brackets generated by \optional{} are real ugly. Alas...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
article().
-