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
...
*
[3.13] gh-118908: Limit exposed globals from internal imports and definitions...
Miss Islington (bot)
2024-06-11
1
-0/+2
*
[3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...
Miss Islington (bot)
2024-06-11
1
-0/+1
*
[3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...
Miss Islington (bot)
2024-06-11
1
-0/+2
*
[3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...
Miss Islington (bot)
2024-06-11
1
-0/+2
*
[3.13] bpo-24766: doc= argument to subclasses of property not handled correct...
Miss Islington (bot)
2024-06-11
1
-0/+1
*
[3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)
Miss Islington (bot)
2024-06-11
2
-4/+6
*
[3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...
Miss Islington (bot)
2024-06-11
1
-0/+2
*
[3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...
Miss Islington (bot)
2024-06-11
1
-0/+1
*
[3.13] gh-119600: mock: do not access attributes of original when new_callabl...
Miss Islington (bot)
2024-06-11
1
-0/+2
*
[3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...
Miss Islington (bot)
2024-06-10
1
-0/+1
*
[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...
Miss Islington (bot)
2024-06-08
1
-0/+3
*
[3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...
Miss Islington (bot)
2024-06-08
1
-0/+1
*
[3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)
Miss Islington (bot)
2024-06-08
1
-0/+1
*
[3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...
Miss Islington (bot)
2024-06-07
1
-0/+1
*
[3.13] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120215)
Miss Islington (bot)
2024-06-07
1
-0/+1
*
[3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)
Miss Islington (bot)
2024-06-07
1
-0/+1
*
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...
Miss Islington (bot)
2024-06-07
1
-0/+4
*
Python 3.13.0b2
v3.13.0b2
Thomas Wouters
2024-06-05
80
-164/+805
*
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa
2024-06-04
1
-0/+1
*
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Miss Islington (bot)
2024-06-04
1
-0/+3
*
[3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...
Miss Islington (bot)
2024-06-04
1
-0/+1
*
[3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...
Miss Islington (bot)
2024-06-04
1
-0/+6
*
[3.13] gh-119819: Fix regression to allow logging configuration with multipr...
Miss Islington (bot)
2024-06-04
1
-0/+2
*
[3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...
Miss Islington (bot)
2024-06-04
1
-0/+2
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
1
-0/+2
*
[3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '...
T. Wouters
2024-06-04
1
-0/+3
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-0/+2
*
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
Miss Islington (bot)
2024-06-03
1
-0/+2
*
[3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...
Miss Islington (bot)
2024-06-03
1
-0/+1
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Miss Islington (bot)
2024-06-03
1
-0/+1
*
gh-102511: Amend 3.13.0b1.rst (GH-119895)
Miss Islington (bot)
2024-06-03
1
-0/+1
*
[3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...
Miss Islington (bot)
2024-06-03
1
-0/+1
*
[3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...
Miss Islington (bot)
2024-06-01
1
-0/+2
*
[3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...
Miss Islington (bot)
2024-06-01
1
-0/+3
*
[3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...
Victor Stinner
2024-06-01
1
-3/+0
*
[3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...
Jelle Zijlstra
2024-06-01
1
-0/+2
*
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
Miss Islington (bot)
2024-05-31
1
-0/+1
*
[3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-...
Miss Islington (bot)
2024-05-31
1
-0/+2
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Miss Islington (bot)
2024-05-31
1
-0/+1
*
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Miss Islington (bot)
2024-05-31
1
-0/+5
*
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
Miss Islington (bot)
2024-05-31
1
-0/+1
*
gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)
Miss Islington (bot)
2024-05-31
2
-8/+9
*
[3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...
Miss Islington (bot)
2024-05-31
1
-0/+4
*
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)
Miss Islington (bot)
2024-05-31
1
-0/+1
*
[3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...
Miss Islington (bot)
2024-05-30
1
-0/+5
*
[3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...
Miss Islington (bot)
2024-05-30
1
-0/+3
*
[3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...
Miss Islington (bot)
2024-05-29
1
-0/+3
*
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...
Miss Islington (bot)
2024-05-29
1
-0/+3
*
[3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...
Miss Islington (bot)
2024-05-29
1
-0/+2
*
[3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC...
Miss Islington (bot)
2024-05-29
1
-0/+2
[prev]
[next]