- 10 Sep, 2012 1 commit
-
-
Christian Heimes authored
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832
-
- 09 Sep, 2012 16 commits
-
-
Christian Heimes authored
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692
-
Jesus Cea authored
-
Alexander Belopolsky authored
-
Jesus Cea authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
Ned Deily authored
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
- 08 Sep, 2012 14 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
R David Murray authored
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 07 Sep, 2012 5 commits
-
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
Ross Lagerwall authored
The refleak occurred when assigning to window.encoding.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
- 06 Sep, 2012 4 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ross Lagerwall authored
-