- 08 Eyl, 2012 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
Christian Heimes yazdı
BSD's make doesn't support some of the features.
-
R David Murray yazdı
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 Eyl, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
Christian Heimes yazdı
BSD's make doesn't support some of the features.
-
- 06 Eyl, 2012 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 05 Eyl, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
and io.StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 01 Eyl, 2012 3 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
R David Murray yazdı
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 Agu, 2012 2 kayıt (commit)
-
-
Trent Nelson yazdı
-
Andrew Svetlov yazdı
Patch by Mike Hoy.
-
- 30 Agu, 2012 1 kayıt (commit)
-
-
Trent Nelson yazdı
-
- 29 Agu, 2012 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Trent Nelson yazdı
This is done by extending a previous fix for issue #9185 that was made for Solaris and OpenBSD to NetBSD as well.
-
- 28 Agu, 2012 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Hynek Schlawack yazdı
Patch by Chris Rebert.
-
- 27 Agu, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 25 Agu, 2012 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
-
Georg Brandl yazdı
-
- 24 Agu, 2012 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Chris Rebert.
-
Georg Brandl yazdı
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
-
- 23 Agu, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
(Patch by Ronald Oussoren)
-
- 21 Agu, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Agu, 2012 3 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
R David Murray yazdı
-
Stefan Krah yazdı
-
- 19 Agu, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
2.7 doesn't support 'a'. This changeset ports the doc change and clause-reording portions of Francisco Martín Brugué patch in order to minimize code base drift.
-