- 30 Mar, 2005 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 29 Mar, 2005 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
SF patch 1167316: doctest.py fails self-test if run directly.
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
fixes the crash seen in bug #1165761
-
- 28 Mar, 2005 5 kayıt (commit)
-
-
Bob Ippolito yazdı
POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Greg Ward yazdı
and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs.
-
- 27 Mar, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
instead of raising a TypeError when interacting with other types. Allows other classes to successfully implement __radd__ style methods.
-
- 21 Mar, 2005 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 20 Mar, 2005 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 19 Mar, 2005 4 kayıt (commit)
- 18 Mar, 2005 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 17 Mar, 2005 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 16 Mar, 2005 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
support for posix semaphores.
-
- 15 Mar, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
Indicate to the user when this is an upgrade installation. Make CHM file non-advertised.
-
- 14 Mar, 2005 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
Add default value for "whence" argument.
-
Walter Dörwald yazdı
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
-
Martin v. Löwis yazdı
-
- 13 Mar, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
the file system encoding.
-
- 12 Mar, 2005 3 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
Johannes Gijsbers yazdı
functions, etc., had comments after the colon, and some other cases. This patch take a simpler approach that doesn't rely on looking for a ':'. Test cases are not backported, as test_inspect.py has been rewritten using unittest on the trunk. Thanks Simon Percivall!
-
Brett Cannon yazdı
socket.gethostname() as a valid return value. Also clarified the docs as they were a little hazy on the subject matter.
-
- 11 Mar, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes itself via __init__() on the HEAD). Also added a "2.4.1c2" section to NEWS. Not meant to imply that Anthony will do a 2.4.1c2 release, just needed to a place to put the news about the MSVCCompiler bugfix.
-
- 10 Mar, 2005 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
cvs2svn yazdı
-
Fred Drake yazdı
- add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character
-