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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-0/+28
*
[3.13] gh-120659: Skip `test_freethreading` with GIL (GH-120660) (#120694)
Miss Islington (bot)
2024-06-18
1
-0/+4
*
[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
1
-1/+0
*
[3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...
Miss Islington (bot)
2024-06-17
2
-1/+44
*
[3.13] gh-115649: Copy the filename into main interpreter before intern in im...
Miss Islington (bot)
2024-06-17
1
-0/+2
*
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...
Miss Islington (bot)
2024-06-17
1
-0/+27
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
3
-17/+130
*
[3.13] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH...
Miss Islington (bot)
2024-06-16
1
-2/+2
*
[3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#1...
Tian Gao
2024-06-16
2
-19/+81
*
[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-112346: Always set OS byte to 255, simpler gzip.compress function. ...
Miss Islington (bot)
2024-06-15
2
-31/+19
*
[3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562)
Miss Islington (bot)
2024-06-15
2
-14/+57
*
[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
2
-5/+5
*
[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
1
-1/+43
*
[3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...
Miss Islington (bot)
2024-06-14
1
-0/+21
*
[3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...
Miss Islington (bot)
2024-06-13
3
-1/+182
*
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...
Miss Islington (bot)
2024-06-13
2
-1/+42
*
[3.13] Fix typos in documentation (GH-120338) (#120438)
Xie Yanbo
2024-06-13
3
-5/+5
*
[3.13] gh-118908: Protect the REPL subprocess with a timeout in tests (GH-120...
Miss Islington (bot)
2024-06-12
1
-1/+6
*
[3.13] gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set...
Miss Islington (bot)
2024-06-12
1
-3/+4
*
[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)
Miss Islington (bot)
2024-06-12
11
-14/+5
*
[3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-1203...
Miss Islington (bot)
2024-06-12
1
-0/+14
*
[3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...
Miss Islington (bot)
2024-06-12
1
-0/+9
*
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...
Miss Islington (bot)
2024-06-12
1
-0/+26
*
[3.13] gh-93691: fix too broad source locations of for statement iterators (G...
Miss Islington (bot)
2024-06-12
3
-3/+50
*
[3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) ...
Miss Islington (bot)
2024-06-12
2
-5/+12
*
[3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses...
Miss Islington (bot)
2024-06-12
1
-1/+1
*
[3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (...
Miss Islington (bot)
2024-06-11
1
-4/+4
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Miss Islington (bot)
2024-06-11
2
-1/+35
*
[3.13] gh-118908: Limit exposed globals from internal imports and definitions...
Miss Islington (bot)
2024-06-11
3
-8/+81
*
[3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...
Miss Islington (bot)
2024-06-11
1
-0/+11
*
[3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353)
Miss Islington (bot)
2024-06-11
6
-57/+134
*
[3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...
Miss Islington (bot)
2024-06-11
2
-0/+7
*
[3.13] bpo-24766: doc= argument to subclasses of property not handled correct...
Miss Islington (bot)
2024-06-11
1
-0/+34
*
[3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...
Miss Islington (bot)
2024-06-11
1
-0/+11
*
[3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...
Miss Islington (bot)
2024-06-11
2
-0/+11
*
[3.13] gh-119600: mock: do not access attributes of original when new_callabl...
Miss Islington (bot)
2024-06-11
3
-5/+27
*
[3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...
Miss Islington (bot)
2024-06-10
1
-0/+25
*
[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...
Miss Islington (bot)
2024-06-08
2
-20/+113
*
[3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...
Miss Islington (bot)
2024-06-08
1
-0/+1
*
[3.13] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` ...
Miss Islington (bot)
2024-06-08
1
-15/+21
*
[3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...
Miss Islington (bot)
2024-06-07
1
-0/+10
*
[3.13] gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner c...
Miss Islington (bot)
2024-06-07
2
-3/+4
[next]