- 25 May, 2012 2 commits
-
-
Richard Oudkerk authored
Fix suggested by Itay Brandes
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 24 May, 2012 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
- 23 May, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 22 May, 2012 2 commits
-
-
Hynek Schlawack authored
Reverts some changes of a36666c52115. In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested the [] as setting mode doesn't require to set device (but setting device requires to set mode).
-
Hynek Schlawack authored
Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
-
- 21 May, 2012 1 commit
-
-
Ezio Melotti authored
-
- 20 May, 2012 8 commits
-
-
Vinay Sajip authored
-
Hynek Schlawack authored
It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Vinay Sajip authored
-
Martin v. Löwis authored
Original patch by Stefano Taschini.
-
Ned Deily authored
sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.
-
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 6 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 18 May, 2012 4 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #14842.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 17 May, 2012 1 commit
-
-
R David Murray authored
-
- 16 May, 2012 7 commits
-
-
R David Murray authored
This appears to have been a mixup introduced when we switched from 'expected/actual' to 'first/second'. The problem doesn't exist in the corresponding assertCountEqual method in Python3.
-
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
-
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.
-
- 15 May, 2012 5 commits
-
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-