openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Q
QMTest
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 6 of 29
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
replace operator 'is' by '==' in string comparison
Stefan Seefeld
More...
over 20 years ago
* qmdist/command/build_doc.py (build_doc.run): Use "openjade" if "jade" is not available.
Mark Mitchell
More...
almost 21 years ago
* qm/__init__.py: Don't import or define 'lib_dir'. * qmdist/command/install_data.py (install_data.run): Don't define 'lib_dir'. * qm/common.py (get_lib_directory): Don't use 'lib_dir' and 'qm.prefix', but rather '__file__'. * qm/test/base.py (get_extension_directories): Remove now-redundant logic around call to 'get_lib_directory'.
Nathaniel Smith
More...
almost 21 years ago
* qm/test/qmtest (check_python_version): Clarify error message.
Mark Mitchell
More...
about 21 years ago
* qm/test/qmtest (check_python_version): Rework to avoid using newer Python features.
Mark Mitchell
More...
about 21 years ago
* MANIFEST.in (qm/test/doc/html/qm.css): Include it.
Mark Mitchell
More...
about 21 years ago
* qm/test/execution_engine.py (ExecutionEngine._WriteInitialAnnotations): Check that uname is not None before trying to write it out. * qm/test/qmtest (qm.sigmask): Import it in the global scope, not ... (main): ... here.
Mark Mitchell
More...
about 21 years ago
* NEWS: Mention improvements in 2.2.
Mark Mitchell
More...
about 21 years ago
* GNUmakefile.in (distclean): Remove MANIFEST. * setup.py: Install documentation stylesheet. * doc/qm-sgml.dsl: Use documentation stylesheet. * doc/qm.css: Incorporate bits of CodeSourcery web site look-and-feel. * qmdist/command/build_doc.py (build_doc.run): Copy documentation stylesheet to HTML directory.
Mark Mitchell
More...
about 21 years ago
* qm/test/doc/manual.xml: Update copyright date and version number.
Mark Mitchell
More...
about 21 years ago
* qmdist/command/build_doc.py (build_doc.run): Create 'doc/qm-version' file. * doc/qm.mod: Define entity 'qm_version' to its contents. * qm/test/doc/manual.xml (internal_doc_url): Use 'qm_version_entity' in definition.
Nathaniel Smith
More...
about 21 years ago
* qm/test/target.py (Target.Start): Add instance variable '__order_of_resources'. (Target._FinishResourceSetUp): Record resource setup order in it. (Target.Stop): Use it to determine resource cleanup order. * tests/regress/resource_ordering: New test.
Nathaniel Smith
More...
about 21 years ago
* Makefile: Switch default copyright date to 2004. * docbook: Likewise. * docbook-chapter: Likewise. * dtml: Likewise. * html: Likewise. * py: Likewise. * xml: Likewise.
Nathaniel Smith
More...
about 21 years ago
* GNUmakefile.in (build): Force executable bit on scripts in build directory.
Nathaniel Smith
More...
over 21 years ago
* setup.py: Import 'Extension'. Use it to build qm.sigmask. * qm/sigmask.c: New file. * qm/test/qmtest (main): Import 'qm.sigmask'; call 'qm.sigmask.save_mask'. * qm/executable.py: Import 'qm.sigmask'. (Executable._InitializeChild): Call 'qm.sigmask.restore_mask'.
Nathaniel Smith
More...
over 21 years ago
* qm/common.py (htmllib): Import it. (StringIO): Likewise. (formatter): Likewise. (html_to_text): New function. * qm/test/classes/text_result_stream.py (TextResultStream._DisplayAnnotations): Use it. (formatter): Don't import it. (htmllib): Likewise. (StringIO): Likewise. (qm.common): Import it. (qm.fields): Likewise.
Nathaniel Smith
More...
over 21 years ago
* qm/test/target.py (Target._SetUpResource): Fix typo from previous commit.
Nathaniel Smith
More...
over 21 years ago
* qm/test/base.py (CouldNotLoadExtensionError.__init__): Save 'exc_info' value for later use. * qm/test/target.py (qm.test.base): Import it. (Target._SetUpResource): Check for 'CouldNotLoadExtensionError'.
Nathaniel Smith
More...
over 21 years ago
* qmdist/command/install_scripts.py (install_scripts.run): Handle pathnames that contain backslashes correctly.
Mark Mitchell
More...
over 21 years ago
* qm/test/classes/dg_test.py (DGTest._RunDGTest): Fix formatting of paths to match DejaGNU. (DGTest._DGBogus): Fix copy/paste error in docstring. (DGTest.__ExpectDiagnostic): Use "" rather than 'None' to denote empty comment, to match DejaGNU.
Nathaniel Smith
More...
over 21 years ago
* qm/test/classes/explicit_suite.py (arguments): Fix formatting of description for 'is_implicit'.
Nathaniel Smith
More...
over 21 years ago
* qm/executable.py (Executable.Spawn): Under Windows, convert all environment variables to Unicode if any of them are Unicode. * NEWS: Mention this improvement.
Mark Mitchell
More...
over 21 years ago
* setup.py: Install both "qmtest" and "qmtest.py" on all systems.
Mark Mitchell
More...
over 21 years ago
* qm/common.py (format_time_iso): Make argument default to current time. * qm/test/execution_engine.py (ExecutionEngine.Run): Don't pass explicit argument to 'format_time_iso'. (ExecutionEngine._WriteInitialAnnotations): Likewise.
Nathaniel Smith
More...
over 21 years ago
Add line forgotten from previous changelog: * qm/test/classes/classes.qmc (tet_stream.TETStream): Add.
Nathaniel Smith
More...
over 21 years ago
* qm/common.py (parse_time_iso): New function. * qm/test/classes/tet_stream.py: New file.
Nathaniel Smith
More...
over 21 years ago
* qm/__version.py: Advance to 2.2.0.
Mark Mitchell
More...
over 21 years ago
* qm/common.py (open_temporary_file_fd): Change default suffix to empty string. (open_temporary_file): Likewise. * qm/test/classes/command.py (ShellScriptTest.Run): Likewise.
Nathaniel Smith
More...
over 21 years ago
* qm/common.py (encode_data_as_text): Remove. (decode_data_from_text): Likewise. (format_byte_count): Likewise.
Nathaniel Smith
More...
over 21 years ago
* qm/common.py (open_temporary_file_fd): Add suffix parameter. (open_temporary_file): Add mode and suffix parameters. * qm/platform.py (get_shell_for_script): Use /c on Windows. * qm/test/classes/command.py (ShellScriptTest): Make the script have a ".bat" extension on Windows. * NEWS: Mention this fix.
Mark Mitchell
More...
over 21 years ago
←
1
2
3
4
5
6
7
8
9
10
…
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree