Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/devguide

The Python developer's guide
https://github.com/python/devguide

Docs: Argument Clinic: Restructure "Basic concepts and usage" (python/cpython#106981)

Split "Basic concepts and usage" into:

- Reference
- Terminology
- CLI reference

- Backgro...

e60b3280b96d634a517eee6535fc0e3eb4630fc7 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Adapt clinic.rst

- Use ``:cpy-file:`` instead of ``:source:``
- Fix Sphinx complaint about 'range'
- Mark up the ...

4baaf762189cd37d48ec9283a15914aa39c6a3f6 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Issue #24000: Improved Argument Clinic's mapping of converters to legacy

"format units". Updated the documentation to match.

GitHub-Issue-Link: https://github.com/pytho...

93bb96d4a00907d5484896b5764f133a4231c7ae authored over 1 year ago by Larry Hastings <[email protected]>
Doc: Replace the deprecated highlightlang directive by highlight. (python/cpython#13377)

highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx...

244f0be41356bf78500f7a31f2bf51c2775c31b0 authored over 1 year ago by Stéphane Wirtel <[email protected]>
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module

Patch by Xiang Zhang.

GitHub-Issue-Link: https://github.com/python/cpython/issues/71317

b57ec578f214a76dd8d5fb454381d5acc062079a authored over 1 year ago by Martin Panter <[email protected]>
Docs: be less specific about python versions (python/cpython#6985)

CPython 3.5 is old now, and we don't bump this version often,
so lets avoid using specific versi...

26b8c6f18683710c982865fd33551ade9cc17553 authored over 1 year ago by Eitan Adler <[email protected]>
Improve highlighting of some code blocks. (python/cpython#6401)

f8890e508576751d1b65c409d14bb8870f439a41 authored over 1 year ago by Serhiy Storchaka <[email protected]>
bpo-29596: Improve clinic howto documentation (GH-1710)

Clarify that `two-pass` buffer can only be dumped once, and it prints out all text sent to it du...

355e339f4c5f4c488dc386056ac9f8398070c4e6 authored over 1 year ago by gfyoung <[email protected]>
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)

GitHub-Issue-Link: https://github.com/python/cpython/issues/74104

a878bd3f2f51ba2d94cb02981e43bd6c65a6d49c authored over 1 year ago by Serhiy Storchaka <[email protected]>
Issue #28755: Improve syntax highlighting in Arg Clinic howto

GitHub-Issue-Link: https://github.com/python/cpython/issues/72941

71ec6589da75e9b0aa3065047328741e09e30a9c authored over 1 year ago by Martin Panter <[email protected]>
bpo-38600: NULL -> ``NULL``. (python/cpython#17001)

Also fix some other formatting.

GitHub-Issue-Link: https://github.com/python/cpython/issues/82781

a0695540633c8781fb1ceda388173b40ec6e8291 authored over 1 year ago by Serhiy Storchaka <[email protected]>
Change an en-dash to an em-dash.

0597580357656b5e49a2e94260f804a180e84d28 authored over 1 year ago by Serhiy Storchaka <[email protected]>
Change double hyphens (en dashes) to em (longer) dashes

5b0b4269112050696c654b80e15eb108e89dd70b authored over 1 year ago by Martin Panter <[email protected]>
bpo-35042: Use the :pep: role where a PEP is specified (python/cpython#10036)

GitHub-Issue-Link: https://github.com/python/cpython/issues/79223

3cf43cbc98c0eff20a70b6f85e63681f3c32441c authored over 1 year ago by Stéphane Wirtel <[email protected]>
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.

GitHub-Issue-Link: https://github.com/python/cpython/issues/72939

f1bb7b6abd01073d8704932b6d0cb2ba8d8b9786 authored over 1 year ago by Larry Hastings <[email protected]>
clinic: PY_LONG_LONG -> long long

945022bb2052ae3b7d59b873ea55ebc0882506d2 authored over 1 year ago by Benjamin Peterson <[email protected]>
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax

GitHub-Issue-Link: https://github.com/python/cpython/issues/71932

78eb4516b365a47078e1f720e18bb575c8aabd8a authored over 1 year ago by Martin Panter <[email protected]>
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (python/cpython#8434)

GitHub-Issue-Link: https://github.com/python/cpython/issues/64459

2630d188f473ecfd2bb51d27efffd4652aad517b authored over 1 year ago by Serhiy Storchaka <[email protected]>
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.

Patch by Julien Palard.

GitHub-Issue-Link: https://github.com/python/cpython/issues/70649

f6911260bf14e891bf2db12709373a860a0e67a3 authored over 1 year ago by Martin Panter <[email protected]>
Issue #27626: Spelling fixes in docs, comments and internal names

Based on patch by Ville Skyttä.

GitHub-Issue-Link: https://github.com/python/cpython/issues/71813

954571129db0aa2e8d54f33741a67496073ee13c authored over 1 year ago by Martin Panter <[email protected]>
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX

GitHub-Issue-Link: https://github.com/python/cpython/issues/69812

The underlying zlib library s...

c4a0b9cde850e3f10f3b1e9e8c50da6e0a759364 authored over 1 year ago by Martin Panter <[email protected]>
Docs: Remove the numbered steps from the Argument Clinic tutorial (python/cpython#107203)

Instead, order the tutorial as one body of prose, making it easier to
align the tutorial accordi...

ce97b5200174e7a5ce21a47f52ee30678b5cb80e authored over 1 year ago by Erlend E. Aasland <[email protected]>
including correctly generating code for Clinic blocks inside C

preprocessor conditional blocks.

GitHub-Issue-Link: https://github.com/python/cpython/issues/64655

1d0b93f7547b5bde8ac05f7228c0f167895c6970 authored over 1 year ago by Larry Hastings <[email protected]>
Documentation fixes, including fixing "suspicious" problems.

96aca64d7d0f67ed27a55e4bb2e562b75ef607b0 authored over 1 year ago by Larry Hastings <[email protected]>
bpo-42048: Clinic Howto: Document AC's defining_class converter (python/cpython#23978)

GitHub-Issue-Link: https://github.com/python/cpython/issues/86214

f314e512e2ff5a6ffc08cb59bcb1fc968e020c4d authored over 1 year ago by Erlend Egeberg Aasland <[email protected]>
GitHub-Issue-Link: https://github.com/python/cpython/issues/64547

adecaef652b9b14c98f027f8efefd3ccc0603bf3 authored over 1 year ago by Ezio Melotti <[email protected]>
Argument Clinic: added missing bit of info in howto

3a037bb407301eec8613d30a4cdc6b9b4236eab7 authored over 1 year ago by Tal Einat <[email protected]>
Fix Issue #21528 - Fix documentation typos

GitHub-Issue-Link: https://github.com/python/cpython/issues/65727

bfcc6cf1c22227ec38082ccbe99465be7e1a291b authored over 1 year ago by Donald Stufft <[email protected]>
Doc improvements for Clinic howto "Goals" section.

9b2c94482f694c375abb04fad6954a4c49c7c5ad authored over 1 year ago by Larry Hastings <[email protected]>
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (python/cpython#94551)

Discussion: https://discuss.python.org/t/17021

4bb10efb843ce0c0b5c949432b2c56b6d3528e64 authored over 1 year ago by Ned Batchelder <[email protected]>
Issue #20287: Argument Clinic's output is now configurable, allowing

delaying its output or even redirecting it to a separate file.

GitHub-Issue-Link: https://github...

d23512e37e453297fbef924966b46638a28b34d1 authored over 1 year ago by Larry Hastings <[email protected]>
Doc fixes for Argument Clinic.

b09433d13aca9a553a2f88acb8cc657194bd2a31 authored over 1 year ago by Larry Hastings <[email protected]>
Issue #24232: Fix typos. Patch by Ville Skyttä.

GitHub-Issue-Link: https://github.com/python/cpython/issues/68420

68c76ed408b928c9a1252a89416124947e7e2417 authored over 1 year ago by Berker Peksag <[email protected]>
Issue #20268: Argument Clinic now supports cloning the parameters

and return converter from existing functions.

GitHub-Issue-Link: https://github.com/python/cpyth...

f76bc2656e8262da0ffd1b893726cd644ab16f4f authored over 1 year ago by Larry Hastings <[email protected]>
Minor doc fix in Clinic howto.

0083c627af5785dcfb1cc9d497388118190e839c authored over 1 year ago by Larry Hastings <[email protected]>
Docs: Normalize Argument Clinic How-To section capitalization (python/cpython#106788)

ce62dfbd46ff39d9d4e70eacaf9732233729d9ee authored over 1 year ago by Erlend E. Aasland <[email protected]>
Closes #20200: Argument Clinic custom converter example should be in a

'python' clinic block, not a 'clinic' clinic block. Patch written by
Ryan Smith-Roberts.

GitHub...

f2a1796f19835fda7a9d1dd4fbb93974b4f3043e authored over 1 year ago by Zachary Ware <[email protected]>
Issue #19273: The marker comments Argument Clinic uses have been changed

to improve readability.

GitHub-Issue-Link: https://github.com/python/cpython/issues/63472

29ac2564500f703f6981466ba5aae513f7e435fa authored over 1 year ago by Larry Hastings <[email protected]>
Docs: Remove duplicate word in Argument Clinic howto heading (python/cpython#107169)

c9ef00506ca2af230307c4ca74a5247d2268aa0f authored over 1 year ago by Hakan Celik <[email protected]>
Argument Clinic: fixed test suite, improved howto.

2c5488037abe072838c336428981763be6cbf7b7 authored over 1 year ago by Larry Hastings <[email protected]>
Issue #19659: Added documentation for Argument Clinic.

GitHub-Issue-Link: https://github.com/python/cpython/issues/63858

5c9482020991c5e350891b147573b34b407df94d authored over 1 year ago by Larry Hastings <[email protected]>
python/cpython#107507: Replace 'The goals of Argument Clinic' with a summary (python/cpython#107508)

Summarise the goals of Argument Clinic in a single sentence.
Mention that Argument Clinic was in...

5326a443a1c50999fb616c4d7ce0c10678b3f8e6 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Add clinic.rst to Development Tools

7ef9a8e9ab490264bd4bcf8dc8273e085e323ed2 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Add clinic.rst with history

b59f9cd888443d57506531141176e5ff69153e2f authored over 1 year ago by Erlend E. Aasland <[email protected]>
Docs: clean up Argument Clinic howto's (python/cpython#107797)

- fix formatting in @text_signature howto and NEWS entry
- fix formatting and example text in de...

1cf395b571cc5f75fdc1a33143c933fc941ca4ad authored over 1 year ago by Erlend E. Aasland <[email protected]>
python/cpython#104683: Add --exclude option to Argument Clinic CLI (python/cpython#107770)

Co-authored-by: Serhiy Storchaka <[email protected]>

2d0204d36accfcaa8b3d4be9a8fbeda4431189c6 authored over 1 year ago by Erlend E. Aasland <[email protected]>
python/cpython#86457: Add docs for Argument Clinic @text_signature directive (python/cpython#107747)

Co-authored-by: Alex Waygood <[email protected]>

78318c1631f31f5a22a211adee1d1d7634d5b685 authored over 1 year ago by Erlend E. Aasland <[email protected]>
python/cpython#95065: Add Argument Clinic support for deprecating positional use of parameters (python/cpython#95151)

It is now possible to deprecate passing parameters positionally with
Argument Clinic, using the ...

62b9d3401c16abc8bbf9c5410cf59adf8635a4da authored over 1 year ago by Erlend E. Aasland <[email protected]>
Docs: Argument Clinic: Move the CConverter class to the reference (python/cpython#107671)

75ab88f4c80709c78f9aa6f9f7e328b5756d9531 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"

format unit.

GitHub-Issue-Link: https://github.com/python/cpython/issues/64340

3cd45433622442de24e903ab392d5e0ff9e866bd authored over 1 year ago by Larry Hastings <[email protected]>
Docs: Argument Clinic: Improve 'How to write a custom converter' (python/cpython#107328)

- Omit unneccesary wording and sentences
- Don't mention implementation details (no digression, ...

58d8d34f9e2845cf13f56620abeac2f8d3838ad8 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Docs: Add missing markup to Argument Clinic docs (python/cpython#106876)

Co-authored-by: Ezio Melotti <[email protected]>
Co-authored-by: Serhiy Storchaka <storchak...

1bb1c456a91c13142913882f0c30ff34a05fd04a authored over 1 year ago by Erlend E. Aasland <[email protected]>
Docs: Argument Clinic: Add Background and Tutorial top-level sections (python/cpython#106904)

Add Background as a toplevel section with the following subsections:

- Background
- The goals...

9f20a1230cc22cbde7a2caf321780e506429ab62 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Issue #20214: Fixed a number of small issues and documentation errors in

Argument Clinic (see issue for details).

GitHub-Issue-Link: https://github.com/python/cpython/is...

6f86b5a218b6df1325290b034dcaf5a9063926b8 authored over 1 year ago by Larry Hastings <[email protected]>
Docs: Argument Clinic: Group guides about default values (python/cpython#106872)

Previous ToC layout (excerpt):

- How to use symbolic default values
...
- How to as...

5122701b72717d3e30031e6d56fd1b11bf52f0e8 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Docs: Normalise Argument Clinic advanced topics headings (python/cpython#106842)

Co-authored-by: Ezio Melotti <[email protected]>

d48d70b84fb552eec3aaf33170d344627e7924b7 authored over 1 year ago by Erlend E. Aasland <[email protected]>
python/cpython#64658: Expand Argument Clinic return converter docs (python/cpython#104175)

769053fae0becbc5c77a22adb25c5f6ee7ccfd42 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Issue #20226: Major improvements to Argument Clinic.

* You may now specify an expression as the default value for a
parameter! Example: "sys.maxsi...

1357eddff649c076f6320a18ce7563a6b6c22406 authored over 1 year ago by Larry Hastings <[email protected]>
docs: Change links to label refs (python/cpython#98454)

Co-authored-by: C.A.M. Gerlach <[email protected]>

d49557b908ebc1d53b43dc080813336ff5000278 authored over 1 year ago by Stanley <[email protected]>
python/cpython#98763: Prefer "python" over "python3" for command line examples in docs. (python/cpython#98761)

980ec861703c422b886d5fd07f4fb621ab8651ed authored over 1 year ago by Mariusz Felisiak <[email protected]>
python/cpython#95007: Remove the NoneType return converter from Argument Clinic Doc (python/cpython#95529)

The converter was removed in python/cpython@74b5e4ce80858ac5c7d03411cb8cce7e6865f181

2f81c6b32407988c977a227afa5b5f961c38b8b1 authored over 1 year ago by Noam Cohen <[email protected]>
python/cpython#97956: Mention `generate_global_objects.py` in `AC How-To` (python/cpython#97957)

e630cce8211c75d11ada611328ea43d277c16114 authored over 1 year ago by Nikita Sobolev <[email protected]>
bpo-45320: Remove long-deprecated inspect methods (python/cpython#28618)

GitHub-Issue-Link: https://github.com/python/cpython/issues/89483

219b7e9352261b8bdbb57ae5d721180b861e2639 authored over 1 year ago by Hugo van Kemenade <[email protected]>
python/cpython#92536: PEP 623: Remove wstr and legacy APIs from Unicode (python/cpython#92537)

09f1afa48be96c3401d813e5417666d16f89a5c7 authored over 1 year ago by Inada Naoki <[email protected]>
bpo-46613: Add PyType_GetModuleByDef to the public API (python/cpython#31081)

* Make PyType_GetModuleByDef public (remove underscore)

Co-authored-by: Victor Stinner <vstinne...

67be7bd4de15934db6b02cdcbc2743cc8ee7a910 authored over 1 year ago by Petr Viktorin <[email protected]>
Issue #20294: Argument Clinic now supports argument parsing for __new__ and

__init__ functions.

GitHub-Issue-Link: https://github.com/python/cpython/issues/64493

e1a950b6d9ef3f7fbf6c77ef0fb566c53cffe516 authored over 1 year ago by Larry Hastings <[email protected]>
Remove redundant references to python-committers (#1166)

03a3c234a32c93543318b9669f2aa92f74e2bcd0 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Update legal name from Dong-hee Na to Donghee Na (#1165)

738cb26e9802bad8977badeb82fbdf6f0328ff51 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Use sentence case for titles (#1162)

Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Ezio M...

cb39ecacef99dc05820a2b83ebdaeadff78f4924 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Fix typos to follow style guide (#1163)

5d27e9146059687c0702f3759794af8fe996bf19 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Add "Helping with the Developer’s Guide" to documentarians column (#1164)

dbccd8395186c47370b7b81d123b438264263e99 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Bump Sphinx to 7.2.5 (#1155)

Co-authored-by: Hugo van Kemenade <[email protected]>

b70b7634bc5ac75f0822962ed7a2e99542828ec2 authored over 1 year ago by Adam Turner <[email protected]>
Fix buildbot config issue URL

f88487f639549d39bc2207689892f1caf05c236c authored over 1 year ago by Zachary Ware <[email protected]>
Point to buildbot config repo rather than mailing list for adding a worker (#1156)

99fe52a0e98fda8b0f34abda81a4ddc1e93d0cb1 authored over 1 year ago by Zachary Ware <[email protected]>
Update dev guide with recent compiler and bytecode simplifications (#1154)

b66af5a0043001b05d196623a5268e1ae30a6a31 authored over 1 year ago by Irit Katriel <[email protected]>
Document PGO builds (#1153)

Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Adam Turner <9087854+AA-T...

d994dffce14996de95e051ced242b6babc88b50d authored over 1 year ago by 길재은 <[email protected]>
Rename Advanced Tools to Development Tools (#1149)

Co-authored-by: Hugo van Kemenade <[email protected]>

689528c6f5f9597077cd93354585b954b8c1baf5 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Add a new coordinator for zh_CN (#1150)

0eba99f69242991c88ebadc9c3d1aaef4a40cfa5 authored over 1 year ago by A <[email protected]>
Adding Codespaces Documentation (#1144)

Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Pradyun Ged...

dc0be4dbd29b6f1c7ef8281ef29cfbbbddb41177 authored over 1 year ago by Marlene <[email protected]>
Bump sphinx-lint from 0.6.7 to 0.6.8 (#1146)

Bumps [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint) from 0.6.7 to 0.6.8.
- [Rele...

d61215d8afff82a804015806950ade9de9c4b818 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 7.0.1 to 7.1.1 (#1147)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.1.1.
- [Release notes](htt...

ee22ad7a703539650e56c163fd05cc7640b1dcbf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add linting to CI via pre-commit (#987)

1cb3c183f807c56166d404dfc179140108e4dfc0 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Reviewing PRs: On GitHub the nosy list is called subscribers (#1143)

65ae4a82765594ce8e4ad9a54f5bb750f2dc98fa authored over 1 year ago by Moritz Neeb <[email protected]>
Strip space from pasted text (#1142)

d6edccf9573f9909f9e188f0d9d73fefe054cf8c authored over 1 year ago by chengfangho <[email protected]>
Update link to blurb documentation (#1137)

a5defb456384b6ecd9524b370618a4ee6f2f0535 authored over 1 year ago by Emmanuel Arias <[email protected]>
Update planned 3.13.0 release date: 2024-10-01 (#1132)

93c3ee7cf53bf4b95a5e194441f82eeb2d23c3ed authored over 1 year ago by Hugo van Kemenade <[email protected]>
Add PEP 719 for Python 3.13 (#1131)

0f2347b177ccb3d766a1f34bf8b8b7354645865b authored over 1 year ago by Hugo van Kemenade <[email protected]>
Python 3.7 is EOL (#1130)

be8ffbf76e39bb048136069c95c595cf7f639cda authored over 1 year ago by Hugo van Kemenade <[email protected]>
Add guidelines for C API return values (#1123)

3f08d2513799028e9de99d08936b0eb7251f37e3 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Link to Discourse first in "Help with Documentation" section (take 2) (#1118)

The Docs Discourse forum is the preferred way.
I reordered the sentence so that the discourse f...

13dc964972cdb92cde2829d0ca10fc4d3e22a559 authored over 1 year ago by Mariatta <[email protected]>
Remove outdated reference to Python 3.5 (#1120)

72c37bd430509e7d46ce019000875f1ddbebf50d authored over 1 year ago by Hugo van Kemenade <[email protected]>
Replace GH-Pages with RTD for Turkish (#1114)

9eb2bbe56c413dc906d1b8c3c1c5e73e71002a77 authored over 1 year ago by Ege Akman <[email protected]>
Correct some punctuation errors (#1113)

e8ba96a7961398e8bd2fc396e598f62300b2c086 authored over 1 year ago by Safwan Samsudeen <[email protected]>
Rewrite 'Regenerating configure' section of building guide (#1109)

194de1f31d11768ef097724bd7998217cad3968b authored over 1 year ago by Erlend E. Aasland <[email protected]>
Update build status message in the Setup/Building section (#1110)

9b5ecd2a34da48d517f1a0d65ce7220672254f9d authored over 1 year ago by Erlend E. Aasland <[email protected]>
Bump macOS build recommendations to OpenSSL v3.0 (#1112)

* Simplify recipes by:
1. removing references to 3.7 which will be end-of-life shortly
and ...

7620395ad2223a11b3b4d5ad720b5eea9dae117c authored over 1 year ago by Erlend E. Aasland <[email protected]>
Use targeted env vars for overriding compiler/linker flags on macOS (#1058)

b3e561c6f30c34138f6dfbc5c6cdc83b3de99a91 authored over 1 year ago by Erlend E. Aasland <[email protected]>
Maintain support for pre-Python 3.11 (#1107)

Co-authored-by: C.A.M. Gerlach <[email protected]>

8ffeda5c27586f0c3cfc7653be6fa41a9cc90de0 authored over 1 year ago by Hugo van Kemenade <[email protected]>
Bump sphinx from 6.1.3 to 7.0.1 (#1106)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.0.1.
- [Release notes](htt...

f9230ff0d500a4fb76e69f87eefca52b367cb0e7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add note about the CI generated ABI file (#1104)

e87fa511eadc3f52a3c92f84fc8505cc9c9067f4 authored over 1 year ago by Steve Dower <[email protected]>