- 13 Feb, 2009 12 commits
-
-
Tarek Ziadé authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
rotating the object pointer by 4 bits to the right.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
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 7 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
-