- 06 Dec, 2002 2 commits
-
-
Martin v. Löwis authored
Fixes #590377.
-
Walter Dörwald authored
may be a tuple. This closes SF patch http://www.python.org/sf/649095 Backport to release22-maint will follow.
-
- 05 Dec, 2002 11 commits
-
-
Jack Jansen authored
or no argument (giving an empty resource).
-
Jack Jansen authored
-
Michael W. Hudson authored
[ 633152 ] list slice ass ignores subtypes of list Allow arbitrary sequences on the RHS of extended slices.
-
Skip Montanaro authored
-
Jason Tishler authored
This patch enables the bz2 module to build cleanly under Cygwin.
-
Jason Tishler authored
Although motived by Cygwin, this patch will prevent test_commands from failing on Unixes that support ACLs. For example, the following is an excerpt from the Solaris ls manpage: ... -rwxrwxrwx+ 1 smith dev 10876 May 16 9:42 part2 The plus sign indicates that there is an ACL associated with the file. ...
-
Tim Peters authored
-
Jason Tishler authored
This patch updates regrtest.py to understand which tests are normally skipped under Cygwin. The list of tests was verified with the Cygwin Python maintainer.
-
Skip Montanaro authored
-
Skip Montanaro authored
* when connecting, if the port is non-standard, display it as well
-
Skip Montanaro authored
"www.zope.org:8021".
-
- 04 Dec, 2002 10 commits
-
-
Martin v. Löwis authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Raymond Hettinger authored
Just van Rossum showed a weird, but clever way for pure python code to trigger the BadInternalCall. The C code had assumed that calling a class constructor would return an instance of that class; however, classes that abuse __new__ can invalidate that assumption.
-
Tim Peters authored
DLL and lib sections.
-
Tim Peters authored
resource isn't enabled or the socket module doesn't support ssl.
-
Tim Peters authored
-
Tim Peters authored
-
- 03 Dec, 2002 17 commits
-
-
Jack Jansen authored
some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family).
-
Jack Jansen authored
-
Kurt B. Kaiser authored
-
Fred Drake authored
but can lead to mysterious problems in real applications.
-
Mark Hammond authored
Contributed by David Bolen.
-
Mark Hammond authored
-
Kurt B. Kaiser authored
Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
-
Fred Drake authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Guido van Rossum authored
test suite now).
-
Guido van Rossum authored
-
Marc-André Lemburg authored
-
Guido van Rossum authored
real module, by filtering out aliased methods. This, combined with the recent fixes to pyclbr, make it possible to enable more tests with fewer exceptions.
-
Guido van Rossum authored
and classes. Also add a mini main program that dumps the results for a given file or module.
-
Mark Hammond authored
-