- 07 Nis, 2002 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 06 Nis, 2002 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
I probably didn't do a correct thing for the LaTeX spelling of the integer 1.
-
Mark Hammond yazdı
Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs.
-
Tim Peters yazdı
the big numbers.
-
Guido van Rossum yazdı
method returns something that's not a C instance, its __init__ is not called. [SF bug #537450]
-
Guido van Rossum yazdı
-
- 05 Nis, 2002 15 kayıt (commit)
-
-
Fred Drake yazdı
document to the C API reference. Move some instructional text from the API reference to the Extending & Embedding manual. Fix the descriptions of the es and es# formats for PyArg_Parse*(). This closes SF bug #536516.
-
Guido van Rossum yazdı
checkin. And since that one was, this one is also a: Bugfix candidate.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Change pickling format for bools to use a backwards compatible encoding. This means you can pickle True or False on Python 2.3 and Python 2.2 or before will read it back as 1 or 0. The code used for pickling bools before would create pickles that could not be read in previous Python versions.
-
Fred Drake yazdı
-
Fred Drake yazdı
either.
-
Guido van Rossum yazdı
Bugfix candidate.
-
Martin v. Löwis yazdı
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
They now raise an NotImplementedError to hint to the truth ;-)
-
Tim Peters yazdı
-
Tim Peters yazdı
accounts for every byte.
-
Tim Peters yazdı
runtime multiplications and divisions, via the scheme developed with Vladimir Marangozov on Python-Dev. The pool_header struct loses its capacity member, but gains nextoffset and maxnextoffset members; this still leaves it at 32 bytes on a 32-bit box (it has to be padded to a multiple of 8 bytes).
-
Neal Norwitz yazdı
-
- 04 Nis, 2002 15 kayıt (commit)
-
-
Guido van Rossum yazdı
speeds up __getitem__ and __setitem__ in subclasses of built-in sequences. It's much revised because I took the opportunity to refactor the code somewhat (moving a large section of duplicated code to a helper function) and added comments to a series of functions.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
Updated productionlist environment.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This change is similar to the supplied patch, but does not save the opener when a proxy configuration is specified. This closes SF patch #523415.
-
Fred Drake yazdı
urlopen(). This is part of SF patch #523415.
-
Fred Drake yazdı
This closes SF patch #523415.
-
Tim Peters yazdı
Fix Windows-specific install glitch. Tested on Win2K, but I can't test on XP. Already checked in to the release22-maint branch.
-
Fred Drake yazdı
-
Fred Drake yazdı
We should get attributes from the right object.
-