- 13 Şub, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
supporting objects as input no matter how it was compiled (built in implementations or external openssl library). (backported from a py3k branch)
-
- 12 Şub, 2009 8 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 11 Şub, 2009 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
on LP64 platforms (most 64-bit Linux, bsd, unix systems).
-
Hirokazu Yamamoto yazdı
test_fdopen (test_os.py) pass.
-
Raymond Hettinger yazdı
-
- 10 Şub, 2009 10 kayıt (commit)
-
-
Thomas Heller yazdı
function without argtypes, if HAVE_USABLE_WCHAR_T is false.
-
Mark Dickinson yazdı
Thanks Lisandro Dalcin.
-
Mark Dickinson yazdı
negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin.
-
Kristján Valur Jónsson yazdı
Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions.
-
Hirokazu Yamamoto yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tarek Ziadé yazdı
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
-
Brett Cannon yazdı
should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number.
-
Raymond Hettinger yazdı
-
- 09 Şub, 2009 8 kayıt (commit)
-
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
potential deadlock.
-
Guilherme Polo yazdı
Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly)
-
Guilherme Polo yazdı
-
Raymond Hettinger yazdı
-
Guilherme Polo yazdı
Tkinter.Text.search
-
Guilherme Polo yazdı
-
Mark Dickinson yazdı
It now forces its argument to double before testing for infinity.
-
- 08 Şub, 2009 9 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
platforms. The previous code was fragile, depending on the twin accidents that: (1) in C, casting the double value 2.**63 to long returns the integer value -2**63, and (2) in Python, hash(-2**63) == hash(2**63). There's already a test for this in test_hash.
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
-
- 07 Şub, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-