An open API service providing commit metadata for open source projects.

GitHub / pycompiled/compiled / commits

SHA Message Author Date Stats
0e950d1a Don't use compiled ones by default Tushar Sadhwani <t****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1222c85c Add support instructions to README Tushar Sadhwani <t****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
743676ed merge Merge pull request #3 from jrjsmrtn/missing-minor-comma Tushar Sadhwani <t****0@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
4c3adbb0 Add a (minor) missing comma Georges Martin <j****n@g****m> almost 3 years ago
38b7b340 Simplify test imports Tushar Sadhwani <t****0@g****m> almost 3 years ago
9fad5e50 Update README.md Tushar Sadhwani <t****0@g****m> almost 3 years ago
6d07997b Bump version Tushar Sadhwani <t****0@g****m> almost 3 years ago
a6c6327a Add README and other metadata Tushar Sadhwani <t****0@g****m> almost 3 years ago
439f124a Add README Tushar Sadhwani <t****0@g****m> almost 3 years ago
1f58d83b fix local builds Tushar Sadhwani <t****0@g****m> almost 3 years ago
71ff5289 Add CI pipeline to build compiled Tushar Sadhwani <t****0@g****m> almost 3 years ago
e85dec4a Fix packaging process Tushar Sadhwani <t****0@g****m> almost 3 years ago
722d52db bugfix: use raw string to escape newlines Tushar Sadhwani <t****0@g****m> almost 3 years ago
7458b576 Add package version and other metadata to setup.py Tushar Sadhwani <t****0@g****m> almost 3 years ago
d124f918 Add CLI script to replace compiled imports Tushar Sadhwani <t****0@g****m> almost 3 years ago
32621601 Add package command to build script Tushar Sadhwani <t****0@g****m> almost 3 years ago
9c718aac Rename build script Tushar Sadhwani <t****0@g****m> almost 3 years ago
ae741171 Port difflib Tushar Sadhwani <t****0@g****m> almost 3 years ago
cf72d3a3 Small changes to accommodate .py libraries Tushar Sadhwani <t****0@g****m> almost 3 years ago
02400875 port: tomllib Tushar Sadhwani <t****0@g****m> over 3 years ago
e4047f33 add early exits and return codes Tushar Sadhwani <t****0@g****m> over 3 years ago
94523c0d add back strict flag to mypyc Tushar Sadhwani <t****0@g****m> over 3 years ago
3cf564b3 Add compile_test command Tushar Sadhwani <t****0@g****m> over 3 years ago
e2cd81b6 Add mypy and mypyc commands Tushar Sadhwani <t****0@g****m> over 3 years ago
d32a3a05 make cli script more robust Tushar Sadhwani <t****0@g****m> over 3 years ago
d130981b Add testing script Tushar Sadhwani <t****0@g****m> over 3 years ago
a43dbe13 [3.11] gh-68654: Clarify subdirectories used by pkgutil.extend_path (GH-103701)
Co-authored-by: Randy <6****7@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
050b6b34 [3.11] Revert "Avoid error lexing multiprocessing docs code block on Pygments...
Co-authored-by: Hugo van Kemenade <h****k@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7f6710ba [3.11] GH-103475: cache() and lru_cache() do not have a "call once" guarantee...
Co-authored-by: Raymond Hettinger <r****r@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b2fdae9d [3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without defau... Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
2b5dbd1f Doc: Fix broken link to emscripten networking website (GH-99531)
Co-authored-by: Alexander Ryabov <7****n@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5a81a24c gh-103582: Remove last references to `argparse.REMAINDER` from docs (GH-103586)
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1dad3d10 GH-103484: Docs: add linkcheck allowed redirects entries for most cases (GH-1...
Co-authored-by: Rafael Fontenelle <r****e@u****m>, Hugo van Kemenade <h****k@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4c4ef50e GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Co-authored-by: Furkan Onder <f****r@p****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9f3f109d gh-103553: Improve `test_inspect`: add more assertions, remove unused (GH-103...
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a3242c72 [3.11] gh-103180: Add CI timeouts to all GitHub Actions jobs (GH-103437). (#1... Nikita Sobolev <m****l@s****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
2e0ead5f gh-103406: Modernize pos-only arguments usage in `test_signature` (GH-103407)
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3b929a7b [3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103...
Co-authored-by: Ethan Furman <e****n@s****s>
Ethan Furman <e****n@s****s>
Committed by: GitHub <n****y@g****m>
over 3 years ago
804a973d gh-103365: [Enum] STRICT boundary corrections (GH-103494)
Co-authored-by: Ethan Furman <e****n@s****s>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e643412e gh-103417: use time.monotonic in the example for sched.scheduler (GH-103418)
Co-authored-by: Nick Burns <n****s@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b5fe28da gh-103237: Polish pdb docs (GH-103238)
Co-authored-by: Tian Gao <g****n@h****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e715da6d gh-87864: Use correct function definition syntax in the docs (GH-103312)
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
07a2851e gh-103373: `__mro_entries__` docs: improve cross references (GH-103398)
Co-authored-by: Alex Waygood <A****d@G****m>, C.A.M. Gerlach <C****h@G****M>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
254494c4 gh-99553: add tests for ExceptionGroup wrapping (GH-99615)
Co-authored-by: Zac Hatfield-Dodds <z****s@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a836d791 Docs: don't render files in includes/, they're for embedding only (GH-103313)
Co-authored-by: Hugo van Kemenade <h****k@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4a05392a Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (G...
Co-authored-by: C.A.M. Gerlach <C****h@G****M>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b80e4c89 [3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416)
Co-authored-by: raylu <l****l@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0f6319fc gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, A...
Co-authored-by: Nikita Sobolev <m****l@s****e>, Alex Waygood <A****d@G****m>, Kirill <8****4@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4e284ffa gh-103395: Improve `typing._GenericAlias.__dir__` coverage (GH-103396)
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
da3b77b8 CI: Do not allow merge if labelled DO-NOT-MERGE (GH-103337)
Co-authored-by: Hugo van Kemenade <h****k@u****m>, C.A.M. Gerlach <C****h@G****M>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4fa5fda1 gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-1...
Co-authored-by: Dong-hee Na <d****a@p****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
77359a86 gh-103373: Improve documentation for `__mro_entries__` (GH-103374)
Co-authored-by: Alex Waygood <A****d@G****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7b03d0f7 gh-100574: add examples/links to the `strptime`/`strftime` docs (GH-100575)
Co-authored-by: Ezio Melotti <e****i@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
31bec919 Docs: use Node.findall to avoid a deprecation warning (GH-99403)
Co-authored-by: Adam Turner <9****r@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b4f33182 gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150)
Co-authored-by: Jelle Zijlstra <j****a@g****m>, C.A.M. Gerlach <C****h@G****M>, Jelle Zijlstra <j****a@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
29a1e89c gh-103329: Add regression test for PropertyMock with side effect (GH-103358)
Co-authored-by: Russell Keith-Magee <r****l@k****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
70bc8c93 [3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-10...
Co-authored-by: AN Long <a****k@u****m>, Barney Gale <b****e@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b8d1623f gh-103272: regression test for getattr exception in property (GH-103336)
Co-authored-by: sunmy2019 <5****9@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1b1f0164 gh-74690: Add more tests for runtime-checkable protocols (GH-103347)
Co-authored-by: Alex Waygood <A****d@G****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ecb09a84 [3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895)...
Co-authored-by: Nikita Sobolev <m****l@s****e>
Łukasz Langa <l****z@l****l>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8740fd85 gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
Co-authored-by: Dong-hee Na <d****a@p****g>, Gregory P. Smith <g****g@k****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bbe04d9d gh-103266: Fix a typo in example code for bisect() function (GH-103267)
Co-authored-by: Oleg Iarygin <o****g@a****t>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
123680f9 [3.11] GH-102700: allow built-in modules to be submodules (GH-103162) (GH-103...
Co-authored-by: Brett Cannon <b****t@p****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
58e330ac [3.11] gh-93910: [Enum] remove member.member deprecation (GH-103236) (GH-103299)
Co-authored-by: Ethan Furman <e****n@s****s>
Ethan Furman <e****n@s****s>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0291397c [3.11] gh-103207: Fix Welcome formatting issues when macOS Installer is run i... Ned Deily <n****d@p****g>
Committed by: GitHub <n****y@g****m>
over 3 years ago
851e7444 gh-99069: Consolidate checks for static_assert (GH-94766)
Co-authored-by: Joshua Root <j****r@m****g>, Victor Stinner <v****r@p****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
09fb27fa gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
Co-authored-by: Olivier Gayot <o****t@s****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9357fc9b gh-81762: Clarify and simplify description of print's flush param (GH-103264)
Co-authored-by: C.A.M. Gerlach <C****h@G****M>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bd769d7d merge Merge remote-tracking branch 'upstream/3.11' into 3.11 Pablo Galindo <p****l@g****m> over 3 years ago
ff844aa1 Post 3.11.3 Pablo Galindo <p****l@g****m> over 3 years ago
6258c3cd Improve some grammar in the socket docs (GH-103254)
Co-authored-by: Tim Burke <t****e@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
f3909b8b Python 3.11.3 Pablo Galindo <p****l@g****m> over 3 years ago
6abd0486 [3.11] gh-103207: Add instructions to the macOS installer welcome display on ... Ned Deily <n****d@p****g>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5342f5e7 gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...
Co-authored-by: Ethan Furman <e****n@s****s>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
cf72cc25 gh-98298, gh-74730: [Enum] update docs (GH-103163)
Co-authored-by: Ethan Furman <e****n@s****s>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
82362221 gh-102994: Profile docs has typo in example (GH-103074)
Co-authored-by: Nouran Ali <n****d@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0854bdf1 gh-103109: Document ignore_warnings() test support helper (GH-103110)
Co-authored-by: Charlie Zhao <z****t@q****m>, C.A.M. Gerlach <C****h@G****M>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4664a7cf Quote literal tokens in standard format specifier grammar (GH-102902)
Co-authored-by: Petr Viktorin <e****u@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
41e3ea13 Minor docs improvements fix for `codeop` (GH-103123)
Co-authored-by: gaogaotiantian <g****n@h****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1b406182 gh-103099: Link mypy docs from typing.rst (GH-103100)
Co-authored-by: Shantanu <1****a@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ae42c1d1 [3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...
Co-authored-by: Bernhard Wagner <g****5@x****t>, blurb-it[bot] <4****]@u****m>, Terry Jan Reedy <t****y@u****u>, Éric <m****k@n****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
cbe14c87 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) Steve Dower <s****r@p****g>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d189e2db [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...
Co-authored-by: Matěj Cepl <m****l@c****u>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
766038d9 gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)
Co-authored-by: Nikita Sobolev <m****l@s****e>, Alex Waygood <A****d@G****m>, Eclips4 <8****4@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
abd6e970 [3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)
Co-authored-by: Chenxi Mao <c****o@s****m>
Signed-off-by: Chenxi Mao <c****o@s****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5ba5ce47 gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
Co-authored-by: Ethan Furman <e****n@s****s>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
13df5d34 [3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
Co-authored-by: David Benjamin <d****n@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b28f9190 [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040) Max Bachmann <k****t@m****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e1094c6e Update pdb docs for arguments (GH-102965)
Co-authored-by: gaogaotiantian <g****n@h****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
aae91fa6 [3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029)
Co-authored-by: Peter Jiping Xie <p****e@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
85c686a1 [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.i... Hugo van Kemenade <h****k@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a08b65fa gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
Co-authored-by: gaogaotiantian <g****n@h****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c834a4c7 gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...
Co-authored-by: Amin Alaee <m****e@g****m>, Alex Waygood <A****d@G****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
67161396 [3.11] gh-102027: Fix macro name (GH-102124) (#102916)
Co-authored-by: Max Bachmann <k****t@m****e>, Oleg Iarygin <o****g@a****t>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e075631f [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Co-authored-by: Benjamin Fogle <b****e@g****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
fd43fb69 GH-100989: remove annotation from docstring (GH-102991)
Co-authored-by: Raymond Hettinger <r****r@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a4a039c5 GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Co-authored-by: Raymond Hettinger <r****r@u****m>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8132aefa gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
Co-authored-by: Dong-hee Na <d****a@p****g>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
60b2b58f [3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-1... Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
202e16ea gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
Co-authored-by: Nikita Sobolev <m****l@s****e>
Miss Islington (bot) <3****n@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago

← Back to repository