- 30 Mar, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
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 kayıt (commit)
-
-
Jack Jansen yazdı
remains to be done.
-
Jack Jansen yazdı
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 yazdı
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 yazdı
to the ExpectedSkips class. Add test_scriptpackages to Mac only list. Add test_unicode_file to Windows only list.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.2.
-
Jack Jansen yazdı
which sometimes seems to result in different terminology. It does seem to be mostly compatible, though.
-
Jack Jansen yazdı
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 yazdı
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 14 kayıt (commit)
-
-
Jack Jansen yazdı
has actually entered its event loop. As a stopgap, allow for a 10 second grace period.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Skip Montanaro yazdı
backport candidate
-
Jack Jansen yazdı
This is a first step towards regenerating the modules with newer, MacOSX, versions of these programs, and using the programmatic interface to get at the terminology in stead of poking in resource files.
-
Jack Jansen yazdı
code. This makes it a lot easier to compare the generated code for two different versions of the suite. - Various tweaks to the code to generate suites without looking at resource files manually.
-
Jack Jansen yazdı
At the moment does little more than testing that the modules import correctly and some classes can be instantiated.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
Clean up section headings; make the bars on the left less fat. Adjust the display of properties slightly. Don't show stuff inherited from the base 'object' type.
-
Ka-Ping Yee yazdı
sys.modules previously produced an exception).
-
Ka-Ping Yee yazdı
-
Raymond Hettinger yazdı
-
- 27 Mar, 2003 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Martin v. Löwis yazdı
-
- 26 Mar, 2003 8 kayıt (commit)
-
-
Jack Jansen yazdı
we try to manually launch the application and send it an ascr/gdte event to get its terminology.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
i.e. get_content_maintype() and get_content_subtype(). Also, add True, False for Python 2.2.x where x < 2 compatibility.
-
Barry Warsaw yazdı
i.e. get_content_maintype() and get_content_subtype().
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
-
Walter Dörwald yazdı
-
Raymond Hettinger yazdı
Adds a single function to improve generated bytecode. Has a single line attachment point, so it is completely de-coupled from both the compiler and ceval.c. Makes three simple transforms that do not require a basic block analysis or re-ordering of code. Gives improved timings on pystone, pybench, and any code using either "while 1" or "x,y=y,x".
-
- 25 Mar, 2003 2 kayıt (commit)
-
-
Thomas Wouters yazdı
Make sure we aren't masking any errors raised in tempfile.mkdtemp() by referencing the (then) unbound local 'dir'.
-
Jack Jansen yazdı
"Hereby I make the script in question available under the terms and conditions of the latest Python License."
-
- 24 Mar, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
generalize to take a callback function and a void * data argument. This might come in handy later... :-)
-
Tim Peters yazdı
in normal cases, and also in error cases. Bugfix candidate.
-