An error occurred fetching the project authors.
- 20 Jan, 2011 1 commit
-
-
Antoine Pitrou authored
length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022.
-
- 19 Jan, 2011 1 commit
-
-
Antoine Pitrou authored
a symbol named FSTAT.
-
- 18 Jan, 2011 1 commit
-
-
Antoine Pitrou authored
Initial patch by Ross Lagerwall.
-
- 16 Jan, 2011 3 commits
-
-
Georg Brandl authored
-
Nick Coghlan authored
-
Georg Brandl authored
-
- 15 Jan, 2011 6 commits
-
-
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
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
-
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
rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant.
-
- 14 Jan, 2011 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
as unicode, and accept binary files. Add encoding and errors attributes to cgi.FieldStorage.
-
Victor Stinner authored
-
- 12 Jan, 2011 3 commits
-
-
Raymond Hettinger authored
Removed function type annotations from _pyio.py.
-
Antoine Pitrou authored
by Ross Lagerwall.
-
Benjamin Peterson authored
-
- 11 Jan, 2011 1 commit
-
-
Alexander Belopolsky authored
initial data is provided in an array object with correct type.
-
- 10 Jan, 2011 2 commits
-
-
Ned Deily authored
scripts (implemented in #10679).
-
Terry Reedy authored
-
- 09 Jan, 2011 3 commits
-
-
Antoine Pitrou authored
if available. (at Georg's request)
-
Georg Brandl authored
-
R. David Murray authored
This makes Header.encode throw a HeaderParseError if it winds up formatting a header such that a continuation line has no leading whitespace and looks like a header. Since Header accepts values containing newlines and preserves them (and this is by design), without this fix any program that took user input (say, a subject in a web form) and passed it to the email package as a header was vulnerable to header injection attacks. (As far as we know this has never been exploited.) Thanks to Jakub Wilk for reporting this vulnerability.
-
- 08 Jan, 2011 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
private by renaming it to `_GeneratorContextManager`.
-
Raymond Hettinger authored
comparisons that could lead to infinite recursion.
-
- 07 Jan, 2011 6 commits
-
-
R. David Murray authored
This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding).
-
R. David Murray authored
Before this patch if a value being encoded had an embedded newline, the line following the newline would have no leading whitespace, and the whitespace it did have was encoded into the word. Now the existing whitespace gets turned into a blank, the way it does in other header reformatting, and the _continuation_ws gets added at the beginning of the encoded line.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
non-Python managed memory while it is being modified by another thread. Patch by Matt Bandy.
-
Alexander Belopolsky authored
function will now format any year when time.accept2dyear is false and will accept years >= 1000 otherwise. The year range accepted by time.mktime and time.strftime is still system dependent, but time.mktime will now accept full range supported by the OS. Conversion of 2-digit years to 4-digit is deprecated.
-
Victor Stinner authored
On Windows, set the binary mode on stdin, stdout, stderr and all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python parser translates newlines (\r\n => \n).
-
- 06 Jan, 2011 6 commits
-
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
on an existing file. (this does not seem to be easily testable)
-
Antoine Pitrou authored
the application. Initial patch by Clovis Fabricio.
-
David Malcolm authored
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC support now looks for "__powerpc__" as well as "__ppc__": the latter seems to only be present on OS X; the former is the correct one for Linux with GCC.
-
Antoine Pitrou authored
Björn Lindqvist.
-