path
stringlengths
14
112
content
stringlengths
0
6.32M
size
int64
0
6.32M
max_lines
int64
1
100k
repo_name
stringclasses
2 values
autogenerated
bool
1 class
cosmopolitan/third_party/lz4cli/lz4.1
. .TH "LZ4" "1" "September 2018" "lz4 1.8.3" "User Commands" . .SH "NAME" \fBlz4\fR \- lz4, unlz4, lz4cat \- Compress or decompress \.lz4 files . .SH "SYNOPSIS" \fBlz4\fR [\fIOPTIONS\fR] [\-|INPUT\-FILE] \fIOUTPUT\-FILE\fR . .P \fBunlz4\fR is equivalent to \fBlz4 \-d\fR . .P \fBlz4cat\fR is equivalent to \fBlz4 \-dcfm\...
8,483
232
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4frame.h
/* clang-format off */ /* LZ4 auto-framing library Header File Copyright (C) 2011-2017, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following con...
25,266
542
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4hc.h
/* clang-format off */ /* LZ4 HC - High Compression Mode of LZ4 Header File Copyright (C) 2011-2017, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ...
17,904
356
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4.h
/* clang-format off */ /* * LZ4 - Fast LZ compression algorithm * Header File * Copyright (C) 2011-present, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that...
31,829
631
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/xxhash.h
/* clang-format off */ /* xxHash - Extremely Fast Hash algorithm Header File Copyright (C) 2012-2016, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that th...
12,643
294
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4.c
/* clang-format off */ /* LZ4 - Fast LZ compression algorithm Copyright (C) 2011-present, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following con...
82,353
1,953
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/COPYING
.ident "\n LZ4cli - LZ4 Command Line Interface (GPL v2) Copyright (C) Yann Collet 2011-2016 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any la...
926
22
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4io.c
/* clang-format off */ /* LZ4io.c - LZ4 File/Stream Interface Copyright (C) Yann Collet 2011-2017 GPL v2 License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the L...
42,554
1,173
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4frame.c
/* clang-format off */ /* LZ4 auto-framing library Copyright (C) 2011-2016, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistrib...
74,815
1,775
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/platform.h
/* clang-format off */ /* platform.h - compiler and OS detection Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; eith...
6,465
148
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/bench.h
/* clang-format off */ /* bench.h - Demo program to benchmark open-source compression algorithm Copyright (C) Yann Collet 2012-2016 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;...
1,487
39
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4cli.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ # # WARNING # # This is GPL program. It's intended for compressing files. # Cosmopolitan provides a 116 byte LZ4 run...
2,075
70
jart/cosmopolitan
false
cosmopolitan/third_party/lz4cli/lz4hc.c
/* clang-format off */ /* LZ4 HC - High Compression Mode of LZ4 Copyright (C) 2011-2017, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following...
59,942
1,416
jart/cosmopolitan
false
cosmopolitan/third_party/python/repl.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,066
18
jart/cosmopolitan
false
cosmopolitan/third_party/python/LICENSE
A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions fr...
12,781
255
jart/cosmopolitan
false
cosmopolitan/third_party/python/runpythonmodule.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
11,071
356
jart/cosmopolitan
false
cosmopolitan/third_party/python/pydump.py
# read a .pyc file and pretty-print it # copied from https://gist.github.com/twerp/fdc9975f0461821fcd3d7679d1f0f7e9 # copied from http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html # and updated to Python 3.5 (Nov 10th 2015) import dis, marshal, struct, sys, time, types, binascii def show_file(fname...
2,051
55
jart/cosmopolitan
false
cosmopolitan/third_party/python/pycomp.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,673
159
jart/cosmopolitan
false
cosmopolitan/third_party/python/freeze.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,923
163
jart/cosmopolitan
false
cosmopolitan/third_party/python/README.cosmo
ORIGIN Python 3.6.14 https://github.com/python/cpython/tree/3.6 0a0a135bae2692d069b18d2d590397fbe0a0d39a LICENSE Python License https://docs.python.org/3/license.html LOCAL CHANGES - Restore octal notation - Support \e → 033 escapes - Undiamond #include lines - Support zipos f...
451
20
jart/cosmopolitan
false
cosmopolitan/third_party/python/pyobj.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
22,841
736
jart/cosmopolitan
false
cosmopolitan/third_party/python/hello.py
print('hello world')
21
2
jart/cosmopolitan
false
cosmopolitan/third_party/python/chibicc.inc
#define Py_LIMITED_API #define PY_SSIZE_T_CLEAN #include "third_party/python/Include/Python.h"
95
4
jart/cosmopolitan
false
cosmopolitan/third_party/python/README.rst
This is Python version 3.6.14+ ============================== .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6 :alt: CPython build status on Travis CI :target: https://travis-ci.org/python/cpython .. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/3.6?svg=true :alt: ...
9,878
262
jart/cosmopolitan
false
cosmopolitan/third_party/python/launch.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
4,923
140
jart/cosmopolitan
false
cosmopolitan/third_party/python/runpythonmodule.h
#ifndef COSMOPOLITAN_THIRD_PARTY_PYTHON_RUNPYTHONMODULE_H_ #define COSMOPOLITAN_THIRD_PARTY_PYTHON_RUNPYTHONMODULE_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int RunPythonModule(int, char **); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_THIRD_PARTY_PYT...
346
11
jart/cosmopolitan
false
cosmopolitan/third_party/python/python.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
17,593
551
jart/cosmopolitan
false
cosmopolitan/third_party/python/.gitattributes
# -*- conf -*- *.com binary *.aif binary *.aifc binary *.aiff binary *.au binary *.bmp binary *.gif binary *.jpg binary *.pck binary *.png binary *.tar binary *.wav binary *.whl binary *.zip binary # Specific binary files Lib/test/sndhdrdata/sndhdr.* binary # Text files that should not be subject to eol conversion Li...
1,552
56
jart/cosmopolitan
false
cosmopolitan/third_party/python/python.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += THIRD_PARTY_PYTHON THIRD_PARTY_PYTHON_ARTIFACTS = \ THIRD_PARTY_PYTHON_STAGE1_A \ THIRD_PARTY_PYTHO...
215,542
4,226
jart/cosmopolitan
false
cosmopolitan/third_party/python/pyconfig.h
#ifndef Py_PYCONFIG_H #define Py_PYCONFIG_H #include "libc/calls/calls.h" #include "libc/dce.h" #include "libc/str/str.h" #define STDC_HEADERS 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_GCC_UINT128_T 1 #define HAVE_STDARG_PROTOTYPES 1 #define HAVE_BUILTIN_ATOMIC ...
17,199
582
jart/cosmopolitan
false
cosmopolitan/third_party/python/pythontester.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,161
21
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/Python.asdl
-- ASDL's 7 builtin types are: -- identifier, int, string, bytes, object, singleton, constant -- -- singleton: None, True or False -- constant can be None, whereas None means "no value" for object. module Python { mod = Module(stmt* body) | Interactive(stmt* body) | Expression(expr body) -...
5,169
133
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/metagrammar.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,743
167
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/myreadline.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
10,989
382
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/pgenmain.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,155
193
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/listnode.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,186
71
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/grammar.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
8,592
277
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/acceler.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
4,389
132
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/printgrammar.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,896
126
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/grammar1.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,172
65
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/parsetok.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
11,871
389
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/parser.h
#ifndef Py_PARSER_H #define Py_PARSER_H #include "third_party/python/Include/grammar.h" #include "third_party/python/Include/node.h" COSMOPOLITAN_C_START_ /* clang-format off */ #define MAXSTACK 1500 typedef struct { int s_state; /* State in current DFA */ dfa *s_dfa; /* Current DFA */ struct _node *s_parent; ...
1,064
38
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/tokenizer_pgen.c
#define PGEN #include "third_party/python/Parser/tokenizer.c"
62
3
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/parsetok_pgen.c
#define PGEN #include "third_party/python/Parser/parsetok.c"
61
3
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/asdl.py
#------------------------------------------------------------------------------- # Parser for ASDL [1] definition files. Reads in an ASDL description and parses # it into an AST that describes it. # # The EBNF we're parsing here: Figure 1 of the paper [1]. Extended to support # modules and attributes after a product. W...
12,881
377
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/firstsets.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,834
120
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/tokenizer.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
58,199
2,023
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/pgen.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
19,260
727
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/node.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,427
168
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/tokenizer.h
#ifndef Py_TOKENIZER_H #define Py_TOKENIZER_H #include "third_party/python/Include/object.h" #include "third_party/python/Include/token.h" #ifdef __cplusplus extern "C" { #endif /* clang-format off */ #define MAXINDENT 100 /* Max indentation level */ enum decoding_state { STATE_INIT, STATE_RAW, STATE_NO...
3,879
87
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/bitset.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,899
71
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/parser.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
12,839
445
jart/cosmopolitan
false
cosmopolitan/third_party/python/Parser/asdl_c.py
#! /usr/bin/env python """Generate C code from an ASDL description.""" import os, sys import asdl TABSIZE = 4 MAX_COL = 80 def get_c_type(name): """Return a string for the C name of the type. This function special cases the default types provided by asdl. """ if name in asdl.builtin_types: ...
45,630
1,367
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/structmember.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
9,924
303
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/compile.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
157,140
5,388
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/atexit.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,525
47
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/sysmodule.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
76,663
2,535
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/mystrtoul.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
9,346
295
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/future.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,117
155
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pymath.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,722
38
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/thread.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
13,752
450
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pyhash.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
13,945
417
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/cosmomodule.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
12,598
400
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/getsig.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,761
77
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/restoresigs.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,429
31
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/modsupport.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
18,087
655
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/bltinmodule.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
91,744
2,960
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/frozenmain.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,969
127
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pyfpe.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,506
31
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/dynamic_annotations.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
7,428
151
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/fatality.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,298
166
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pystate.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
29,435
950
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/random.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
15,211
474
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pythonrun.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
45,785
1,599
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/dynload_dl.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,454
25
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/recursive.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,067
33
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/dynload_stub.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,029
14
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/frozenmodules.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,024
23
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/makeopcodetargets.py
#! /usr/bin/env python """Generate C code for the jump table of the threaded code interpreter (for compilers supporting computed gotos or "labels-as-values", such as gcc). """ import os import sys try: from importlib.machinery import SourceFileLoader except ImportError: import imp def find_module(modnam...
1,609
56
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/frozen.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,454
49
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/formatter_unicode.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
53,009
1,616
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/initmain.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,868
60
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pystrcmp.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,501
34
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/ceval_gil.inc
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
10,128
279
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/ast.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
165,440
5,260
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/symtable.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
59,615
1,809
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pytime.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
23,846
886
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/fdisinteractive.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,474
29
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/getcopyright.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,760
41
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pythonhome.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,617
38
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/codecs.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
47,667
1,570
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pyarena.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,754
225
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/initialized.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
948
14
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/graminit.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
51,109
2,271
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/errors.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
34,329
1,152
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/pystrtod.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
42,292
1,323
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/condvar.h
#ifndef _CONDVAR_H_ #define _CONDVAR_H_ #include "libc/time/time.h" /* clang-format off */ /* * Portable condition variable support for windows and pthreads. * Everything is inline, this header can be included where needed. * * APIs generally return 0 on success and non-zero on error, * and the caller needs to us...
10,896
376
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/getplatform.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
895
14
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/initimport.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,486
82
jart/cosmopolitan
false
cosmopolitan/third_party/python/Python/_warnings.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
38,307
1,323
jart/cosmopolitan
false