- 23 Jun, 2012 40 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Stefan Krah authored
to override environment variables.
-
Antoine Pitrou authored
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Nick Coghlan authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
It is used automatically on platforms supporting the necessary os.openat() and os.unlinkat() functions. Main code by Martin von Löwis.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(patch by Serhiy)
-
Ezio Melotti authored
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
-
Antoine Pitrou authored
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Mark Dickinson authored
-
Georg Brandl authored
Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access().
-
Mark Dickinson authored
-
Nick Coghlan authored
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Nick Coghlan authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Larry Hastings authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Antoine Pitrou authored
-