atlas news
    
Python org : peps
09  octobre     00h00
PEP 777: How to Re-invent the Wheel
   The current wheel . specification was written over a decade ago, and has been extremely robust to changes in the Python packaging ecosystem. Previous efforts to improve the wheel specification were deferred to focus on other packaging specifications. Meanwhile, the use of wheels has changed...
08  octobre     00h00
PEP 761: Deprecating PGP signatures for CPython artifacts
   Since Python . . , CPython has provided two verifiable digital signatures for all CPython artifacts: PGP and Sigstore.
02  octobre     00h00
PEP 760: No More Bare Excepts
   This PEP proposes disallowing bare except: clauses in Python’s exception handling syntax. Currently, Python allows catching all exceptions with a bare except: clause, which can lead to overly broad exception handling and mask important errors. This PEP suggests requiring explicit exception types in...
01  octobre     00h00
PEP 759: External Wheel Hosting
   This PEP proposes a mechanism by which projects hosted on pypi.org can safely host wheel artifacts on external sites other than PyPI. This PEP explicitly does not propose external hosting of projects, packages, or their metadata. That functionality is already available by externally hosting...
30  septembre     00h00
PEP 758: Allow except and except expressions without parentheses
   This PEP proposes to allow unparenthesized except and except blocks in Python’s exception handling syntax. Currently, when catching multiple exceptions, parentheses are required around the exception types. This was a Python remnant. This PEP suggests allowing the omission of these parentheses,...
13  septembre     00h00
PEP 757: C API to import-export Python integers
   Add a new C API to import and export Python integers, int objects: especially PyLongWriter Create and PyLong Export functions.
    00h00
PEP 756: Add PyUnicode Export() and PyUnicode Import() C functions
   Add functions to the limited C API version . :
05  septembre     00h00
PEP 755: Implicit namespace policy for PyPI
   This PEP codifies an implementation of PEP for PyPI .
29  août     00h00
PEP 753: Uniform project URLs in core metadata
   This PEP recommends two discrete changes to the processing of core metadata by indices such as PyPI and other core metadata consumers:
13  août     00h00
PEP 752: Implicit namespaces for package repositories
   This PEP specifies a way for organizations to reserve package name prefixes for future uploads.