- 02 Sep, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 01 Sep, 2012 2 commits
-
-
Petri Lehtinen authored
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
- 31 Aug, 2012 2 commits
-
-
Trent Nelson authored
-
Andrew Svetlov authored
Patch by Mike Hoy.
-
- 30 Aug, 2012 1 commit
-
-
Trent Nelson authored
-
- 29 Aug, 2012 2 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 28 Aug, 2012 4 commits
-
-
Benjamin Peterson authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Petri Lehtinen authored
-
- 27 Aug, 2012 2 commits
-
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
- 25 Aug, 2012 2 commits
-
-
Ronald Oussoren authored
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
-
Georg Brandl authored
-
- 24 Aug, 2012 8 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Chris Rebert.
-
Georg Brandl authored
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
-
R David Murray authored
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
Ross Lagerwall authored
It was exposed by 03c98d05b140 and dbbf3ccf72e8.
-
- 23 Aug, 2012 1 commit
-
-
Ned Deily authored
(Patch by Ronald Oussoren)
-
- 22 Aug, 2012 1 commit
-
-
Ronald Oussoren authored
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result.
-
- 21 Aug, 2012 4 commits
-
-
Trent Nelson authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
Ezio Melotti authored
-
Stefan Krah authored
-
Trent Nelson authored
-
- 20 Aug, 2012 7 commits
-
-
Antoine Pitrou authored
Patch by Ethan Furman.
-
Petri Lehtinen authored
-
R David Murray authored
Suggestion and patch by Mike Hoy.
-
Antoine Pitrou authored
Patch by Robin Schreiber.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
Found by Coverity.
-
- 19 Aug, 2012 3 commits
-
-
R David Murray authored
Patch by Francisco Martín Brugué.
-
Andrew Svetlov authored
for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.
-
Stefan Krah authored
-