summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* illogical pairslabel-old-issuesGiampaolo Rodola2020-11-181-79/+75
|
* refactorGiampaolo Rodola2020-11-182-15/+35
|
* search in bodyGiampaolo Rodola2020-11-182-28/+69
|
* rename scriptGiampaolo Rodola2020-11-173-6/+5
|
* more keywordsGiampaolo Rodola2020-11-173-3/+4
|
* refactGiampaolo Rodola2020-11-172-11/+30
|
* progressGiampaolo Rodola2020-11-162-12/+63
|
* refactorGiampaolo Rodola2020-11-162-72/+79
|
* refactGiampaolo Rodola2020-11-162-94/+114
|
* look for bug + enhancement labelsGiampaolo Rodola2020-11-162-8/+14
|
* move codeGiampaolo Rodola2020-11-161-30/+30
|
* get pulls onlyGiampaolo Rodola2020-11-161-3/+20
|
* logGiampaolo Rodola2020-11-161-0/+1
|
* print progressGiampaolo Rodola2020-11-161-6/+23
|
* add --status optGiampaolo Rodola2020-11-161-1/+3
|
* refactGiampaolo Rodola2020-11-162-0/+8
|
* refactGiampaolo Rodola2020-11-162-13/+25
|
* add script to relabel old issuesGiampaolo Rodola2020-11-164-10/+128
|
* refactor wheels download scriptsGiampaolo Rodola2020-11-154-24/+16
|
* Add github action to automatically set new issue labelsGiampaolo Rodola2020-11-151-0/+38
|
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-1535-478/+269
|
* remove misleading "in UTC" (#1882)zed2020-11-153-3/+3
| | | | | | | | | | | | | | | | | "seconds since the epoch" (value returned by `time.time()`) doesn't depend on the local time zone. It is the same time instance around the world. It is not in any particular time zone: ```python import datetime as DT import zoneinfo local_time = DT.datetime.fromtimestamp(seconds_since_epoch) # naive datetime object representing local time utc_time = DT.datetime.utcfromtimestamp(seconds_since_epoch) # naive datetime object representing utc time la_time = DT.datetime.fromtimestamp(seconds_since_epoch, zoneinfo.ZoneInfo("America/Los_Angeles")) # timezone aware dt ``` Here `local_time`, `utc_time`, `la_time` may correspond to different clock times but it is exactly the same time instance.
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-1533-480/+534
|
* Fix solaris swap output when 'encrypted' column exists (#1876)Jake Omann2020-11-133-2/+4
|
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-115-63/+57
|
* [Windows] add support for pypy2 on windows (#1872)Giampaolo Rodola2020-11-103-5/+22
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-11-051-1/+1
|\
| * Fix definition of RPM (#1870)Christopher Hewett2020-11-041-1/+1
| | | | | | RPM is actually revolutions per minute, current docs say its rounds per minute
* | revert last commitGiampaolo Rodola2020-11-012-14/+2
|/
* fix #1868: missing fields from /proc/pid/stat on Alpine LinuxGiampaolo Rodola2020-11-012-2/+14
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-319-45/+103
|\
| * Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-3110-47/+105
| |
* | update READMEGiampaolo Rodola2020-10-271-2/+2
| |
* | merge from masterGiampaolo Rodola2020-10-2415-51/+110
|\ \ | |/
| * disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-2416-53/+117
| |
* | bump up versionGiampaolo Rodola2020-10-243-2/+7
|/
* replace win line endingsGiampaolo Rodola2020-10-241-2/+4
|
* Use Python 3.8.5 in Travis (#1860)release-5.7.3Gábor Lipták2020-10-241-2/+2
|
* script to convert README for PYPIGiampaolo Rodola2020-10-245-3/+64
|
* setup.py: add long_description_content_typeGiampaolo Rodola2020-10-241-0/+1
|
* pre releaseGiampaolo Rodola2020-10-232-2/+6
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-2315-151/+303
|\
| * [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-2315-151/+303
| |
* | remove weird 'return xxx' left in codeGiampaolo Rodola2020-10-231-3/+0
|/
* fix #1855 docGiampaolo Rodola2020-10-192-10/+21
|
* add sponsors in docGiampaolo Rodola2020-10-181-16/+45
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-183-67/+65
|\
| * Update README (#1854)Giampaolo Rodola2020-10-184-68/+66
| |
* | pragma no coverGiampaolo Rodola2020-10-181-1/+1
|/
* add battery test; increase coverageGiampaolo Rodola2020-10-173-2/+25
|