Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python/cpython
The Python programming language
https://github.com/python/cpython
SQLite 3.15.2 was released 2016-11-28.
6849acb3feacda63ee43f1dc9be28fac1075ca7d authored over 1 year agobc07c8f096791d678ca5c1e3486cb9648f7a027b authored over 1 year ago
dba72175116373c1d15e25d84c88b516daf9f5c4 authored over 1 year ago
14d01262dad02579b3dffe5965f640ce21c38896 authored over 1 year ago
34e93d3998bab8acd651c50724eb1977f4860a08 authored over 1 year ago
2beab5bdef5fa2a00a59371e6137f769586b7404 authored over 1 year ago
b356a4749acb3e6f8c50e8abeb7b2d2b267738d7 authored over 1 year ago
957a974d4fc1575787e4a29a399a47520d6df6d3 authored over 1 year ago
Some parts of the implementation of `typing.Protocol` had poor test coverage
70c075c194d3739ae10ce76265f05fa82ed46487 authored over 1 year ago101d5ec7d7fe122fa81a377c8ab8b562d1add9ee authored over 1 year ago
0bffe1acd78069ea21f6b1347bec9cc9747342cb authored over 1 year ago
0d0963737a0f4b7cadedfae7e8fd33ed18269289 authored over 1 year ago
1af8251d9ec2f18e131c19ccf776fb9ec132c7a8 authored over 1 year ago
* bpo-44530: Document the change in MAKE_FUNCTION behavior
Fixes dis module documentation for...
486b52a3158e0f64fc54efdfa34ed5437b3619f2 authored over 1 year ago25a64fd28aaaaf2d21fae23212a0554c24fc7b20 authored over 1 year ago
a4056c8f9c2d9970d39e3cb6bffb255cd4b8a42c authored over 1 year ago
3af2dc7588614c65e9d1178ad9b4a11a19c14dde authored over 1 year ago
d382ad49157b3802fc5619f68d96810def517869 authored over 1 year ago
* The following tests were disabled since the initial ctypes commit
in 2006, commit babddfca7...
Use a raw f-string in test_httpservers.py
09ce8c3b48f940eb8865330f029b8069854c3106 authored over 1 year agoThe MACHINE variable is no longer used in test_structures.
c5111aec2bac464b6643e21fe0844c9b8c4c661a authored over 1 year agoReenable 3 tests:
* test_overflow()
* test_basic_wstrings()
* test_toolong()
* Remove "except: print(tp); raise" debug code.
* Remove unused NoNullHandle() function.
* Rem...
da911a6b226ca47cc15088d800b575e19a731f1c authored over 1 year ago
006a4532058f1fadba93283c0f45b0d82735b364 authored over 1 year ago
Re-arrange `pathlib.Path` test methods in source code. No other changes.
The test methods are...
10bf2cd404320252ef162d5699cb7ce52a970d44 authored over 1 year ago12b6d844d8819955508bd86db106f17516be3f77 authored over 1 year ago
* Move imports at top level and sort imports.
* Replace c_buffer() with create_string_buffer():...
d1b0297d3e1cb4f9f53070e6c0a5fd6722bdf6ee authored over 1 year ago
* Replace operator.delitem(obj, index) with "del obj[index]".
* Replace operator.setitem(obj, i...
Remove the @need_symbol('...') decorator of test.test_ctypes since
requested symbols are now al...
4caa728b2c78c5ded7c91579f21fbb67e3867d80 authored over 1 year ago
test_xmlrpc_net was skipped since 2017:
commit 73ffd3f2036179ed54591ef0455e5ba5694ae5bd.
The...
820febc535cd9548b11c01c3c6d572b442f20c35 authored over 1 year agod50930a6a846280b5da299f9c2f9a01669dbf06c authored over 1 year ago
* Clarify things around goto error/ERROR_IF a bit
* Remove docs for super-instructions
* Add p...
1d857da7f0e4858e561223f319ae5afe737d5657 authored over 1 year ago
Reimplement _iso8601_format() using the datetime isoformat() method.
Ignore the timezone.
Co...
307bceaa65c4f1a8e110cd7a9cce6e93a1b021ba authored over 1 year agoDeprecate two methods of creating typing.TypedDict classes with 0 fields using the functional sy...
7b1f0f204a785485de1daf9d26828a81953537e4 authored over 1 year agod32e8d6070057eb7ad0eb2f9d9f1efab38b2cff4 authored over 1 year ago
4a113e24a38e2537570e4d694f8e0c01354904c4 authored over 1 year ago
* Add table describing possible executable classes for out-of-process debuggers.
* Remove shi...
7199584ac8632eab57612f595a7162ab8d2ebbc0 authored over 1 year agoDeprecate creating a typing.NamedTuple class using keyword arguments to denote the fields (`NT =...
ad56340b665c5d8ac1f318964f71697bba41acb7 authored over 1 year agoCo-authored-by: Alex Waygood <[email protected]>
fc8037d84c5f886849a05ec993dd0f79a356d372 authored over 1 year agoba516e70c6d156dc59dede35b6fc3db0151780a5 authored over 1 year ago
Remove compatibility code for Python 2 and early Python 3 versions.
* Remove os_fsencode() re...
03160630319ca26dcbbad65225da4248e54c45ec authored over 1 year agoe5d45b7444733861153d6e8959c34323fd361322 authored over 1 year ago
67f69dba0a2adc68c631bad5d970bdd22fc05d91 authored over 1 year ago
Replace #pragma with _Py_COMP_DIAG_PUSH,
_Py_COMP_DIAG_IGNORE_DEPR_DECLS and _Py_COMP_DIAG_POP ...
The syntax used in the current docs (a / before any args) is invalid.
I think the right appro...
5cdd5ba49db10f05e204e7a49ce184222a93dce8 authored over 1 year ago6199fe3b3236748033a7ce2559aeddb5a91bbbd9 authored over 1 year ago
Clean up pathlib tests.
Merge `PurePathTest` into `_BasePurePathTest`, and `PathTest` into
`...
Using "import *" prevents linters like pyflakes to detect undefined names
(usually missing impo...
Moroever, c_ulonglong and c_bool are always available.
381a1dc26162e9fcbec48ac2eee5ac8adb806b07 authored over 1 year ago
test_ctypes now gets attributes specific to Windows from the ctypes
module, rather than relying...
This fixes a race during import. The existing _PyRuntimeState.imports.pkgcontext is shared betwe...
b87d2882754a7c273e2695c33384383eba380d7d authored over 1 year agoThis fixes the WASM buildbots.
fcf0647cf2a78de2c2b603af2709d58c8567df67 authored over 1 year ago
In the limited C API version 3.12, Py_INCREF() and Py_DECREF()
functions are now implemented as...
* GH-104554: Add RTSPS support to `urllib/parse.py`
RTSPS is the permanent scheme defined in
...
4cefe3cf10f498c0927ae4fdba4880d5a64826e4 authored over 1 year ago
Replace removed imp.new_module(name) with types.ModuleType(name).
457a459c7804950d4c27a243b176eb933ec87a06 authored over 1 year agoFor a while now, pending calls only run in the main thread (in the main interpreter). This PR c...
757b402ea1c2c6b925a55a08fd844b065b6e082f authored over 1 year ago4e80082723b768df124f77d2b73b3ba6b584a735 authored over 1 year ago
be2779c0cb54e56ea4bb9822cc7bb5c24e6a7af7 authored over 1 year ago
2211454fe210637ed7fabda12690dac6cc9a8149 authored over 1 year ago
We are changing it to be more flexible that a strict bool can be for possible future expanded us...
b97e14a806477af4225777d215ac38c0d9b845f0 authored over 1 year agoabfbab6415fb029e7dca19ecc8d29a13da37bf71 authored over 1 year ago
There is no plan to deprecate PyArg_Parse().
The deprecation was added as a comment in the C ...
d0f1afd9425e28409fbf535bb7d43472bfcffcef authored over 1 year ago
* gh-105713: Document that tokenize raises when mixing tabs/spaces
* Update Doc/whatsnew/3.12.r...
c3d2d64b4c53203719466b32df60ea76f7312891 authored over 1 year ago
09ffa69e2e84950751739ab500f820725e00a3dd authored over 1 year ago
Prevent exceptions from possibly being overwritten in case of multiple
failures.
840d02f3f0cd341207db6d918ce7f0987be9952e authored over 1 year ago
829ac13b69a2b53153e1b40670e6ef82f05130c1 authored over 1 year ago
This involves expanding PEEK, POKE and JUMPBY macros,
and removing super and register tests (th...
All fields must be explicitly initialised to prevent manipulation of
uninitialised fields in de...
Co-authored-by: Guido van Rossum <[email protected]>
Co-authored-by: Kumar Aditya <59607654+...
(A legacy instruction is of the form `instr(FOOBAR)`,
i.e. missing the `(... -- ...)` stack/cac...
It will not be used again.
b9e7dc797d71ce582fdb05be5a0e32d351f24bcb authored over 1 year ago4f7d3b602d47d61137e82145f601dccfe6f6cd3c authored over 1 year ago
2b90796be6959d5ef46b38c434a514fce25be971 authored over 1 year ago
58f0bda34126ed790000451874b96140737f40ed authored over 1 year ago
In sys_add_xoption(), 'value' may be uninitialized for some error paths.
a8d69fe92c65d636fc454cfb1825c357eb2e6325 authored over 1 year ago58f5227d7cdff803609a0bda6882997b3a5ec4bf authored over 1 year ago
Add proper error handling to add_errors_module() to prevent exceptions
from possibly being over...
In _PySys_AddXOptionWithError() and sys_add_xoption(),
bail on first error to prevent exception...
Prevent repeated PyLong_FromVoidPtr() from possibly overwriting the
current exception.
Bail on first error to prevent exceptions from possibly being overwritten.
555be81026fe1205d16c02f6321221381174cd07 authored over 1 year ago
Bail on first error to prevent exceptions from possibly being
overwritten.
3f7c0810f6158a7ff37be432f8d7f9511427489f authored over 1 year ago
Adds start_offset, cache_offset, end_offset, baseopcode,
baseopname, jump_target and oparg to d...
"zc.buildbot" -> "zc.buildout"
845e593c4ec97dd9f73b50536c1e1e7ed10ceecd authored over 1 year agod4fa52934a282df51cff800eee5caeb94a229547 authored over 1 year ago
Fix a bug where an exception could end up being overwritten.
c932f7284977ebf813313157c52d716ba225a7ac authored over 1 year agoImprove error handling so init bails on the first exception.
16d49680b56e00c53c00683b949138e584669fd3 authored over 1 year agoFix a bug where 'tp_richcompare' could end up overwriting an exception.
35cff545db7c7912046c0ce5627db2e4d2b60f57 authored over 1 year ago
Add proper error handling to prevent reference leaks and overwritten
exceptions.
cc879481e2ac29742ce191f4c6ed4bd85e5e11ba authored over 1 year ago
3a314f7c3df0dd7c37da7d12b827f169ee60e1ea authored over 1 year ago
Clarify and improve our hashlib docs. Now with 50% less mess!
0d1d6ab966ff4e4d651d0dee0ec9a2f868ef42da authored over 1 year agoBail on first error in heapctypesubclasswithfinalizer_finalize()
d636d7dfe714e7168b342c7ea5f9f9d3b3569ed0 authored over 1 year ago