- 24 Nis, 2003 19 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Theres now a separate function for each of the format codes b, B, H, I, k, i, l, L, K.
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
(requested by GvR. patch contributed by Michael Stone)
-
Raymond Hettinger yazdı
(contributed by John J Lee)
-
Fred Drake yazdı
-
Barry Warsaw yazdı
to the PyBSDDB project at SourceForge.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Marc-André Lemburg yazdı
definitions.
-
Marc-André Lemburg yazdı
There's no separate documentation for this module yet - apart from the doc-strings which explain the APIs.
-
Raymond Hettinger yazdı
Allows use of tuples for the initializer.
-
Raymond Hettinger yazdı
The additional code complexity and new NOP opcode were not worth it.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Also some typos and removed trailing whitespace on the lines.
-
- 23 Nis, 2003 20 kayıt (commit)
-
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Thomas Heller yazdı
PyLong_AsUnsignedLongMask(), PyLong_AsUnsignedLongLongMask().
-
Walter Dörwald yazdı
and "" in grep.getgrgid(). Adjust the test to work around this problem. This should fix SF bug #724771.
-
Tim Peters yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
Revised netrc.py to include the additional ascii punctuation characters. Omitted the other logic changes. See Lib/netrc.py 1.17. Since this is more of a feature request than a bug, including in Py2.3 but not recommending for backporting.
-
Raymond Hettinger yazdı
Expanded the range of allowable characters to include ascii punctuation. Allows resource files to have a larger character set for passwords. (Idea contributed by Bram Moolenaar.)
-
Raymond Hettinger yazdı
(contributed by logistix; substantially reworked by rhettinger). To create a representation of non-string arrays, array_repr() was starting with a base Python string object and repeatedly using += to concatenate the representation of individual objects. Logistix had the idea to convert to an intermediate tuple form and then join it all at once. I took advantage of existing tools and formed a list with array_tolist() and got its representation through PyObject_Repr(v) which already has a fast implementation for lists.
-
Fred Drake yazdı
This is used on www.python.org.
-
Alex Martelli yazdı
-
Neal Norwitz yazdı
-
Alex Martelli yazdı
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
- upgrade to version 0.4.8
-
Tim Peters yazdı
docs here are best-guess: the MS docs I could find weren't clear, and some even claimed _commit() has no effect on Win32 systems (which is easily shown to be false just by trying it).
-
Raymond Hettinger yazdı
Adding code to handle it properly.
-
Raymond Hettinger yazdı
Fix missing right parenthesis. Add three examples.
-
- 22 Nis, 2003 1 kayıt (commit)
-
-
Mark Hammond yazdı
management. Old code still #ifdef'd out - I may remove this in a sec, but for now, let's get it in and things passing the tests again!
-