- 02 May, 2003 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
* itertools.islice() stop argument did not perform as documented. * beefed-up test suite
-
Tim Peters yazdı
s/isofomat/isoformat/, by Steven Taschuk.
-
Fred Drake yazdı
head.
-
Fred Drake yazdı
<meta name='description' ...> element in the document head.
-
Anthony Baxter yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Improves clarity and brevity.
-
- 01 May, 2003 10 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
-
Ken Manheimer yazdı
eg "pdb>".
-
Ken Manheimer yazdı
sessions (and some cosmetic wording changes).
-
Walter Dörwald yazdı
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 yazdı
Remove the last use of veris(). Remove now useless imports and functions.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 30 Nis, 2003 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
documentation. Closes SF bug #723136.
-
Fred Drake yazdı
example still doesn't come out quite right: a bug in the formatting tools
-
Fred Drake yazdı
tools can be fixed; added XXX comment - general markup fixes
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
I should also not that my last checkin did stuff that made failures give more helpful information.
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
- 29 Nis, 2003 13 kayıt (commit)
-
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
Fred Drake yazdı
Added test that checks for characters allowed in the query part of URLs. Backport candidate.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
-
Walter Dörwald yazdı
tests and comments.
-
Skip Montanaro yazdı
-
Walter Dörwald yazdı
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
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 yazdı
throughput-sensitive methods are grabbed from the underlying _socket.socket object. Closes SF patch 729293.
-