- 08 May, 2012 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745)
-
- 07 May, 2012 17 commits
-
-
Victor Stinner authored
Issue #14716: Change integer overflow check in unicode_writer_prepare() to compute the limit at compile time instead of runtime. Patch writen by Serhiy Storchaka.
-
Mark Dickinson authored
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
-
Antoine Pitrou authored
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Victor Stinner authored
to compute the limit at compile time instead of runtime. Patch writen by Serhiy Storchaka.
-
Mark Dickinson authored
-
Victor Stinner authored
PyAccu API. For example, it makes str.format() from 25% to 30% faster on Linux.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch.
-
Larry Hastings authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 06 May, 2012 20 commits
-
-
Richard Oudkerk authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Nadeem Vawda authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Nadeem Vawda authored
-
Ezio Melotti authored
-
Nadeem Vawda authored
Also, add tests for gzip.open().
-