- 20 Agu, 2001 25 kayıt (commit)
-
-
Barry Warsaw yazdı
However, this is only enabled with regrtest's --use=network switch.
-
Barry Warsaw yazdı
tests should be run.
-
Barry Warsaw yazdı
flag, which specifies external or resource intensive tests to perform. This is used by test_largefile and test_socket_ssl. -u/--use takes a comma separated list of flags, currently supported: largefile, network. usage(): New function. Note that the semantics of main() have changed slightly; instead of returning an error code, it raises a SystemExit (via sys.exit()) with the given error code. main(): use_large_resources => use_resources Also, added support for long-option alternative to the short options. _expectations: Added test_socket_ssl to the list of expectedly skipped tests.
-
Barry Warsaw yazdı
requires(): New function which can be used to `assert' that a specific -u/--use resource flag is present. Raises a TestSkipped if not. This is used in test_largefile and test_socket_ssl to enable external or resource consumptive tests that are normally disabled.
-
Barry Warsaw yazdı
changes the order of the free calls to be the reverse of the alloc calls. Closes that bug.
-
Tim Peters yazdı
-
Tim Peters yazdı
to stdout. Repaired by not printing at all except in verbose mode. Made the test about 6x faster -- envelope analysis showed it took time proportional to the square of the # of tasks. Now it's linear.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
module has to deal with "class" HTML-as-deployed as well as XHTML, so we cannot be as strict as XHTML allows. This closes SF bug #453059, but uses a different fix than suggested in the bug comments.
-
Jeremy Hylton yazdı
a module.
-
Jeremy Hylton yazdı
Add test case to cover multiple future statements on separate lines of a module.
-
Jeremy Hylton yazdı
Check return value from future_parse() in for loop for file_input to accomodate multiple future statements on separate lines. Add several comments explaining how the code works. Remove out-dated XXX comment.
-
Barry Warsaw yazdı
pass these tests.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
This closes SF patch #452836.
-
Fred Drake yazdı
description. This fixes SF bug #453111.
-
Jack Jansen yazdı
Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place.
-
Jack Jansen yazdı
in stead of in Carbon. Fixed.
-
Eric S. Raymond yazdı
-
Jack Jansen yazdı
-
- 19 Agu, 2001 15 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone.
-
Jack Jansen yazdı
Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon.
-
Jack Jansen yazdı
Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the best of names right now (because QuickTime, for instance, is part of its own framekwork in OSX terminology, and because all these modules also work on pre-Carbon MacOS) but in a year or so it will be:-).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Moved here from lib-toolbox, where they should never have been in the first place (all the other stuff there wa generated with bgen).
-
Jack Jansen yazdı
like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone.
-
Jack Jansen yazdı
Carbon and its workaround.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
longer supported) and updated MacOSX notes.
-
Jack Jansen yazdı
they were only in the repository for people building MacPython from CVS (the .cmp project files are in a MacPython source distribution). The process to regenerate them is now easier (and documented!) so these shouldn't be needed anymore. And eventually they should all be built by setup.py anyway.
-