- 16 Aug, 2010 9 commits
-
-
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 22 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
-
Martin v. Löwis authored
-
Victor Stinner authored
-
Mark Dickinson authored
-
Victor Stinner authored
encoding and surrogateescape error handler. Patch written by David Watson. Reindent also posix_getlogin(), and fix a typo in the NEWS file.
-
Victor Stinner authored
encoding and surrogateescape error handler. Patch written by David Watson.
-
Victor Stinner authored
using the filesystem encoding and surrogateescape error handler. Patch written by David Watson.
-
Raymond Hettinger authored
-
Senthil Kumaran authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 14 Aug, 2010 9 commits
-
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Store builtins in cell variables to speed-up the common path, reducing the chance of a lock needing to block at all.
-
Raymond Hettinger authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Victor Stinner authored
-