- 11 May, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
- 10 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
non-ASCII scripts. Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script.
-
Ezio Melotti yazdı
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
- 09 May, 2011 7 kayıt (commit)
-
-
Victor Stinner yazdı
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
Victor Stinner yazdı
clear the end-of-file indicator after CTRL+d.
-
Ezio Melotti yazdı
-
Martin v. Löwis yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
Ezio Melotti yazdı
-
- 08 May, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
- 07 May, 2011 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
R David Murray yazdı
-
- 06 May, 2011 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)
-
- 05 May, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
- 04 May, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Brian Curtin yazdı
Patch by Bryce Verdier.
-
- 03 May, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 02 May, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
- 01 May, 2011 6 kayıt (commit)
-
-
Victor Stinner yazdı
mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type).
-
R David Murray yazdı
Patch by Lars Michelsen.
-
Éric Araujo yazdı
-
- 30 Nis, 2011 3 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
Benjamin Peterson yazdı
-