- 01 May, 2003 6 commits
-
-
Walter Dörwald authored
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
Walter Dörwald authored
Remove the last use of veris(). Remove now useless imports and functions.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 30 Apr, 2003 9 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
documentation. Closes SF bug #723136.
-
Fred Drake authored
example still doesn't come out quite right: a bug in the formatting tools
-
Fred Drake authored
tools can be fixed; added XXX comment - general markup fixes
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
I should also not that my last checkin did stuff that made failures give more helpful information.
-
Brett Cannon authored
signalling when the TCP server is done. Should hopefully solve hanging issues for Solaris 8 & 9. Solves the apparent hanging issue with OS X. Closes patch #729988 .
-
Brett Cannon authored
-
Brett Cannon authored
-
- 29 Apr, 2003 25 commits
-
-
Piers Lauder authored
-
Piers Lauder authored
-
Fred Drake authored
Added test that checks for characters allowed in the query part of URLs. Backport candidate.
-
Jack Jansen authored
-
Jack Jansen authored
to the Python used to create them (in the #! line). Therefore, when your Python installation is moved the applets become invalid. As the binary distribution is installed in a different place than where it was created we need to fix up the #! lines.
-
Jack Jansen authored
-
Walter Dörwald authored
tests and comments.
-
Skip Montanaro authored
-
Walter Dörwald authored
-
Raymond Hettinger authored
-
Fred Drake authored
-
Guido van Rossum authored
that was used to start the thread. This is useful to track down the source of the problem when there is no traceback, as can happen when a daemon thread gets to run after Python is finialized (a new kind of event, somehow this is now possible due to changes in Py_Finalize()).
-
Skip Montanaro authored
throughput-sensitive methods are grabbed from the underlying _socket.socket object. Closes SF patch 729293.
-
Michael W. Hudson authored
[ 708901 ] Lineno calculation sometimes broken A one line patch to compile.c and a rather-more-than-one-line patch to test_dis. Hey ho. Possibly a backport candidate -- tho' lnotab is less used in 2.2...
-
Michael W. Hudson authored
[ 729622 ] line tracing hook errors with massaging from me to integrate test into test suite.
-
Gustavo Niemeyer authored
bz2 files. Also, included a testcase for this problem.
-
Guido van Rossum authored
-
Fred Drake authored
- fix a typo and one markup nit - normalize whitespace
-
Fred Drake authored
-
Guido van Rossum authored
idlefork-merge-branch.
-
Guido van Rossum authored
on the idlefork-merge-branch as intended.
-
Guido van Rossum authored
On a branch, for now.
-
Brett Cannon authored
-
Raymond Hettinger authored
A newbie found it difficult to translate the exampe into a case that used only short options or long options but not both. He tried to shorten the tuple search but forgot the trailing comma, The appropriate pattern is an equality check. Revised the example to point him in the right direction. Backport candidate.
-
Brett Cannon authored
-