- 20 May, 2013 8 kayıt (commit)
-
-
Charles-Francois Natali yazdı
initial patch by Trent Nelson.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
is imported. Instead, ElementTree.parse can look for a special internal method defined by the accelerator.
-
Eli Bendersky yazdı
This is useful when mucking with import_fresh_module to either force or block importing of the _elementtree accelerator. These tests in place provide an immediate indication whether the accelerator was actually imported and overrode the classes it should have.
-
Eli Bendersky yazdı
-
- 19 May, 2013 13 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Renaming to _Element_Py for clarity and moving it to a more logical location. _ElementInterface OTOH is unused and is therefore removed. Close #17988
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Also clean up some code around this
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
-
Serhiy Storchaka yazdı
-
- 18 May, 2013 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Eli Bendersky yazdı
Based on report and patch by Aaron Oakley.
-
Eli Bendersky yazdı
Based on report and patch by Aaron Oakley.
-
Vinay Sajip yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Antoine Pitrou yazdı
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
Antoine Pitrou yazdı
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
Eli Bendersky yazdı
This caused an exception to be raised later than expected.
-
Eli Bendersky yazdı
This caused an exception to be raised later than expected.
-
Raymond Hettinger yazdı
Backed out changeset c4ca39bece9d
-
Raymond Hettinger yazdı
-
- 17 May, 2013 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Use the cleaner looking @property style for __dict__. Move _replace() to be just after make() to indicate that it is a core method on named tuples.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-