- 24 Apr, 2003 10 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Marc-André Lemburg authored
definitions.
-
Marc-André Lemburg authored
There's no separate documentation for this module yet - apart from the doc-strings which explain the APIs.
-
Raymond Hettinger authored
Allows use of tuples for the initializer.
-
Raymond Hettinger authored
The additional code complexity and new NOP opcode were not worth it.
-
Brett Cannon authored
-
Brett Cannon authored
Also some typos and removed trailing whitespace on the lines.
-
- 23 Apr, 2003 20 commits
-
-
Fred Drake authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Thomas Heller authored
PyLong_AsUnsignedLongMask(), PyLong_AsUnsignedLongLongMask().
-
Walter Dörwald authored
and "" in grep.getgrgid(). Adjust the test to work around this problem. This should fix SF bug #724771.
-
Tim Peters authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Raymond Hettinger authored
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 authored
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 authored
(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 authored
This is used on www.python.org.
-
Alex Martelli authored
-
Neal Norwitz authored
-
Alex Martelli authored
-
Guido van Rossum authored
-
Neal Norwitz authored
- upgrade to version 0.4.8
-
Tim Peters authored
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 authored
Adding code to handle it properly.
-
Raymond Hettinger authored
Fix missing right parenthesis. Add three examples.
-
- 22 Apr, 2003 10 commits
-
-
Mark Hammond authored
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!
-
Jack Jansen authored
field contains garbage after the first NUL character.
-
Fred Drake authored
-
Fred Drake authored
using a build directory just inside the source directory and saving just one copy of the test data in the source tree, rather than having a copy in each build directory.
-
Gustavo Niemeyer authored
accordingly to further discussions with Greg Chapman in patch #712900.
-
Jeremy Hylton authored
directory.
-
Fred Drake authored
- various adjustments to sum() markup and explanation
-
Jack Jansen authored
Fixes 719303.
-
Fred Drake authored
-
Jack Jansen authored
were indeed files that weren't unpacked.
-