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.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...
Miss Islington (bot)
2024-06-19
3
-9/+45
*
[3.13] gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120...
Miss Islington (bot)
2024-06-19
2
-17/+75
*
[3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)
Miss Islington (bot)
2024-06-19
4
-10/+135
*
[3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-...
Miss Islington (bot)
2024-06-19
2
-4/+5
*
[3.13] gh-120496: Add a note about iterator thread-safe (gh-120685) (#120706)
Miss Islington (bot)
2024-06-19
1
-0/+3
*
[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...
Miss Islington (bot)
2024-06-18
3
-2/+28
*
[3.13] gh-117953: Skip `test_interpreters` properly without GIL (gh-120707)
Miss Islington (bot)
2024-06-18
1
-3/+6
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
8
-4/+68
*
[3.13] gh-120659: Skip `test_freethreading` with GIL (GH-120660) (#120694)
Miss Islington (bot)
2024-06-18
1
-0/+4
*
[3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...
Miss Islington (bot)
2024-06-18
2
-0/+255
*
[3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681)
Miss Islington (bot)
2024-06-18
1
-12/+11
*
[3.13] gh-119897: Add test for lambda generator invocation (GH-120658) (#120673)
Miss Islington (bot)
2024-06-18
1
-1/+5
*
[3.13] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615) (GH-...
Miss Islington (bot)
2024-06-18
1
-8/+32
*
[3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].in...
Miss Islington (bot)
2024-06-17
2
-3/+4
*
[3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...
Miss Islington (bot)
2024-06-17
4
-12/+77
*
[3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#12...
Miss Islington (bot)
2024-06-17
2
-4/+5
*
[3.13] gh-115649: Copy the filename into main interpreter before intern in im...
Miss Islington (bot)
2024-06-17
2
-1/+13
*
[3.13] gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an...
Miss Islington (bot)
2024-06-17
1
-0/+6
*
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...
Miss Islington (bot)
2024-06-17
3
-12/+47
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
9
-55/+277
*
[3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...
Miss Islington (bot)
2024-06-17
1
-1/+3
*
[3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....
Miss Islington (bot)
2024-06-17
2
-1/+18
*
[3.13] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH...
Miss Islington (bot)
2024-06-16
1
-2/+2
*
[3.13] gh-118596: Add thread-safety clarifications to the SSLContext document...
Miss Islington (bot)
2024-06-16
1
-0/+13
*
[3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#1...
Tian Gao
2024-06-16
3
-19/+82
*
[3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...
Miss Islington (bot)
2024-06-16
1
-1/+1
*
[3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)
Miss Islington (bot)
2024-06-16
1
-34/+1
*
[3.13] gh-120579: Guard `_testcapi` import in `test_free_threading` (GH-12058...
Miss Islington (bot)
2024-06-16
1
-1/+6
*
[3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576)
Miss Islington (bot)
2024-06-16
1
-0/+1
*
[3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573)...
Miss Islington (bot)
2024-06-16
1
-2/+2
*
[3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...
Miss Islington (bot)
2024-06-15
4
-34/+26
*
[3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562)
Miss Islington (bot)
2024-06-15
3
-14/+59
*
[3.13] annotations: expand documentation on "simple" assignment targets (GH-1...
Miss Islington (bot)
2024-06-15
2
-5/+12
*
[3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484...
Miss Islington (bot)
2024-06-15
2
-2/+6
*
[3.13] Add some more edge-case tests for `inspect.get_annotations` with `eval...
Miss Islington (bot)
2024-06-15
2
-11/+36
*
[3.13] gh-120544: Add `else: fail()` to tests where exception is expected (GH...
Miss Islington (bot)
2024-06-15
2
-0/+12
*
[3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (...
Miss Islington (bot)
2024-06-15
4
-5/+7
*
[3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)
Miss Islington (bot)
2024-06-15
1
-1/+1
*
[3.13] gh-119819: Conditional skip of logging tests that require multiprocess...
Miss Islington (bot)
2024-06-15
1
-3/+2
*
[3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpre...
Eric Snow
2024-06-14
1
-0/+1
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-14
6
-71/+133
*
[3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...
Miss Islington (bot)
2024-06-14
2
-1/+22
*
[3.13] gh-117657: Add TSAN suppression for set_default_allocator_unlocked (GH...
Miss Islington (bot)
2024-06-14
1
-0/+2
*
[3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...
Miss Islington (bot)
2024-06-14
5
-0/+13
*
[3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...
Miss Islington (bot)
2024-06-13
4
-1/+186
*
[3.13] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-12...
Miss Islington (bot)
2024-06-13
1
-60/+64
*
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...
Miss Islington (bot)
2024-06-13
3
-4/+87
*
[3.13] GH-119054: Add "Creating files and directories" section to pathlib doc...
Miss Islington (bot)
2024-06-13
1
-79/+86
*
[3.13] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on...
Miss Islington (bot)
2024-06-13
1
-1/+1
*
[3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#12...
Miss Islington (bot)
2024-06-13
1
-2/+2
[next]