- 05 Eyl, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 03 Eyl, 2012 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
R David Murray yazdı
Patch by Anton Barkovsky, comment addition by me. This showed up as a bug in 3.3 because the definition for Chrome produced such an empty string. This fix is tested in 3.3+; backporting the new test suite is more trouble than it is worth.
-
- 02 Eyl, 2012 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Eyl, 2012 2 kayıt (commit)
-
-
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 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
- 28 Agu, 2012 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Petri Lehtinen yazdı
-
- 27 Agu, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
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 8 kayıt (commit)
-
-
Mark Dickinson yazdı
-
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.
-
R David Murray yazdı
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
Ross Lagerwall yazdı
It was exposed by 03c98d05b140 and dbbf3ccf72e8.
-
- 23 Agu, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
(Patch by Ronald Oussoren)
-
- 22 Agu, 2012 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
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 Agu, 2012 4 kayıt (commit)
-
-
Trent Nelson yazdı
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
Ezio Melotti yazdı
-
Stefan Krah yazdı
-
Trent Nelson yazdı
-
- 20 Agu, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Ethan Furman.
-
Petri Lehtinen yazdı
-
R David Murray yazdı
Suggestion and patch by Mike Hoy.
-
Antoine Pitrou yazdı
Patch by Robin Schreiber.
-
Stefan Krah yazdı
-