- 10 May, 2012 12 commits
-
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Richard Oudkerk authored
In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 09 May, 2012 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Optimize also PyUnicode_Format(): call unicode_writer_prepare() only once per argument.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Larry Hastings authored
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
-
- 08 May, 2012 9 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
-
Larry Hastings authored
-
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 11 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
-