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-91053: make func watcher tests resilient to other func watchers (GH...
Miss Islington (bot)
2023-07-03
1
-12/+11
*
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...
Miss Islington (bot)
2023-07-03
3
-7/+27
*
[3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...
Miss Islington (bot)
2023-07-03
2
-12/+12
*
[3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...
Miss Islington (bot)
2023-07-01
3
-1/+13
*
[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...
Miss Islington (bot)
2023-07-01
3
-10/+12
*
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...
Miss Islington (bot)
2023-07-01
4
-1/+62
*
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...
Miss Islington (bot)
2023-07-01
4
-14/+10
*
[3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
6
-45/+45
*
[3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)
Miss Islington (bot)
2023-06-30
2
-1/+2
*
[3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)
Miss Islington (bot)
2023-06-29
3
-0/+22
*
[3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244)
Miss Islington (bot)
2023-06-29
1
-0/+1
*
[3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...
Miss Islington (bot)
2023-06-29
2
-61/+72
*
[3.12] gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (G...
Miss Islington (bot)
2023-06-29
1
-4/+6
*
[3.12] gh-106194: Rename duplicated tests in `test_curses` (GH-106196) (#106216)
Miss Islington (bot)
2023-06-28
1
-4/+11
*
[3.12] gh-106197: Deduplicate tests in `test_buffer` (GH-106198) (#106206)
Miss Islington (bot)
2023-06-28
1
-1/+1
*
[3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...
Miss Islington (bot)
2023-06-28
1
-24/+27
*
[3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199)
Miss Islington (bot)
2023-06-28
2
-1/+6
*
[3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)
Miss Islington (bot)
2023-06-28
2
-10/+10
*
[3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib....
Miss Islington (bot)
2023-06-28
1
-1/+1
*
[3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...
Miss Islington (bot)
2023-06-28
1
-4/+4
*
[3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178)
Miss Islington (bot)
2023-06-28
1
-1/+7
*
[3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...
Miss Islington (bot)
2023-06-28
3
-1/+50
*
[3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...
Pablo Galindo Salgado
2023-06-27
2
-102/+103
*
[3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...
Miss Islington (bot)
2023-06-27
3
-26511/+26522
*
[3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154)
Miss Islington (bot)
2023-06-27
1
-5/+6
*
[3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...
Miss Islington (bot)
2023-06-27
1
-0/+101
*
[3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124)...
Miss Islington (bot)
2023-06-27
2
-2/+0
*
[3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)
Miss Islington (bot)
2023-06-27
1
-6/+37
*
[3.12] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031) (#1...
Miss Islington (bot)
2023-06-27
1
-15/+27
*
[3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019)
Miss Islington (bot)
2023-06-27
1
-1/+1
*
[3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...
Miss Islington (bot)
2023-06-26
6
-248/+2
*
[3.12] gh-106107: document correct error that's raised when a mutable default...
Miss Islington (bot)
2023-06-26
1
-1/+1
*
[3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...
Miss Islington (bot)
2023-06-26
1
-106/+9
*
[3.12] Update test.support.interpreters to include missing RunFailedError imp...
Miss Islington (bot)
2023-06-26
1
-1/+1
*
[3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-1...
Miss Islington (bot)
2023-06-26
4
-1/+4
*
[3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...
Kumar Aditya
2023-06-26
3
-5/+26
*
[3.12] Improve typing docs on the type of class objects (GH-106081) (#106096)
Miss Islington (bot)
2023-06-26
1
-49/+59
*
[3.12] gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming...
Miss Islington (bot)
2023-06-26
3
-19/+25
*
[3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...
Miss Islington (bot)
2023-06-26
3
-0/+10
*
[3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)
Miss Islington (bot)
2023-06-25
1
-1/+15
*
[3.12] Add end-of-file-fixer to pre-commit (GH-106065) (#106080)
Miss Islington (bot)
2023-06-25
1
-0/+3
*
[3.12] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106073)
Miss Islington (bot)
2023-06-25
1
-17/+18
*
[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
5
-31/+32
*
[3.12] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (...
Miss Islington (bot)
2023-06-24
2
-14/+23
*
[3.12] GH-104375: Use `versionchanged` to describe new arguments in pathlib d...
Barney Gale
2023-06-24
1
-10/+12
*
[3.12] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106049)
Miss Islington (bot)
2023-06-23
1
-2/+2
*
[3.12] gh-105974: Revert unintentional behaviour change for protocols with no...
Miss Islington (bot)
2023-06-23
3
-32/+79
*
[3.12] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...
Miss Islington (bot)
2023-06-23
1
-21/+72
*
[3.12] Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with ...
Miss Islington (bot)
2023-06-23
1
-11/+9
[next]