- 23 Jun, 2012 24 commits
-
-
Georg Brandl authored
Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access().
-
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
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
-
Larry Hastings authored
-
Larry Hastings authored
-
- 22 Jun, 2012 16 commits
-
-
Larry Hastings authored
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 authored
-
Stefan Krah authored
-
Larry Hastings authored
Patch by Yury Selivanov.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-