- 07 Apr, 2002 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 06 Apr, 2002 6 commits
-
-
Martin v. Löwis authored
-
Tim Peters authored
I probably didn't do a correct thing for the LaTeX spelling of the integer 1.
-
Mark Hammond authored
Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs.
-
Tim Peters authored
the big numbers.
-
Guido van Rossum authored
method returns something that's not a C instance, its __init__ is not called. [SF bug #537450]
-
Guido van Rossum authored
-
- 05 Apr, 2002 15 commits
-
-
Fred Drake authored
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 authored
checkin. And since that one was, this one is also a: Bugfix candidate.
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
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 authored
-
Fred Drake authored
either.
-
Guido van Rossum authored
Bugfix candidate.
-
Martin v. Löwis authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
They now raise an NotImplementedError to hint to the truth ;-)
-
Tim Peters authored
-
Tim Peters authored
accounts for every byte.
-
Tim Peters authored
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 authored
-
- 04 Apr, 2002 16 commits
-
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
-
Fred Drake authored
Updated productionlist environment.
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
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 authored
urlopen(). This is part of SF patch #523415.
-
Fred Drake authored
This closes SF patch #523415.
-
Tim Peters authored
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 authored
-
Fred Drake authored
We should get attributes from the right object.
-
Fred Drake authored
to be archived. Most of these are pretty bland. ;-)
-