FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/commoncode/system.py - aboutcode-org/commoncode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
aboutcode-org
/
commoncode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
22
Star
4
Code
Issues
13
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
commoncode
src
commoncode
system.py
on
main
User selector
Datepicker
Commit history
Commits on May 1, 2026
Add openbsd to os_arch()
Show description for 91d06a7
JonoYang
committed
91d06a7
View commit details
Copy full SHA for 91d06a7
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
Add sunos and haiku
Show description for fdc6726
JonoYang
committed
fdc6726
View commit details
Copy full SHA for fdc6726
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
Update system.py for py314
Show description for efe5f21
AyanSinhaMahapatra
committed
efe5f21
View commit details
Copy full SHA for efe5f21
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
Add style checks to CI
Show description for 359f72b
AyanSinhaMahapatra
committed
359f72b
View commit details
Copy full SHA for 359f72b
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Adopt black and isort style
Show description for 38c6f22
pombredanne
committed
38c6f22
View commit details
Copy full SHA for 38c6f22
View code at this point
Browse repository at this point
Merge branch 'main' into patch-1
pombredanne
authored
079691e
View commit details
Copy full SHA for 079691e
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
#67 - Update link references of ownership from nexB to aboutcode-org
Show description for a1bffad
chinyeungli
committed
a1bffad
View commit details
Copy full SHA for a1bffad
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
don't fail if there is no /etc/os-release
Show description for 4f87b3c
dotlambda
committed
4f87b3c
View commit details
Copy full SHA for 4f87b3c
View code at this point
Browse repository at this point
Commits on May 16, 2024
Use parse_os_release in commoncode.system
Show description for 5fed651
JonoYang
committed
5fed651
View commit details
Copy full SHA for 5fed651
View code at this point
Browse repository at this point
Commits on May 15, 2024
Prep for new release
Show description for b5a26aa
JonoYang
committed
b5a26aa
View commit details
Copy full SHA for b5a26aa
View code at this point
Browse repository at this point
Add on_macos_arm64 and on_ubuntu_22 to commoncode.system
Show description for 706b7d6
JonoYang
committed
706b7d6
View commit details
Copy full SHA for 706b7d6
View code at this point
Browse repository at this point
Commits on May 12, 2021
Adopt streamlined notices from ScanCode
Show description for eecf03d
pombredanne
committed
eecf03d
View commit details
Copy full SHA for eecf03d
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
Add Python 3.10
Show description for 70da3f9
pombredanne
committed
70da3f9
View commit details
Copy full SHA for 70da3f9
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Remove unused import
Show description for 38f1db6
pombredanne
committed
38f1db6
View commit details
Copy full SHA for 38f1db6
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
Update license and boilerplate files
Show description for cec2930
pombredanne
committed
cec2930
View commit details
Copy full SHA for cec2930
View code at this point
Browse repository at this point
Remove Python 2 support
Show description for 0c646b7
pombredanne
committed
0c646b7
View commit details
Copy full SHA for 0c646b7
View code at this point
Browse repository at this point
Commits on May 23, 2020
Test if a filesystem is case sensitive
Show description for 300428f
pombredanne
committed
300428f
View commit details
Copy full SHA for 300428f
View code at this point
Browse repository at this point
Commits on May 22, 2020
Add on_windows_32/64 to commoncode.system #616 #335
Show description for 8a16cfb
pombredanne
committed
8a16cfb
View commit details
Copy full SHA for 8a16cfb
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Add runtime support for FreeBSD
Show description for 16b3434
knobix
committed
16b3434
View commit details
Copy full SHA for 16b3434
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Move macOS 10.14 check to commoncode.system #1635
Show description for bf1df14
pombredanne
committed
bf1df14
View commit details
Copy full SHA for bf1df14
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Use startswith() to check the system platform against 'linux'
Show description for 6cfaff4
sschuberth
committed
6cfaff4
View commit details
Copy full SHA for 6cfaff4
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Use io.open() and not codecs.open() for cache #1055
Show description for babfd0b
pombredanne
committed
babfd0b
View commit details
Copy full SHA for babfd0b
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
Improve scan test run calls. Cleanup and format code
Show description for e7ac3ed
pombredanne
committed
e7ac3ed
View commit details
Copy full SHA for e7ac3ed
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Implement new cache and temp_dir #685 #357
Show description for 021d0ec
pombredanne
committed
021d0ec
View commit details
Copy full SHA for 021d0ec
View code at this point
Browse repository at this point
Commits on May 25, 2017
Add support for unicode paths #542
Show description for b0eb1e8
pombredanne
committed
b0eb1e8
View commit details
Copy full SHA for b0eb1e8
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Add upcoming Python 3.6 to detected versions.
Show description for 6d60632
pombredanne
committed
6d60632
View commit details
Copy full SHA for 6d60632
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
If the platform is unsupported, actually disclose its name
Show description for 0640a1a
sschuberth
authored and
pombredanne
committed
0640a1a
View commit details
Copy full SHA for 0640a1a
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Initial commit.
pombredanne
committed
8768022
View commit details
Copy full SHA for 8768022
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL