index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.0a5
v3.13.0a5
Thomas Wouters
2024-03-12
114
-249/+1163
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-0/+2
*
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Pablo Galindo Salgado
2024-03-12
1
-0/+3
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
2
-0/+2
*
gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)
Christopher Chavez
2024-03-12
1
-0/+1
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-3/+0
*
gh-116600: [Enum] fix global Flag repr (GH-116615)
Ethan Furman
2024-03-11
1
-0/+1
*
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
Tian Gao
2024-03-11
1
-0/+1
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-0/+3
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
2
-1/+14
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
1
-0/+4
*
gh-112087: Store memory allocation information into _PyListArray (gh-116529)
Donghee Na
2024-03-09
1
-0/+1
*
gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)
Sergey B Kirpichev
2024-03-09
1
-0/+2
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
1
-0/+1
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
1
-0/+3
*
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...
Ethan Furman
2024-03-07
1
-0/+1
*
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee
2024-03-07
1
-0/+1
*
gh-109653: Reduce import overhead of uuid module on Linux (#115160)
Shantanu
2024-03-06
1
-0/+1
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
1
-0/+2
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
1
-0/+1
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
1
-0/+1
*
gh-116143: Fix race condition in pydoc _start_server (#116144)
Itamar Oren
2024-03-06
1
-0/+3
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
1
-0/+4
*
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka
2024-03-05
1
-0/+3
*
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...
Serhiy Storchaka
2024-03-05
1
-0/+4
*
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...
Nikita Sobolev
2024-03-05
1
-0/+2
*
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...
Brett Cannon
2024-03-05
1
-0/+1
*
gh-57141: Add dircmp shallow option (GH-109499)
Tobias Rautenkranz
2024-03-04
1
-0/+3
*
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...
Yuriy Chernyshov
2024-03-04
2
-4/+6
*
gh-115256: Remove refcycles from tarfile writing (GH-115257)
pan324
2024-03-04
1
-0/+5
*
gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...
Gregory P. Smith
2024-03-04
1
-5/+5
*
gh-116296: Fix refleak in reduce_newobj() corner case (#116297)
Erlend E. Aasland
2024-03-04
1
-0/+1
*
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka
2024-03-03
1
-0/+4
*
gh-108562: Fix compiler warnings for libmpdec (#114751)
Sergey B Kirpichev
2024-03-03
1
-2/+2
*
gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731)
Marco Trevisan
2024-03-02
1
-0/+2
*
GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)
Brett Cannon
2024-03-02
1
-0/+4
*
gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)
Rémi Lapeyre
2024-03-01
1
-0/+3
*
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)
Nikita Sobolev
2024-03-01
1
-0/+2
*
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
Serhiy Storchaka
2024-03-01
1
-0/+6
*
gh-115554: Improved logic for handling multiple existing py.exe launcher inst...
Steve Dower
2024-03-01
1
-0/+6
*
gh-101293: Fix support of custom callables and types in inspect.Signature.fro...
Serhiy Storchaka
2024-03-01
1
-0/+4
*
gh-65824: Improve the "less" prompt in pydoc (GH-116050)
Serhiy Storchaka
2024-03-01
1
-0/+1
*
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11498...
Tian Gao
2024-03-01
1
-1/+0
*
gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...
AN Long
2024-02-29
1
-0/+1
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
2
-2/+10
*
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith
2024-02-29
1
-0/+1
*
gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)
Tian Gao
2024-02-29
1
-0/+1
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-0/+1
*
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland
2024-02-29
2
-2/+2
*
gh-112844: Add SBOM for external dependencies (#115789)
Seth Michael Larson
2024-02-29
1
-0/+174
[next]