- 07 Aug, 2010 12 commits
-
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Victor Stinner authored
* Call Py_MakePendingCalls() before converting the filename from wchar_t* to char* * Use PyUnicode_AsUTF8String() instead of _PyUnicode_AsString()
-
Mark Dickinson authored
-
Victor Stinner authored
Use PyUnicode_AsUTF8String() instead of _PyUnicode_AsString()
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brian Curtin authored
rather than do it by platform -- the proper skips are in place already.
-
- 06 Aug, 2010 12 commits
-
-
Raymond Hettinger authored
-
Mark Dickinson authored
occur, as a result of signed integer overflow.
-
R. David Murray authored
And if not they can be merged back together when that becomes apparent.
-
Brian Curtin authored
to prevent crashes.
-
Mark Dickinson authored
In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX].
-
Tim Golden authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #9526: Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB.
-
Raymond Hettinger authored
-
Gerhard Häring authored
-
- 05 Aug, 2010 4 commits
-
-
Brian Curtin authored
with os.kill.
-
Alexander Belopolsky authored
exposed in Python.h. This function is similar to POSIX gettimeofday(struct timeval *tp), but available on platforms without gettimeofday().
-
Gerhard Häring authored
by the server. Many servers are buggy and advertise authentication methods they o not support in reality. This change makes smtplib.auth() work more often in the real world, where we face misconfigured servers and servers that advertise methods they don't support due to the madness that is SASL.
-
Alexandre Vassalotti authored
Patch by Meador Inge.
-
- 04 Aug, 2010 12 commits
-
-
Mark Dickinson authored
(And similarly for complex numbers.)
-
Martin v. Löwis authored
-
Mark Dickinson authored
Thanks Yitz Gale.
-
Antoine Pitrou authored
are now included in the set of attributes copied by default by functools.wraps and functools.update_wrapper. Patch by Terrence Cole.
-
Senthil Kumaran authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brian Curtin authored
The test suite currently skips test_multiprocessing on Windows because it fails on finding _multiprocessing in several win32-specific blocks. Removing the relative import lets this through and allows the test to run (and pass).
-
Antoine Pitrou authored
Michele Orrù.
-
Antoine Pitrou authored
-
Richard Jones authored
-
Antoine Pitrou authored
-