- 28 Ock, 2009 2 kayıt (commit)
-
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
- 27 Ock, 2009 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Hammond yazdı
to avoid problems loading the CRT from a private assembly. Via bug 4566.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 26 Ock, 2009 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again.
-
Mark Dickinson yazdı
Hirokazu Yamamoto for the patch.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
rewrap a line of length > 79, and update comments.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
been done purely to help transitions from 2.7 to 3.1.
-
- 25 Ock, 2009 12 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Mark Dickinson yazdı
This change should silence a compiler warning on Windows.
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Hirokazu Yamamoto yazdı
-
Benjamin Peterson yazdı
I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode
-
Mark Dickinson yazdı
-
Jesse Noller yazdı
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
-
- 24 Ock, 2009 9 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
ValueError on some platforms as a result of the platform strtod setting errno on underflow.
-
Mark Dickinson yazdı
-
Martin v. Löwis yazdı
unreadable local symlink to "Program Files" on Vista.
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
- fix some places where counters into ob_digit were declared as int instead of Py_ssize_t - add (twodigit) casts where necessary - fix code in _PyLong_AsByteArray that uses << on negative values
-
Martin v. Löwis yazdı
allow adding directories to a zipfile.
-
Kristján Valur Jónsson yazdı
-
Andrew M. Kuchling yazdı
-