- 18 Nov, 2013 1 commit
-
-
Gregory P. Smith authored
exists in 3.4 but apparently wasn't done for 3.3).
-
- 17 Nov, 2013 17 commits
-
-
Gregory P. Smith authored
on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option.
-
Gregory P. Smith authored
A variable was declared below the top of a block and one function was using a K&R C style function declaration!
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
- 16 Nov, 2013 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 15 Nov, 2013 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
PATH_MAX is not declared on IRIX nor Windows.
-
Victor Stinner authored
the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.
-
Victor Stinner authored
the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1, and PATH_MAX is not declared on IRIX.
-
- 14 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 12 Nov, 2013 6 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Tim Golden authored
-
Tim Golden authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 11 Nov, 2013 3 commits
-
-
Tim Golden authored
-
Georg Brandl authored
-
Georg Brandl authored
-