- 18 Mar, 2002 19 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
[ 530285 ] redefining SRE_CODE in Modules/sre.h
-
Neil Schemenauer yazdı
malloc() and free() don't change.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
Py_BuildValue by address, not by value. 2.2.1 candidate.
-
Jack Jansen yazdı
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 yazdı
notably FSSpec and FSRef objects. First half of fix for #531291. 2.2.1 candidate.
-
Michael W. Hudson yazdı
[ 516299 ] urlparse can get fragments wrong
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
unnecessary redirection limit code which is already in FancyURLopener.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Steven M. Gava yazdı
keybindings
-
Paul Prescod yazdı
(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 kayıt (commit)
-
-
Skip Montanaro yazdı
builtin types
-
Skip Montanaro yazdı
add test case for bug #482460
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
Change the way __doc__ is handled, to avoid blowing up on non-string __doc__ values.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 16 Mar, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
grammer productions. Fixes SF bug #520959.
-
Fred Drake yazdı
Added examples of positive lookbehind assertions. This closes SF bug #529708.
-
Fred Drake yazdı
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 yazdı
-
- 15 Mar, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117.
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
implementation to match the documentation for py-honor-comment-indentation w.r.t. not nil or t value. In that case it should still ignore ## for indentation purposes. Closes SF bug #523825, w/ patch provided by Christian Stork (mod'd by Barry). Python 2.2.1 candidate.
-
Fred Drake yazdı
-
Skip Montanaro yazdı
thought was just a bug report, so didn't notice - doh!). This handles slicing, which v 1.23 didn't.
-
Martin v. Löwis yazdı
-