- 29 Mar, 2002 26 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Jack Jansen yazdı
(if a single newline convention is used in the sourcefile), and the "save options" has a newline style radio button. The creator radio button also has the new choices PythonW and None. Just: just shout (and revert) if you don't agree.
-
Jack Jansen yazdı
Added a -D flag (can really only be specified on OSX commandline) to not revector sys.stderr, for debugging the IDE itself. Not sure whether this should stay.
-
Jack Jansen yazdı
enough that IDE and BuildApplet can create applets, yeah!
-
Jack Jansen yazdı
return None. For now, if the user asks for TEXT files files without type are also accepted. But it is time to phase out StandardGetFile and friends, really.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Changed version numbers and copyright.
-
Neil Schemenauer yazdı
-
Andrew M. Kuchling yazdı
the compiler
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Walter Doerwald provided a patch, which I've modified in two ways: 1) (Uncontroversial) Removed code to make module work in earlier versions of Python without the unicode() built-in 2) (Poss. controversial) Instead of making string.zfill take the repr() of non-string objects, take the str(). Should a warning be added to this branch of the code so that the automatic str() can be deprecated? 2.2.2 bugfix candidate, assuming the repr()->str() change is deemed OK.
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
priority, for safety reasons.
-
Jack Jansen yazdı
datafork-based resource file before trying to decode it as AppleSingle.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
python. Removed debug output.
-
Jack Jansen yazdı
/usr/local/bin (referring to the framework-based interpreter and Python.app). Added target symlinkmacsubtree to aid in debugging.
-
Jack Jansen yazdı
because of similarity to the same program on Windows.
-
Tim Peters yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
of trash objects. Use the gc_prev pointer instead.
-
Neil Schemenauer yazdı
-
Guido van Rossum yazdı
-
- 28 Mar, 2002 14 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
type implementation.
-
Fred Drake yazdı
-
Fred Drake yazdı
include them using \verbatiminput. This has the advantage that pages can still break at reasonable places, and examples that go longer than a page won't get cut off. Make a few small markup adjustments for consistency. Explain that PyObject_New() is not a C function but a polymorphic beast that returns a pointer to the type that's passed as the first arg. Explain why type objects use the PyObject_VAR_HEAD.
-
Jeremy Hylton yazdı
It appears that getcomments() can get called for classes defined in C. Since these don't have source code, it can't do anything useful. A function buried many levels deep was raising a TypeError that was not caught. Who knows why this broke...
-
Fred Drake yazdı
-
Fred Drake yazdı
as a verbatim environment. (The HTML version is already fine.)
-
Skip Montanaro yazdı
mentioned in the library reference manual
-
Tim Peters yazdı
Bugfix candidate.
-
Tim Peters yazdı
under 2.0, 2.1 and 2.2. Bugfix candidate.
-
Fred Drake yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-