- 28 May, 2012 1 commit
-
-
Terry Jan Reedy authored
Original patch by Roger Serwy.
-
- 27 May, 2012 3 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
even when parent window is closed. Patch by Roger Serwy.
-
- 26 May, 2012 2 commits
-
-
Terry Jan Reedy authored
Patch by Roger Serwy.
-
Senthil Kumaran authored
-
- 25 May, 2012 2 commits
-
-
Richard Oudkerk authored
Fix suggested by Itay Brandes
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 24 May, 2012 2 commits
-
-
Petri Lehtinen authored
There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that.
-
Senthil Kumaran authored
-
- 23 May, 2012 1 commit
-
-
Florent Xicluna authored
-
- 22 May, 2012 2 commits
-
-
Petri Lehtinen authored
Patch by Matej Cepl.
-
Hynek Schlawack authored
Reverts some changes of d13fdd97cc8e.
-
- 21 May, 2012 2 commits
-
-
Ezio Melotti authored
-
Hynek Schlawack authored
-
- 20 May, 2012 6 commits
-
-
Hynek Schlawack authored
`versionchanged` tags about 2.7 are useless in 3.x branches.
-
Vinay Sajip authored
-
Hynek Schlawack authored
It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
-
- 19 May, 2012 4 commits
-
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 18 May, 2012 7 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #14842.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 17 May, 2012 1 commit
-
-
R David Murray authored
-
- 16 May, 2012 7 commits
-
-
Hynek Schlawack authored
The behaviour of the parse_constant callback changed insofar that 'null', 'true', 'false' don't trigger its call anymore. Patch by Serhiy Storchaka
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric V. Smith authored
-
R David Murray authored
-
R David Murray authored
-
Ned Deily authored
undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver.
-