3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replace operator 'is' by '==' in string comparison More... over 20 years ago
* qmdist/command/build_doc.py (build_doc.run): Use "openjade" if "jade" is not available. 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'. More... almost 21 years ago
* qm/test/qmtest (check_python_version): Clarify error message. More... about 21 years ago
* qm/test/qmtest (check_python_version): Rework to avoid using newer Python features. More... about 21 years ago
* MANIFEST.in (qm/test/doc/html/qm.css): Include it. 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. More... about 21 years ago
* NEWS: Mention improvements in 2.2. 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. More... about 21 years ago
* qm/test/doc/manual.xml: Update copyright date and version number. 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. 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. 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. More... about 21 years ago
* GNUmakefile.in (build): Force executable bit on scripts in build directory. 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'. 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. More... over 21 years ago
* qm/test/target.py (Target._SetUpResource): Fix typo from previous commit. 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'. More... over 21 years ago
* qmdist/command/install_scripts.py (install_scripts.run): Handle pathnames that contain backslashes correctly. 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. More... over 21 years ago
* qm/test/classes/explicit_suite.py (arguments): Fix formatting of description for 'is_implicit'. 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. More... over 21 years ago
* setup.py: Install both "qmtest" and "qmtest.py" on all systems. 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. More... over 21 years ago
Add line forgotten from previous changelog: * qm/test/classes/classes.qmc (tet_stream.TETStream): Add. More... over 21 years ago
* qm/common.py (parse_time_iso): New function. * qm/test/classes/tet_stream.py: New file. More... over 21 years ago
* qm/__version.py: Advance to 2.2.0. 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. More... over 21 years ago
* qm/common.py (encode_data_as_text): Remove. (decode_data_from_text): Likewise. (format_byte_count): Likewise. 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. More... over 21 years ago