- 12 Eyl, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
"name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
-
Fred Drake yazdı
-
Fred Drake yazdı
the original, since the refcount information has been added there.
-
Greg Ward yazdı
directory too. Also generally cleaned up the code.
-
- 11 Eyl, 2000 11 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Skip Montanaro yazdı
-
Tim Peters yazdı
pythonw.exe we just installed. Making Windows key off the .pyw extension instead screws people with multiple Python installations (reported more than once on c.l.py).
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
was raised. This occurred during installation.
-
Greg Ward yazdı
-
Greg Ward yazdı
generated filenames.
-
Greg Ward yazdı
-
- 10 Eyl, 2000 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed.
-
Jack Jansen yazdı
-
Mark Hammond yazdı
If there was a NULL registry key, Python could barf. Also wraps some surrounding lines to 80 chars.
-
Tim Peters yazdı
declarations, added some comments where I had to think too hard to understand what was happening, and changed the primary internal get/set functions to assert they're passed objects of the correct type instead of doing runtime tests for that (it's an internal error that "should never happen", so it's good enough to check it only in the debug build).
-
Greg Ward yazdı
interpreter the .spec file refers to. Cosmetic tweaks.
-
Tim Peters yazdı
It's hard to sort out what the bug was, exactly. So, Big Hammer: 1. Python shouldn't be in the business of #define'ing NULL, period. 2. Users of the Python C API shouldn't be in the business of not including Python.h, period. Hence: 1. Removed all #define's of NULL in Python source code (pyport.h and object.h). 2. Since we're *relying* on stdio.h defining NULL, put an #error in Python.h after its #include of stdio.h if NULL isn't defined then.
-
- 09 Eyl, 2000 15 kayıt (commit)
-
-
Thomas Heller yazdı
used to create the distribution and the creation date. Takes care of the extra_path argument to the setup function, installs the modules into <prefix>/extra_path and creates a -pth file (like install_lib does).
-
Thomas Heller yazdı
for python installations, not only under HKEY_LOCAL_MACHINE.
-
Fred Drake yazdı
Paid more attention to the comments on the report; Martin suggested just not having a __del__() method, which makes more sense in this case. So I have removed it. This closes SourceForge bug #113850. Again.
-
Fred Drake yazdı
The posixfile __del__ method attempts to close the file (_file_) it contains. However, if the open() method fails, then _file_ is never assigned. This closes SourceForge bug #113850.
-
Tim Peters yazdı
all, either to see whether the # of chars fit in an int, or that the amount of memory needed fit in a size_t. Checking these is expensive, but the alternative is silently wrong answers (as in the bug report) or core dumps (which were easy to provoke using Unicode strings).
-
Fred Drake yazdı
Update processing of module synopsis tables (found at the beginning of most chapters of the library reference) to reflect changes in the processing pattern of recent versions LaTeX2HMTL. Requires most recent change to SynopsisTable.pm. This does not fix the module index problem.
-
Fred Drake yazdı
exceptions which have interesting constructor signatures. \pep, \seepep: New macros. Equivalent to \rfc and \seerfc, but referring to the PEP series instead of the Internet RFC series of documents.
-
Fred Drake yazdı
table will be presented. Accessor methods are used to access the attribute.
-
Fred Drake yazdı
-
Fred Drake yazdı
input(), locals(), reload(), unicode(), and zip().
-
Fred Drake yazdı
-
Fred Drake yazdı
hyperlinks to relevant sections. Clarify the conditions under which the "softspace" attribute of file-like objects can "just work" (with relation to overriding of attribute access in user-defined classes).
-
Fred Drake yazdı
-
Fred Drake yazdı
of the chapter. Add explanation that this is only available when the cycle detector is enabled at build time.
-
Fred Drake yazdı
module sections. Properly mark the name of the module in the content of the reference there.
-