pagure Logo
  • Log In

python-daemon

Clone
Source Code
GIT
  • Source
  • Issues  11
  • Pull Requests  4
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Commits 888

Branch: main
main master wip/issue/57/inheritable-standard-streams wip/issue/62/testcase-patches-mock-objects
Deprecate helper function `is_socket`.
Ben Finney • 4 months ago  
4d44786
Use `is_socket_file` for detecting socket on standard input.
Ben Finney • 4 months ago  
5875ba7
Test and implement helper function `is_socket_file`.
Ben Finney • 4 months ago  
db9ffbf
Revise deprecated HTTP-only URLs in comments and documentation.
Ben Finney • 4 months ago  
69ab281
Form a test data structure more succinctly.
Ben Finney • 4 months ago  
f31cd56
Conform to whitespace convention for a helper function definition.
Ben Finney • 4 months ago  
5c72df5
Remove obsolete Python 2 helper for exception chaining.
Ben Finney • 4 months ago  
2ee3d49
Remove handling for Python 2 str-as-bytes conflation.
Ben Finney • 4 months ago  
39240fd
Refine the set of generated files for ‘clean’ target in Makefile.
Ben Finney • 4 months ago  
0c6e4d6
Add Python package dependency for test coverage reporting.
Ben Finney • 4 months ago  
3daaa1c
Add Python binary ‘wheel’ build support.
Ben Finney • 4 months ago  
78bcf39
Update Python distribution dependencies.
Ben Finney • 4 months ago  
d370112
Refine editor hints.
Ben Finney • 4 months ago  
008246d
Update publication years in copyright notices.
Ben Finney • 4 months ago  
7cb4a95
Refine the EditorConfig settings.
Ben Finney • 4 months ago  
8ec27a0
Remove incorrect double-patch of objects in test cases.
Miro Hrončok • 9 months ago  
0c67a3c
Speed daemon start time by computing candidate file descriptors once.
Ben Finney • 9 months ago  
aac98d4
Document the bug report addressed by these changes.
Ben Finney • 9 months ago  
5f0d5a9
Construct the total set of file descriptors one time, when module loads.
Ben Finney • 9 months ago  
8c66cb2
Construct the total range of file descriptors one time, when module loads.
Ben Finney • 9 months ago  
1c30c3c
Remove unused helper function.
Ben Finney • 9 months ago  
108a6f4
Consistent ending (no blank line) for multi-line docstring.
Ben Finney • 9 months ago  
9daa40a
Update Python package dependency versions.
Ben Finney • 9 months ago  
b968019
Use Python 3 only version of function attributes.
Ben Finney • 9 months ago  
27d3baf
Use only Python 3 standard library paths to modules.
Ben Finney • 9 months ago  
12743fd
Drop Python 2 handling of FileNotFoundError and PermissionError.
Ben Finney • 9 months ago  
d9e8d95
Provide underlying exception object as context to custom exception.
Ben Finney • 9 months ago  
cccf624
Drop handling of Python 2 precursor of ProcessLookupError.
Ben Finney • 9 months ago  
ff953fb
Refine a test case: only raise the test error in the test conditions.
Ben Finney • 9 months ago  
8c9b602
Use the Python 3 standard-library `unittest.mock` module.
Ben Finney • 9 months ago  
42d4117
Wrap some over-long code lines.
Ben Finney • 9 months ago  
8303684
Drop a helper for obsolete bugs in `hasattr`.
Ben Finney • 9 months ago  
bacc177
Drop handling of Python 2 str-versus-bytes dichotomy.
Ben Finney • 9 months ago  
1170b9b
Drop module-level metaclass `type`; this is the default in Python 3.
Ben Finney • 9 months ago  
b020a34
Drop source encoding declaration; UTF-8 is the default in Python 3.
Ben Finney • 9 months ago  
137b4dd
Drop absolute_import, unicode_literals, that are now default in Python 3.
Ben Finney • 9 months ago  
5584821
Update Pip requirements for dependency packages.
Ben Finney • a year ago  
742442e
Reformat Pip requirements files for readability.
Ben Finney • a year ago  
4446c4e
Test condition when `get_distribution_version_info` has no Distribution.
Ben Finney • a year ago  
3be5c86
Update publication years in copyright notices.
Ben Finney • a year ago  
cf1a58e
Start an empty changelog entry for ongoing development.
Ben Finney • a year ago  
13746b0
Release version “2.3.0”.
Ben Finney • a year ago  
ba09acd
Finalise this release.
Ben Finney • a year ago  
5a9eea9
Drop explicit support for Python versions earlier than 3.
Ben Finney • a year ago  
c76eba2
Remove declaration of obsolete Python 2 support.
Ben Finney • a year ago  
0bb5fdf
Use Python 3 `super()` call for all classes inheriting from `type`.
Ben Finney • a year ago  
1393f05
Document the removal of back-ported `unittest` and `mock`.
Ben Finney • a year ago  
9676293
Remove dependency on back-ported `mock` library.
Ben Finney • a year ago  
d27046a
Explicitly import `unittest.mock` to get standard library module.
Ben Finney • a year ago  
6c15ff9
Remove dependency on back-ported `unittest2`.
Ben Finney • a year ago  
92b86de
Document the removal of Python 2 support.
Ben Finney • a year ago  
8dbd592
  • « Newer
  • page 1 of 18
  • » Older
Powered by Pagure 5.13.3
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.