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.12.5
v3.12.5
Thomas Wouters
2024-08-06
74
-147/+739
*
[3.12] gh-122744: Bump bundled pip to 24.2 (#122747)
Pradyun Gedam
2024-08-06
1
-0/+1
*
[3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...
Gregory P. Smith
2024-08-06
1
-0/+4
*
[3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) ...
Miss Islington (bot)
2024-08-06
1
-0/+1
*
[3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...
Petr Viktorin
2024-08-06
1
-0/+5
*
[3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)...
Gregory P. Smith
2024-08-06
1
-0/+1
*
[3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594)
Miss Islington (bot)
2024-08-06
1
-0/+1
*
[3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...
neonene
2024-08-02
1
-0/+1
*
[3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...
Miss Islington (bot)
2024-08-02
1
-0/+3
*
[3.12] gh-87320: In the code module, handle exceptions raised in sys.exceptho...
Serhiy Storchaka
2024-07-31
1
-0/+3
*
[3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486)
Miss Islington (bot)
2024-07-30
1
-0/+2
*
[3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...
Dino Viehland
2024-07-30
1
-0/+1
*
[3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)...
Miss Islington (bot)
2024-07-30
1
-0/+2
*
[3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442)
Miss Islington (bot)
2024-07-30
1
-0/+3
*
[3.12] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...
Miss Islington (bot)
2024-07-29
1
-0/+5
*
Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
1
-2/+0
*
[3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388)
Miss Islington (bot)
2024-07-29
1
-0/+1
*
[3.12] gh-122300: Preserve AST nodes for format specifiers with single elemen...
Pablo Galindo Salgado
2024-07-27
1
-0/+2
*
[3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-1221...
Miss Islington (bot)
2024-07-27
1
-0/+2
*
[3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...
Miss Islington (bot)
2024-07-27
1
-0/+2
*
[3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...
Miss Islington (bot)
2024-07-25
1
-0/+3
*
[3.12] gh-122029: Log call events in sys.setprofile when it's a method with c...
Miss Islington (bot)
2024-07-23
1
-0/+1
*
[3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Łukasz Langa
2024-07-22
1
-0/+3
*
[3.12] gh-122026: Fix identification of mismatched parentheses inside f-strin...
Pablo Galindo Salgado
2024-07-20
1
-0/+2
*
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-20
1
-0/+2
*
[3.12] gh-120930: Remove extra blank occuring in wrapped encoded words in ema...
Miss Islington (bot)
2024-07-19
1
-0/+2
*
[3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)
Miss Islington (bot)
2024-07-19
1
-0/+1
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
7
-7/+7
*
[3.12] gh-120289: Disallow disable() and clear() in external timer to prevent...
Miss Islington (bot)
2024-07-18
1
-0/+2
*
[3.12] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
[3.12] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...
Miss Islington (bot)
2024-07-16
1
-0/+2
*
[3.12] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119835)
Miss Islington (bot)
2024-07-16
2
-0/+4
*
[3.12] gh-121657: Display correct error message for yield from outsid… (GH-...
Kirill Podoprigora
2024-07-15
1
-0/+2
*
[3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...
Miss Islington (bot)
2024-07-14
1
-0/+1
*
[3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...
Miss Islington (bot)
2024-07-14
1
-0/+3
*
[3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...
Hugo van Kemenade
2024-07-13
27
-78/+79
*
[3.12] gh-99242 Ignore error when running regression tests under certain cond...
Miss Islington (bot)
2024-07-13
1
-0/+3
*
[3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121632)
Eric Snow
2024-07-11
1
-0/+2
*
[3.12] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list...
Miss Islington (bot)
2024-07-10
1
-0/+1
*
[3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516)
Sam Gross
2024-07-08
1
-3/+3
*
[3.12] gh-121084: Fix test_typing random leaks (GH-121360) (#121372)
Miss Islington (bot)
2024-07-04
1
-0/+3
*
[3.12] gh-117983: Defer import of threading for lazy module loading (GH-12023...
Miss Islington (bot)
2024-07-03
1
-0/+2
*
[3.12] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#...
Miss Islington (bot)
2024-07-01
1
-0/+3
*
[3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...
Miss Islington (bot)
2024-07-01
1
-0/+3
*
[3.12] gh-121101: Document -Wall option (an alias for -Walways) (GH-121102) (...
Miss Islington (bot)
2024-06-29
1
-0/+1
*
[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-12082...
Serhiy Storchaka
2024-06-29
1
-0/+2
*
[3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...
Miss Islington (bot)
2024-06-28
1
-0/+1
*
[3.12] gh-121018: Fix more cases of exiting in argparse when exit_on_error=Fa...
Serhiy Storchaka
2024-06-28
1
-2/+3
*
[3.12] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (GH-1210...
Miss Islington (bot)
2024-06-28
1
-0/+43
*
[3.12] gh-105623 Fix performance degradation in logging RotatingFileHandler (...
Miss Islington (bot)
2024-06-28
1
-0/+2
[next]