- 03 May, 2003 3 commits
-
-
Just van Rossum authored
(Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...)
-
Just van Rossum authored
-
Just van Rossum authored
based threads, release the GIL when the event loop goes to sleep, and acquire it again when the event loop wakes up again. OSX-only.
-
- 02 May, 2003 17 commits
-
-
Just van Rossum authored
effect of an import. (This is one step towards threading support in the IDE.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Simplify test_main().
-
Fred Drake authored
-
Jack Jansen authored
a bug in urllib2 this caused pimp to stop working. Fixed the URL to make it work again.
-
Raymond Hettinger authored
-
Fred Drake authored
- implement custom_REL_hook() so LaTeX2HTML uses currently recommended link types; those work fine with tools like the Mozilla Site Navigation Bar
-
Raymond Hettinger authored
-
Raymond Hettinger authored
It is better to be explicit and just allow stop to be None.
-
Raymond Hettinger authored
* itertools.islice() stop argument did not perform as documented. * beefed-up test suite
-
Tim Peters authored
s/isofomat/isoformat/, by Steven Taschuk.
-
Fred Drake authored
head.
-
Fred Drake authored
<meta name='description' ...> element in the document head.
-
Anthony Baxter authored
to that of Python2.1. Such nnn.nnn.nnn.nnn addresses are just used directly, not passed to the resolver for a pointless lookup.
-
Skip Montanaro authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Improves clarity and brevity.
-
- 01 May, 2003 10 commits
-
-
Jack Jansen authored
-
Jeremy Hylton authored
-
Ken Manheimer authored
eg "pdb>".
-
Ken Manheimer authored
sessions (and some cosmetic wording changes).
-
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 1 commit
-
-
Piers Lauder authored
-