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-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...
Serhiy Storchaka
2024-03-13
6
-8/+113
*
[3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)
Miss Islington (bot)
2024-03-13
1
-1/+29
*
[3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (...
Miss Islington (bot)
2024-03-13
1
-17/+14
*
[3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)
Miss Islington (bot)
2024-03-13
1
-3/+12
*
[3.12] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116703)
Miss Islington (bot)
2024-03-13
1
-3/+8
*
[3.12] Docs: fix broken links (GH-116651) (#116700)
Miss Islington (bot)
2024-03-13
4
-4/+4
*
[3.12] Minor clarity improvement for the iter_index() recipe. Also add value ...
Miss Islington (bot)
2024-03-13
1
-4/+21
*
[3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...
Miss Islington (bot)
2024-03-13
1
-1/+3
*
Fix linting for Modules/gcmodule.c (#116691)
Pablo Galindo Salgado
2024-03-13
1
-1/+1
*
[3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...
Pablo Galindo Salgado
2024-03-12
3
-0/+31
*
[3.12] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116...
Miss Islington (bot)
2024-03-12
3
-1/+16
*
[3.12] Add `typing.NamedTuple` in glossary section for named tuples (GH-10832...
Miss Islington (bot)
2024-03-12
1
-4/+5
*
[3.12] Beef-up tests for the itertool docs. (gh-116679) (gh-116688)
Miss Islington (bot)
2024-03-12
1
-9/+103
*
[3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...
Miss Islington (bot)
2024-03-12
1
-0/+1
*
[3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...
Tian Gao
2024-03-12
3
-95/+102
*
[3.12] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longob...
Miss Islington (bot)
2024-03-12
1
-28/+35
*
[3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...
Miss Islington (bot)
2024-03-12
1
-32/+36
*
[3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629)
Miss Islington (bot)
2024-03-12
3
-1/+4
*
[3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)
Miss Islington (bot)
2024-03-11
2
-14/+8
*
[3.12] gh-116563: Update tutorial error example (GH-116569) (#116624)
Miss Islington (bot)
2024-03-11
1
-4/+4
*
[3.12] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-11642...
Miss Islington (bot)
2024-03-11
1
-18/+7
*
[3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...
Miss Islington (bot)
2024-03-11
1
-31/+30
*
[3.12] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) ...
Miss Islington (bot)
2024-03-11
1
-38/+17
*
[3.12] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-1...
Miss Islington (bot)
2024-03-11
1
-1/+2
*
[3.12] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh...
Miss Islington (bot)
2024-03-09
1
-2/+2
*
[3.12] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testcapi`` is not av...
Kirill Podoprigora
2024-03-09
1
-2/+1
*
[3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...
Miss Islington (bot)
2024-03-09
1
-6/+17
*
[3.12] GH-116218 Docs: Add availability information for the 'resource' module...
Miss Islington (bot)
2024-03-09
1
-0/+2
*
[3.12] gh-105535 Document potential performance trap during enum creation (GH...
Miss Islington (bot)
2024-03-09
1
-0/+7
*
[3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...
Miss Islington (bot)
2024-03-08
2
-3/+3
*
[3.12] gh-116485: Fixed the typo (GH-116486) (#116489)
Miss Islington (bot)
2024-03-08
1
-1/+1
*
[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
[next]