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
*
gh-116143: Fix race condition in pydoc _start_server (#116144)
Itamar Oren
2024-03-06
2
-3/+7
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
4
-0/+55
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
6
-149/+137
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
2
-16/+68
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
4
-191/+213
*
gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405)
Nikita Sobolev
2024-03-06
1
-26/+29
*
gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353)
Donghee Na
2024-03-05
1
-11/+60
*
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
Nikita Sobolev
2024-03-05
1
-0/+1
*
gh-115986: Fix inaccuracies in pprint docs (#116104)
Kerim Kabirov
2024-03-05
1
-2/+2
*
gh-115103: Enable internal mimalloc assertions in debug builds (#116343)
Sam Gross
2024-03-05
2
-1/+4
*
gh-76785: Use PRId64 to Fix a Compiler Warning on Windows (gh-116369)
Eric Snow
2024-03-05
1
-2/+2
*
gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822)
Nikita Sobolev
2024-03-05
1
-23/+3
*
Fix debug output for optimized executor (#116337)
Guido van Rossum
2024-03-05
1
-3/+4
*
chore: fix typos (#116345)
cui fliter
2024-03-05
15
-17/+17
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
9
-88/+337
*
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka
2024-03-05
3
-26/+64
*
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...
Serhiy Storchaka
2024-03-05
4
-2/+21
*
Fix the PyGetSetDef documentation (GH-116056)
Serhiy Storchaka
2024-03-05
1
-3/+3
*
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka
2024-03-05
6
-24/+8
*
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon
2024-03-05
8
-44/+50
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
6
-2/+102
*
gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#1...
Nikita Sobolev
2024-03-05
1
-20/+32
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
5
-55/+150
*
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...
Nikita Sobolev
2024-03-05
3
-1/+9
*
gh-112075: Enable freeing with qsbr and fallback to lock on key changed (GH-1...
Dino Viehland
2024-03-05
1
-6/+3
*
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...
Brett Cannon
2024-03-05
6
-7/+12
*
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
Donghee Na
2024-03-05
2
-50/+87
*
gh-116029: Fix unused function warning on macOS (#116340)
Sam Gross
2024-03-05
1
-2/+2
*
gh-116265: Remove obsolete sentence. (#116284)
Terry Jan Reedy
2024-03-04
1
-4/+2
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
6
-19/+60
*
gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (#...
Nikita Sobolev
2024-03-04
1
-23/+25
*
gh-76785: Simplify Channels XID Types (gh-116318)
Eric Snow
2024-03-04
1
-78/+49
*
GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
Brandt Bucher
2024-03-04
4
-3/+42
*
GH-115802: Don't JIT zero-length jumps (GH-116177)
Brandt Bucher
2024-03-04
1
-17/+68
*
gh-116316: Fix typo in `UNARY_FUNC(PyNumber_Positive)` macros (GH-116317)
Kirill Podoprigora
2024-03-04
1
-1/+1
*
gh-57141: Add dircmp shallow option (GH-109499)
Tobias Rautenkranz
2024-03-04
4
-31/+120
*
gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)
Sergey B Kirpichev
2024-03-04
3
-13/+1
*
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...
Yuriy Chernyshov
2024-03-04
4
-6/+8
*
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (...
Brett Simmers
2024-03-04
4
-2/+53
*
Consistently spell out *predicate* instead of *pred*. (gh-116308)
Raymond Hettinger
2024-03-04
2
-26/+19
*
gh-115256: Remove refcycles from tarfile writing (GH-115257)
pan324
2024-03-04
3
-2/+28
*
gh-114258: Argument Clinic: refactor getset implementation (#116170)
Erlend E. Aasland
2024-03-04
3
-35/+18
*
GH-116271 Docs: provide clarification for object assignments in the Tutorial ...
Kerim Kabirov
2024-03-04
1
-7/+24
*
gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...
Gregory P. Smith
2024-03-04
2
-6/+6
*
gh-116296: Fix refleak in reduce_newobj() corner case (#116297)
Erlend E. Aasland
2024-03-04
2
-0/+2
*
pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)
Barney Gale
2024-03-04
2
-39/+34
*
gh-116010: Remove link to deprecated PEP 6 in FAQ guide (#116246)
Iman Tabrizian
2024-03-03
1
-3/+5
*
gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)
HarryLHW
2024-03-03
3
-6/+6
*
Docs: update using/configure.rst (#116274)
Hugo van Kemenade
2024-03-03
1
-23/+31
*
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka
2024-03-03
3
-36/+56
[next]