- 22 Mar, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Lars Gustäbel yazdı
forever on incomplete input. That caused tarfile.open() to hang when used with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or partial bzip2 compressed data.
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
- 21 Mar, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 20 Mar, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
integer types T, not just those for which "unsigned T" is legal.
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
Backport of r70459.
-
- 19 Mar, 2009 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Re-order methods so that those touching the underlying data structure come first and the derived methods come last.
-
Raymond Hettinger yazdı
* Add optional argument to popitem() -- modeled after Anthon van der Neut's C version. * Fix method markup in docs.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
for O(1) deletions. Big-Oh performance now the same as regular dictionaries. Uses a doubly-linked list instead of a list/seq to track insertion order.
-
Benjamin Peterson yazdı
-
- 18 Mar, 2009 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts each character outside the BMP to the appropriate surrogate pair. Thanks Victor Stinner for the patch. (backport of r70452 from py3k to trunk)
-
Hirokazu Yamamoto yazdı
If you use http://svn.python.org/projects/external/openssl-0.9.8g, Perl is not needed. This scheme was ported from PCBuild.
-
Mark Dickinson yazdı
added for 'n' formats with non-repeating thousands-separator.
-
- 17 Mar, 2009 4 kayıt (commit)
-
-
Bob Ippolito yazdı
-
Mark Dickinson yazdı
to Decimal __format__ method.
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
alignment.
-
- 16 Mar, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Mar, 2009 13 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
Georg Brandl yazdı
This is cleaner and avoids lockups in obscure cases where a Queue is instantiated while the import lock is already held by another thread. OKed by Tim Peters.
-
Georg Brandl yazdı
the recommendation to send suggestions to the author can be followed.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
-