- 30 Dec, 2002 27 commits
-
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Barry Warsaw authored
file, needed because some binary distros (read RPMs) don't include the test module in their standard Python package. This eliminates an external dependency and closes SF bug # 650441.
-
Barry Warsaw authored
binary distros (read RPMs) don't include the test module in their standard Python package. This eliminates an external dependency and closes SF bug # 650441.
-
Tim Peters authored
and that conversion to "timezone" None is the same as stripping the tzinfo member.
-
Barry Warsaw authored
the day in an RFC 2822 date.
-
Barry Warsaw authored
and the day number in an RFC 2822 date specification. See bug #552345.
-
Tim Peters authored
west of the US zones getting converted, and also by using Eastern "as if" it were UTC (wrt Pacific), and vice versa.
-
Barry Warsaw authored
-
Guido van Rossum authored
Check for readline 2.2 features. This should make it possible to compile readline.c again with GNU readline versions 2.0 or 2.1; this ability was removed in readline.c rev. 2.49. Apparently the older versions are still in widespread deployment on older Solaris installations. With an older readline, completion behavior is subtly different (a space is always added).
-
Barry Warsaw authored
specifically that dots are allowed in obs-phrase. This fixes parsing of dots in realnames.
-
Barry Warsaw authored
RFC 2822's rules w.r.t. dots in the realname part of address fields.
-
Andrew M. Kuchling authored
-
Marc-André Lemburg authored
-
Raymond Hettinger authored
The new "substr in str" feature masked the error.
-
Raymond Hettinger authored
ignore tuple. The line, "from _random import Random as CoreGenerator", fools the test code which expects CoreGenerator.__name__ to be "CoreGenerator" instead of "Random".
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Greg Ward authored
-
Greg Ward authored
-
Raymond Hettinger authored
the _random subclass for Random.
-
Greg Ward authored
-
Greg Ward authored
* channels() -> devices() * stereochannels() -> stereodevices() * recchannels() -> recdevices() * getvol() -> get() * setvol() -> set() This is for (slightly) more consistency with the OSS ioctl names (READ_DEVMASK, READ_RECMASK, READ_STEREODEVS). Also make sure the C function names correspond more closely to the Python method names for mixer methods.
-
Greg Ward authored
(It added nothing, and served no obvious purpose.) Export SOUND_MIXER_NRDEVICES constant.
-
Raymond Hettinger authored
random number generator. Altered it a bit to use the old generator and restore the test.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 29 Dec, 2002 13 commits
-
-
Tim Peters authored
into the core DLL, since it's not much code and lots of stuff uses it (e.g., try getting a tempfile name without it).
-
Tim Peters authored
Guido has in mind an easier way for users to code this stuff, but the only tests we have now are for fixed-offset tzinfo classes, and this stuff is extremely delicate in the endcases (read the new test code for why: there are holes in time <wink>).
-
Raymond Hettinger authored
core generator for random.py.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
M PyShell.py 1. PyShell Rev 1.39, EditorWindow Rev 1.37 fix was not handling a multiline prompt. 2. The same fix introduced a bug where hitting <enter> at a previous prompt-only line would copy the prompt to the iomark. 3. Move the setting of sys.ps1 earlier, into PyShell.main(), to allow this code to work before a shell is started up. 4. If cursor is on the input line in the prompt, and you hit <enter>, process the line instead of complaining. 5. If line has no stdin range (this includes the last line before shell restart) strip any prompt before recalling.
-
Raymond Hettinger authored
Also, made some whitespace cleanup.
-
Marc-André Lemburg authored
Python 2.2.x backport candidate. (This bug has been around since Python 1.6.)
-
Raymond Hettinger authored
Suggested by MvL.
-
Raymond Hettinger authored
equality. Note, there is another flavor that compares to a given number of significant digits rather than decimal places. If there is a demand, that could be added at a later date.
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-