- 23 Nov, 2013 40 commits
-
-
Martin v. Löwis authored
-
Christian Heimes authored
create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs().
-
Serhiy Storchaka authored
which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett.
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Hugo Lopes Tavares.
-
Gregory P. Smith authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
samples to little-endian and vice versa.
-
Gregory P. Smith authored
and warns about potential uninitialized use. Silence that by initializing it to null.
-
Christian Heimes authored
CID 1131948: Logically dead code (DEADCODE)
-
Christian Heimes authored
-
Christian Heimes authored
CID 1131946: Unchecked return value (CHECKED_RETURN)
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Antoine Pitrou authored
-
Christian Heimes authored
CID 1131949: Dereference null return value (NULL_RETURNS)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Most of the work is by Alexandre.
-
Ezio Melotti authored
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
doko authored
-
Christian Heimes authored
-