- 06 Apr, 2002 1 commit
-
-
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 24 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. ;-)
-
Fred Drake authored
ContentHandler. While GC will eventually clean up, it can take longer than normal for applications that create a lot of strings (or other immutables) rather without creating many containers. This closes SF bug #535474.
-
Guido van Rossum authored
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
Guido van Rossum authored
got to admit that I haven't reviewed this carefully, but it looks okay from 30,000 views, and doesn't break anything. (SF patch 536407.)
-
Guido van Rossum authored
-
Guido van Rossum authored
Bugfix candidate.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
Fixed a few compiler warnings. freeze.py now produces binaries which can import shared modules (unlike before).
-
Guido van Rossum authored
-