Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Modules /
_decimal /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
README.txt
389
B
-rw-r--r--
2024-03-19 22:46
bench.py
3.55
KB
-rw-r--r--
2024-03-19 22:46
bignum.py
1.02
KB
-rw-r--r--
2024-03-19 22:46
deccheck.py
46.11
KB
-rw-r--r--
2024-03-19 22:46
formathelper.py
11.3
KB
-rw-r--r--
2024-03-19 22:46
randdec.py
18.01
KB
-rw-r--r--
2024-03-19 22:46
randfloat.py
9.44
KB
-rw-r--r--
2024-03-19 22:46
runall-memorydebugger.sh
5.22
KB
-rwxr-xr-x
2024-03-19 22:46
runall.bat
3.59
KB
-rwxr-xr-x
2024-03-19 22:46
Save
Rename
@ECHO OFF rem Test all machine configurations, pydebug, refleaks, release build. cd ..\..\..\ echo. echo # ====================================================================== echo # Building Python (Debug^|x64) echo # ====================================================================== echo. call .\Tools\buildbot\clean.bat call .\Tools\buildbot\build.bat -c Debug -p x64 echo. echo # ====================================================================== echo # platform=Debug^|x64 echo # ====================================================================== echo. echo # ==================== refleak tests ======================= echo. call python.bat -m test -uall -R 3:3 test_decimal echo. echo. echo # ==================== regular tests ======================= echo. call python.bat -m test -uall test_decimal echo. echo. echo # ==================== deccheck ======================= echo. call python.bat .\Modules\_decimal\tests\deccheck.py echo. echo. echo. echo # ====================================================================== echo # Building Python (Release^|x64) echo # ====================================================================== echo. call .\Tools\buildbot\clean.bat call .\Tools\buildbot\build.bat -c Release -p x64 echo. echo # ====================================================================== echo # platform=Release^|x64 echo # ====================================================================== echo. echo # ==================== regular tests ======================= echo. call python.bat -m test -uall test_decimal echo. echo. echo # ==================== deccheck ======================= echo. call python.bat .\Modules\_decimal\tests\deccheck.py echo. echo. echo. echo # ====================================================================== echo # Building Python (Debug^|Win32) echo # ====================================================================== echo. call .\Tools\buildbot\clean.bat call Tools\buildbot\build.bat -c Debug -p Win32 echo. echo # ====================================================================== echo # platform=Debug^|Win32 echo # ====================================================================== echo. echo # ==================== refleak tests ======================= echo. call python.bat -m test -uall -R 3:3 test_decimal echo. echo. echo # ==================== regular tests ======================= echo. call python.bat -m test -uall test_decimal echo. echo. echo # ==================== deccheck ======================= echo. call python.bat .\Modules\_decimal\tests\deccheck.py echo. echo. echo. echo # ====================================================================== echo # Building Python (Release^|Win32) echo # ====================================================================== echo. call .\Tools\buildbot\clean.bat call .\Tools\buildbot\build.bat -c Release -p Win32 echo. echo # ====================================================================== echo # platform=Release^|Win32 echo # ====================================================================== echo. echo # ==================== regular tests ======================= echo. call python.bat -m test -uall test_decimal echo. echo. echo # ==================== deccheck ======================= echo. call python.bat .\Modules\_decimal\tests\deccheck.py echo. echo.