- 23 Ock, 2001 21 kayıt (commit)
-
-
Jack Jansen yazdı
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
complaints. The new version moves most of its initialization to package load time; it's simpler, faster, smaller, and adds support for Mozilla and Links. Interpretation of the BROWSER variable now works and is documented. The open_new entry point and methods are marked "deprecated; may be removed in 2.1".
-
Tim Peters yazdı
don't fail if they're not available.
-
Guido van Rossum yazdı
the previous auto-configuring modules feature (already obsolete :-).
-
Andrew M. Kuchling yazdı
Grammatical and typographic fixes from David Goodger Expanded notes about PEP 229 Removed user-visible XXXes; they're in comments now
-
Tim Peters yazdı
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
by weird and (hopefully) unnecessary SET_CXX and SET_DLLLIBRARY macros that occurr at the start of Makefile.in files. - Also removed the already-commented-out SET_CCC macro cruft.
-
Jeremy Hylton yazdı
otherwise used in the same code block. (Not sure this is the right place, but there is no test_list_comprehensions.py.)
-
Guido van Rossum yazdı
and PyEval_ReleaseThread(). This fixes SF bug #125673 PyThreadState_Delete: invalid tstate (Unix only?).
-
Guido van Rossum yazdı
PyThreadState_Delete() and PyEval_ReleaseLock(). It is only defined if WITH_THREAD is defined.
-
Jeremy Hylton yazdı
comprehension. Fixes bug reported by Tim Peters.
-
Jeremy Hylton yazdı
varagslist node. based on fix from Thomas Wouters.
-
Guido van Rossum yazdı
-
- 22 Ock, 2001 19 kayıt (commit)
-
-
Guido van Rossum yazdı
no don't have to start with underscore. - Add spaces after commas in argument lists. - Only test dbhash if bsddb can be imported. (Wonder if there are more like this?)
-
Tim Peters yazdı
-
Tim Peters yazdı
they're run.
-
Fred Drake yazdı
-
Fred Drake yazdı
source directory.
-
Fred Drake yazdı
-
Fred Drake yazdı
package.
-
Fred Drake yazdı
Update the comments at the beginning of the file.
-
Fred Drake yazdı
Changed markup of the list of values for the list of meaningful "errors" values.
-
Andrew M. Kuchling yazdı
Reorder the smaller items, roughly in decreasing order of visibility to the Python coder Finished an incomplete sentence. Moved the unwritten sections down to the bottom. Bumped version number and added acknowledgements
-
Fred Drake yazdı
commented it out), and added an explanation as to *why*. Added period to docstring.
-
Guido van Rossum yazdı
now None < all numeric types < all other types so that once again map(max, Squares(3), Squares(2)) equals [0, 1, 4]
-
Guido van Rossum yazdı
(unless the object's type overrides this comparison).
-
Fred Drake yazdı
hyperlink at the start of the paragraph confused pdflatex; it saw the link start while still in vertical mode, which is not allowed. Including text before the link forces horizontal mode.
-
Fred Drake yazdı
really nasty TeX source to "bleed" into the PDF "bookmarks".
-
Fred Drake yazdı
Peters. This closes SF bug #125919.
-
Andrew M. Kuchling yazdı
Use correct flag name Py_TPFLAGS_CHECKTYPES Mention that numeric methods can return Py_NotImplemented (NAS) Mention optional arguments in time modules (TW) Various minor rewrites and additional attributions
-
Fred Drake yazdı
too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.)
-
Fred Drake yazdı
-