- 23 Haz, 2012 40 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Stefan Krah yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Hynek Schlawack yazdı
Also add an explicit test for safe implementation usage on supported platforms. As a side effect, this commit adds a module-level attribute 'rmtree_is_safe' which offers introspection whether the current rmtree implementation is safe against symlink attacks.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Stefan Krah yazdı
to override environment variables.
-
Antoine Pitrou yazdı
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Nick Coghlan yazdı
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
It is used automatically on platforms supporting the necessary os.openat() and os.unlinkat() functions. Main code by Martin von Löwis.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(patch by Serhiy)
-
Ezio Melotti yazdı
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
-
Antoine Pitrou yazdı
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access().
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Nick Coghlan yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
-