- 09 Sep, 2012 1 commit
-
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
- 08 Sep, 2012 4 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Chris Jerdonek.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
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.
-
- 07 Sep, 2012 2 commits
-
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
- 06 Sep, 2012 3 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 05 Sep, 2012 2 commits
-
-
Antoine Pitrou authored
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 2.7.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 2.7.3 and earlier. However, extension modules compiled for 2.7.3 and earlier will be loadable by 2.7.4.
-
Antoine Pitrou authored
and io.StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 01 Sep, 2012 3 commits
-
-
Petri Lehtinen authored
-
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 5 commits
-
-
Ezio Melotti authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Trent Nelson authored
This is done by extending a previous fix for issue #9185 that was made for Solaris and OpenBSD to NetBSD as well.
-
- 28 Aug, 2012 5 commits
-
-
Benjamin Peterson authored
-
-
Matthias Klose authored
-
Matthias Klose authored
-
Hynek Schlawack authored
Patch by Chris Rebert.
-
- 27 Aug, 2012 1 commit
-
-
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 5 commits
-
-
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.
-
- 23 Aug, 2012 1 commit
-
-
Ned Deily authored
(Patch by Ronald Oussoren)
-
- 21 Aug, 2012 1 commit
-
-
Georg Brandl authored
-
- 20 Aug, 2012 2 commits
-
-
Petri Lehtinen authored
-
R David Murray authored
-