- 13 Feb, 2009 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Gregory P. Smith authored
supporting objects as input no matter how it was compiled (built in implementations or external openssl library). (backported from a py3k branch)
-
- 12 Feb, 2009 8 commits
-
-
Tarek Ziadé authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 11 Feb, 2009 3 commits
-
-
Gregory P. Smith authored
on LP64 platforms (most 64-bit Linux, bsd, unix systems).
-
Hirokazu Yamamoto authored
test_fdopen (test_os.py) pass.
-
Raymond Hettinger authored
-
- 10 Feb, 2009 10 commits
-
-
Thomas Heller authored
function without argtypes, if HAVE_USABLE_WCHAR_T is false.
-
Mark Dickinson authored
Thanks Lisandro Dalcin.
-
Mark Dickinson authored
negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin.
-
Kristján Valur Jónsson authored
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 authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tarek Ziadé authored
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
-
Brett Cannon authored
should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number.
-
Raymond Hettinger authored
-
- 09 Feb, 2009 8 commits
-
-
Guilherme Polo authored
-
Guilherme Polo authored
potential deadlock.
-
Guilherme Polo authored
Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly)
-
Guilherme Polo authored
-
Raymond Hettinger authored
-
Guilherme Polo authored
Tkinter.Text.search
-
Guilherme Polo authored
-
Mark Dickinson authored
It now forces its argument to double before testing for infinity.
-
- 08 Feb, 2009 6 commits
-
-
Vinay Sajip authored
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 authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
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 authored
-
Mark Dickinson authored
-