- 31 Mar, 2003 10 commits
-
-
Walter Dörwald authored
instead of raising a TypeError. (From SF patch #710127) Add tests to verify this is fixed. Add various tests for '%c' % int.
-
Fred Drake authored
- fix some markup nits
-
Walter Dörwald authored
-
Neal Norwitz authored
configure change is necessary to pass "." to makexp_aix so that dynamic modules work setup change gets curses working
-
Jack Jansen authored
-
Jack Jansen authored
interface.
-
Fred Drake authored
version.
-
Jack Jansen authored
you to say something like "talker.count(want=Address_Book.people)" in stead of having to manually create the aetypes.Type(Address_Book.people.want) OSA type.
-
Jack Jansen authored
and initialize the event loop (if not done previously) to work around a bug (IMHO) in MacOSX 10.2.
-
Jack Jansen authored
-
- 30 Mar, 2003 19 commits
-
-
Jack Jansen authored
the primary name.
-
Jack Jansen authored
be sorted after the main name, otherwise filling of properties and elements messes up. Sorting is always more difficult than expected:-)
-
Neal Norwitz authored
Also remove a few unused variables. Built on IRIX 6.5.
-
Neal Norwitz authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
separating space or not between encoded chunks. Closes SF bug #710498.
-
Neal Norwitz authored
-
Martin v. Löwis authored
can be taken, and use _SC_PAGE_SIZE if getpagesize is not available.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.2.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
platforms which have dup(2). The makefile() method is built directly on top of the socket without duplicating the file descriptor, allowing timeouts to work properly. Includes a new test case (urllibnet) which requires the network resource. Closes bug 707074.
-
- 29 Mar, 2003 9 commits
-
-
Jack Jansen authored
remains to be done.
-
Jack Jansen authored
a scripting dictionary. Made up by me, not guaranteed to be correct (and, indeed, Internet Explorer does not seem to play by the book). - Added the interactive main program as a separate routine, so it can be called from the IDE later. Also made it less interactive by default: only the input app and output package folder are asked for.
-
Jack Jansen authored
For reasons unknown this suddenly started to matter (since Martin's 1.396 checkin? But why?), at least on MacOSX. Added a real test similar to the getpgrp argument test.
-
Neal Norwitz authored
to the ExpectedSkips class. Add test_scriptpackages to Mac only list. Add test_unicode_file to Windows only list.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.2.
-
Jack Jansen authored
which sometimes seems to result in different terminology. It does seem to be mostly compatible, though.
-
Jack Jansen authored
get terminology resources. Unfortunately there doesn't seem to be any application I can ask for the basic StdSuites terminology (?). - Prefer OSX-native versions of applications over OS9 versions.
-
Jack Jansen authored
something I don't understand, but for now ignore this. Output the file name such that it cannot contain non-ascii characters.
-
- 28 Mar, 2003 2 commits
-
-
Jack Jansen authored
has actually entered its event loop. As a stopgap, allow for a 10 second grace period.
-
Jack Jansen authored
-