- 17 Aug, 2010 11 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper)
-
Nick Coghlan authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
_PyUnicode_AsString() raises an exception on unencodable filename.
-
Victor Stinner authored
-
- 16 Aug, 2010 17 commits
-
-
Victor Stinner authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Victor Stinner authored
The code is based on strncmp() of the libiberty library, function in the public domain.
-
Brian Curtin authored
-
Alexander Belopolsky authored
-
Tim Golden authored
-
Florent Xicluna authored
-
Alexander Belopolsky authored
than TypeError raised by the iterator argument. Also added a test to check that zip() already behaves similarly.
-
Florent Xicluna authored
Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902.
-
Victor Stinner authored
-
Victor Stinner authored
zipimport is now able to load a module with an unencodable filename.
-
Victor Stinner authored
Write a message formatted by PyUnicode_FromFormatV() to sys.stdout and sys.stderr.
-
Antoine Pitrou authored
-
Giampaolo Rodolà authored
-
Richard Jones authored
-
Antoine Pitrou authored
-
- 15 Aug, 2010 12 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Some of these are genuine bugs with objects bigger than 2GB, but my system doesn't allow me to write tests for it.
-
Antoine Pitrou authored
-