- 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 7 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ı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
Found by Coverity.
-
- 19 Agu, 2012 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Francisco Martín Brugué.
-
Andrew Svetlov yazdı
for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.
-
Stefan Krah yazdı
-
- 18 Agu, 2012 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
Patch by Kushal Das.
-
Mark Dickinson yazdı
-
Eli Bendersky yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
R David Murray yazdı
-
R David Murray yazdı
This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek.
-
- 17 Agu, 2012 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 16 Agu, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
-
Petri Lehtinen yazdı
When adding a message from a binary file, \r\n was translated to \r\r\n in the message body.
-
Nick Coghlan yazdı
-