- 08 Aug, 2010 17 commits
-
-
Thomas Heller authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Thomas Heller authored
PROT_WRITE and PROT_EXEC.
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Tim Golden authored
Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina
-
Florent Xicluna authored
Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments.
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
This is how it should work,wget and curl work like this way too. Old behavior was wrong.
-
Tim Golden authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
name in a tuple subclass.
-
Raymond Hettinger authored
at the top and by list concrete classes before abstract base classes.
-
Benjamin Peterson authored
-
- 07 Aug, 2010 13 commits
-
-
Raymond Hettinger authored
-
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 10 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.
-