- 09 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
More tests of the concrete policy methods would probably be a good idea, but this is a start, and it brings line coverage up to 100% for the policy module. Patch by Milan Oberkirch.
-
- 06 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Original patch by Varun Sharma.
-
- 02 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Şub, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson.
-
- 27 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
arguments. Patch by Glenn Langford.
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Ock, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 19 Ock, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Ock, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
- 28 Ara, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 19 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Simon Sapin.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent.
-
- 26 Kas, 2013 2 kayıt (commit)
-
-
Zachary Ware yazdı
of the time. Patch by Julian Gindi.
-
Serhiy Storchaka yazdı
virtual interface. Original patch by Kent Frazier.
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by William Mallard.
-
Andrew Kuchling yazdı
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Donald Stufft and Nick Coghlan
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 25 Eki, 2013 2 kayıt (commit)
-
-
Tim Golden yazdı
-
Tim Golden yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Sunny K.
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Tim Heaney and Vajrasky Kok.
-
- 17 Eki, 2013 2 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Zero Piraeus.
-
Nick Coghlan yazdı
This new pre-initialization API allows embedding applications like Blender to force a particular encoding and error handler for the standard IO streams. Also refactors Modules/_testembed.c to let us start testing multiple embedding scenarios. (Initial patch by Bastien Montagne)
-
- 13 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. Patch by Martin Pool.
-
- 05 Eki, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 01 Eki, 2013 2 kayıt (commit)
-
-
Nick Coghlan yazdı
(Patch by Katie Miller)
-
Nick Coghlan yazdı
Report and patch by Hrvoje Nikšić
-
- 30 Eyl, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Oscar Benjamin.
-
- 28 Eyl, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
This patch appropriately marks known false alarms in the small object allocator when address sanity checking is enabled (patch contributed by Dhiru Kholia).
-
- 15 Eyl, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-