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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-1...
Ethan Furman
2024-03-07
3
-4/+46
*
gh-116472: Replace literal newlines with escape characters in MSBuild files (...
Miss Islington (bot)
2024-03-07
1
-3/+1
*
[3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813...
Petr Viktorin
2024-03-07
2
-1/+69
*
[3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...
Miss Islington (bot)
2024-03-07
1
-9/+19
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
21
-93/+69
*
[3.12] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...
Miss Islington (bot)
2024-03-06
1
-5/+10
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
15
-21/+439
*
[3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...
Miss Islington (bot)
2024-03-06
2
-3/+7
*
[3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...
Miss Islington (bot)
2024-03-06
1
-26/+29
*
[3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previ...
Brett Cannon
2024-03-05
5
-6/+9
*
[3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)
Miss Islington (bot)
2024-03-05
1
-2/+2
*
[3.12] chore: fix typos (#116345) (#116370)
Terry Jan Reedy
2024-03-05
10
-11/+11
*
[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...
Miss Islington (bot)
2024-03-05
3
-26/+64
*
[3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...
Miss Islington (bot)
2024-03-05
4
-2/+21
*
gh-115554: Improved logic for handling multiple existing py.exe launcher inst...
Miss Islington (bot)
2024-03-05
4
-74/+140
*
[3.12] Fix the PyGetSetDef documentation (GH-116056) (GH-116363)
Miss Islington (bot)
2024-03-05
1
-3/+3
*
[3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)
Miss Islington (bot)
2024-03-05
6
-24/+8
*
[3.12] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodu...
Miss Islington (bot)
2024-03-05
1
-18/+32
*
[3.12] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...
Miss Islington (bot)
2024-03-05
3
-1/+9
*
[3.12] gh-116265: Remove obsolete sentence. (GH-116284) (#116331)
Miss Islington (bot)
2024-03-04
1
-4/+2
*
[3.12] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow er...
Miss Islington (bot)
2024-03-04
1
-23/+25
*
[3.12] Docs: update using/configure.rst (GH-116274) (#116276)
Hugo van Kemenade
2024-03-04
1
-13/+21
*
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...
Miss Islington (bot)
2024-03-04
4
-6/+8
*
[3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...
Miss Islington (bot)
2024-03-04
2
-26/+19
*
[3.12] GH-116271 Docs: provide clarification for object assignments in the Tu...
Miss Islington (bot)
2024-03-04
1
-7/+24
*
gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...
AN Long
2024-03-04
1
-0/+6
*
[3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#11...
Miss Islington (bot)
2024-03-04
2
-0/+2
*
[3.12] gh-116010: Remove link to deprecated PEP 6 in FAQ guide (GH-116246) (#...
Miss Islington (bot)
2024-03-03
1
-3/+5
*
[3.12] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...
Miss Islington (bot)
2024-03-03
3
-6/+6
*
[3.12] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115...
Miss Islington (bot)
2024-03-03
3
-36/+56
*
[3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...
Miss Islington (bot)
2024-03-03
1
-1/+4
*
[3.12] gh-114494: Change logging docstring to bool for exec_info (GH=114558) ...
Miss Islington (bot)
2024-03-02
1
-6/+6
*
[3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-...
Miss Islington (bot)
2024-03-02
2
-0/+13
*
[3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...
Miss Islington (bot)
2024-03-01
4
-18/+156
*
[3.12] gh-116035: Document that both tzinfo and fold are ignored in compariso...
Miss Islington (bot)
2024-03-01
1
-2/+8
*
[3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)
Miss Islington (bot)
2024-03-01
3
-32/+373
*
[3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220...
Miss Islington (bot)
2024-03-01
1
-2/+4
*
[3.12] gh-101293: Fix support of custom callables and types in inspect.Signat...
Miss Islington (bot)
2024-03-01
3
-89/+438
*
[3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...
Miss Islington (bot)
2024-03-01
1
-0/+36
*
[3.12] gh-115881: Document feature_version limitations (#115980) (#116173)
Shantanu
2024-03-01
1
-6/+9
*
[3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027...
Miss Islington (bot)
2024-03-01
1
-0/+1
*
[3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116154)
Tian Gao
2024-02-29
3
-0/+14
*
[3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)
Miss Islington (bot)
2024-02-29
1
-1/+1
*
[3.12] gh-112844: Add SBOM for external dependencies (GH-115789) (#116128)
Miss Islington (bot)
2024-02-29
3
-17/+287
*
[3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)
Miss Islington (bot)
2024-02-29
1
-0/+3
*
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
16
-39/+39
*
[3.12] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped...
Miss Islington (bot)
2024-02-29
1
-0/+4
*
[3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)
Miss Islington (bot)
2024-02-29
1
-20/+1
*
[3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission e...
Miss Islington (bot)
2024-02-29
1
-0/+4
*
[3.12] gh-116034: fix location info on the error of a failed assertion (#116054)
Irit Katriel
2024-02-29
4
-2/+20
[next]