- 23 Ock, 2008 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Christian Heimes yazdı
The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly.
-
Christian Heimes yazdı
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
-
Armin Rigo yazdı
improve portability of address length calculation for AF_UNIX sockets
-
Christian Heimes yazdı
-
Guido van Rossum yazdı
users and groups in LDAP/NIS. So I'm limiting the extra-heavy part of the tests to passwd/group files with at most 1000 entries.
-
Raymond Hettinger yazdı
-
- 22 Ock, 2008 11 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
threading.enumerate() list after the join() for a brief period until it actually exited.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
storbinary() and storlines() methods.
-
- 21 Ock, 2008 22 kayıt (commit)
-
-
Brett Cannon yazdı
arguments to Make. This means there are no hyphens. Fix the '-s' check to silence distutils to now work.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Patch by Angelo Mottola, reviewed by MvL, tests by me.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
second line of code were not always recognized correctly.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-