- 16 Jan, 2011 7 commits
-
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Jan, 2011 25 commits
-
-
Martin v. Löwis authored
Don't try to package subprocessdata/*.py twice.
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
length and a non-zero offset, and an attempt to read past the end of file is made (IndexError is raised instead). Patch by Ross Lagerwall. Requested by Georg.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(we need some tests for this)
-
Eli Bendersky authored
Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
-
Ned Deily authored
-
Ned Deily authored
conversion from Python 2 build process. The correct version is in Mac/IDLE/IDLE.app/Contents/Resources/
-
Ned Deily authored
installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4 (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char support enabled).
-
Ned Deily authored
Extras (/Applications/Python 3.n/Extras/) where the Demo directory had previous been installed.
-
Ned Deily authored
current build practices.
-
Ned Deily authored
rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant.
-
- 14 Jan, 2011 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
as unicode, and accept binary files. Add encoding and errors attributes to cgi.FieldStorage.
-
Victor Stinner authored
-
Victor Stinner authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-