- 07 Jun, 2001 8 commits
-
-
Martin v. Löwis authored
with the addition of the euro character. Also added a few EDBDIC aliases.
-
Martin v. Löwis authored
-
Peter Schneider-Kamp authored
use faster code for base64.encodestring (courtesy of Mr. Tim Peters) and for base64.decodestring (courtesy of Anthony Baxter)
-
Martin v. Löwis authored
-
Marc-André Lemburg authored
-
Martin v. Löwis authored
-
Peter Schneider-Kamp authored
-
Martin v. Löwis authored
-
- 06 Jun, 2001 6 commits
-
-
Guido van Rossum authored
Makefile and used by the setup.py script. Ignore it in .cvsignore; remove it in "make clobber".
-
Fred Drake authored
Add reference to the documentation for the Python documentation markup. Fixed up a couple of descriptions. This closes SF bug #430627.
-
Fred Drake authored
Suggested by the comments in SF bug #430627.
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 05 Jun, 2001 5 commits
-
-
Martin v. Löwis authored
Also protect against multiple inclusion.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
(Just a change to a comment)
-
Fred Drake authored
the availability of nested scoping in Python 2.1 and 2.2.
-
- 04 Jun, 2001 5 commits
-
-
Guido van Rossum authored
config.txt). *** This is a bugfix-release candidate (for 2.1.1 and 2.0.1)! ***
-
Tim Peters authored
frequently used, and in particular this allows to drop the last remaining obvious time-waster in the crucial lookdict() and lookdict_string() functions. Other changes consist mostly of changing "i < ma_size" to "i <= ma_mask" everywhere.
-
Skip Montanaro authored
-
Fred Drake authored
-
Mark Hammond authored
-
- 03 Jun, 2001 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
- actually return a result - Compare with tag.localName in getElementsByTagNameNSHelper
-
Tim Peters authored
be possible to provoke unbounded recursion now, but leaving that to someone else to provoke and repair. Bugfix candidate -- although this is getting harder to backstitch, and the cases it's protecting against are mondo contrived.
-
Tim Peters authored
This code is likely to get even hairier to squash core dumps due to mutating comparisons, and it's hard enough to follow without that.
-
Fred Drake authored
In particular, the affect on existing list content was not sufficiently explained. This closes SF bug #429554.
-
- 02 Jun, 2001 6 commits
-
-
Tim Peters authored
Bugfix candidate.
-
Tim Peters authored
-
Tim Peters authored
converting to string. Critical bugfix candidate -- if you take this seriously <wink>.
-
Neil Schemenauer authored
directives, which is the role of CPPFLAGS. Closes SF patch #414991.
-
Tim Peters authored
true reason for allocating the tuple before checking the dict size.
-
Tim Peters authored
code, less memory. Tests have uncovered no drawbacks. Christian and Vladimir are the other two people who have burned many brain cells on the dict code in recent years, and they like the approach too, so I'm checking it in without further ado.
-
- 01 Jun, 2001 1 commit
-
-
Skip Montanaro authored
-
- 31 May, 2001 2 commits
-
-
Fred Drake authored
This closes SF bug #429059.
-
Fred Drake authored
fixing the reference to Thread.getDeamon() (should be isDaemon()). This closes SF bug #429070.
-
- 30 May, 2001 2 commits
-
-
Tim Peters authored
in release builds. Suggested by Martin v. Loewis. I'm half tempted to macroize PyErr_Occurred too, as the whole thing could collapse to just _PyThreadState_Current->curexc_type
-
Fred Drake authored
-