- 18 Mar, 2002 26 commits
-
-
Andrew M. Kuchling authored
FakeSocket class. Without it, the sendall() call got the method on the underlying socket object, and that messed up SSL. Does httplib use other methods of sockets that FakeSocket doesn't support? Someone should take a look... (I'll try to give it a once-over.) 2.2.1 bugfix candidate.
-
Andrew M. Kuchling authored
exists.
-
Fredrik Lundh authored
the time...)
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Barry Warsaw authored
searches. This is added after /tmp. Closes SF bug #505488, except that /var/tmp comes after /tmp instead of the patch's suggestion of putting it before /usr/tmp.
-
Neal Norwitz authored
[ 530285 ] redefining SRE_CODE in Modules/sre.h
-
Neil Schemenauer authored
malloc() and free() don't change.
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
Py_BuildValue by address, not by value. 2.2.1 candidate.
-
Jack Jansen authored
Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. 2.2.1 candidate.
-
Jack Jansen authored
notably FSSpec and FSRef objects. First half of fix for #531291. 2.2.1 candidate.
-
Michael W. Hudson authored
[ 516299 ] urlparse can get fragments wrong
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
unnecessary redirection limit code which is already in FancyURLopener.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
The proper fix is not quite what was submitted; it's really better to take the class of the object passed rather than calling PyMethod_New with NULL pointer args, because that can then cause other core dumps later. I also added a testcase for the fix to classmethods() in test_descr.py. I've already applied this to the 2.2 branch.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Steven M. Gava authored
keybindings
-
Paul Prescod authored
(as it is often not on Windows). The code was always designed so that it would raise an IOError if there was no .netrc. But if there was no $HOME it would return a KeyError which would be somewhat unexpected for code that didn't know the algorithm it used to find .netrc. The particular code that triggered this problem for me was ftpmirror.py which handled the IOError gracefully, but not the KeyError.
-
- 17 Mar, 2002 9 commits
-
-
Skip Montanaro authored
builtin types
-
Skip Montanaro authored
add test case for bug #482460
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
Change the way __doc__ is handled, to avoid blowing up on non-string __doc__ values.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 16 Mar, 2002 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
grammer productions. Fixes SF bug #520959.
-
Fred Drake authored
Added examples of positive lookbehind assertions. This closes SF bug #529708.
-
Fred Drake authored
change the installed version on either of the machines I use to format the docs. Instead, use a compatibility hack to support both versions. This is also better for external users of the Python styles.
-
Jack Jansen authored
-