- 23 Haz, 2012 32 kayıt (commit)
-
-
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ı
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ı
-
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ı
-
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ı
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.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Larry Hastings yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Antoine Pitrou yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 22 Haz, 2012 8 kayıt (commit)
-
-
Larry Hastings yazdı
Many functions now support "dir_fd" and "follow_symlinks" parameters; some also support accepting an open file descriptor in place of of a path string. Added os.support_* collections as LBYL helpers. Removed many functions only previously seen in 3.3 alpha releases (often starting with "f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka; implemented by Larry Hastings.
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-
Larry Hastings yazdı
Patch by Yury Selivanov.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-