- 01 May, 2003 1 kayıt (commit)
-
-
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 25 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.
-
Michael W. Hudson yazdı
[ 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 yazdı
[ 729622 ] line tracing hook errors with massaging from me to integrate test into test suite.
-
Gustavo Niemeyer yazdı
bz2 files. Also, included a testcase for this problem.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
- fix a typo and one markup nit - normalize whitespace
-
Fred Drake yazdı
-
Guido van Rossum yazdı
idlefork-merge-branch.
-
Guido van Rossum yazdı
on the idlefork-merge-branch as intended.
-
Guido van Rossum yazdı
On a branch, for now.
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
- 28 Nis, 2003 5 kayıt (commit)
-
-
Tim Peters yazdı
return values are floats.
-
Brett Cannon yazdı
Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations.
-
Tim Peters yazdı
-
Tim Peters yazdı
tmpnam() appears essentially useless on Windows, and it finally broke the test for Irmen de Jong. Read the long new comment in test_tmpnam() for details. Since the MS implementation is insane, it might be good if we supplied a different implementation. Bugfix candidate.
-
Tim Peters yazdı
a brief example where bottom-up walking is essential.
-